[Rockchip Rom Backup ]-How to Dump Rom Rockchip Share
Today the weather was hot + emotions mild to moderate irritation. I wanted to share a brief Dump Rom CPU Rockchip to watch it.
Backup ** This method is a system in our machines can be recycled again. Time is a problem Or to create a custom ROM.
Method
One. Put files into the ADB 3 files to C: \ windows.
Two. Logged on CMD
Three. Would like the image below, then type cd \ then enter.
Four. Enable USB Debugging mode
Five. Typing adb shell then enter.
6th. Typing cat / proc / mtd to check that the Partition to divide it.
Sample
dev: size erasesize name
mtd0: 00400000 00004000 "misc".
mtd1: 00800000 00004000 "kernel".
mtd2: 01000000 00004000 "boot".
mtd3: 01000000 00004000 "recovery".
mtd4: 20800000 00004000 "backup".
mtd5: 08000000 00004000 "cache".
mtd6: 40000000 00004000 "userdata".
mtd7: 00400000 00004000 "kpanic".
mtd8: 1ec00000 00004000 "system".
mtd9: 14fc00000 00004000 "user".
7th. Dump Rom command used to collect the machine before pulling out of storage.
dd if = / dev/mtd/mtd0 of = / sdcard / misc.img bs = 4096.
dd if = / dev/mtd/mtd1 of = / sdcard / kernel.img bs = 4096.
dd if = / dev/mtd/mtd2 of = / sdcard / boot.img bs = 4096.
dd if = / dev/mtd/mtd3 of = / sdcard / recovery.img bs = 4096.
dd if = / dev/mtd/mtd4 of = / sdcard / backup.img bs = 4096.
dd if = / dev/mtd/mtd5 of = / sdcard / cache.img bs = 4096.
dd if = / dev/mtd/mtd8 of = / sdcard / system.img bs = 4096.
Sample
In shell ** I wanted Dump Partition type the following and press enter it.
Print ** he finished shell ls / sdcard check it.
PS. Sorry for any mistakes in advance.
Today the weather was hot + emotions mild to moderate irritation. I wanted to share a brief Dump Rom CPU Rockchip to watch it.
Backup ** This method is a system in our machines can be recycled again. Time is a problem Or to create a custom ROM.
Method
One. Put files into the ADB 3 files to C: \ windows.
Two. Logged on CMD
Three. Would like the image below, then type cd \ then enter.
Four. Enable USB Debugging mode
Five. Typing adb shell then enter.
6th. Typing cat / proc / mtd to check that the Partition to divide it.
Sample
dev: size erasesize name
mtd0: 00400000 00004000 "misc".
mtd1: 00800000 00004000 "kernel".
mtd2: 01000000 00004000 "boot".
mtd3: 01000000 00004000 "recovery".
mtd4: 20800000 00004000 "backup".
mtd5: 08000000 00004000 "cache".
mtd6: 40000000 00004000 "userdata".
mtd7: 00400000 00004000 "kpanic".
mtd8: 1ec00000 00004000 "system".
mtd9: 14fc00000 00004000 "user".
7th. Dump Rom command used to collect the machine before pulling out of storage.
dd if = / dev/mtd/mtd0 of = / sdcard / misc.img bs = 4096.
dd if = / dev/mtd/mtd1 of = / sdcard / kernel.img bs = 4096.
dd if = / dev/mtd/mtd2 of = / sdcard / boot.img bs = 4096.
dd if = / dev/mtd/mtd3 of = / sdcard / recovery.img bs = 4096.
dd if = / dev/mtd/mtd4 of = / sdcard / backup.img bs = 4096.
dd if = / dev/mtd/mtd5 of = / sdcard / cache.img bs = 4096.
dd if = / dev/mtd/mtd8 of = / sdcard / system.img bs = 4096.
Sample
In shell ** I wanted Dump Partition type the following and press enter it.
Print ** he finished shell ls / sdcard check it.
PS. Sorry for any mistakes in advance.
0 comments:
Post a Comment