MR600 - problem seeing received sms messages

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
191011...

MR600 - problem seeing received sms messages

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
184 Reply
Re:MR600 - problem seeing received sms messages
2020-03-26 14:56:53 - last edited 2020-03-28 09:17:58

@Gaaaz follow these steps:

 

WORKAROUND

 

  1. Use Chrome
  2. Go to 192.168.1.1 (your router ip)
  3. Login and then go to Advanced -> SMS -> Inbox
  4. Press F12 or open Developer Toolbars
  5. Go to Sources Panel
  6. On the right check the "Pause on caught exception
  7. Click on "↻ Refresh" link
  8. Now press F8 until a file called VMXXX (where X is a number) opens (The file start with var CryptoJS = CryptoJS)
  9. Click on the { } icon in bottom left to prettify the code 
  10. If the line selected is near   return decodeURIComponent(escape(a.stringify(t))) then in the console write:
  11. this.stringify = function(t){ try{return a.stringify(t)} catch(t){console.log(t)}}
  12. Press Enter
  13. Uncheck the "Pause on caught exception"
  14. Press F8 
  15. Click again on the "↻ Refresh" link, now you should see the sms

 

 

  2  
  2  
#106
Options
Re:MR600 - problem seeing received sms messages
2020-03-26 19:24:48

@Chalda 

 

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

  0  
  0  
#107
Options
Re:MR600 - problem seeing received sms messages
2020-03-27 09:31:34 - last edited 2020-03-27 09:32:07

@Gaaaz 

Press "Resume script execution" (|▶) until you see this:

 

Thent continue from step 9


 
  1  
  1  
#108
Options
Re:MR600 - problem seeing received sms messages
2020-03-27 11:28:53

@Chalda 

 

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 !!

  0  
  0  
#109
Options
Re:MR600 - problem seeing received sms messages
2020-03-28 15:29:17

@Chalda 

 

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.

  0  
  0  
#110
Options
Re:MR600 - problem seeing received sms messages
2020-03-28 21:24:02
I like to know too https://77tunes.com/turks-nav-gunna-lyrics/
https://77tunes.com/
  0  
  0  
#111
Options
Re:MR600 - problem seeing received sms messages
2020-03-29 08:42:05

@Kevin_Z 

 

After about one week testing, it works for me!!!

I can read all new incomming sms (with chinese character) and keep in router.

 

Much thanks Kevin_Z  

  0  
  0  
#112
Options
Re:MR600 - problem seeing received sms messages
2020-03-31 09:04:55

@Kevin_Z 

 

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.

 

 

  0  
  0  
#114
Options
Re:MR600 - problem seeing received sms messages
2020-04-02 15:51:53 - last edited 2020-04-02 15:52:51

@Chalda

This worked for me too.

Thanks :)

  0  
  0  
#115
Options
Re:MR600 - problem seeing received sms messages
2020-04-04 08:53:20 - last edited 2020-04-04 08:54:45

@M7sthlm @Kevin_Z Working here also !

 

Thanks !

  0  
  0  
#117
Options
Related Articles