Need Debrick.img for g900t3 - T-Mobile Samsung Galaxy S 5

Can someone with a g900t3 that's rooted make a debrick.img for me
To create a Debrick IMG :
You need to be rooted
Need to install busybox
Need terminal emulator
Open terminal and type
busybox dd if=/dev/block/mmcblk0 of=/sdcard/200mb.img bs=4096 count=50000
After running that command you should find a img in your sdcard can someone upload that img for me.

Just bricked my G900T3 today, so I'm also interested

Related

Sprint mega L600 modem dump.

Ok i figure inside terminal emulate then type the following.....
Su
*Hit enter
Then type.....
dd if=/dev/block/platform/msm_sdcc.1/by-name/modem of=/sdcard/modem.img
*Hit enter
Its 60MB!
Also does anyone know how to add the script command to reflash this modem in recovery? I want to try flashing it after flashing CM?
Thanks.
Right click, 7-zip, open archive.

Need backup i can Make TOT lg h901.

- Phone h901 rooted
- Use adb backup file:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/H901.bin bs=1024 count=6291456
reboot
Then copy file h901.bin in phone memory to PC, Make zip or rar upload to host( gooledrive) i can make tot help.
tungkick said:
- Phone h901 rooted
- Use adb backup file:
adb shell
su
dd if=/dev/block/mmcblk0 of=/sdcard/H901.bin bs=1024 count=6291456
reboot
Then copy file h901.bin in phone memory to PC, Make zip or rar upload to host( gooledrive) i can make tot help.
Click to expand...
Click to collapse
Can you make tot out of file I've pulled
?
Everything is there just needs to be put together
i42o said:
Can you make tot out of file I've pulled
?
Everything is there just needs to be put together
Click to expand...
Click to collapse
i need primagrygpt

Unbrick Hard Brick Samsung Galaxy Mega I9205

Hello Guys
I Bricked My Mega About 2 Month Ago, And I Found Threads Here About How I Can Recover It, But All The Threads Here Become old, I Think It's in 2014 At that time Most of the devices were working 4.2.2, But now 4.4.2
I have found in @ValenteL Thread a 4.2.2 Debrick.img , i was downloaded it and my mega open in bootloop only, i flashed stock 4.4.2 and it's done but my mega was not open
I NEED Somebody have mega i9205 ROOTED to make the debrick.img for me and anyone have this issue
PLEASE HELP ME
I hope you interact
THANKS
Reasonable that there is no one helps me
if you don't know how to create debrick.img for me lets do this:
install busybox and a terminal emulator. Then type this command from the terminal and you will get the debrick image in your sd card.
su
busybox dd if=/dev/block/mmcblk0 of=/sdcard/debrick.img bs=1M count=128
or you can make it in different way:
go to this thread http://forum.xda-developers.com/show....php?t=2600976
and Download the zip file attached, flash it in your preferred recovery (CWM or TWRP)
Once you have flashed it , open your phone and go to file manager, you will find a file called debrick.img on your internal sdcard. It should be 128MB in size
Please Help
why no one wanna help me?
is that hard to create or what??
UP
UP
Up

[Ask] [Help] boot.img

hello guys. help me to get boot.img on my LG Magna (H502F) device. thanks before
You can try this
You could use the guidelines in this thread
http://forum.xda-developers.com/showthread.php?t=2450045
In my phone I couldn't list by name but if you use the cat commands in terminal Emulator with a rooted phone you can know the partition distribution in mmcblk0.
Hope this helps.
Here is described how to pull the files with the details remember first accessing to root privileges
vampirefo said:
Do you have a complete tutorial on how to do this? plus commands to restore? This would be great for us Linux users, I have two of these phones coming in from china and have zero desire to use windows to back up and restore a android device.
I think I got it figured out, wont know for sure until I get my phones to test.
Anyway basically I just
cat /proc/dumchar_info
this gives me partition info, from there I dd partition contents to sdcard, example below is to pull your recovery.img from the info you posted.
to pull eg backup
dd if=/dev/block/mmcblk0 of=/sdcard/recovery.img bs=4096 count=2560 skip=10112
to restore
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0 bs=4096 seek=10112
Click to expand...
Click to collapse
If=the directory you are going to read, of=the directory you are going to write, I recommend using your internal memory to avoid any problems, I did this using terminal Emulator and fx file manager with the root plug in to copy those files to the external_SD card
Where bs= blocks size, 4096 is fine, count= the number of blocks to copy and skip is the number of blocks that are omitted blocks copy

Summoning Those with T-Mobile V521!

I'm trying to make an AOSP ROM, and while doing so, I now have a dysfunctional bootloader. If your tablet is rooted, please duplicate the boot.img from your system and share it with me. Would very much appreciate.
Instructions:
Use CMD and paste these 2 lines:
adb shell "dd if=/dev/block/platform/soc.0/by-name/boot of=/sdcard/boot.img"
adb pull /sdcard/boot.img
Then from ADB directory, upload to somewhere easily accessible.
Does it matter if we have updated to 7.0 or not? I'm rooted and have updated to 7.0 and would be happy to help.
That would actually be a good idea. The ROM is supposed to be 7.0.0 anyways.
Running the first command comes up as " no such file or directory"
Do you already have ADB?
mr_verystock said:
Do you already have ADB?
Click to expand...
Click to collapse
Yep. I do adb devices to make sure it recognizes the tablet and all is good there.
Maybe so I'm the same page i just open up ADB as normal : open the command prompt in my platform tools. I paste the first line in : adb shell "dd if=/dev/block/platform/soc.0/by-name/boot of=/sdcard/boot.img" I get no file or directory.
Unable to get the dumb file:
adb shell "dd if=/dev/block/platform/soc.0/by-name/boot of=/sdcard/boot.img"
dd: /dev/block/platform/soc.0/by-name/boot: No such file or directory
Edit: does a backup from the recovery could make the task done ? I backup the boot from the TWRP and I get a file of 32Mb with the name: boot.emmc.win
adb shell
cd /dev/block/platform
ls
And tell me the output. I appreciate your help!
mr_verystock said:
adb shell
cd /dev/block/platform
ls
And tell me the output. I appreciate your help!
Click to expand...
Click to collapse
Nothing, it returns an empty result
Unusual... Normally there's soc.0 or msm_sdcc.1.
mr_verystock said:
Unusual... Normally there's soc.0 or msm_sdcc.1.
Click to expand...
Click to collapse
That command never worked for me on this tablet. Yes the default kernels is 32mb.
You can get it from twrp backup as .win and then rename it (if it is not compressed) or use AUT or SuperR's kitchen to obtain it.
Another method would be flashifire>backup.
Im still on MM so I can not help you.
Try these: https://drive.google.com/file/d/0Bz54O_w1LEYpQ1k0aDVHX29NbkE/view?usp=sharing
the rooted files I grabbed from TWRP backup, should be idential to the ones get using dd method.
the stock files I extracted from stock kdz file using WindowsLGFirmwareExtract-1.2.6.1-Release

Categories

Resources