matusalens
Member
- Jul 9, 2011
- 17
- 0
I think he needs a mirror image of someones tablet as he is not getting the linux boot loader screen when he presses the combo buttons on power up. I think his internal memory is erased or corrupt, so the unit may be bricked. I cannot help him any further, I just dont know that much about linux or the android install procedure without using the automated flash images we all havee been using from the ftp site.
BUMP
Hi guys,
To get files that I need, is just follow:
Using one terminal emulator, use commands:
#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"depends on your TABLET, boot, recovery or system partition can change order.
Use these commands:
# su
# cat /dev/mtd/mtd1 > /sdcard/mtd1.img
# cat /dev/mtd/mtd2 > /sdcard/mtd2.img
# cat /dev/mtd/mtd3 > /sdcard/mtd3.img
where mtd1 need be boot partition
mtd2 need be recovery partition
mtd3 need be system partition
/sdcard is name of internal or external sdcard (in kinpad I think that sdcard2 is external card).
After please zip the 3 files and put in some download site(megaupload, rapidshare, etc).
thanks guys