GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > Android based Phones / Tablets > Android Tablets

Reply
 
LinkBack Thread Tools Display Modes
Old 12-21-2013, 06:29   #1 (permalink)
Product Manager
 
aZimBahar's Avatar
 
Join Date: Dec 2009
Location: CEO.of.ROMDevelopers
Age: 32
Posts: 16,059
Member: 1174508
Status: Offline
Sonork: 100.1593820
Thanks Meter: 11,979
Donate money to this user
[Rockchip Rom Backup ]-How to Dump Rom Rockchip Share By AzimBahar


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.




Br
One-Man
..::AzimBahar::..

Last edited by Mohsin-*; 12-21-2013 at 12:58. Reason: image Remove
  Reply With Quote
The Following 18 Users Say Thank You to aZimBahar For This Useful Post:
Show/Hide list of the thanked
Old 01-30-2014, 10:37   #2 (permalink)
Registered User
 
Join Date: Feb 2009
Location: in my mind
Age: 35
Posts: 84
Member: 962014
Status: Offline
Thanks Meter: 7
tanx alot

but now how to restore this dump firmware on another device (Rockchip RK2928_G) ?
  Reply With Quote
Old 01-30-2014, 18:34   #3 (permalink)
No Life Poster
 
Faheem Anjum's Avatar
 
Join Date: Nov 2006
Location: (United States Of Islam)
Age: 37
Posts: 24,984
Member: 399832
Status: Offline
Sonork: Faheem Anjum
Thanks Meter: 24,311
Donate money to this user
this is just possible when you have usb debugging on on u r tablet other wise you need a img for flashing
  Reply With Quote
The Following 2 Users Say Thank You to Faheem Anjum For This Useful Post:
Old 02-01-2014, 15:03   #4 (permalink)
Registered User
 
Join Date: Feb 2009
Location: in my mind
Age: 35
Posts: 84
Member: 962014
Status: Offline
Thanks Meter: 7
ok ! tanx dear friend
do you have a solution for this ?pls tell me a ways of learning this issue
and next question ? : how to pack and convert the dumped files(e.g system.img , kernel,img and ...) to 1part ? do you know؟

Last edited by gandolf007; 02-01-2014 at 15:10.
  Reply With Quote
Old 03-16-2014, 02:45   #5 (permalink)
No Life Poster
 
Dr_Wolodya's Avatar
 
Join Date: Jul 2004
Location: Ukraine
Age: 44
Posts: 2,727
Member: 75408
Status: Offline
Thanks Meter: 1,190
Quote:
Originally Posted by Faheem Anjum View Post
this is just possible when you have usb debugging on on u r tablet other wise you need a img for flashing
How to write back backup to tablet (Rockchip RK2928) with usb debugging on?

Last edited by Dr_Wolodya; 03-16-2014 at 02:50.
  Reply With Quote
Old 12-20-2014, 12:19   #6 (permalink)
Freak Poster
 
aydin.gsm1's Avatar
 
Join Date: Jun 2010
Location: South Azerbaycan
Age: 40
Posts: 373
Member: 1333047
Status: Offline
Sonork: 100.1618775
Thanks Meter: 278
Donate money to this user
Quote:
Originally Posted by ..::One-Man::.. View Post
Today the weather was hot + emotions mild to moderate irritation. I wanted to share a brief Dump Rom CPU Rockchip to watch it.




Br
One-Man
..::AzimBahar::..


Mr. Bahar you can write commands correctly for everyone use that.


Code:
cat / proc / mtd 
cat /proc/mtd

dd if = / dev/mtd/mtd0 of = / sdcard / misc.img bs = 4096. 
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/mtd1 of=/sdcard/kernel.img bs=4096


dd if = / dev/mtd/mtd2 of = / sdcard / boot.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/mtd3 of=/sdcard/recovery.img bs=4096


dd if = / dev/mtd/mtd4 of = / sdcard / backup.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/mtd5 of=/sdcard/cache.img bs=4096


 dd if=/dev/mtd/mtd8 of=/sdcard/system.img bs=4096.
dd if=/dev/mtd/mtd8 of=/sdcard/system.img bs=4096
  Reply With Quote
The Following User Says Thank You to aydin.gsm1 For This Useful Post:
Old 12-24-2014, 03:08   #7 (permalink)
No Life Poster
 
Join Date: Dec 2006
Location: egypt
Age: 37
Posts: 1,041
Member: 419703
Status: Offline
Thanks Meter: 123
Polaroid Tablet s20a or s20eg Tablet schools
i need rockchipfirmware plz
Tablet famous schools disrupted many of them secret code is hand-formate
The disadvantage to stand on the word Tablet to be updated
The third drawback after installing the memory card die and problem-solving update
The problem is that I've been through a lack of rum correct all Romat open white screen
Data tablet
Type Model: s20a or s20eg
kernel_versoion-3.5.36t laixiaomao@lxm-desktop#70
cup :rockchip rk3188
I own download tools
RKBatchTool_v1.6
But I want to update Genuine
  Reply With Quote
Old 01-26-2015, 18:34   #8 (permalink)
Insane Poster
 
Join Date: Feb 2009
Location: IND RATNAGIRI MAHARASHTRA
Posts: 98
Member: 962648
Status: Offline
Sonork: pavan
Thanks Meter: 9
7 inch rockchip rk3028a cpu id board R709E_RK2928_V1.31 I WRITE WRONG FILE GIVE ME OG FILE PLS HELP SIR
  Reply With Quote
Old 02-03-2015, 15:26   #9 (permalink)
No Life Poster
 
Join Date: Feb 2008
Location: pakistan hafizabad
Posts: 1,844
Member: 700741
Status: Offline
Sonork: 100.1617188
Thanks Meter: 409
after create dump file how to write dump file
  Reply With Quote
The Following User Says Thank You to MALIKTARIQ For This Useful Post:
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 21:48.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.20222 seconds with 8 queries

SEO by vBSEO