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
- Copy Link
- Report Inappropriate Content
@PaulWilliams I swallowed a couple of brave pills, then reset the MR600 router to factory setting. After taking screenshots of all the new page settings, of course. Glad to say the combination of the Beta firmware upgrade, and factory reset, now shows messages in the inbox and they can be read. All the previous messages have disappeared so they must have been unimportant, I can live with that. It was a lot easier altering settings to the screenshots, this time round, including "One Mesh" and. "Smart Connect" which made replacing the bog-standard network-issue router with the MR600 worthwhile in the first place.
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
@pMR600 Hi . Yes I had a similar problem until I realised it wasn't a link to upgrade; the file has to be downloaded to your computer so that you access it when you are ready to upgrade. After you click the link, go to your download location and you should see the file there. To install the file, go to the router's Advanced tab; Settings; firmware upgrade. In the section with the "Browse" button, use the button to locate the file in downloads, and double click the file. The file should then appear in the blank box. Don't install the upgrade until you have noted any router settings you may have changed, because messages do not start appearing until after you have installed the "beta" upgrade AND restored the router to factory settings. Some notes about the "upgrade": a watermark appears on router pages after the upgrade (confidential / test); all messages prior to the upgrade are lost, so if you think there are any important ones, put the SIM in a phone to read them. I didn't bother, they were probably just the network telling me I could view my bill; there is no issue returning to your new settings, messages still show; a wired connection is recommended during down loads and upgrades, I have a fairly robust wireless network, and didn't have any issues . Hope it works for you.
- Copy Link
- Report Inappropriate Content
I have had the same problem with the MR600(EU) and SMS messages since I installed the router a couple of months ago. I just discovered this thread though, and see many others have the same issue.
Is the beta firmware available anywhere? The provided link to the firmware doesn't work anymore :( When can we expect a new firmware release?
- Copy Link
- Report Inappropriate Content
@Khimani I tried this link, it doesn't work. Do you have a mirror?
- Copy Link
- Report Inappropriate Content
@Kevin_Z Yes downloading and installing the beta software did work after resetting the device to factory settings, and all seemed to be well until yesterday when I could not read received messages again (the available inbox messages is still displayed). Has there been a change to the beta software, or is there another download required. I tried to update firmware, but that shows the lates available is installed
- Copy Link
- Report Inappropriate Content
Hi
So I got tired of this and spent some time to solve it for myself.
The source of the issue seems to be a weird character code after the sender name when the sms comes from a company (for me POSTNORD and BAUHAUS). It seems to be 65533, but I'm not too familiar with how utf-8 works, or if I unpack the sms content correctly.
You have something called CryptoJS somewhere.
var CryptoJS = CryptoJS || function(f, t)
In it you find this stringify function
c = o.Utf8 = { stringify: function(t) { try { return decodeURIComponent(escape(a.stringify(t))) } catch (t) { throw new Error("Malformed UTF-8 data") } }, parse: function(t) { return a.parse(unescape(encodeURIComponent(t))) } },
decodeURIComponent throws an error. Just removing decodeURIComponent and escape works for me.
If you as user wants to see your messages; it's a bit tricky without some coding knowledge but if you open your browser's js debugger and enable the exception breakpoint you will eventually end up at the code above with decodeURIComponent.
Paste this in the console at this point:
this.stringify = function(t){ try{return a.stringify(t)} catch(t){console.log(t)}}
In Safari it could look a bit like this
Then (without reloading the page) click the sms page numbers and the messages should/might appear.
- Copy Link
- Report Inappropriate Content
@SongsLyrics After downloading the beta software, I found I had to reset the device to factory settings before it worked. After I changed to the new passwords etc, messages were readable. Then last week it stopped working again! I sent myself messages and the message count increased, but none readable. Nothing from the manufacturer but "we are working on it"
SongsLyrics wrote
SongsLyrics wrote
- Copy Link
- Report Inappropriate Content
- Copy Link
- Report Inappropriate Content
Information
Helpful: 2
Views: 56331
Replies: 197