With the help of My xda friend Yuweng,I ported and tested Custom Recovery for our tab.
I am not responsible for any damage or If you brick your tab.
Link :- http://www.mediafire.com/?d8fpr4n43vn04ya
How to flash :
Unzip the file you downloaded, you will get recovery.img
2. Copy recovery.img in your sdcard
3. Now type the following command in adb shell or in Terminal emulator:
Code:
dd if=/mnt/sdcard/recovery.img of=/dev/block/mmcblk0p3
I have tested backup and restore only,it is based on clockworkmod recovery v5.0.2.8.
To restore your backup,follow the below steps :-
Boot the device (Connect the device – via adb , not in media storage mode) and do the following in CMD / Terminal emulator; write
adb shell (for CMD) or su(for Terminal emulator)
# cd /mnt/sdcard/external_sd/clockworkmod/backup/2012-10-10.20.22.53
(Here*2012-10-10.20.22.53 is timestamp at which backup was generated, yours might be different! )
# rm nandroid.md5
# md5sum *img > nandroid.md5
*
Thats it !
Try restoring the Backup now, it will be done in first attempt
No comments:
Post a Comment