Cherry mobile candy invalid sim solution using only cli and adb...

Your comment You are on CELLPHONES Edit posts?
Cherry mobile candy invalid sim solution using CLI and adb...

1. First you must have adb installed on your PC. (On how to install adb just try to use google)
2. Enable debugging mode in your CP.
3. Connect phone to PC and install the phone driver. (driver can be found here.)
4. Go to command Prompt.
5. Go to the installation folder where adb is installed.
 6. Type "adb device" without quotes to check if the phone is connected.

 7. Type "adb shell"
8. Type "su"
9. Type
 echo 'AT+EGMR=1,7,"yourIMEIhere"'>/dev/pttycmd1
 this is for the first IMEI.
10. Type
 echo 'AT+EGMR=1,10,"yourIMEIhere"'>/dev/pttycmd1
 for the second IMEI

11. Type "reboot" to reboot the phone.

below is the screenshot of the process.
« Previous
 
Next »
 

0 comments:

Your comment / Cherry mobile candy invalid sim solution using only cli and adb...