MR600 - problem seeing received sms messages
I can't see my recieved sms messages in the admininistration interface even though everything else works fine.
I can see that I have recieved messages both on the Basic overview page as well as looking at the number of pages that should be availible in the Advanced->SMS->Inbox page (it displays that there are 2 pages of incoming messages but the list is completely empty). See my attached screenshots.
The Outbox and Drafts pages work fine though and display the correct messages supposed to be there as well as the correct number of pages. Also sending SMS messages from the router to my phone get throgh perfeclty fine.
In the Advanced->System tools->System Log I can see that I really recieve SMS messages. It displays for example: "USER: Receive a new gw sms and save it successfully." It also displays "ERROR: New sms count is 13."
So it seems to be some kind of bug concering just the Inbox page which is quite annoying since I need to see SMS messages to see what my provides tells me about my 4G usage status/tariffs etc.
Please advice.
Best regards,
M
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
@Gaaaz follow these steps:
WORKAROUND
- Use Chrome
- Go to 192.168.1.1 (your router ip)
- Login and then go to Advanced -> SMS -> Inbox
- Press F12 or open Developer Toolbars
- Go to Sources Panel
- On the right check the "Pause on caught exception"
- Click on "↻ Refresh" link
- Now press F8 until a file called VMXXX (where X is a number) opens (The file start with var CryptoJS = CryptoJS)
- Click on the { } icon in bottom left to prettify the code
- If the line selected is near return decodeURIComponent(escape(a.stringify(t))) then in the console write:
-
this.stringify = function(t){ try{return a.stringify(t)} catch(t){console.log(t)}}
- Press Enter
- Uncheck the "Pause on caught exception"
- Press F8
- Click again on the "↻ Refresh" link, now you should see the sms
- Copy Link
- Report Inappropriate Content
Thank you very much for your help
I tried but nothing to do !!
at the level of F8 I do not find VMXXX ?
I find: decodeURIComponent in a folder called:
encrypt.js
I have this line:
if (result + = tempresult,
result = result.replace (/ \ 0 * $ / g, ""),
! encrypt) {
if (1 === padding) {
var paddingChars = 0;
(len = result.length) && (paddingChars = result.charCodeAt (len - 1)),
paddingChars <= 8 && (result = result.substring (0, len - paddingChars))
}
result = decodeURIComponent (escape (result))
}
return result
}
I still tried to enter this command
this.stringify = function(t){ try{return a.stringify(t)} catch(t){console.log(t)}}
in the console but nothing happens !!
I can't read the SMS
I can't find the term: stringify?
an idea ?
Thank you
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Really a huge thank you !!
I was doing a wrong manipulation at this stage 6 :
I did not check : "Pause on caught exception"
Sorry for the inconvenience .....
Everything is perfect and in fact very simple !!
I could read the SMS
Again, thank you very much !!
- Copy Link
- Report Inappropriate Content
Good afternoon,
I have the same problem. I have the latest beta version, (1.1.0 0.9.1 v0001.0 Build 200320 Rel.62159n), I am trying to follow the steps but I get stuck in step 8. Sometimes I show the VMXXX file and other times not. I don't see "var CryptoJS = CryptoJS)". Could you put screenshots of the steps? I would be very grateful. Thanks a lot.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Good Morning. I have the same problem, I cannot read the received sms. I have installed the latest beta version and it doesn't work. Thank you.
- Copy Link
- Report Inappropriate Content
@Chalda
This worked for me too.
Thanks :)
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 2
Views: 56608
Replies: 197