[REQUEST] SCH-R530 SBL Dumps - Verizon Samsung Galaxy S III

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?

Related

[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

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

[Q] What the hell is happening??

I know I'm a noob.. But can someone please explain what the hell is happening. When I'm root, the sdcard folder is something completely different and its different when im not?
I tried taking backups of my efs with these 2 commands in adb shell
Code:
su
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
Can someone please check the attachment below and tell me... !!!!:crying:
maniyal said:
I know I'm a noob.. But can someone please explain what the hell is happening. When I'm root, the sdcard folder is something completely different and its different when im not?
I tried taking backups of my efs with these 2 commands in adb shell
Code:
su
dd if=/dev/block/mmcblk0p10 of=/sdcard/modemst1.bin bs=512
dd if=/dev/block/mmcblk0p11 of=/sdcard/modemst2.bin bs=512
Can someone please check the attachment below and tell me... !!!!:crying:
Click to expand...
Click to collapse
That's not what root is...
The directory for sdcard is /sdcard
The directory for root is /
Root/=sdcard
The sdcard directory is located inside the root directory

Need Help For mate7 TL-10

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

Categories

Resources