getitnowmarketing
Android Enthusiast
I'm just about done with the Optimus 1/T recovery. If you guys want one for Opt S I'll need some dumps.
Once rooted from adb shell or terminal app type:
note the mtd partition # of boot & recovery.
then in the dd parts use the mtd number of your boot and recovery partitons
for example if boot is mtd3 do dd if=/dev/mtd/mtd3 of=/sdcard/boot-dump.img bs=4096
then type
Please upload the boot-dump.img and recovery-dump.img from your sdcard.
Please post output of these done from adb shell:
Once rooted from adb shell or terminal app type:
Code:
su
cat proc/mtd
note the mtd partition # of boot & recovery.
then in the dd parts use the mtd number of your boot and recovery partitons
for example if boot is mtd3 do dd if=/dev/mtd/mtd3 of=/sdcard/boot-dump.img bs=4096
then type
Code:
dd if=/dev/mtd/mtd1 of=/sdcard/boot-dump.img bs=4096
dd if=/dev/mtd/mtd0 of=/sdcard/recovery-dump.img bs=4096
Please post output of these done from adb shell:
Code:
cat proc/mtd
cat proc/mounts
ls /dev/block/mmcblk*
mount
df
