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.
Related
Hi guys! This is my first tutorial...English is not my mother language so please don't scream!!! First of all I've tried the method below, so it works!
1. Visit play Google and install Terminal Emulator.
2. Your phone must be rooted! Save the attachment
3. Copy the image file at the root of the sd card.
4.Open terminal Emulator and type the following commands.
su (press Enter)
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p17 bs=4096 (press Enter)
Thats it...now type "Reboot recovery" without the quotes and you are ready!
ekc_1971 said:
Hi guys! This is my first tutorial...English is not my mother language so please don't scream!!! First of all I've tried the method below, so it works!
1. Visit play Google and install Terminal Emulator.
2. Your phone must be rooted! Save the attachment
3. Copy the image file at the root of the sd card.
4.Open terminal Emulator and type the following commands.
su (press Enter)
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p17 bs=4096 (press Enter)
Thats it...now type "Reboot recovery" without the quotes and you are ready!
Click to expand...
Click to collapse
why does it say to me no such file found? I have the file on sd card and I renamed it to recovery (recovery.img)
or flash with fastboot:
>CMD
>cd fastboot folder..
>tipe : fastboot flash recovery recovery.img
> enter
LG L7 have maybe no fastboot / test in Bootloader..
bore1989 said:
why does it say to me no such file found? I have the file on sd card and I renamed it to recovery (recovery.img)
Click to expand...
Click to collapse
You must write the filename of the image...for example...p700_touch-recevery.img. Look the filename of the attachment...you must either write it as it is or you have to rename it to something sorter, and put into the command the exact name of your image file.
this stuff worked for me and my lg p705, you just need to unlock the bootloader first
- 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
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
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
hi
I want to make cmd(.bat)
with root access cmd shell su
When you open the program cmd(.bat) directly it runs all the commands I want With Root access
and after run this cmd dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p6
Can anyone write me the code
Any help ?
PRInCEI7 said:
Any help ?
Click to expand...
Click to collapse
u can easly create a cmd(.bat) file.
what is the exact solution that you want ??