I found this http://www.androidtablets.net/forum...-recovery-6-0-1-0-a10-ly-f1-treq-tablets.html and I can boot in to cwm like the note says.
Is this a better CWM or is d209_recovery.zip for D201209Bxxxxx ?
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I found this http://www.androidtablets.net/forum...-recovery-6-0-1-0-a10-ly-f1-treq-tablets.html and I can boot in to cwm like the note says.
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
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 storageI 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 didnt 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
Nope, just meant I can boot into recovery.
Sent from my dRom using Xparent Green Tapatalk 2
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?