D2Pad from Biglots, How to Backup and Install CW Recovery

rhg135

Member
Oct 26, 2012
66
12
Nope, just meant I can boot into recovery.

Sent from my dRom using Xparent Green Tapatalk 2
 

myfishbear

Senior Member
Nov 12, 2012
118
50
quick question if i wanted to install my stock recovery can i just run this thru adb (id use my backed up recovery.img of course)
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
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
quick question if i wanted to install my stock recovery can i just run this thru adb (id use my backed up recovery.img of course)
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

Yes this method can be used to install your stock recovery.
 

jhasen1

Member
Nov 12, 2012
2
0
I have a Dell computer, and I am trying to sync it to my Android™ 4.0 Diablotek D2 7" Tablet so I can put stuff on it, and my computer says that I need to insert the disk and I didn’t get one. Can I download one free from the internet? I am not very knowledgeable about this stuff obviously, can someone help me.
Thank you, Joy

Manufacturer: Dell
Processor: Intel(R) Core( TM)2 Duo CPU E8400 @ 3.00GHz
Memory (RAM): 4.00 GB
System type: 64-bit Operating System
Windows Vista Home Premium service pack 2

Android™ 4.0 Diablotek D2 7" Tablet
· 1.2GHZ processor
· Multi-touch capacitive screen
· 1GB RAM
· 4GB storage (32GB with microSD card, sold separately)
· 800 x 480 resolution
· Front camera
· Supports video chat
· Tons of pre-loaded apps
· Supports 3D gaming accelerometer
· With Android™ 4.0 ice cream sandwich operating system
 

myfishbear

Senior Member
Nov 12, 2012
118
50
I have a Dell computer, and I am trying to sync it to my Android™ 4.0 Diablotek D2 7" Tablet so I can put stuff on it, and my computer says that I need to insert the disk and I didn’t get one. Can I download one free from the internet? I am not very knowledgeable about this stuff obviously, can someone help me.
Thank you, Joy

Manufacturer: Dell
Processor: Intel(R) Core( TM)2 Duo CPU E8400 @ 3.00GHz
Memory (RAM): 4.00 GB
System type: 64-bit Operating System
Windows Vista Home Premium service pack 2

Android™ 4.0 Diablotek D2 7" Tablet
· 1.2GHZ processor
· Multi-touch capacitive screen
· 1GB RAM
· 4GB storage (32GB with microSD card, sold separately)
· 800 x 480 resolution
· Front camera
· Supports video chat
· Tons of pre-loaded apps
· Supports 3D gaming accelerometer
· With Android™ 4.0 ice cream sandwich operating system
i believe you need to mount it on the tablet. first plug the usb cord into the comp and the tab. then tap near the clock and click on usb connected then turn on usb storage
 

negitivej

Member
Nov 13, 2012
1
0
Incase someone else needs the ADB drivers. I have a ton of devices and all mine would put the device in offline mode. The drivers at this link address worked...

hxxp://chinamobiles.org/downloads/zap/Drivers_AllwinnerA10_32and64.zip (replace the xx with tt)

cheers -J
 

neogaia

Member
Oct 22, 2012
11
1
Nope, just meant I can boot into recovery.

Sent from my dRom using Xparent Green Tapatalk 2

Not sure if anyone covered it already but you can boot into Android Recovery by doing this:
Click on Settings
Tap on "Backup & Restore" which is under the Personal Menu and there you can tap on "Recovery Mode" and it will boot you into Android Recovery in the tablet.
 

neogaia

Member
Oct 22, 2012
11
1
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

I'm guessing this code is what you use to make a backup of one's stock ROM?
 

asianflavor

Member
Nov 17, 2012
5
0
First off, thanks for the guide on putting CWM Recovery on this. I use myfishbear's hackpack to install the recovery. That went fine. But I am not able to mount the SD card in CWM. I am not sure what is going on with this. I know the SD card works since I am about to see it from the tablet when it is connected to the PC. But in recovery, it will not mount the SD card. Thanks for any help!
 

rhg135

Member
Oct 26, 2012
66
12
I got mine fixed by setting nandk instead of nandi in recovery.fstab when I built for the 09 model.

Sent from my dRom using Xparent Green Tapatalk 2
 
Top