sovereign73811
Newbie
COMPILED UPDATE (as seen on XDA forums):
I've got someone to extract successfully something that looks like the bootloader and the System images. Take a look:
Quote:
We think we've found the system image in mmcblk0p14.
The SYSTEM may be in:
We may also have a bootloader:
Now all we need is to find the recovery...
Wolverine13 may have found the recovery in mmcblk0p18:
To extract the images in their locations: I think we'll need to use these commands:
If anyone is able to successfully extract these ROMs please upload them.
I've got someone to extract successfully something that looks like the bootloader and the System images. Take a look:
Quote:
We think we've found the system image in mmcblk0p14.
The SYSTEM may be in:
shell@android:/ # dd if=/dev/block/mmcblk0p14 of=/sdcard/system.img bs=4096dd if=/dev/block/mmcblk0p14 of=/sdcard/system.img bs=4096307200+0 records in307200+0 records out1258291200 bytes tra
We may also have a bootloader:
shell@android:/ #dd if=/dev/block/mmcblk0boot1 of=/sdcard/boot1.img bs=4096dd if=/dev/block/mmcblk0boot1 of=/sdcard/boot1.img bs=4096shell@android:/ # dd if=/dev/block/mmcblk0boot1 of=/sdcard/boot1.img bs=4096256+0 records in256+0 records out1048576 bytes transferred in 0.130 secs (8065969 bytes/sec)shell@android:/ # dd if=/dev/block/mmcblk0boot0 of=/sdcard/boot0.img bs=4096dd if=/dev/block/mmcblk0boot0 of=/sdcard/boot0.img bs=4096256+0 records in256+0 records out1048576 bytes transferred in 0.129 secs (8128496 bytes/sec)shell@android:/ #
Now all we need is to find the recovery...
Wolverine13 may have found the recovery in mmcblk0p18:
/platform/msm_sdcc.1/by-name/recovery <
lrwxrwxrwx root root 1970-01-13 18:02 recovery -> /dev/block/mmcblk0p18
To extract the images in their locations: I think we'll need to use these commands:
Code:
dd if=/dev/block/mmcblk0p18 of=/sdcard/Recovery.img
dd if=/dev/block/mmcblk0boot0 of=/sdcard/boot0.img
dd if=/dev/block/mmcblk0boot1 of=/sdcard/boot1.img dd if=/dev/block/mmcblk0p14 of=/sdcard/system.img
If anyone is able to successfully extract these ROMs please upload them.