[ROM] Augen Gentouch78 v2 ROM Dump

marcelol

Member
Aug 6, 2010
10
0
I think there was someone on XDA that had a V2 Augen ...but he never responded to my PM.

If you come up with one, PM me....I'm trying to get this effort going again....not willing to just give up on this....
 

poole699

Member
Jan 26, 2011
2
0
I would be happy to help... Just walk me through what I gotta do and I will get stuff over to you.
 

xaueious

Administrator
Staff member
Jul 9, 2010
3,483
436
Here's the process, reference from SD

You need to use adb shell. Reference: http://www.androidtablets.net/forum...esource-how-use-adb-android-debug-bridge.html

Telechips needs special drivers, also found in that thread

Paste the output of
# cat /proc/mtd


Also, enter the following commands via shell, which will generate a full dump onto your sd card, where the filenames correspond to the names of the partitions

Then perform the dump
For example:
Code:
dd if=/dev/block/mtdblock0 of=/sdcard/bootloader.img
dd if=/dev/block/mtdblock1 of=/sdcard/boot.img
dd if=/dev/block/mtdblock2 of=/sdcard/system.img
dd if=/dev/block/mtdblock3 of=/sdcard/splash.img
dd if=/dev/block/mtdblock4 of=/sdcard/cache.img
dd if=/dev/block/mtdblock5 of=/sdcard/data.img
dd if=/dev/block/mtdblock6 of=/sdcard/persist.img
dd if=/dev/block/mtdblock7 of=/sdcard/recovery.img
dd if=/dev/block/mtdblock8 of=/sdcard/misc.img
dd if=/dev/block/mtdblock9 of=/sdcard/tcc.img

Upload the results to something like multiupload. If you have information on the device, do not upload cache and data.
 

KitsunePaws

Member
Sep 2, 2010
4
1
Not to sidetrack this thread, xaueious, Can you provide those dumps for the GT78 1st gen? Every time I try to run these either from recovery or adb shell or terminal, I end up with something that doesn't match the last file size..


Nevermind, was due to an unstable rom.
 
Last edited:

shadowofzeus

Member
Apr 7, 2011
14
0
That recovery doesn't seem to work. My devices just goes to a black screen. Also if you type "fastboot boot" + the name of the recovery img it tells me that it is not complete. So I have decided to build clockwork mod for the 2nd gens myself.
 
Last edited:

shadowofzeus

Member
Apr 7, 2011
14
0
Well I failed miserably at that. I could never get it to unpackbootimg correctly. It kept telling me that it can't find unpackbootimg. Its in the /out/host/linux-x86/bin/ directory.
 
Top