Idle curiosity here. Since this is just a straight dd command, could it be run from the phone in a root terminal app? I'm not at home, and I'm wondering if the PC connection is just to make zeroing the recovery partition and writing the recovery over it easier, or if the recovery depends on the PC connection during the initial write process
Terminal works great. Really no need to wait, but i can see why you would.
Sent from my LGLS990 using XDA Free mobile app
It means that if you try this WITHOUT a custom recovery, the stock recovery will do a full data wipe, including internal SDThe video mentions that the device has to be bump'd for this to work and not lose your data. What exactly does bump'd mean?
Doing through ADB means you dont have to risk that.It means that if you try this WITHOUT a custom recovery, the stock recovery will do a full data wipe, including internal SD
What about rebooting to recovery from the advanced power menu, does that work?FYI
I had troubles rebooting into recovery.... so i went back to adb and did adb reboot recovery and booted into TWRP just fine.
Doing through ADB means you dont have to risk that.
It worked for me.What about rebooting to recovery from the advanced power menu, does that work?
Do you have the LG drivers installed? Your PC is capable of seeing phone storage without the drivers so maybe that's holding you up...I am getting device not found even though my PC knows its there
Ill check. Do you know why terminal tells me "su is not recognized as an internal or external command, operable program or batch file" ?Do you have the LG drivers installed? Your PC is capable of seeing phone storage without the drivers so maybe that's holding you up...
usually means not rootedIll check. Do you know why terminal tells me "su is not recognized as an internal or external command, operable program or batch file" ?
I rooted my G3 with stump when it first went public. I typed the first two commands in android terminal and they work.usually means not rooted
hmm weird.I rooted my G3 with stump when it first went public. I typed the first two commands in android terminal and they work.
Edit : Could i be mistaken and this is all one command su
dd if=/dev/zero of=/dev/block/platform/msm_sdcc.1/by-name/recovery
dd if=/sdcard/twrp-2.8.0.0_ls990-signed.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery ?