Warning!! Flashing Google Nexus will delete all data in SDcard and there is probability tobrick your phone. Do a backup before do flashing.
Preparation
- Download and extract Google Nexus factory image, always check the md5 to prevent download corrupt.
- Installed android SDK
Flashing Google Nexus Factory Image
- Put factory image to android-sdk/platform-tools folder
- Go to factory image extract folder
- Open flash-all.sh using text editor
- Open Command prompt and change the directory to platform-tools (or folder where you can find fastboot.exe)
cd c:\android-sdk\platform-tools
- Turn off google nexus
- press and hold volume[+] + volume[-] then press and hold power buttons, boot in fasboot mode/bootloader
- Flash bootloader
$ fastboot flash bootloader bootloader-maguro-primekk15.img
- Reboot bootloader
$ fastboot reboot-bootloader
wait for device reboot - flash radio image
$ fastboot flash radio radio-maguro-i9250xxkk6.img
- Reboot bootloader
$ fastboot reboot-bootloader
- flash android image
$ fastboot -w update image-yakju-icl53f.zip
- Device will auto reboot
- done
note: steps above using google factory image 4.0.2 icl53f
No comments:
Post a Comment