Need Help For mate7 TL-10 - Ascend Mate 7 Q&A, Help & Troubleshooting

my mate 7 tl10 partions gone after bad flashing
wee need partions from another tl10 via adb backup with dd command : details of command here:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/Dump_1GB.bin bs=1024 count=1024000
dd if=/dev/block/mmcblk0 of=/sdcard/Dump_512mb.bin bs=1024 count=524288
dd if=/dev/block/mmcblk0 of=/sdcard/Dump_2GB.bin bs=1024 count=2048000
and another command if give u any results send me dd backups:
adb shell
su
dd if=/dev/block/mmcblk0boot0 of=/sdcard/Boot0.bin bs=1024 count=4096
dd if=/dev/block/mmcblk0boot1 of=/sdcard/Boot1.bin bs=1024 count=4096
at the final procedures use this commands:
adb shell
su
cat /proc/partitions

Related

[Q] ADB Backup

Hi All,
I've backed up my device (I9000) using ADB with the following commands:
mkdir backup
cd backup
adb shell su -c "dd if=/dev/block/bml1 of=/sdcard/boot.bin bs=4096"
adb shell su -c "dd if=/dev/block/bml2 of=/sdcard/pit.pit bs=4096"
adb shell su -c "dd if=/dev/block/stl3 of=/sdcard/efs.rfs bs=4096"
adb shell su -c "dd if=/dev/block/bml4 of=/sdcard/Sbl.bin bs=4096"
adb shell su -c "dd if=/dev/block/stl6 of=/sdcard/param.lfs bs=4096"
adb shell su -c "dd if=/dev/block/bml7 of=/sdcard/zImage bs=4096"
adb shell su -c "dd if=/dev/block/stl9 of=/sdcard/factoryfs.rfs bs=4096"
adb shell su -c "dd if=/dev/block/stl10 of=/sdcard/dbdata.rfs bs=4096"
adb shell su -c "dd if=/dev/block/stl11 of=/sdcard/cache.rfs bs=4096"
adb shell su -c "dd if=/dev/block/bml12 of=/sdcard/modem.bin bs=4096"
adb shell su -c "tar -czvf /sdcard/data.tar.gz /data"
adb pull /sdcard/param.lfs .
adb pull /sdcard/zImage .
adb pull /sdcard/factoryfs.rfs .
adb pull /sdcard/dbdata.rfs .
adb pull /sdcard/cache.rfs .
adb pull /sdcard/modem.bin .
adb pull /sdcard/efs.rfs .
adb pull /sdcard/boot.bin .
adb pull /sdcard/Sbl.bin .
adb pull /sdcard/pit.pit .
adb pull /sdcard/data.tar.gz .
And I would like to give the backup to some of my friends, but I would like to verify there are no "personal data" on the backup (I did a factory reset before the backup and there was no contacts \ data that was mine), I don't know what type of data should I delete from the files, (like IMEI and serial data..).
Please help me find out what shouldn't be on the backup,
Thanks,
AYahoo.

[Q] Wolf's ultimate flash and downgrade guide error ?

My tf101 is on .21 firmware unrooted.
Useing method 3 i am stuck on step 5 : dd if=/sdcard/recoveryblob of=/dev/block/mmcblk0p4
as soon as i paste it into adb shell:
[email protected]:/ $ dd if=/sdcard/blob of=/dev/block/mmcblk0p4
dd if=/sdcard/blob of=/dev/block/mmcblk0p4
/sdcard/blob: cannot open for read: No such file or directory
1|[email protected]:/ $
What is wrong
jakemog said:
My tf101 is on .21 firmware unrooted.
Useing method 3 i am stuck on step 5 : dd if=/sdcard/recoveryblob of=/dev/block/mmcblk0p4
as soon as i paste it into adb shell:
[email protected]:/ $ dd if=/sdcard/blob of=/dev/block/mmcblk0p4
dd if=/sdcard/blob of=/dev/block/mmcblk0p4
/sdcard/blob: cannot open for read: No such file or directory
1|[email protected]:/ $
What is wrong
Click to expand...
Click to collapse
Looks like you had a typo
Should be
Code:
dd if=/sdcard/[B]recoveryblob[/B] of=/dev/block/mmcblk0p4

[REQUEST] SCH-R530 SBL Dumps

Hi there,
I'm working at creating a solution for JTAG repair on the SGS III USC model and I'm in need of a SCH-R530 SBL dumps and a few other zones. I need a rooted user to simply perform the following command from a terminal on the phone, or while using ADB SHELL under the su user. Once at the command line issue this command, then simply upload the files which end up on your sdcard to me here. That's it!
Thanks in advance!
Code:
dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1 bs=4096
dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2 bs=4096
dd if=/dev/block/mmcblk0p4 of=/sdcard/sbl3 bs=4096
dd if=/dev/block/mmcblk0p5 of=/sdcard/aboot bs=4096
dd if=/dev/block/mmcblk0p6 of=/sdcard/rpm bs=4096
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot bs=4096
dd if=/dev/block/mmcblk0p8 of=/sdcard/tz bs=4096
dd if=/dev/block/mmcblk0p9 of=/sdcard/pad bs=4096
dd if=/dev/block/mmcblk0p10 of=/sdcard/param bs=4096
dd if=/dev/block/mmcblk0p18 of=/sdcard/recovery bs=4096
Request fulfilled thanks a lot!
SGS 3 USC Files
If anyone has these files I would also greatly appreciate if you can forward the to me.
I have the wires soldered and ready to flash but this specific SGS 3 from USC is not supported. Thank in advance.
dead r530
coronelac said:
If anyone has these files I would also greatly appreciate if you can forward the to me.
I have the wires soldered and ready to flash but this specific SGS 3 from USC is not supported. Thank in advance.
Click to expand...
Click to collapse
i have also a hard bricked r530 its only detect in pc as a quallcom com port plz share how to unbrick it
bro are you able to revive it from the qualcomm com port? or jtag?

Need help Jtag unbrick Project SCH-R530M

Hi there,
I'm working at creating a solution for JTAG repair on the SGS III USC model and I'm in need of a SCH-R530M SBL dumps and a few other zones. I need a rooted user to simply perform the following command from a terminal on the phone, or while using ADB SHELL under the su user. Once at the command line issue this command, then simply upload the files which end up on your sdcard to me here. That's it!
Thanks in advance!
Code:
dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1 bs=4096
dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2 bs=4096
dd if=/dev/block/mmcblk0p4 of=/sdcard/sbl3 bs=4096
dd if=/dev/block/mmcblk0p5 of=/sdcard/aboot bs=4096
dd if=/dev/block/mmcblk0p6 of=/sdcard/rpm bs=4096
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot bs=4096
dd if=/dev/block/mmcblk0p8 of=/sdcard/tz bs=4096
dd if=/dev/block/mmcblk0p9 of=/sdcard/pad bs=4096
dd if=/dev/block/mmcblk0p10 of=/sdcard/param bs=4096
dd if=/dev/block/mmcblk0p18 of=/sdcard/recovery bs=4096

Anyone have Samsung Galaxy S3 SCH-R530M Help me.

Hi there,
I'm working at creating a solution for JTAG repair on the SGS III USC model and I'm in need of a SCH-R530M SBL dumps and a few other zones. I need a rooted user to simply perform the following command from a terminal on the phone, or while using ADB SHELL under the su user. Once at the command line issue this command, then simply upload the files which end up on your sdcard to me here. That's it!
Thanks in advance!
Code:
dd if=/dev/block/mmcblk0p2 of=/sdcard/sbl1 bs=4096
dd if=/dev/block/mmcblk0p3 of=/sdcard/sbl2 bs=4096
dd if=/dev/block/mmcblk0p4 of=/sdcard/sbl3 bs=4096
dd if=/dev/block/mmcblk0p5 of=/sdcard/aboot bs=4096
dd if=/dev/block/mmcblk0p6 of=/sdcard/rpm bs=4096
dd if=/dev/block/mmcblk0p7 of=/sdcard/boot bs=4096
dd if=/dev/block/mmcblk0p8 of=/sdcard/tz bs=4096
dd if=/dev/block/mmcblk0p9 of=/sdcard/pad bs=4096
dd if=/dev/block/mmcblk0p10 of=/sdcard/param bs=4096
dd if=/dev/block/mmcblk0p18 of=/sdcard/recovery bs=4096

Categories

Resources