- Nov 8, 2011
- 3,836
- 1,394
Many people have taken the time to make a dump of their tablets, this is really great, but none seem to know how to restore them. I am going to give you a quick walk through.
You need to have CW recovery installed, if you don't you need to install it before you begin.
place below files on sdcard. the bottom three files are to come from your dump.
install-boot.sh
install-bootloader.sh
install-system.sh
boot.img
bootloader.img
system.tgz
boot into recovery.
use cwm navigate to mount options format /data /system /cache
mount /sdcard /cache /system
adb shell
cp /sdcard/install-boot.sh /tmp/install-boot.sh
cp /sdcard/install-bootloader.sh /tmp/install-bootloader.sh
cp /sdcard/install-system.sh /tmp/install-system.sh
chmod 755 /tmp/install-system.sh
chmod 755 /tmp/install-bootloader.sh
chmod 755 /tmp/install-boot.sh
busybox sh /tmp/install-boot.sh
busybox sh /tmp/install-bootloader.sh
busybox sh /tmp/install-system.sh
reboot
download below
http://www.mediafire.com/?1xkoel8m4k5246m
The zip say 7042_stock don't worry about that it's just three scripts they install the files you provide.
boot.img
bootloader.img
system.tgz
This video shows the response you should receive as you type or copy and paste commands.
It has came to my attention some of you users might have been piping your system, this is ok for update.zip but not good for direct install.
for the ones that have piped their system, eg caught into a bootloop, do a factory reset then install permissions.zip, place zip on your sdcard and install through cwm after doing factory reset.
http://www.mediafire.com/?l1sssq6bwpb5p66
You need to have CW recovery installed, if you don't you need to install it before you begin.
place below files on sdcard. the bottom three files are to come from your dump.
install-boot.sh
install-bootloader.sh
install-system.sh
boot.img
bootloader.img
system.tgz
boot into recovery.
use cwm navigate to mount options format /data /system /cache
mount /sdcard /cache /system
adb shell
cp /sdcard/install-boot.sh /tmp/install-boot.sh
cp /sdcard/install-bootloader.sh /tmp/install-bootloader.sh
cp /sdcard/install-system.sh /tmp/install-system.sh
chmod 755 /tmp/install-system.sh
chmod 755 /tmp/install-bootloader.sh
chmod 755 /tmp/install-boot.sh
busybox sh /tmp/install-boot.sh
busybox sh /tmp/install-bootloader.sh
busybox sh /tmp/install-system.sh
reboot
download below
http://www.mediafire.com/?1xkoel8m4k5246m
The zip say 7042_stock don't worry about that it's just three scripts they install the files you provide.
boot.img
bootloader.img
system.tgz
This video shows the response you should receive as you type or copy and paste commands.
It has came to my attention some of you users might have been piping your system, this is ok for update.zip but not good for direct install.
for the ones that have piped their system, eg caught into a bootloop, do a factory reset then install permissions.zip, place zip on your sdcard and install through cwm after doing factory reset.
http://www.mediafire.com/?l1sssq6bwpb5p66
Last edited by a moderator: