How to Create Full ROM Backup? And a Few Other Questions...

Folken

Member
Jul 18, 2012
17
6
Here is the info from /proc/mtd . If you can tell me which mtdX relates to boot.img, bootloader.img, and recovery.img . I can try to get a dump script working. Thanks again.

uid=2000 gid=2000 groups=1003,1004,1007,1009,1011,1015,3001,3002,3003,3006@android:/ $ cat /proc/mtd
cat /proc/mtd
dev: size erasesize name
mtd0: 00a00000 00100000 "SysInfo"
mtd1: 00b00000 00100000 "Uboot"
mtd2: 07600000 00100000 "kernel"
mtd3: 02c00000 00100000 "RKer"
mtd4: 18000000 00100000 "System"
mtd5: 68000000 00100000 "Data"
mtd6: 20000000 00100000 "Cache"
mtd7: 54800000 00100000 "user"
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
mtd2: 07600000 00100000 "kernel" boot.img

mtd1: 00b00000 00100000 "Uboot" bootloader.img

mtd3: 02c00000 00100000 "RKer" recovery.img

mtd4: 18000000 00100000 "System" system.img
 

crnrstne

Member
Sep 28, 2012
7
0
traveler1701 could you please send me these files that you refer to so i could install the gapps on my 9742? i would greatly appreciate it. thanks
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
The Development Index sticky has the root tool along with links to the CWM images. The modified framework-res.apk and the tweaks are in my signature. I will be updating the tweaks soon, as my build.prop in that file doesn't work properly and there are some additional XML files missing. For replacements I am using the files from Mobiz V.2.
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
Yep. There is a link in the Development Index sticky that should be helpful.
 

zekeS

Member
Dec 25, 2012
12
0
yah but wouldnt the tablet need cwm installed what i need is a way to recover from the recovery menu
 

Traveller

Administrator
Staff member
Jun 16, 2012
2,857
982
If you ask Vampirefo, depending on his schedule he may be able to cook up a solution for you using the dump and the stock recovery.
 
Top