Hi guys,
There is a working solution to Unbrick LG G4 phones , the solution actually works For the H811:
H811 Unbrick
This solution relies on mmcblk0 dump file. There are people with other variants that can't find the dump files, so if someone happens to have a Rooted G4 with TWRP installed please help to save some G4
you can dump the first 512MB of the mmcblk0 with this command from either terminal emulator or adb shell :
dd if=/dev/block/mmcblk0 of=/sdcard/dump/dump.img bs=512MB count=1
after that please upload the dump.img file to a file sharing platform like dropbox , mediafire, mega.co.nz , google drive
and share the link and the variant here
Please help others
all the variants are welcome to join the party
Code:
# dd if=/dev/block/mmcblk0 of=/sdcard/dump.img bs=512MB count=1
dd: block size `512MB': illegal number
I think I need to specify the block size in bytes. What number shall I use?
__
sol
it would be great if there was a way to get a dump from kdz/tot cause i dont think F500L has bootloader unlock method yet,may as well stuck forever
solamour said:
Code:
# dd if=/dev/block/mmcblk0 of=/sdcard/dump.img bs=512MB count=1
dd: block size `512MB': illegal number
I think I need to specify the block size in bytes. What number shall I use?
__
sol
Click to expand...
Click to collapse
try this
Code:
dd if=/dev/block/mmcblk0 of=/data/media/0/dump.img bs=512 count=1
Related
Hi people! I need backups from your phone F180L. Those who have F180L phone please make a backup. Go to the terminal emulator and type:
su
cd /sdcard
mkdir 123
cd /123
dd if=/dev/block/mmcblk0p1 of=modem.img
dd if=/dev/block/mmcblk0p15 of=drm.img
dd if=/dev/block/mmcblk0p12 of=m9kefs1.img
dd if=/dev/block/mmcblk0p13 of=m9kefs2.img
dd if=/dev/block/mmcblk0p26 of=persist.img
Please Share a link to files that are in the /123
mazahaka1997 said:
Hi people! I need backups from your phone F180L. Those who have F180L phone please make a backup. Go to the terminal emulator and type:
su
cd /sdcard
mkdir 123
cd /123
dd if=/dev/block/mmcblk0p1 of=modem.img
dd if=/dev/block/mmcblk0p15 of=drm.img
dd if=/dev/block/mmcblk0p12 of=m9kefs1.img
dd if=/dev/block/mmcblk0p13 of=m9kefs2.img
dd if=/dev/block/mmcblk0p26 of=persist.img
Please Share a link to files that are in the /123
Click to expand...
Click to collapse
Those who know what this is about, need no explanations. Those who are not so sure, be aware that by doing this (specifically the line in red), you will be sharing your phone's identity. Nothing's wrong with that, as long as you know it.
What's in drm and persist images?
Sent from my LG-E975 using Tapatalk
davevinci said:
What's in drm and persist images?
Click to expand...
Click to collapse
For these two, I don't know... Since I am not familiar with nuts and bolts of the DRM implementation on Android, I don't know what exactly is stored on that partition. As for persist, I was trying to get some info on it quite a while ago, for a different phone that is long gone, but couldn't find much.
Hello!
The fact is, I somehow hard-bricked my M9 (international version, MID: 0PJA10000, CID: originally HTC__A07, but probably any will be OK) - when flashing one of the firmwares it (I don't know why) flashed the 64 GB partition table instead of a 32 GB one and went into reboot, now I'm in 9008 BULK mode). My only hope now is to find an SDCard - on some of Qualcomm SoCs it is a safeguard - and try to boot from it - but for that I need an image of the working system.
Can somebody help me getting this - anyone with rooted 32 Gb version and S-OFF (S-ON dump didn't helped)? The command is very easy:
Code:
dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1048576 count=768
If it doesn't work, just:
Code:
dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1048576 count=768
Then just give me pls that 768 Mb backup.bin file (it shouldn't have any personal information).
Help me please! This is my last hope.
Evengard said:
Hello!
This is my last hope.
Click to expand...
Click to collapse
[30;[email protected]:/ # busybox dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1M count=768
ybox dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1M count=768 <
tmp-mksh: 0: not found
tmp-mksh: 120Rbusybox: not found
127|[email protected]:/ #
not sure what I'm doing wrong.
try without "busybox", just
dd if=/dev/block/mmcblk0 of=/sdcard/backup.bin bs=1048576 count=768
S-ON dump didn't helped, seeking now an S-OFF dump!
Evengard said:
S-ON dump didn't helped, seeking now an S-OFF dump!
Click to expand...
Click to collapse
one sec.. Figured it out.
You have S-OFF?
Evengard said:
You have S-OFF?
Click to expand...
Click to collapse
Ya mon.
https://drive.google.com/file/d/0B9bgIP18PHxZLVluM2ZfYjhnVzg/view?usp=sharing
Wow thanks will try!
Evengard said:
Wow thanks will try!
Click to expand...
Click to collapse
If your phone explodes, you can't have mine.
It didn't explode but didn't helped neither
Hello,
I tired to root my phone, (lg g4 ,marsllmow v20f)
when i do this command
Code:
dd if=/dev/block/mmcblk0 bs=8192 skip=55296 count=529920 of=/data/media/0/system.img
Code:
C:\Users\danie\Desktop\ROT>Send_Command.exe \\.\COM3
Author : blog.lvu.kr
SPECIAL COMMAND : ENTER, LEAVE
#dd if=/dev/block/mmcblk0 bs=8192 skip=55296 count=529920 of=/data/media/0/system.img
FAIL
#
thanks for help, if have some tut in video step by step , i will help
Thanks !!!!!
Try:
Code:
dd if=/data/media/0/system.img bs=8192 seek=55296 count=529920 of=/dev/block/mmcblk0
Danic0 said:
Hello,
I tired to root my phone, (lg g4 ,marsllmow v20f)
when i do this command
Code:
dd if=/dev/block/mmcblk0 bs=8192 skip=55296 count=529920 of=/data/media/0/system.img
Code:
C:\Users\danie\Desktop\ROT>Send_Command.exe \\.\COM3
Author : blog.lvu.kr
SPECIAL COMMAND : ENTER, LEAVE
#dd if=/dev/block/mmcblk0 bs=8192 skip=55296 count=529920 of=/data/media/0/system.img
FAIL
#
thanks for help, if have some tut in video step by step , i will help
Thanks !!!!!
Click to expand...
Click to collapse
With that method, it's not possible to root LG G4 with MM. In MM, first you need modify kernel, and then install SuperSu throu Custom Recovery (so you need unlocked bootloader). The latest versions of SuperSU, are able to patch kernel and then apply root.
lept_2014 said:
With that method, it's not possible to root LG G4 with MM. In MM, first you need modify kernel, and then install SuperSu throu Custom Recovery (so you need unlocked bootloader). The latest versions of SuperSU, are able to patch kernel and then apply root.
Click to expand...
Click to collapse
have some tutrial for this ?
Danic0 said:
have some tutrial for this ?
Click to expand...
Click to collapse
You can't. Right now there's no option to unlock the H815L bootloaders,
so.. no root for MM soon...
I'm working on a fix to unbrick the US991 variant.
Can anyone please get a systemimage dump and share? Or provide a link?
All you have to do is run the cmd below and upload the system.img to Androidfilehost, Dropbox, Google Drive, Mediafire, etc...
Here is the command:
dd if=/dev/block/mmcblk0 bs=8192 skip=65536 count=548352 of=/data/media/0/system.img
can you please describe the process !!!
This guide will help you to take backup of your device Stock ROM manually. For this you need a Moto E4 Device.
Requirements :
• Moto E4 Any Variant
• Unlocked Bootloader
• Rooted
• Installed Terminal Emulator Application
Procedure :
Install Terminal Emulator
--- After Installing Follow These Commands ---
Terminal commands :
Type :
PHP:
su
After getting Superuser permission type all the below commands
---- For Mediatek Variant ----
Boot image
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/boot of=/sdcard/boot.img
Expdb
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/expdb of=/sdcard/expdb.img
Frp
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/frp of=/sdcard/frp.img
Logo
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/logo of=/sdcard/logo.img
Preloader
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/lk of=/sdcard/lk.img
Nvram
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvram of=/sdcard/nvram.img
Nvdata
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/nvdata of=/sdcard/nvdata.img
OEM
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/oem of=/sdcard/oem.img
Protect1
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect1 of=/sdcard/protect1.img
Protect2
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/protect2 of=/sdcard/protect2.img
Persist
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/persist of=/sdcard/persist.img
Proinfo
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/proinfo of=/sdcard/proinfo.img
Para
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/para of=/sdcard/para.img
Recovery
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/recovery of=/sdcard/recovery.img
Secro
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/secro of=/sdcard/secro.img
Seccfg
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/seccfg of=/sdcard/seccfg.img
Tee1
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee1 of=/sdcard/tee1.img
Tee2
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee2 of=/sdcard/tee2.img
System
PHP:
dd if=/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/system of=/sdcard/system.img
---- For Qualcomm Variant ----
System
PHP:
dd if=/dev/block/bootdevice/by-name/system of=/sdcard/system.img
Keystore
PHP:
dd if=/dev/block/bootdevice/by-name/keymaster of=/sdcard/keymaster.img
Boot image
PHP:
dd if=/dev/block/bootdevice/by-name/boot of=/sdcard/boot.img
Recovery
PHP:
dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/recovery.img
OEM
PHP:
dd if=/dev/block/bootdevice/by-name/oem of=/sdcard/oem.img
Persist
PHP:
dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/persist.img
Radio
PHP:
dd if=/dev/block/bootdevice/by-name/modem of=/sdcard/modem.img
Misc
PHP:
dd if=/dev/block/bootdevice/by-name/misc of=/sdcard/misc.img
Nvram
PHP:
dd if=/dev/block/bootdevice/by-name/nvram of=/sdcard/nvram.img
Nvdata
PHP:
dd if=/dev/block/bootdevice/by-name/nvdata of=/sdcard/nvdata.img
Here in these commands i use *.img format. You can change *.img format to *.bin format.
What's the need when you have twrp recovery to backup.
Moderator Edit:
I have deleted your quote of the entire OP (the post above this). There is no need to do this - apart from being unnecessary, it can cause issues for those members on limited bandwidth or when Mobile. Thanks for your future consideration.
drganbds said:
What's the need when you have twrp recovery to backup.
Click to expand...
Click to collapse
TWRP is limited.
you can only take backup of system, data, cache & boot with TWRP recovery. you cannot take backup of nvram with twrp recovery. If you accidently wiped nvram data, you will lost all your device wireless functionality like wifi, radio, bluetooth & etc. so only this guide will going to help you.
You should specify this guide as being for the mtk variants, not all variants because the commands are not the same as the Qualcomm variants
amarc78 said:
You should specify this guide as being for the mtk variants, not all variants because the commands are not the same as the Qualcomm variants
Click to expand...
Click to collapse
Yes qualcomm variant of Moto E4 have different "block device path" and thanks for your suggestion will update the OP when i get free time.
If anyone has a backup of the XT1766 Boost Mobile Qualcomm variant I would love to have a copy of it
PimpMy5Ton said:
If anyone has a backup of the XT1766 Boost Mobile Qualcomm variant I would love to have a copy of it
Click to expand...
Click to collapse
Their's a qualcomm subforum ask there for help or stock backup :good:
Worked great, though there were no nvram partitions to back up on my metro model.
Nice to have a full stock backup just in case, thanks!
Sent from my XT1765 using Tapatalk
nekomancey said:
Worked great, though there were no nvram partitions to back up on my metro model.
Nice to have a full stock backup just in case, thanks!
Sent from my XT1765 using Tapatalk
Click to expand...
Click to collapse
-OP- is dead now.
No thanked to him. LOL
---------- Post added at 08:18 AM ---------- Previous post was at 08:16 AM ----------
nekomancey said:
Worked great, though there were no nvram partitions to back up on my metro model.
Nice to have a full stock backup just in case, thanks!
Sent from my XT1765 using Tapatalk
Click to expand...
Click to collapse
*Radio* is your device nv partition.
Francesco Franz said:
Their's a qualcomm subforum ask there for help or stock backup :good:
Click to expand...
Click to collapse
I'm asking here because this is a backup thread, I will not ask elsewhere.