Saturday, August 18, 2012

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

for reference only...

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 and search google)
2. Enable debugging mode in your CP.
3.Connect phone to PC and install the driver. (driver can be found here.)
4. Go to command prompt.
5. Go to the installation folder of adb.
    In my case it is
    C:\Program Files(86)\Android\Android-sdk\platform-tools.
6. Type the "adb device" without quotes to check if phone is connected.
7. Type the ffg. in sequence and press Enter for each line.

adb shell
su
echo 'AT+EGMR=1,7,"yourIMEIhere"'>/dev/pttycmd1
echo 'AT+EGMR=1,10,"yourIMEIhere"'>/dev/pttycmd1
reboot

note: the first echo line is for the first IMEI
        the second echo line is for the second IMEI

8. below is the finished product..



,,hope this helps..

No comments:

Post a Comment