Hi,
as I made a stupid mistake while trying to fix Clockworkmod Recovery boot loop issue and didnt read the guide carefully, I bricked my phone with:
echo boot | dd of=/dev/block/mmcblk0p3 bs=1 seek=0
the phone/mmcblk0p3 is dead now and I'm doing research to unbrick via JTAG (using BusBlaster/BusPirate/Arduino), no Riffbox-like stuff) can someone please send me a copy of the mmcblk0p3 e.g. doing a:
dd if=/dev/block/mmcblk0p3 of=/path/to/copy bs=1
Thank you in advance.
Related
Hello,
I'm trying to datadump my sgs.
I follow this guide http://forum.xda-developers.com/showthread.php?t=960946 but i get stuck when i want to dd:
dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096
dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096
dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096
dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096
I get the message "can't open '/dev/block/'st19 no such file or directory"
Someone like to help?
pietpapier said:
Hello,
I'm trying to datadump my sgs.
I follow this guide http://forum.xda-developers.com/showthread.php?t=960946 but i get stuck when i want to dd:
dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096
dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096
dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096
dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096
I get the message "can't open '/dev/block/'st19 no such file or directory"
Someone like to help?
Click to expand...
Click to collapse
uhhm, try the question and answer section next time?
.............
pietpapier said:
Hello,
I'm trying to datadump my sgs.
I follow this guide http://forum.xda-developers.com/showthread.php?t=960946 but i get stuck when i want to dd:
dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096
dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096
dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096
dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096
I get the message "can't open '/dev/block/'st19 no such file or directory"
Someone like to help?
Click to expand...
Click to collapse
not 1 but l (lower case L)
Dear All,
I am working in arabic rom .
I want to create a full odin flashable backup including all device partitions.
the partition i want are :
Partition
/dev/block/mmcblk0p8 - boot
/dev/block/mmcblk0p13 - recovery
/dev/block/mmcblk0p15 - /system
/dev/block/mmcblk0p16 - /cache
/dev/block/mmcblk0p17 - /data
/dev/block/mmcblk0p18 - /preload
I've tried to create packages using BuildOdin_CWM scripts. however this scripts only dump first 3 partitions.
I used the kitchen but no option to repack the data.tar to data .img.ext files nether.
the final solution was to use terminal emulator to dump system partitions , however it make the phone stuck and restart unexpected.
the commands are:
Code:
su
mount -o remount rw /system
dd if=/dev/block/mmcblk0p8 of=/sdcard/boot bs=4096
dd if=/dev/block/mmcblk0p12 of=/sdcard/persist bs=4096
dd if=/dev/block/mmcblk0p13 of=/sdcard/recovery bs=4096
dd if=/dev/block/mmcblk0p15 of=/sdcard/system bs=4096
dd if=/dev/block/mmcblk0p16 of=/sdcard/cache bs=4096
dd if=/dev/block/mmcblk0p17 of=/sdcard/data bs=4096
dd if=/dev/block/mmcblk0p18 of=/sdcard/preload bs=4096
dd if=/dev/block/mmcblk0p27 of=/sdcard/efs bs=4096
dd if=/dev/block/mmcblk0p28 of=/sdcard/sdcard bs=4096
but no success.
Any Help will be appreciated
any help ??
I can access the bootloader and twrp recovery for this Sprint HTC one.
My S is set to on
And I can't recover RUU because I have a newer version, it fails midway thru.
I tried to push a rom to load via adp with the all in one options. but nothing works
I cant load/flash a new rom, because I cant see the sdcard on my pc. At this point, I want to give up and just return to stock.
When I tried to flash RUU it wiped my SD card. So I have no rom to load/flash. I cant access Developer mode in OS to disable S to off.
Could s off be blocking my RUU to stock?
If you have any information, links to the appropriate Sprint roms/images file would be appreciated.
I am truly lost.
From recovery follow the guide for 1.31 RUU which I will link below.
Now to RUU follow this guide
http://forum.xda-developers.com/showthread.php?p=44243635
You will see this message (failed) ignore it and flash the RUU anyway.
~ # ←[6necho "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
warning: seek lseek64 failed
12+0 records in
12+0 records out
12 bytes (12B) copied, 0.007263 seconds, 1.6KB/s
~ # ←[6n
To make your life easy you will need drivers for your phone the best are the universal naked drivers for HTC One
http://forum.xda-developers.com/showthread.php?t=2263822
If installed, uninstall HTC sync, and disable any anti virus or firewalls including Windows firewall. You will also need to download ADB if you don't have it minimal ADB is great
http://forum.xda-developers.com/showthread.php?p=42407269
Sent from my HTCONE using xda app-developers app
Thank you
Konfuzion said:
From recovery follow the guide for 1.31 RUU which I will link below.
Now to RUU follow this guide
http://forum.xda-developers.com/showthread.php?p=44243635
You will see this message (failed) ignore it and flash the RUU anyway.
~ # ←[6necho "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
echo "1.29.651.10" | dd of=/dev/block/mmcblk0p19 bs=1 seek=160
warning: seek lseek64 failed
12+0 records in
12+0 records out
12 bytes (12B) copied, 0.007263 seconds, 1.6KB/s
~ # ←[6n
To make your life easy you will need drivers for your phone the best are the universal naked drivers for HTC One
http://forum.xda-developers.com/showthread.php?t=2263822
If installed, uninstall HTC sync, and disable any anti virus or firewalls including Windows firewall. You will also need to download ADB if you don't have it minimal ADB is great
http://forum.xda-developers.com/showthread.php?p=42407269
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I will try this as soon as I get home.
Thank you for your time
I'm starting to see a lot of "I bricked my phone" threads and most causes have been the lack of stock backups. So...
I own the LG-D415 so for the devices I don't own I'm gonna need yalls help with. For the smaller partitions, zip up your backup. Post a reply here with your zip attached to your post. I'll upload and host them on my Dev-Host account. NO system partitions please.
LG-D415
LG-D400
LG-D405
LG-D410
To make backups of your own partitions: ( Will produce block for block copies or images )
REQUIRED: External sdcard
REQUIRED: Terminal Emulator or PC with adb
On device with Terminal Emulator ( Download from Play Store if you don't have it )
Code:
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/storage/external_SD/aboot.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/abootb of=/storage/external_SD/abootb.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/storage/external_SD/boot.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/cache of=/storage/external_SD/cache.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/storage/external_SD/recovery.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/storage/external_SD/system.img bs=4096
dd if=/dev/block/platform/msm_sdcc.1/by-name/userdata of=/storage/external_SD/userdata.img bs=4096
On a PC with adb
Code:
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/storage/external_SD/aboot.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/abootb of=/storage/external_SD/abootb.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/boot of=/storage/external_SD/boot.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/cache of=/storage/external_SD/cache.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/recovery of=/storage/external_SD/recovery.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/system of=/storage/external_SD/system.img bs=4096
adb shell dd if=/dev/block/platform/msm_sdcc.1/by-name/userdata of=/storage/external_SD/userdata.img bs=4096
Backups of the system and userdata partitions will be lengthy. About 7 minutes for the 2 GB system partition. Close to 15 minutes for the 4 GB userdata partition.
Or you can optionally use my [SCRIPT] LG Optimus L90 Utilities
LG-D415
aboot - http://d-h.st/VX3
abootb - http://d-h.st/drl
boot - http://d-h.st/NaS
laf - http://d-h.st/udi
recovery - http://d-h.st/STL
LG-D400
LG-D405
LG-D410
Reserved 5
Hi shinobisoft,
these are the D405 v10a boot.img, laf.img and recovery.img
4pio
Please upload for D405n... I am in grave need!!!!!!
Also I need d405n partition.txt files to use in boarddiag, my phone is bricked...!!!
I have a d410 v20c rooted. Can I proceed with your commands for the backup or should I firt unlock the bootloader or do other things?
Thank you
I was trying imei repair. So i unlocked and rooted successfully. After that, i make backups with qpst without any problem. After all i wrote following codes like my guide saying and restarted
” ls -al /dev/block/platform/soc/624000.ufshc/by-name ”
dd if=/dev/zero of=/dev/block/sdf3
dd if=/dev/zero of=/dev/block/sdf5
dd if=/dev/zero of=/dev/block/sde28
dd if=/dev/zero of=/dev/block/mmcblk0p40
dd if=/dev/zero of=/dev/block/mmcblk0p41
dd if=/dev/zero of=/dev/block/mmcblk0p39
After screen never came it's only black and it's shown as Qualcomm hs-usb qdloader 9008 on device manager
I tried using adb but adb doesn't detected device
I tried using fastboot but it gets stuck on waiting for device
iscannn said:
I was trying imei repair. So i unlocked and rooted successfully. After that, i make backups with qpst without any problem. After all i wrote following codes like my guide saying and restarted
” ls -al /dev/block/platform/soc/624000.ufshc/by-name ”
dd if=/dev/zero of=/dev/block/sdf3
dd if=/dev/zero of=/dev/block/sdf5
dd if=/dev/zero of=/dev/block/sde28
dd if=/dev/zero of=/dev/block/mmcblk0p40
dd if=/dev/zero of=/dev/block/mmcblk0p41
dd if=/dev/zero of=/dev/block/mmcblk0p39
After screen never came it's only black and it's shown as Qualcomm hs-usb qdloader 9008 on device manager
I tried using adb but adb doesn't detected device
I tried using fastboot but it gets stuck on waiting for device
Click to expand...
Click to collapse
do you know what did you done ?
what are these partitions ?
iscannn said:
I was trying imei repair. So i unlocked and rooted successfully. After that, i make backups with qpst without any problem. After all i wrote following codes like my guide saying and restarted
” ls -al /dev/block/platform/soc/624000.ufshc/by-name ”
dd if=/dev/zero of=/dev/block/sdf3
dd if=/dev/zero of=/dev/block/sdf5
dd if=/dev/zero of=/dev/block/sde28
dd if=/dev/zero of=/dev/block/mmcblk0p40
dd if=/dev/zero of=/dev/block/mmcblk0p41
dd if=/dev/zero of=/dev/block/mmcblk0p39
After screen never came it's only black and it's shown as Qualcomm hs-usb qdloader 9008 on device manager
I tried using adb but adb doesn't detected device
I tried using fastboot but it gets stuck on waiting for device
Click to expand...
Click to collapse
I think the easiest way to restore imei is by flashing efs image. And you can get this image file from downloadable fastboot rom.. And what you've did to your phone is a mess... Correct me if I am wrong ?