Required Files:
Qpst
Imei Converter
Diag Driver [This can be found in miflash tool installed path]
Ultra Edit
Note: Disable Driver signature environment.Procedure:Need Good qcn or backup qcn from working phone using qpst.
Dial *#*#717717#*#* to enable diag mode
Run Software download from qpst nd there press backup to get yur qcn backup, Also you can restore qcn by same procedure.(Note: Some times qcn backup and restore can solve yur unknwn baseband imei issues.)Imei Repair and Imei Change:* Required Root
* Need qcn backup
* Erase below givn partition from your phonemodemst1
modemst2
fsgExample for Mi5 [Note: The partition block name will be diff in other phones] How to find partition block by name Guide hereadb shell su -c dd if=/dev/zero of=/dev/block/sde28
adb shell su -c dd if=/dev/zero of=/dev/block/sdf3
adb shell su -c dd if=/dev/zero of=/dev/block/sdf5
adb rebootImporatant: Note you should know the imei of backup qcn otherwise it vil be little hard to find.Now Open imei converter and there type your imeiFor Example: Assume this as yur imei 3558678954674546, 3558678954675684Now Open imei converter and enter imei 1 by 1 to convert After convert it vil be lik this 08 3A 55 68 87 59 64 47 45 , 08 3A 55 68 87 59 64 57 86Open Qcn in Ultra edit, there use find option enter converted imei nd find the same line.
After find if you need to chnage yur imei from original change imei then convert using imei converter and replace it in the same line and save.
Restore using qpst.For Efs Backup and Restore:Backup:
adb shell su -c dd if=/dev/block/sde28 of=/sdcard/modemst1.img
adb shell su -c dd if=/dev/block/sdf3 of=/sdcard/modemst2.img
adb shell su -c dd if=/dev/block/sdf5 of=/sdcard/fsg.imgRestore:adb shell su -c dd if/sdcard/modemst1.img of=/dev/block/sde28
adb shell su -c dd if/sdcard/modemst2.imgof=/dev/block/sdf3
adb shell su -c dd if/sdcard/fsg.img of=/dev/block/sdf5For Network problem and unkwn baseband you can try this as wellBackup:adb shell su -c dd if=/dev/block/sde28 of=/sdcard/modemst1.img
adb shell su -c dd if=/dev/block/sdf3 of=/sdcard/modemst2.imgErase modemst1 and modemst2:adb shell su -c dd if=/dev/zero of=/dev/block/sde28
adb shell su -c dd if=/dev/zero of=/dev/block/sdf3
adb rebootRestore:adb shell su -c dd if/sdcard/modemst1.img of=/dev/block/sde28
adb shell su -c dd if/sdcard/modemst2.imgof=/dev/block/sdf3
adb reboot
No comments:
Post a Comment