Discussion on development progress

razor950

Member
Nov 25, 2010
71
47
Last edited:

jcabibi

Member
Dec 8, 2010
23
3
Hi Razor950,

First of all, thank you very much for your hard work.

Have you been able to pull a recovery image while in bootloader?

Thanks!
 

razor950

Member
Nov 25, 2010
71
47
if you want to backup recovery partition to dump the stock recovery, you can just use dd while in android. You can flash recovery and boot via android too but fastboot allows you to boot a boot.img without flashing, which means if your stuck in a bootloop, just give it a bit and it'll reboot with the boot partition instead of the boot.img.

The issue I have is I can't get adb to work in recovery, I've tried quite a few things and for some reason it just doesn't
 

razor950

Member
Nov 25, 2010
71
47
nothing, devices doesn't show up in adb. I am thinking either usb isn't initialized via recovery but its the same kernel and I've tried to start adb including the adb driver (msc_adb) but nothing.

I've done recovery for a few tablets already, so I don't know why this one is such a headache :(
 

jcabibi

Member
Dec 8, 2010
23
3
Hmmmm.... That's weird. I am going to mess with this when I get home and will let you know if I find any useful information.
 
Top