Okay so being the Android user that you are, there is a decent chance that you flash all sorts of stuff to your phone. In that process, however, you likely wander off the upgrade path, rendering your phone ineligible for the latest OTA software updates. How do you get those new updates. You have to flash back to stock. Outlined below are the steps to do that, courtesy of p3droid from mydroidworld forums.
Disclaimer: Droid Forums or myself is not responsible if you happen to brick your device. Proceed at your own risk.
This has only been tested on Windows 7 (32/64)
Okay, you reverted back to stock and updated. The next part is optional. How to root the device…
Download the following file: it contains the exploit, su, Superuser –> Exploit.zip
For the lazy 1-click ---> 1-click_exploit.zip
Source and credit: MyDroidWorld
Disclaimer: Droid Forums or myself is not responsible if you happen to brick your device. Proceed at your own risk.
This has only been tested on Windows 7 (32/64)
- Download this fastboot file moto-fastboot-win32.zip
- Download this Zip (Contains both System and webtop images) Download Now
- Create a folder on Desktop named “Stock” <—– can be anything you want
- Place the contents of both zip files in the folder named Stock
- Put phone in Fastboot mode, connect to computer
- Open a command terminal and go to the Stock folder (cd Desktop/Stock)
- type this command in the terminal window and wait for the flashing to finish before going to the next line.
—-> moto-fastboot.exe flash webtop grfs.img (This file will be flashed in 4 parts)
—-> moto-fastboot.exe flash system system.img (This file will be flashed in 2 parts)
—-> moto-fastboot.exe reboot
************************************************** ****************
Your boot image (kernel) and radio files will never go back to stock !!!
************************************************** ****************
Okay, you reverted back to stock and updated. The next part is optional. How to root the device…
Download the following file: it contains the exploit, su, Superuser –> Exploit.zip
- Unzip contents of folder to your Desktop
- open a command terminal and navigate to the folder (cd Desktop/Exploit)
- type the following commands
—> adb push zerg /data/local
—> adb push su /data/local
—> adb push Superuser.apk /data/local
—> adb shell
—> cd /data/local
—> chmod 777 zerg
—> ./zerg - Wait for the root to be gained
- type the following commands
—> adb shell (only type this if you are no longer in shell@targa)
—> mount -o rw,remount /dev/null /system\
—> cat /data/local/su > /system/bin/su
—> cat /data/local/Superuser.apk > /system/app/Superuser.apk
—> chmod 4755 /system/bin/su
—> chmod 4755 /system/app/Superuser.apk
—> reboot
For the lazy 1-click ---> 1-click_exploit.zip
Source and credit: MyDroidWorld