[TUT][DUMP] DUMP Stock ROM (SYSTEM/BOOT/etc) | OneX_SEA_WWE_1.26.707.2_SYSTEM + BOOT

Search This thread

monx®

Senior Member
Jan 3, 2006
6,497
7,009
▂ ▃ ▅ ▆ █
Red Magic 6S Pro
Basically u need adb/android SDK before proceed.

[WITH ROOT ACCESS]
[+] Dump/copy boot.img
Code:
Command prompt :
> adb shell
> su
> dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
More partition/img availabe to dump. Will update later.

[WITHOUT ROOT ACCESS]
Currently only /system is usable

1) Android SDK (just need adb)
2) Download busybox
3) Command prompt :
> adb push busybox /data/local/busybox
> adb shell
> cd /sdcard/
> chmod 755 /data/local/busybox
> /data/local/busybox tar cvf sysdump.tar /system
4) Ignore tar: error exit delayed from previous errors'. Is done correctly.

----------------------------------------------------------------------

Just finished dumped my semi-virgin One X system partition from SEA WWE stock ROM :D.
The file would be OneX_SEA_WWE_1.26.707.2_SYSTEM_DUMP.zip 558.3 MB :eek:
 

Attachments

  • OneX_SEA_WWE_1.26.707.2_SYSTEM_DUMP.txt
    119 bytes · Views: 1,165
  • STOCK_BOOT_KERNEL_UNTOUCHED_2.6.39.4-g6b459dc.zip
    4.2 MB · Views: 2,182
Last edited:

ck_looi

Senior Member
Dec 13, 2008
150
8
so, is it true that i can simply download the system dump from the link your provide, and flash it via recovery if i want to go back to stock SEA rom?

by the way, i am using a SEA htc one X too.
 

monx®

Senior Member
Jan 3, 2006
6,497
7,009
▂ ▃ ▅ ▆ █
Red Magic 6S Pro
so, is it true that i can simply download the system dump from the link your provide, and flash it via recovery if i want to go back to stock SEA rom?

by the way, i am using a SEA htc one X too.

not sure & never try :p
it was dumped before i unlock my device.

see here if u want unlock & backup ur stock rom including boot image. do nandroid backup after flashing Interim CWM. Then only restorable. (boot .img still hv to flash thru fastboot to restore or use new method by blubbers)
 

zenkinz

Senior Member
Apr 21, 2005
2,374
65
www.zenyee.com
my current stock is 1.26.707.4

will i be able to flash this and then get update to 707.4 OTA? Just want to make sure i got the right stock rom for my one x.
 

leith51

Senior Member
Feb 23, 2009
3,677
771
Picked mine up today going to do system dump of mine its on t-mobile software is 126.110.5

Sent from my HTC One X using XDA
 
  • Like
Reactions: onyxivy

zenkinz

Senior Member
Apr 21, 2005
2,374
65
www.zenyee.com
Basically u need adb/android SDK before proceed.

[WITH ROOT ACCESS]
[+] Dump/copy boot.img
Code:
Command prompt :
> adb shell
> su
> dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
More partition/img availabe to dump. Will update later.

i just dump boot (mmcblk0p4) and system (mmcblk0p12). is that good enough? (maybe recovery partition) I assume i would use fastboot flash to flash this image if I want to revert to stock?
 

Gandicela

Senior Member
Nov 16, 2011
1,806
716
Singapore
I've done Paul's procedure to Unlock + Interim CWM + SU, so now I'm rooted with S-On. After which I've done full backup thru interim CWM recovery prior to uninstalling bloatwares and I'm still now on stock ROM.

How different is this backup then? Back to stock?

Sent from my HTC One X using xda premium
 

mattman83

Senior Member
Jan 19, 2011
2,982
1,104
Brisbane
Gday, now this looks like it spits out a tar file, I assume this is flashable through fastboot? I'm just trying to put together a fastboot flashable img of my providers stock rom for another user...

Edit, I might be being stupid, but shouldn't adb pick up the stock rom when connected and booted into rom? Put usb connection into usb host mode...

M.
 
Last edited:

helloansuman

Senior Member
Aug 18, 2012
247
50
2nd method works great...

Basically u need adb/android SDK before proceed.

[WITH ROOT ACCESS]
[+] Dump/copy boot.img
Code:
Command prompt :
> adb shell
> su
> dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
More partition/img availabe to dump. Will update later.

[WITHOUT ROOT ACCESS]
Currently only /system is usable

1) Android SDK (just need adb)
2) Download busybox
3) Command prompt :
> adb push busybox /data/local/busybox
> adb shell
> cd /sdcard/
> chmod 755 /data/local/busybox
> /data/local/busybox tar cvf sysdump.tar /system
4) Ignore tar: error exit delayed from previous errors'. Is done correctly.

----------------------------------------------------------------------

Just finished dumped my semi-virgin One X system partition from SEA WWE stock ROM :D.
The file would be OneX_SEA_WWE_1.26.707.2_SYSTEM_DUMP.zip 558.3 MB :eek:
 
  • Like
Reactions: theDroidfanatic
1

1chris89

Guest
I already have my boot.img and what not just need to dump my boot.img-kernel... How to?
 

hamxa266

Senior Member
Feb 1, 2014
344
70
Karachi
2nd method works great on other phone thankx man!
just tell us one more thing that how to dump boot/kernel in the same is it possible or not ??
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 14
    Basically u need adb/android SDK before proceed.

    [WITH ROOT ACCESS]
    [+] Dump/copy boot.img
    Code:
    Command prompt :
    > adb shell
    > su
    > dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
    More partition/img availabe to dump. Will update later.

    [WITHOUT ROOT ACCESS]
    Currently only /system is usable

    1) Android SDK (just need adb)
    2) Download busybox
    3) Command prompt :
    > adb push busybox /data/local/busybox
    > adb shell
    > cd /sdcard/
    > chmod 755 /data/local/busybox
    > /data/local/busybox tar cvf sysdump.tar /system
    4) Ignore tar: error exit delayed from previous errors'. Is done correctly.

    ----------------------------------------------------------------------

    Just finished dumped my semi-virgin One X system partition from SEA WWE stock ROM :D.
    The file would be OneX_SEA_WWE_1.26.707.2_SYSTEM_DUMP.zip 558.3 MB :eek:
    3
    @anko

    Thread updated with guide.
    1
    Picked mine up today going to do system dump of mine its on t-mobile software is 126.110.5

    Sent from my HTC One X using XDA
    1
    2nd method works great...

    Basically u need adb/android SDK before proceed.

    [WITH ROOT ACCESS]
    [+] Dump/copy boot.img
    Code:
    Command prompt :
    > adb shell
    > su
    > dd if=/dev/block/mmcblk0p4 of=/sdcard/boot.img
    More partition/img availabe to dump. Will update later.

    [WITHOUT ROOT ACCESS]
    Currently only /system is usable

    1) Android SDK (just need adb)
    2) Download busybox
    3) Command prompt :
    > adb push busybox /data/local/busybox
    > adb shell
    > cd /sdcard/
    > chmod 755 /data/local/busybox
    > /data/local/busybox tar cvf sysdump.tar /system
    4) Ignore tar: error exit delayed from previous errors'. Is done correctly.

    ----------------------------------------------------------------------

    Just finished dumped my semi-virgin One X system partition from SEA WWE stock ROM :D.
    The file would be OneX_SEA_WWE_1.26.707.2_SYSTEM_DUMP.zip 558.3 MB :eek:
    1
    Does this work on other models?

    2nd method works great...

    Hi, I was curious if this worked on other models specifically the xperia arc so-01c. I wish to dump a japanese docomo rom that I guess is pretty rare for English websites. Thanks in advance. AJ