- Nov 8, 2011
- 3,836
- 1,394
D2Pad.info
View Android™ 4.0 D2 7" Tablet Deals at Big Lots
There are two versions, The one I have has the D201208Bxxxxx S/N on back.
rhg135 version is for D201209
My recovery is for D201208 , the first thing to do is make a backup.
You need adb installed and working.
adb shell
mkdir /sdcard/dump
cat /dev/block/nandc > /sdcard/dump/boot.img
cat /dev/block/nanda > /sdcard/dump/bootloader.img
cat /dev/block/nandg > /sdcard/dump/recovery.img
busybox tar -cvf /sdcard/dump/d2_system.tar /system
once done,
make a folder on your desktop navigate there through terminal
adb pull /sdcard/dump
now download recovery
dc_recovery.zip this recovery is for 08 version
d209_recovery.zip this recovery is for 09 version
to install is just like any other a10
download zip extract
must be rooted
adb remount
adb push recovery.img /data/local/tmp/recovery.img
adb push install-recovery.sh /data/local/tmp/install-recovery.sh
adb push reboot-recovery /system/bin/reboot-recovery
adb shell
chmod 775 /system/bin/reboot-recovery
chmod 777 /data/local/tmp/install-recovery.sh
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
Or you can use a file manger with root privileges, and copy the files where they need to go and set permissions on them, once you have done that.
then install a terminal from market.
su
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
once in recovery
volume up to scroll
power to select
volume down is back
d209_recovery.zip recovery build provided and supported by rhg135
View Android™ 4.0 D2 7" Tablet Deals at Big Lots
There are two versions, The one I have has the D201208Bxxxxx S/N on back.
rhg135 version is for D201209
My recovery is for D201208 , the first thing to do is make a backup.
You need adb installed and working.
adb shell
mkdir /sdcard/dump
cat /dev/block/nandc > /sdcard/dump/boot.img
cat /dev/block/nanda > /sdcard/dump/bootloader.img
cat /dev/block/nandg > /sdcard/dump/recovery.img
busybox tar -cvf /sdcard/dump/d2_system.tar /system
once done,
make a folder on your desktop navigate there through terminal
adb pull /sdcard/dump
now download recovery
dc_recovery.zip this recovery is for 08 version
d209_recovery.zip this recovery is for 09 version
to install is just like any other a10
download zip extract
must be rooted
adb remount
adb push recovery.img /data/local/tmp/recovery.img
adb push install-recovery.sh /data/local/tmp/install-recovery.sh
adb push reboot-recovery /system/bin/reboot-recovery
adb shell
chmod 775 /system/bin/reboot-recovery
chmod 777 /data/local/tmp/install-recovery.sh
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
Or you can use a file manger with root privileges, and copy the files where they need to go and set permissions on them, once you have done that.
then install a terminal from market.
su
/data/local/tmp/install-recovery.sh
/system/bin/reboot-recovery
once in recovery
volume up to scroll
power to select
volume down is back
d209_recovery.zip recovery build provided and supported by rhg135
Last edited: