CURRENTLY NO BUILD ATM!
How to flash above builds:
Copy the cwrecovery.img or recovery.img to sdcard or sdcard2 and run flash_image recovery /sdcard/cwrecovery.img or /sdcard2/cwrecovery.img
Note: for build 2nd and 3rd, the name is recovery.img
I don't have one myself, I worked on a augen gentouch and didn't have one either while doing all this
I know its been rooted, I am wondering if anyone wouldn't mind helping me out by running a few commands, so I can cook up a custom recovery for you all (clockwork ofc)
After that, I'll see if I consider porting 2.2 depends on kernel version, since source isn't available...
Either in ADB shell after doing su or on a terminal on the tablet after running su command...
type in cat /proc/mtd and you can post that here or pm it.
Then whichever mtd is boot and whichever is recovery run the following
Then upload those two and send them.
http://www.sendspace.com/file/3n5o79 boot.img and recovery.img
http://www.sendspace.com/file/jlqw0q system.img
Edited: Fixed post with more links and updates.
How to flash above builds:
Copy the cwrecovery.img or recovery.img to sdcard or sdcard2 and run flash_image recovery /sdcard/cwrecovery.img or /sdcard2/cwrecovery.img
Note: for build 2nd and 3rd, the name is recovery.img
I don't have one myself, I worked on a augen gentouch and didn't have one either while doing all this
I know its been rooted, I am wondering if anyone wouldn't mind helping me out by running a few commands, so I can cook up a custom recovery for you all (clockwork ofc)
After that, I'll see if I consider porting 2.2 depends on kernel version, since source isn't available...
Either in ADB shell after doing su or on a terminal on the tablet after running su command...
type in cat /proc/mtd and you can post that here or pm it.
Code:
# cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00020000 "misc"
mtd1: 00500000 00020000 "recovery"
mtd2: 00280000 00020000 "boot"
mtd3: 04380000 00020000 "system"
mtd4: 04380000 00020000 "cache"
mtd5: 04ac0000 00020000 "userdata"
mtd6: 10000000 00020000 "msm_nand"
Then whichever mtd is boot and whichever is recovery run the following
Code:
dd if=/dev/mtd/mtd2(this might change) of=/sdcard/boot.img bs=4096
dd if=/dev/mtd/mtd1(this might change) of=/sdcard/recovery.img bs=4096
Then upload those two and send them.
http://www.sendspace.com/file/3n5o79 boot.img and recovery.img
http://www.sendspace.com/file/jlqw0q system.img
Edited: Fixed post with more links and updates.
Last edited: