I lost my baseband & IMEI due to wrong flashing and unlocking methods. I did 10-15 flashings and try some methods but none of them worked.
So I found myself another method and grabbed some files that are required to recover IMEI.
Requirements:
Unlocked bootloader(Official or unofficial). You get unofficial methods to unlock bootloader on the internet.
Process:
Step 1:
Download the attachment given below.
Extract it somewhere.
Boot your device into fastboot mode and make sure it's unlocked.
Open extracted folder and run command prompt mode and run following fastboot commands:
After successful flashing of above files reboot your device and check your IMEI.
You can now see 0 infront of IMEI.
Step 2:
Enable debugging mode and connect your device to PC.
Check is your device connected or not via adb devices
Now run following commands:
Now open WriteDualIMEI(W+G_eMMC).exe included in the attachment given below.
Your can see COM port in the open dialog box.
Enter your IMEI and press START
Now reboot your device & you will have your IMEI & baseband back as factory mobile.
So I found myself another method and grabbed some files that are required to recover IMEI.
Requirements:
Unlocked bootloader(Official or unofficial). You get unofficial methods to unlock bootloader on the internet.
Process:
Step 1:
Download the attachment given below.
Extract it somewhere.
Boot your device into fastboot mode and make sure it's unlocked.
Open extracted folder and run command prompt mode and run following fastboot commands:
Code:
fastboot flash modemst1 modemst1
fastboot flash modemst2 modemst2
fastboot flash fsg fsg
You can now see 0 infront of IMEI.
Step 2:
Enable debugging mode and connect your device to PC.
Check is your device connected or not via adb devices
Now run following commands:
Code:
adb shell
su
setprop sys.usb.config diag,adb
Your can see COM port in the open dialog box.
Enter your IMEI and press START
Now reboot your device & you will have your IMEI & baseband back as factory mobile.
Attachments
-
3.7 MB Views: 1,214