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 > Chinese Models & Cloned Phones > Android based chinese phones

Reply
 
LinkBack Thread Tools Display Modes
Old 04-28-2013, 13:03   #1 (permalink)
No Life Poster
 
..:: Devil_king ::..'s Avatar
 
Join Date: Feb 2008
Location: Hell..... Bcoz i am devil_king
Age: 37
Posts: 1,922
Member: 696623
Status: Offline
Sonork: 100.1601050
Thanks Meter: 526
Dumping ROM using ADB guide


What you need :
a pc, usb cable and your android device with sdcard

What you need to download :
Android SDK. here's the link on how to install it and download link.. Setting Up an Existing IDE | Android Developers

USB driver of your device.
if not have then read mine previous post
http://forum.gsmhosting.com/vbb/9384748-post1.html

RKDump file. rkdump

Instructions:
1. enable USB debugging on the device
2. Download and Install android SDK (dont forget JAVA JDK if you havent got it yet)
3. now connect your device to your pc, you will see Windows will try to install appropriate driver for your device, if it installed properly then you're lucky, you can proceed to step 4, if not then we need to install the driver using USB driver
how to install driver
http://forum.gsmhosting.com/vbb/9384748-post1.html

now for the adb part..
4. copy RKdump file you downloaded on the same folder as ADB.exe, usually its in folder Program Files (x86)/android/android-sdk/platform-tools
5. click menu and on search bar, type cmd, right click cmd.exe and run as administrator.
6. on the cmd command prompt, type "cd\program files (x86)/android/android-sdk/platform-tools" without the quote.
7. type

Code:
adb devices


8. type

Code:
adb push rkdump /data/


9. type

Code:
adb shell
*if you see a "#" sign and a cursor next to it then we're good to go.. otherwise..you need to root your phone first

10. type

Code:
chmod 755 /data/rkdump
*this will make RKDump executable

11. type

Code:
/data/rkdump /dev/block/mtdblock5 /sdcard/update.img
*this will copy update.img on your sdcard which can be used for faulty same device (in case if you not find any factory flasher or flash file)
the end.

note: if you want to copy any other part of your device partition.. look in here rkutils | androtab.info



special thank's: geoRG77
  Reply With Quote
The Following 12 Users Say Thank You to ..:: Devil_king ::.. For This Useful Post:
Show/Hide list of the thanked
Old 05-23-2013, 18:24   #2 (permalink)
Registered User
 
Join Date: Nov 2007
Location: ID
Posts: 180
Member: 624177
Status: Offline
Thanks Meter: 23
1|root@android:/ # cat /proc/mtd
cat /proc/mtd
/proc/mtd: No such file or directory
1|root@android:/ # /data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump: /dev/block/mtdblock1: No such file or directory
  Reply With Quote
Old 05-27-2013, 06:25   #3 (permalink)
Freak Poster
 
Join Date: Oct 2008
Location: antipolo philippines
Age: 41
Posts: 189
Member: 882142
Status: Offline
Thanks Meter: 380
Quote:
Originally Posted by teknisi bloon View Post
1|root@android:/ # cat /proc/mtd
cat /proc/mtd
/proc/mtd: No such file or directory
1|root@android:/ # /data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump: /dev/block/mtdblock1: No such file or directory


same HERE..................................
  Reply With Quote
Old 05-27-2013, 12:34   #4 (permalink)
No Life Poster
 
..:: Devil_king ::..'s Avatar
 
Join Date: Feb 2008
Location: Hell..... Bcoz i am devil_king
Age: 37
Posts: 1,922
Member: 696623
Status: Offline
Sonork: 100.1601050
Thanks Meter: 526
Quote:
Originally Posted by teknisi bloon View Post
1|root@android:/ # cat /proc/mtd
cat /proc/mtd
/proc/mtd: No such file or directory
1|root@android:/ # /data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump /dev/block/mtdblock1 /sdcard/kernel.img
/data/rkdump: /dev/block/mtdblock1: No such file or directory
contact me on yahoo ............
  Reply With Quote
Old 06-10-2013, 19:42   #5 (permalink)
Junior Member
 
Join Date: Apr 2009
Posts: 15
Member: 1008064
Status: Offline
Thanks Meter: 2
how restore back up?
  Reply With Quote
Old 06-10-2013, 20:37   #6 (permalink)
No Life Poster
 
ppdavisito's Avatar
 
Join Date: Nov 2012
Location: Cuba
Posts: 505
Member: 1840836
Status: Offline
Sonork: 100.1659703
Thanks Meter: 135
when i try to the dump flash file on the phone say me Permise Denied
  Reply With Quote
Old 06-11-2013, 12:53   #7 (permalink)
Cheater -Don't Deal with him-
 
Join Date: Jul 2012
Age: 41
Posts: 346
Member: 1791133
Status: Offline
Thanks Meter: 89
anyway to dump the rom or to convert it to .pac?
  Reply With Quote
Old 06-12-2013, 12:35   #8 (permalink)
No Life Poster
 
..:: Devil_king ::..'s Avatar
 
Join Date: Feb 2008
Location: Hell..... Bcoz i am devil_king
Age: 37
Posts: 1,922
Member: 696623
Status: Offline
Sonork: 100.1601050
Thanks Meter: 526
bro read out dump using that method can be used to restore\upgrade firmware using mmc ..

get phone in recovery menu
there is a option named "apply update from sd card"
  Reply With Quote
The Following User Says Thank You to ..:: Devil_king ::.. For This Useful Post:
Old 06-17-2013, 20:32   #9 (permalink)
No Life Poster
 
dicle_gsm's Avatar
 
Join Date: Jul 2007
Location: tr
Posts: 2,219
Member: 539148
Status: Offline
Thanks Meter: 2,175
By tested me 100%101 working thank you bro


BR
dicle_Gsm
  Reply With Quote
The Following User Says Thank You to dicle_gsm For This Useful Post:
Old 06-23-2013, 07:56   #10 (permalink)
Junior Member
 
Join Date: Mar 2009
Posts: 25
Member: 998165
Status: Offline
Thanks Meter: 0
Quote:
Originally Posted by ..:: Devil_king ::.. View Post
bro read out dump using that method can be used to restore\upgrade firmware using mmc ..

get phone in recovery menu
there is a option named "apply update from sd card"
Phone don't have Recovery Upgrade firmware = ?
  Reply With Quote
Old 06-27-2013, 15:17   #11 (permalink)
Freak Poster
 
Join Date: Jun 2013
Location: mexico
Posts: 347
Member: 1958094
Status: Offline
Thanks Meter: 57
update.zip

compress file Winzip update .zip ?

very interesting
  Reply With Quote
Old 06-27-2013, 15:32   #12 (permalink)
Freak Poster
 
Join Date: Jun 2013
Location: mexico
Posts: 347
Member: 1958094
Status: Offline
Thanks Meter: 57
Dumping full Rom

flashing ms-dos ?
  Reply With Quote
Old 08-04-2013, 15:14   #13 (permalink)
Major Poster
 
Join Date: Jul 2013
Location: abuja city
Age: 37
Posts: 47
Member: 1983926
Status: Offline
Thanks Meter: 44
Nice work devil's king, hope dz hlp me tackle the latest tecno android phones, any success report on 'logo hang at start up' problem of tecno p3 models?
  Reply With Quote
Old 09-01-2013, 19:25   #14 (permalink)
No Life Poster
 
gsmsikar's Avatar
 
Join Date: May 2003
Posts: 5,667
Member: 28004
Status: Offline
Sonork: 100.1601142
Thanks Meter: 770
does this dumping method works on all android device or it is CPU dependent ?

and will this dump works on same set without root ?
  Reply With Quote
Old 09-02-2013, 14:42   #15 (permalink)
No Life Poster
 
..:: Devil_king ::..'s Avatar
 
Join Date: Feb 2008
Location: Hell..... Bcoz i am devil_king
Age: 37
Posts: 1,922
Member: 696623
Status: Offline
Sonork: 100.1601050
Thanks Meter: 526
Quote:
Originally Posted by gsmsikar View Post
does this dumping method works on all android device or it is CPU dependent ?

and will this dump works on same set without root ?
These method work on android's (cpu does't matter)

yes these pulled dump work on same phone
No need rooted phone for push file in faulty phone
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 01:35.



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.20004 seconds with 8 queries

SEO by vBSEO