Created
June 9, 2018 20:54
-
-
Save id4ehsan/b31bf3d8350c4c21cec18ba83cd21ac2 to your computer and use it in GitHub Desktop.
redmi 5 plus imei change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://dl.google.com/android/repository/platform-tools-latest-windows.zip | |
| adb shell | |
| su | |
| setprop sys.usb.config diag,adb | |
| cd /dev/block/platform/soc/7824900.sdhci/by-name | |
| ls -lap | |
| dd if=/dev/zero of=/dev/block/mmcblk0p13 | |
| dd if=/dev/zero of=/dev/block/mmcblk0p14 | |
| dd if=/dev/zero of=/dev/block/mmcblk0p16 | |
| adb reboot bootloader | |
| fastboot erase modemst1 | |
| fastboot erase modemst2 | |
| fastboot reboot | |
| fastboot flash modemst1 modemst1 | |
| fastboot flash modemst2 modemst2 | |
| fastboot flash fsg fsg | |
| fastboot reboot | |
| 868983021477748 | |
| 868983021485824 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment