Seeing as bwcorvus has been missing in action, I've decided to pick up the slack.
These images are to be used to return to stock.
DO NOT USE THESE TO RELOCK YOUR DEVICE. YOU WILL END UP SOFT BRICKING YOUR DEVICE
These images only contain a boot image and a system image. Ever since Android 3.1, the recovery image is flashed on boot from the boot image.
To flash:
MZ600 (US 4g Only)
3.2.2 HLK75C MD5Sum: a2e2ac8378b951bf6fd87b0cd75ec72a (Thanks AceXMachine)
MZ600 (US 3g Only)
MZ604 (US Wifi Only)
3.2.2 HTK55D
3.2.2 HTK75D
Pulling your own images
1. Flash a custom recovery
2. Boot straight into recovery.
You're more than welcome to upload them, and I will add them to the list
These images are to be used to return to stock.
DO NOT USE THESE TO RELOCK YOUR DEVICE. YOU WILL END UP SOFT BRICKING YOUR DEVICE
These images only contain a boot image and a system image. Ever since Android 3.1, the recovery image is flashed on boot from the boot image.
To flash:
Code:
adb reboot bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot -w
fastboot reboot
3.2.2 HLK75C MD5Sum: a2e2ac8378b951bf6fd87b0cd75ec72a (Thanks AceXMachine)
MZ600 (US 3g Only)
MZ604 (US Wifi Only)
3.2.2 HTK55D
3.2.2 HTK75D
Pulling your own images
1. Flash a custom recovery
2. Boot straight into recovery.
adb shell
mount /data
mkdir -p /data/media/Images
dd if=/dev/block/platform/sdhci-tegra.3/by-name/boot of=/data/media/Images/boot.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/system of=/data/media/Images/system.img
sync
Then reboot back into android and pull them off of your device.mount /data
mkdir -p /data/media/Images
dd if=/dev/block/platform/sdhci-tegra.3/by-name/boot of=/data/media/Images/boot.img
dd if=/dev/block/platform/sdhci-tegra.3/by-name/system of=/data/media/Images/system.img
sync
You're more than welcome to upload them, and I will add them to the list
Last edited: