Revert back to Oreo from Pie - Verizon LG G6 Questions & Answers

Hey all,
Not sure if this was the correct forum but seemed like a good starting place. Have 3 Verizon G6s and recently upgraded one to PIE and it SUCKS. Very slow. Some apps are not working. I want to go back to Oreo and never move to Pie until these phone die.
Previously I owned 5 different Samsung phones and rooted them all (some with stock ROMs, others with custom ones) so I have no qualms about tinkering but on this phone I use Google Pay so I need to find a way to revert back to a stock Oreo ROM, prevent it from future upgrades and keep Google Pay happy with what I did.
Anyone have a suggestion as to how to proceed or another forum to ask in?
Also, my other 2 phones keep nagging me to update and I would like to kill that request for good. Looking for help there too.
Thanks
Frank in Michigan

How to disable system updates without Root
Give credits to these posts and their respective owners:
https://android.stackexchange.com/q/56620
The one listed below I highly recommend. It is what made this possible for me.
Check it out for more about getting set up with ADB.
https://www.xda-developers.com/disable-system-app-bloatware-android/
For other carriers besides Verizon, use apps such as App Inspector (I used ES File Explorer) and find the offending apps' package name(s).
You can also use Developer Assistant if the app you want to disable comes up in your face while using your device.
This app shows what the package name is of the app running in the foreground.
The same set of commands worked well for me, disabling the updates on (Verizon branded) LG V20, G6 and V30 all running Oreo.
The updates app or update notifications have not bugged once since I used the treatment (below).
If I open Settings and touch "System Updates" it gives no response.
Assuming you already have ADB set up and USB Debugging enabled and authorized between phone and PC, connect your device to PC.
The command line below works for any pre-G7 LG phones that are VZW branded.
I have copied cmd.exe into my folder where ADB.exe is located, that's the CMD you should open in the next step...or use your preferred method of running ADB.
Run these 4 commands in CMD:
Code:
adb -d shell pm clear com.lge.lgdmwebviewer4vzw
adb -d shell pm clear com.lge.lgdmsclient
adb -d shell pm disable-user --user 0 com.lge.lgdmsclient
adb -d shell pm disable-user --user 0 com.lge.lgdmwebviewer4vzw
**THAT'S ALL IT TAKES***
If you saw "Success" after each of the above commands, you just won the lottery!
Disconnect your phone and enjoy no more pesky "update available" popups!
I haven't tried this yet, but if you want to downgrade, check this thread from the G7 forums: https://forum.xda-developers.com/lg-g7-thinq/how-to/cross-flash-oreo-pie-firmwares-lg-g7-g7-t3915303
It obviously works on G7 so maybe it will on G6.
Please post results if any one reading this has done it.
The latest VS988 Oreo firmware can be located here.
https://lg-firmwares.com/downloads-file/20111/VS98820j_00_0620_ARB00
Hope this helps!

bakStāger said:
Give credits to these posts and their respective owners:
https://android.stackexchange.com/q/56620
The one listed below I highly recommend. It is what made this possible for me.
Check it out for more about getting set up with ADB.
https://www.xda-developers.com/disable-system-app-bloatware-android/
For other carriers besides Verizon, use apps such as App Inspector (I used ES File Explorer) and find the offending apps' package name(s).
You can also use Developer Assistant if the app you want to disable comes up in your face while using your device.
This app shows what the package name is of the app running in the foreground.
The same set of commands worked well for me, disabling the updates on (Verizon branded) LG V20, G6 and V30 all running Oreo.
The updates app or update notifications have not bugged once since I used the treatment (below).
If I open Settings and touch "System Updates" it gives no response.
Assuming you already have ADB set up and USB Debugging enabled and authorized between phone and PC, connect your device to PC.
The command line below works for any pre-G7 LG phones that are VZW branded.
I have copied cmd.exe into my folder where ADB.exe is located, that's the CMD you should open in the next step...or use your preferred method of running ADB.
Run these 4 commands in CMD:
Code:
adb -d shell pm clear com.lge.lgdmwebviewer4vzw
adb -d shell pm clear com.lge.lgdmsclient
adb -d shell pm disable-user --user 0 com.lge.lgdmsclient
adb -d shell pm disable-user --user 0 com.lge.lgdmwebviewer4vzw
**THAT'S ALL IT TAKES***
If you saw "Success" after each of the above commands, you just won the lottery!
Disconnect your phone and enjoy no more pesky "update available" popups!
I haven't tried this yet, but if you want to downgrade, check this thread from the G7 forums: https://forum.xda-developers.com/lg-g7-thinq/how-to/cross-flash-oreo-pie-firmwares-lg-g7-g7-t3915303
It obviously works on G7 so maybe it will on G6.
Please post results if any one reading this has done it.
The latest VS988 Oreo firmware can be located here.
https://lg-firmwares.com/downloads-file/20111/VS98820j_00_0620_ARB00
Hope this helps!
Click to expand...
Click to collapse
i've wanted to downgrade Pie to Oreo, i used LG UP which was i guess 1.14 version, but it refused to downgrade giving an error, should i try it with this method?
has anyone downgraded their verizon G6 to oreo?

jafferkhan said:
i've wanted to downgrade Pie to Oreo, i used LG UP which was i guess 1.14 version, but it refused to downgrade giving an error, should i try it with this method?
has anyone downgraded their verizon G6 to oreo?
Click to expand...
Click to collapse
I would recommend using this LGUP 1.14 patched, kudos to mylgphones.com for posting them.
Direct download link is https:// drive.google.com/open?id=1SOhoR2hn9PKiIvUUeiDVeX-8PfuMx1qq
Remove space in the link, XDA doesn't let me insert links
After you run the MSI install file, copy the files from the patch folder and replace the originals in "C:\Program Files (x86)\LG Electronics\LGUP" or wherever you installed LGUP; make sure you replace the DLL file with the patched one as well.
I killed my updates when I was still at version VS98820e so I don't have any experience with downgrading from Pie myself.
I would suggest to make sure you have the LG mobile drivers installed first; and when you go to flash the KDZ, make sure you backup all your userdata first.
Then shut off your phone, hold VOLUME_UP key and connect to PC. You should see download mode appear within 5 seconds.
Now, on your PC, open LGUP and it should open to the connected device selection menu. Choose your phone and press OK. The next window should be the main LGUP window. I haven't tried it but I would suggest to use the "Update" option then load your kdz file in the "bin file" area and flash. If it doesn't flash successfully, use the "Refurbish" option instead.
Hopefully this helps someone to recover from the Pie dilemma! :laugh:

jafferkhan said:
i've wanted to downgrade Pie to Oreo, i used LG UP which was i guess 1.14 version, but it refused to downgrade giving an error, should i try it with this method?
has anyone downgraded their verizon G6 to oreo?
Click to expand...
Click to collapse
Did you success in downgrading pie to oreo?
I have the same concern if I can downgrade my G6 Verizon.

uphantom89 said:
Did you success in downgrading pie to oreo?
I have the same concern if I can downgrade my G6 Verizon.
Click to expand...
Click to collapse
Yes. Successfully downgraded.
Used a couple of files from the g7 forum for LGup and a dll file, it's very easy.
Now happily running Oreo on my Verizon G6

jafferkhan said:
Yes. Successfully downgraded.
Used a couple of files from the g7 forum for LGup and a dll file, it's very easy.
Now happily running Oreo on my Verizon G6
Click to expand...
Click to collapse
Wow, you lighten my hope . Let me try to downgrade. LG G6 Pie is slow.
BTW, may I know the instruction that you followed to downgrade?

uphantom89 said:
Wow, you lighten my hope . Let me try to downgrade. LG G6 Pie is slow.
BTW, may I know the instruction that you followed to downgrade?
Click to expand...
Click to collapse
OK here goes
1. Download the latest Oreo from lg-firmware...
2. Download LGup version 1.14 along with a .dll file from the g7 forum. You'll need to put that. Dll file inside a folder when you install LGup for it to prevent any errors and allow downgrade
3. Install all drivers properly
4. Put the phone in download mode
5. Select the kdz you downloaded from the firmware site
6. Hit start...
Wait for it to end and say 'successful.
7. After you set up the phone, factory reset it once then set it up to prevent battery drains and smoother performance.

jafferkhan said:
OK here goes
1. Download the latest Oreo from lg-firmware...
2. Download LGup version 1.14 along with a .dll file from the g7 forum. You'll need to put that. Dll file inside a folder when you install LGup for it to prevent any errors and allow downgrade
3. Install all drivers properly
4. Put the phone in download mode
5. Select the kdz you downloaded from the firmware site
6. Hit start...
Wait for it to end and say 'successful.
7. After you set up the phone, factory reset it once then set it up to prevent battery drains and smoother performance.
Click to expand...
Click to collapse
Thank you so much, let me try

jafferkhan said:
OK here goes
1. Download the latest Oreo from lg-firmware...
2. Download LGup version 1.14 along with a .dll file from the g7 forum. You'll need to put that. Dll file inside a folder when you install LGup for it to prevent any errors and allow downgrade
3. Install all drivers properly
4. Put the phone in download mode
5. Select the kdz you downloaded from the firmware site
6. Hit start...
Wait for it to end and say 'successful.
7. After you set up the phone, factory reset it once then set it up to prevent battery drains and smoother performance.
Click to expand...
Click to collapse
I did as your instruction, however, at step 6. , it ran 4% and then stop, an error board appeared with ".dll" error (I don't remember exactly the statement, but in short It requested me to use appropriate dll file). I did try several dll file but couldn't find the one that allow me to pass 4% installation loading

uphantom89 said:
I did as your instruction, however, at step 6. , it ran 4% and then stop, an error board appeared with ".dll" error (I don't remember exactly the statement, but in short It requested me to use appropriate dll file). I did try several dll file but couldn't find the one that allow me to pass 4% installation loading
Click to expand...
Click to collapse
sorry for the late reply, but as i mentioned, you will get the right .dll file for lgup 1.14 from the g7 forum linked in the earlier posts. replace it with the one you think isn't working. i faced the same issue and solved it

Related

[Guide] [VS985] Flash Back To Stock - KDZ Method

Updated 2/3/16 Master Download Link Added at Bottom of This Post For All Old and Current KDZ's
This method is confirmed working 100% for devices running 10b/11c/12b/23abc regardless of root/unlock state. While the .tot method is also working on Windows 7, users with Windows 8.1 are having difficulty using that method. Myself and @autoprime obtained a 10b KDZ file that has solved the issue for +10b updaters that couldn't flash back to 10b, so please send him some love for his help and for hosting the file on Team Codefire's servers for all to download. A big shout out to @quangnhut123 for creating the super sweet modified LG KDZ Flash Tool 2014 that makes KDZ flashing an absolute breeze!! He deserves some love as the previous KDZ flashing methods were anything but fun - especially on Windows 8. And another shout out to @deathsquad737 for initially testing the method for our device.
-Please this post and second post FULLY before asking questions!
-First remove any of the .tot flashing tools/programs that you may have already installed as they will conflict with the KDZ flashing tool.
-Download and install the latest LG drivers for your phone here (FYI I am linking the LG site directly instead of the file to ensure that you download the current up-to-date drivers): http://www.lg.com/us/support-mobile/lg-VS985-Metallic-Black
-Download the VS985 10b KDZ: Downloads Located Below
-Download the LG Flash Tool 2014 from this thread here: http://forum.xda-developers.com/showthread.php?t=2797190 and be sure to thank @quangnhut123 for his efforts. Also read that thread a bit so you understand how to fully use the tool exactly, but I will outline the process below.
-Extract the .zip folder to wherever you wish to keep it (desktop, downloads, etc).
-Copy the 10b KDZ file (or whatever KDZ your flashing) into the LG Flash Tool folder
-Power off your phone completely, hold volume up, plug in the usb cable, wait for any drivers to load, and you should then be in Download Mode
-Run LGFlashTool2014.exe (you may need to run as administer as its not an installed program, rather an executed one from wherever you saved the folder).
-You may need to install Visual C++ Runtime Library. If so, refer to the LG Flash Tool thread for more info on obtaining that.
-Select CDMA as your type
-Select Diag as your phone mode
-Select your KDZ file that you copied or pasted into the folder
-Choose the option of CSE Flash (this is a full wipe, you will lose your data). Do not choose Normal Flash when performing a downgrade, nothing good will come from doing that!! Another screen will open, just leave everything the way it is.
-Click the Start button and yet another window will appear showing a language selection screen. Just leave everything the way it is as Korean and hit OK. Don't worry, the tool is already set to flash in English.
-Wait until the Flash is done 100% and unplug/reboot... and that's it - now enjoy your corrected mistake and stop taking OTA's!!!
KDZ files rock, and are nice and easy to flash. No separate DLL files or changing ports either with the tool linked. If any other KDZ files become available in the future I will add them to this post along with any tool or flashing method changes. This thread will be solely kept for KDZ flashing for the VS985. I will also help as much as I can if you run into trouble, though I am not a Windows expert and actually only boot into it when I have to run programs like this....Linux MInt FTW!!
~KDZ Downloads~
-VS98510b_01.kdz: http://downloads.codefi.re/autoprime/LG/LG_G3/VS985 -Thanks to @autoprime
-Mirror for VS98510b_01.kdz (10b): https://mega.co.nz/#!7ERgXJbI!2KxATJt7q-HWvAPbTfVrT3wGuwPjWCw70N65MVlgfWg md5: d228ba692ef0c4704cba0b00fad8b8c
-VS98512b_00.kdz: https://www.androidfilehost.com/?fid=95916177934537134 -Thanks to @hokiealumnus for the AFH hosting
-Mirror for VS98512b_00.kdz (12b): https://mega.co.nz/#!7AwylQiZ!vK6rumjP0r1eP7lN37oeJ_cWLwal1DnriGDPUZGW1-0 md5: e8280b279d327b96689579a9eca22a3e
New download link to all KDZ files thanks to @roirraW "edor" ehT https://www.androidfilehost.com/?w=files&flid=35484
-For reference, here's @ins5736 thread for restoring using the .tot method: http://forum.xda-developers.com/verizon-lg-g3/general/restore-verizon-to-stock-t2827878 .
-Also there are reports of the tool deleting the KDZ you copied to the Flash Tool folder after the flash. I cannot confirm this, as it did not happen to me, but to be safe make sure you copy the file to the folder instead of pasting it so that you don't have to re-download the file for future use.
-Please note that the KDZ file we have is build # 10B.01, while the .tot file available is build # 10b.03. The only difference between the 2 files is that the .03 build is the actual released build that shipped with the phone, while the .01 kdz build was obviously a pre-released build. Its most likely some minor last minute changes/bloat added. We can't find any noticeable differences between the 2 builds.
-OTA's WILL FAIL USING THE 10b KDZ FILE WE HAVE due to a signing error with it being a pre-release. The purpose here is to downgrade, unlock, and flash whatever you want. This is NOT to return to an official stock state. You'll need to use the .tot file or the official LG Flash Tool that downloads the current build automatically in order to be in an official "stock" state. The 12b kdz is official and will allow OTA's
*Error Update* So with this leaked LP image, I've been playing with kdz'ing quite a bit and with a new Windows install I got to experience a few of the issues being reported by others that I have never seen, along with trying to troubleshoot some others. Did I manage to fix them easily you ask?? Hell yeah!
USB Disconnected Issue: This is a driver issue. Very easy fix, just download the latest Verizon drivers from the link I posted above and install them without phone plugged in. Power off phone, hold up, plug into usb and WAIT for download mode drivers to install (as stated several times in this thread). Click the balloon to watch the progress, this took about 10min on an i5/ssd machine - be patient. This is the predominant issue I think people are having. The drivers while in download mode are:
-USB Composite Device
-LGE Android phone or LGE AndroidNet for VZW USB Serial Port COM5 (this is the important one)
-CDC Serial or LGE AndroidNet for VZW USB Modem (this will fail if you are on a rom with certain VZW items removed - not a problem, its not needed)
-CDC ECM LGE AndroidNet for VZW NDIS Ethernet Adapter
If driver install fails, manually update them by pointing windows to the driver file you downloaded. I am not going any further here, use Google.
??????'s In The Field: easy, don't change region or language from Korean as stated in the OP. Leave it alone, it will flash in English I promise you. Result = all fields readable in English while running
Connection To Server Failed: Simple, ignore the window. Just drag it away, but don't close it. This is an offline hack originally indented to run online, deal with the window!
Progress Bar: The tool will initially analyze the phone, then when flashing starts, pay attention to the phone screen which will now say COM5. The blue progress bar on the phone is the important one. At around 80% on the tool screen, the phone will reboot. The flash is over and the bar will continue to progress into the 99% while rebooting - then the program will crash. You can disconnect now, you've been successful.
Thanks for the help and the new guide
WHATSAMATTA U ALUMNI
I'm getting a message saying "Path is too long or file problem" when adding the kdz. Any ideas?
droidiac13 said:
I'm getting a message saying "Path is too long or file problem" when adding the kdz. Any ideas?
Click to expand...
Click to collapse
Sounds like your linking the file path instead of directly copying the file right into the folder. Also try checking the file md5 with this one for the 10b kdz file: d228ba692ef0c4704cba0b00fad8b8ce
Don't Forget To Remove Previous LG FlashTool
When I first tried the method I was receiving a message "Path is too long or file problem". So I read through the instructions again. I failed to remove the previous LG FlashTool I was using. Once I uninstalled that program, everything went through without a problem. Thanks annoyingduck!!
I keep getting this and I installed all drivers. Any ideas? Thanks
Sent from my VS985 4G using XDA Free mobile app
kreep22 said:
I keep getting this and I installed all drivers. Any ideas? Thanks
Sent from my VS985 4G using XDA Free mobile app
Click to expand...
Click to collapse
Some basics to check first:
-Were you in download mode before executing the program?
-When you initialized download mode, did you wait to allow the download mode drivers to load before hitting start?
-Were all steps followed?
-Check cable, and try another one (this is very often the cause)
-Change usb port
-Don't use a 3.0 port, use a 2.0
Thanks for this excellent guide, Duck. Very simple to follow, well laid out, etc. I haven't actually done it yet, but I've got everything in place to do so (the flash tool, the KDZ file in the folder, etc.)
I assume once the downgrade is successful, just reroot with Stump, etc and wait for updates via the community?
Will future updates be available via this flash tool, or will they have to be flashed via TWRP? Sorry, I'm just now getting used to the LG G3 dev community, coming from an old GNEX.
Thanks!
continued error when trying ota
I have a problem. I was originally rooted without a custom recovery. I decided to try the ota and got the error message when trying to install. I then flashed this method (kdz) and got back to stock. I rerooted via stump and tried the ota again, failure. I then rewiped and kdz again, this time I did not root. Tried the ota again, no dice.
Any thought? I can flash the kdz fine and get phone to factory 10b but once I try to install the ota I still get the error.
killian1212 said:
I have a problem. I was originally rooted without a custom recovery. I decided to try the ota and got the error message when trying to install. I then flashed this method (kdz) and got back to stock. I rerooted via stump and tried the ota again, failure. I then rewiped and kdz again, this time I did not root. Tried the ota again, no dice.
Any thought? I can flash the kdz fine and get phone to factory 10b but once I try to install the ota I still get the error.
Click to expand...
Click to collapse
That's odd... You chose cse flash, not normal correct? Normal would not wipe your device and could definitely be the culprit for the ota failing. While cse mode is a complete wipe prior to flashing.
Correct. I did cse, full wipe. I dont know what's going on. I tried atleast 10 times from scratch. I still cant get the ota to install.
killian1212 said:
I have a problem. I was originally rooted without a custom recovery. I decided to try the ota and got the error message when trying to install. I then flashed this method (kdz) and got back to stock. I rerooted via stump and tried the ota again, failure. I then rewiped and kdz again, this time I did not root. Tried the ota again, no dice.
Any thought? I can flash the kdz fine and get phone to factory 10b but once I try to install the ota I still get the error.
Click to expand...
Click to collapse
annoyingduck said:
That's odd... You chose cse flash, not normal correct? Normal would not wipe your device and could definitely be the culprit for the ota failing. While cse mode is a complete wipe prior to flashing.
Click to expand...
Click to collapse
After using the method here to downgrade back to 10b and root. I too wasn't able to then S/W update to 11c using survival mode in SuperSU. I perform the OP procedures again and this time didn't root and still wasn't able to S/W update, kept getting error. So I used ---> [GUIDE][HOW TO][VS985] Restore Verizon to Stock to go all the way back. I'm now able to S/W update to 11c and keep root with survival mode set in SuperSU. I most humbly say that there may be a very slight issue with maybe the files here. I truly do appreciate the ability to return to 10b using this method after updating in the first place!
Thanks, ill try the other method and report back. wish me luck. Either way, a huge thanks to duck for the easy way to rerturn. I just wish kdz worked for future ota. It may be a file issue allowing us to revert to 10b but not then allowing future updates.
Use the kdz method then factory reset the device and see if that works.
I tried that. No dice.
annoyingduck said:
Use the kdz method then factory reset the device and see if that works.
Click to expand...
Click to collapse
I tried that as well.
gatorstew said:
Thanks for this excellent guide, Duck. Very simple to follow, well laid out, etc. I haven't actually done it yet, but I've got everything in place to do so (the flash tool, the KDZ file in the folder, etc.)
I assume once the downgrade is successful, just reroot with Stump, etc and wait for updates via the community?
Will future updates be available via this flash tool, or will they have to be flashed via TWRP? Sorry, I'm just now getting used to the LG G3 dev community, coming from an old GNEX.
Thanks!
Click to expand...
Click to collapse
Sorry, I missed this question. Yes, any future kdz's that become available will be updated here, along with any changes in flashing methods. Though it's pretty hard to beat the current tool that's available.
And yes, the idea here is to downgrade to 10b and be able to root, unlock, and flash anything you want. Still unclear as to why some want to take the 11c ota, but that's for another thread. The kdz method here is working where the tot was failing for some, and I personally think it's faster and easier to do than the tot method.
The third step might be clarified. Do you mean something like, "Power off your phone completely, then turn power on while also holding the volume up button..."?
markfm said:
The third step might be clarified. Do you mean something like, "Power off your phone completely, then turn power on while also holding the volume up button..."?
Click to expand...
Click to collapse
You should probably try it before trying to correct it.....
Nope, power off phone completely, hold volume up ONLY, plug in usb cable...it will auto power on into download mode

[Guide][How-To][Root] Sony Xperia Z3v [D6708] [5.1.1] [Latest]

Ladies and gentlemen, I would like to present to you all a formal guide to venture into one of the best smartphones in the market, the underdog to the other mass marketers, the Sony Xperia Z3v for Verizon!
*Please note I am not responsible for any bricking, destruction of your device, alien invasions, or any other problems. It is up to the user's choice to seek out what is done on your device on your own terms.*
This is the method I would recommend that's much quicker and efficient is Kingroot. I know there were some previous controversy about what could be behind Kingroot, but from what I will show here is using Kingroot as leverage to gain access quickly into my prerooted Lollipop firmware that can stand alone after removing Kingroot afterwards.
1. Have the Z3v in your possession.
2. Google "Kingroot" and download for Android and run the rooting process there.
3. Download "Superuser" from the Play Store to have the binary to run root fully. (Optional just in case the next step doesn't work)
4. Install XZDualRecovery (grab the flashinstaller for the Xperia Z3) to install TWRP from here: http://nut.xperia-files.com/path/XZ...40vagg0tpcrnm1vlnt63je5&randomizer=_ehkq575vz
(The link is subject to change, so if that happens, navigate through here: http://nut.xperia-files.com/)
5. Download my new 5.1.1 prerooted Lollipop zip from my thread here: http://forum.xda-developers.com/z3/...08-prerooted-lollipop-5-1-1-23-4-b-0-t3338967
6. Access TWRP by opening an app called NDR Utils in your App Drawer
7. Flash my zip through the install button and now you'll be on the latest prerooted stock build of Lollipop with a few mods.
Optional Step 8. Uninstall any traces of Kingroot from your phone and you're good to go. This step may already be done for you after you flash the prerooted because reportedly there were already no traces left behind. Enjoy!
Thanks to the following people:
@zxz0O0, for achieving root for our Z3v
@jal3223, for helping me as much as you can to guide me through myself
@[NUT], for the custom recovery to install onto our Xperia devices
Please hit thanks for the all in one guide to freedom!
hey man,
im getting stuck after running root.bat
i get javaruntime =null error
did you experience this and do you know what i should do.
also the java link you provided is dead
Mountainfisher said:
hey man,
im getting stuck after running root.bat
i get javaruntime =null error
did you experience this and do you know what i should do.
also the java link you provided is dead
Click to expand...
Click to collapse
At that point, that's what was stopping me too. What I did was just go ahead and redownload the root files, uninstall all Java on my desktop and resintall it. Then try again to make it work.
GigaSPX said:
At that point, that's what was stopping me too. What I did was just go ahead and redownload the root files, uninstall all Java on my desktop and resintall it. Then try again to make it work.
Click to expand...
Click to collapse
What do you think are chances are of unlocking our bootloader now? Sony's unlock site will give us an unlock key for our device. I'm not sure what is holding us up.
Oh No, I vowed to stop messing with my phones....
jal3223 said:
What do you think are chances are of unlocking our bootloader now? Sony's unlock site will give us an unlock key for our device. I'm not sure what is holding us up.
Click to expand...
Click to collapse
Personally, I'm fine without doing custom ROMs. I like how Sony's UI works as it is and I prefer it that way than going full AOSP like any other Nexus phone. I just like to buy what came with the package as is intended.
Bobby Buggs said:
Oh No, I vowed to stop messing with my phones....
Click to expand...
Click to collapse
This is well worth to do. I installed Xposed, and unlocked some awesome stuff. Such as using Superior Auto mode with 15 mp right off the start or 20.7 MP. Greater the details, amazing functions made.
Oh and also, I will now proceed to upload the flashable zip of the latest FW being prerooted. Just so there's some better things to deal with.
Ive uninstalled java, reinstalled java, factory reset twice, still the java runtime error =null
im bout cooked for today
Mountainfisher said:
Ive uninstalled java, reinstalled java, factory reset twice, still the java runtime error =null
im bout cooked for today
Click to expand...
Click to collapse
This guy said it took him 10 times so I am going to keep trying till it works!
sthrnsprtsmn said:
I was getting the same errors. I had to factory reset the phone multiple times and redo the steps. On about the 10th time, it took. I skipped the phone set up steps, and kept a root checker apk on my sd card to speed it up. Also, I unchecked the verify apps over USB. I didn't see that mentioned anywhere.
Time to send my donation. Thank you very much @zxz0O0
Click to expand...
Click to collapse
Perhaps I'm missing something. What is the secret to getting flashtool to recognize the ftf after you have moved it to the root of the firmwares folder and first open flashtool. A pop up tells me to move the file but it is already there. I love and loathe this hobby.
JediDru said:
Perhaps I'm missing something. What is the secret to getting flashtool to recognize the ftf after you have moved it to the root of the firmwares folder and first open flashtool. A pop up tells me to move the file but it is already there. I love and loathe this hobby.
Click to expand...
Click to collapse
Your C:/flashtool/firmware folder should be empty. Place the firmware you want to use in /USERNAME/.flashtool/firmware
make sure you uninstall all java and re install fresh!! that was what was holding me up
Someone should do a youtube of this process live
6. Follow the instruction exactly as stated then proceed. , I dont see the instructions.
Of course my phone is at 0 .E. 1 .44 build, so that means I have to go back to the older build, do this root and then reflash to the 1 .44 build?
Bobby Buggs said:
6. Follow the instruction exactly as stated then proceed. , I dont see the instructions.
Of course my phone is at 0 .E. 1 .44 build, so that means I have to go back to the older build, do this root and then reflash to the 1 .44 build?
Click to expand...
Click to collapse
You completely skipped steps 1 and 2 because you're on the latest build. Step 6 is following the instructions that are listed within the exploit.bat.
You won't be reflashing the latest until you've followed through to the new list of steps that occurs after 9.
Giga, sent you a Pm
---------- Post added at 09:31 AM ---------- Previous post was at 09:20 AM ----------
Call me a idiot but I dont see any instructions, I ran the exploit file and my screen shows daemon started successfully but nothing else
ROOT Z3V
This is how I did it. following GigaSPX's instructions
1. If you are NOT on stock shipped ROM, 23.0.E.0.376 / R15B, please download here
Downloaded the firmware
2. After having downloaded the FTF, please proceed to using the flashtool to flash your phone. Place your FTF in the firmware folder of the .flashtool folder to run from therein this process I found out that you don't want to just copy the files but use cut and paste. and I added the firmware i downloaded. You may uncheck Data from wipe.*
I turned the phone off, held volume down and connected the phone to the USB cable attached to the pc.
3. Download the files to root right here.
downloaded the root files but I actually downloaded these files http://forum.xda-developers.com/showpost.php?p=60529402&postcount=232
4. Grab the Java Development Kit from here. To prevent issues, you may want to uninstall Java existing on your computer to do a fresh install of this.
5. Extract the zip of the root files into a place and then run exploit.bat.
when i reached this the phone asks to let your pc connect, then you click ok... (im assuming you have developer options usb debugging enabled and allow unknown sources checked) When the exploit stops, go to your phone and go to Developer options and click on Select Debug app and choose the test2app then enable "wait for debugger"
6. Follow the instruction exactly as stated then proceed.
because I used that those root files, the process ended here since that root runs automatically after the exploit ends. phone restarted and verizon will give you the OTA update, which BTW it doesnt make you loose root
7. Once it stops at a line saying "please continue to press any key", go back to the folder named as "root" and run root.bat from there.
8. Your phone will reboot from here and you will enjoy root. If it doesn't work, try again a few times while going to command prompt and enter the following line to do a fresh cleanup before trying again:
I hope this is not too confusing. if it is I apologize. let me know and I'll take it down so I don't confuse people more
xratablancax- After you run the exploit file the root one opens by itself? I am not having this. I have to manually open both the exploit once it is finished, I then have to click the root method to get that going. Trying to clarify. I haven't gotten past the Java Null error. I know a few folks that might have me do this for them and I would like to do it for them. Lets say I don't get it. Will I still receive an OTA to get back to the latest? Or will I have to build or find an FTF to do so. Thanks.
Great write up!
Thanks for the time and effort you put on rooting our abandoned Z3v.
Really look forward to flashing the Pre-rooted firmware that you're about to made
xratablancax said:
This is how I did it. following GigaSPX's instructions
1. If you are NOT on stock shipped ROM, 23.0.E.0.376 / R15B, please download here
Downloaded the firmware
2. After having downloaded the FTF, please proceed to using the flashtool to flash your phone. Place your FTF in the firmware folder of the .flashtool folder to run from therein this process I found out that you don't want to just copy the files but use cut and paste. and I added the firmware i downloaded. You may uncheck Data from wipe.*
I turned the phone off, held volume down and connected the phone to the USB cable attached to the pc.
3. Download the files to root right here.
downloaded the root files but I actually downloaded these files http://forum.xda-developers.com/showpost.php?p=60529402&postcount=232
4. Grab the Java Development Kit from here. To prevent issues, you may want to uninstall Java existing on your computer to do a fresh install of this.
5. Extract the zip of the root files into a place and then run exploit.bat.
when i reached this the phone asks to let your pc connect, then you click ok... (im assuming you have developer options usb debugging enabled and allow unknown sources checked) When the exploit stops, go to your phone and go to Developer options and click on Select Debug app and choose the test2app then enable "wait for debugger"
6. Follow the instruction exactly as stated then proceed.
because I used that those root files, the process ended here since that root runs automatically after the exploit ends. phone restarted and verizon will give you the OTA update, which BTW it doesnt make you loose root
7. Once it stops at a line saying "please continue to press any key", go back to the folder named as "root" and run root.bat from there.
8. Your phone will reboot from here and you will enjoy root. If it doesn't work, try again a few times while going to command prompt and enter the following line to do a fresh cleanup before trying again:
I hope this is not too confusing. if it is I apologize. let me know and I'll take it down so I don't confuse people more
Click to expand...
Click to collapse
JediDru said:
xratablancax- After you run the exploit file the root one opens by itself? I am not having this. I have to manually open both the exploit once it is finished, I then have to click the root method to get that going. Trying to clarify. I haven't gotten past the Java Null error. I know a few folks that might have me do this for them and I would like to do it for them. Lets say I don't get it. Will I still receive an OTA to get back to the latest? Or will I have to build or find an FTF to do so. Thanks.
Click to expand...
Click to collapse
What line of code
JediDru said:
xratablancax- After you run the exploit file the root one opens by itself? I am not having this. I have to manually open both the exploit once it is finished, I then have to click the root method to get that going. Trying to clarify. I haven't gotten past the Java Null error. I know a few folks that might have me do this for them and I would like to do it for them. Lets say I don't get it. Will I still receive an OTA to get back to the latest? Or will I have to build or find an FTF to do so. Thanks.
Click to expand...
Click to collapse
If you look at the link I provided, that gives your a different set of root files, one that the Exploit runs and right after root runs automatically.
VERY IMPORTANT... YOU NEED TO FLASH YOUR DEVICE TO STOCK ROM, YOUR DEVICE NEEDS TO BE IN ROM, 23.0.E.0.376, BACKUP DEVICE, FLASH THEN ROOT THEN OTA UPDATE

WORKING ROOT | T-Mobile LG Leon 5.1.1 Lollipop

{WORKING ROOT FOR T-MOBILE LG LEON LTE 5.1.1 LOLLIPOP}
.....so after a week & some change of endless searching for a working root method, following tons of half-assed directions, trying about 4-5 "1-click root scripts" and installing a bunch of different root APK's with absolutely no luck I finally successfully rooted the T-Mobile LG Leon 5.1.1 Lollipop by putting together a few things I found on this forum.....
This method (with files linked to this post) ONLY works on the T-Mobile LG Leon LTE 5.1.1 Lollipop by downgrading to the previous 5.1.1 Lollipop firmware before the current version.....I did not try it on the MetroPCS variant so please do not inbox me asking "hey bro does this work on MetroPCS??" because I do not know.
It will more-than-likely work if you follow the instructions but you'll need the MetroPCS firmware .kdz file, not the one linked to this post...just find the file and follow the instructions below.
You need the following;
T-Mobile LG Leon Drivers-----> Windows | MAC
LG Flash Tool 2014-------------> LG Flash Tool 2014
LG Leon H34510d kdz file-----> H34510d kdz file
Kingroot 4.5---------------------> Kingroot 4.5
Once you've downloaded the above files follow these directions to successfully root your LG Leon from T-Mobile.
*********************************************************
~BACKUP WHATEVER YOU DO NOT WANT LOST~
~This method will wipe all your apps, pictures, etc.~
*********************************************************
|[ INSTRUCTIONS]|
1.) Download & extract above files to desktop.
2.) Put device in download mode by powering off completely. Then, while the phone is still off, hold the "volume up" button for 2-3 seconds and insert the USB wire (make sure the USB is connected to your desktop/laptop) until download mode screen appears.
3.) Run LG Flash Tool 2014
4.) Once the LG Flash Tool is open, leave (or select) "Select Type" As "CDMA".
5.) Change "PhoneMode" to "CS_EMERGENCY".
6.) Click the folder icon to browse your computer and select the "H34510d_00.kdz" file.
7.) Click the button that says "CSE Flash".
8.) Click on the Start button.
9.) Click on "Clear Update Registry".
10.) For "Country" select "Different Country"
11.) For "Language" select "English" (or whatever language you use).
12.) Click "Okay" and let the LG Flash Tool recognize your device. The Flash Tool will do it's thing and load the file onto your device...it takes a minute or two so just let the process run it's course. Once it hits 100% your phone will reboot once or twice- leave it plugged in -you will see the Android with the spinning blue "thing" in his belly for a second or two then the device will reboot. Wait until the Flash Tool progress bar is at 100% on your computer and your phone shows the setup page (like when you turn it on the very first time) and unplug the device.
***Once the downgrade starts you may see a popup window that says something like "Can not connect to servers" but it is just an error...you can see the timer & progress bar running behind the popup, just ignore it.***
You are now downgraded to the 10d firmware {H34510d}.
13.) Install Kingroot 4.5 and run that and it will take about 30-60 seconds to acheive root.
###ENJOY ROOT ACCESS###
If, for some wild, crazy reason this fails and you soft-brick your device (which shouldn't happen if you follow the directions) check this thread to unbrick: Unbrick T-Mobile LG Leon
Thanks to Yazuken1 and IPRJ25 for some of the info that helped me put this together.
Deleted
I used this exact same process, except for the Kingroot step. For that step, I used this guide - http://forum.xda-developers.com/android/development/guide-how-to-root-lgls770-5-1-1-t3184649. It takes longer than Kingroot, but it might be useful to have that documented here.
Has anyone tried this with metro pc version or have the .kdz file for metro pc version
i did that several months ago and it is working fine. Mine is LG Leon on MetroPCS. MS-345
i found the kdz on the Internet without much trouble. here you have the KDZ file
http://androidforums.com/threads/unbrick-guide-lg-leon-lte-metropcs-lgms345-kdz-firmware.923914/
I did it with Kingroot 4.1 so i guess 4.5 should better.
QUOTE=darth45013;62715281]Has anyone tried this with metro pc version or have the .kdz file for metro pc version[/QUOTE]
---------- Post added at 12:04 PM ---------- Previous post was at 11:58 AM ----------
I found this guide here
http://androidforums.com/threads/leon-one-click-root-works-on-10d-10e-ms345-h345-no-kingroot.938062/
lqtdc said:
i did that several months ago and it is working fine. Mine is LG Leon on MetroPCS. MS-345
i found the kdz on the Internet without much trouble. here you have the KDZ file
http://androidforums.com/threads/unbrick-guide-lg-leon-lte-metropcs-lgms345-kdz-firmware.923914/
I did it with Kingroot 4.1 so i guess 4.5 should better.
QUOTE=darth45013;62715281]Has anyone tried this with metro pc version or have the .kdz file for metro pc version
Click to expand...
Click to collapse
---------- Post added at 12:04 PM ---------- Previous post was at 11:58 AM ----------
I found this guide here
http://androidforums.com/threads/leon-one-click-root-works-on-10d-10e-ms345-h345-no-kingroot.938062/[/QUOTE]
I just used Kingroot 4.5 because it was the first to pop up on the returned search links...when I previously installed Kingroot (4.1 I believe) it said there was nothing for the device it was installed on but that may be because I didn't downgrade yet...
Can someone with an Android forums account re-host this?: http://androidforums.com/threads/leon-one-click-root-works-on-10d-10e-ms345-h345-no-kingroot.938062/
New root method that does not involve KDZ flashing: https://dl.dropboxusercontent.com/u/9903887/Apps/LG_Leon_OCR_v2.zip Credits go to digital-bug, NBreunig3, Chainfire, Unjustified Dev, avicohh, & high247 and CamoHiddenDJ from Androidforums who modified this for LG Leon. Also, thanks to es0tericcha0s for rehosting the file.
Has anyone tried this on the risio varrient?
Thanks!
5.1.1 Lolipop
Can I flash this kdz on h340n ?
The phone also has snapdragon and is LTE enabled.
OP CHANGED: New versions added.
Guide tested on LG Class (Aka LG Zero,my new phone) It's working fine. Thank you for understanding.
So, to stay rooted we must stay on this D version?
Thanks.
zowpow said:
Can someone with an Android forums account re-host this?: http://androidforums.com/threads/leon-one-click-root-works-on-10d-10e-ms345-h345-no-kingroot.938062/
Click to expand...
Click to collapse
Seconded! That script is supposed to be able to root the newer 'e' and 'f' roms according to the post, but I can't register! I've been trying for over a week to get a dang Android Forums account, but the signup process seems broken right now and emails to the site admins have gone unanswered. All I need is that silly script and it's really aggravating
birdpcfireworks said:
Seconded! That script is supposed to be able to root the newer 'e' and 'f' roms according to the post, but I can't register! I've been trying for over a week to get a dang Android Forums account, but the signup process seems broken right now and emails to the site admins have gone unanswered. All I need is that silly script and it's really aggravating
Click to expand...
Click to collapse
Here you go.
Kdz error!
I am having a problem. The kdz file will not work says no file when trying to download. Can anyone help me or email me the h34510D Is a file please! Or is there another kdz I can use for a successful root? I have tried changing the urls devtester suggested as well. [email protected]
I had the LG Leon a while ago and I have rooted it with Kingroot 4.1 and replaced kinguser with Supersu using SupersuMe Pro 9.1.2 (other versions didn't work, they hangs on the phase 1). I don't share my apk since it is a paid app. But I still recommend using Supersu rather than kinguser as it is more compatible with a lot of root apps (e.g. Titanium Backup tells you that you MAY have some problems with it, Busybox by Stericsson doesn't work telling you that you are not rooted ecc.) But there is still a little workaround if you don't want to use SupersuMe (and of course it's free ): when you have kinguser install this: https://play.google.com/store/apps/details?id=com.bitcubate.root.busybox.complete&hl=it , (it's mandatory for Flashfire to run) install Busybox within the app and then install Flashfire and with the app flash the Supersu.zip . Flashfire says that it isn't tested on this device but I flashed Xposed, Titanium Backup system zip and Dolby Atmos on mine. Only thing I noticed that restoring the backup of Flashfire simply doesn't work (idk why). But for sure it flashes zips with no problems.
thanks have another issue
so I have tried this.... one problem, my phone is stuck at the lg logo screen upon boot-up...
not sure why I am having problems getting the kdz file... even for original firmware... i tried using a friends macbook ( i hav hp pavilion with ad free commands) and still no luck. but anyways not sure what to do from here. I have tried a hard reset... still no luck.
LG Leon H326 TV v10b
It works for model LG Leon H326 TV v10b ?
Missing 10D kdz
It looks like the 10D kdz file is no longer available from the original link. I have looked extensively for a copy to no avail.
Does anyone have a local copy they can post ?
Thanks !

[Download] Z2 Play Pie OTA

TESTED IN INDIAN AND BRAZILIAN DEVICES
https://motoota.lolinet.com/index.p...&carrier=retbr&sn=SERIAL_NUMBER_NOT_AVAILABLE
FOR MEXICAN USERS
https://motoota.lolinet.com/index.p...&carrier=amxmx&sn=SERIAL_NUMBER_NOT_AVAILABLE
Pre-requisites:
1. Battery 50+%
2. Locked bootloader
How to install ?
Step 1: Place the downloaded zip in internal storage and rename it.
( Indian / Brazilian: Blur_Version.29.11.30.albus.retail.en.US.zip or Mexican: Blur_Version.29.11.31.albus.retail.en.US.zip)
Step 2: Go to settings -> apps -> show system apps
and then give storage permission for Motorola update services.
Step 3: Reboot the phone and then check for update in settings app.
#Youtube video tutorial by Rocha Tech
https://youtu.be/xJO31p4GLmU
(Just watch the video without sound if you understand the language )
#FAQ
1. What about my data after i install this update?
Ans: Your data is safe after installing the update. For more safety, you can backup your data as an additional safety measure.
2. Will this work on my bootloader unlocked device ?
Ans: No, it will not work with bootloader unlocked. You need to flash the Oreo stock rom to be able to flash this on your device.
3. Why my country name is not mentioned for updates ?
Ans: You may try Indian update zip file and if it doesn't work then try the Mexican one.
Credits:
Helton Vezzoni @erfanoabdi
Any info about the build, software channel, etc?
XBrav said:
Any info about the build, software channel, etc?
Click to expand...
Click to collapse
Load it up and tell us.
kewlzter said:
Load it up and tell us.
Click to expand...
Click to collapse
Definitely trying. Stock recovery was not spawning ADB, so I'm trying to boot TWRP live. It's been a while, and it's hanging on the TWRP page.
XBrav said:
Definitely trying. Stock recovery was not spawning ADB, so I'm trying to boot TWRP live. It's been a while, and it's hanging on the TWRP page.
Click to expand...
Click to collapse
I tried TWRP (installed) didn't work.
I'll try returning to stock and sideloading tomorrow after work.
Ok, trying the stock way:
1) Reboot into bootloader (Power + Vol Down)
2) Select boot into Recovery.
3) At "No Command" Screen, hold down Power and press Vol Up.
4) Load from SD card, or live dangerously like me and sideload via ADB (Minimal ADB and Fastboot seems to work for me)
Will update once the push is complete.
I just downloaded.
Gave "Motorola Update Services" storage permission.
Copied the file from the computer to the phone's internal storage.
Checked for updates
And voilá, there was the update.
I'm already running Pie.
Up and running here. Didn't like my original image, but after flushing data, it booted fine. It did say I no longer qualify for updates which seems to be a new thing with Motorola and Pie, but common across other devices too. Either way, it all seems to be working.
victorhbm15 said:
I just downloaded.
Gave "Motorola Update Services" storage permission.
Copied the file from the computer to the phone's internal storage.
Checked for updates
And voilá, there was the update.
I'm already running Pie.
Click to expand...
Click to collapse
Did it work really..??
Do we need unlocked bootloader or will it work for all..
Currently running Stock Oreo Firmware locked Bootloader.
Trying to sideload via ADB, will post results after completion of process.
Hello!
Is there an .xml file for this update?
OR
Any proper guide for sideload method?
Thanks
OK! I found a guide for Oreo OTA sideload install.
https://forum.xda-developers.com/z2-play/how-to/official-oreo-z2-play-t3784660
I guess for Pie it is the same.
Tried.
Didn't work.
Can anybody guess what I did wrong?
OldUncle said:
Tried.
Didn't work.
Can anybody guess what I did wrong?
Click to expand...
Click to collapse
Did you follow the steps I posted earlier? What does the phone show for errors?
For those of you who were curious:
1) Software channel remained the same.
2) Dual sim in XT1710-09 seems to be working fine so far (haven't tested a second sim, but the sim statuses are showing for both card slots).
3) No issues with mods so far (Tried the battery pack and gamepad. Hasselblad, projector and speaker are not with me).
4) Build number is PPS29.133-30, Patch Level September 1, 2019.
My phone is in Canada, and the modem patch included works fine as far as I've seen. I haven't fully tested the bluetooth stability yet to see if it's working better than before. Android Auto is working great though.
My smartphone Model name is XT-1710-10, Dual SIM.
I was successfully able to sideload the Update, with the command
"adb sideload Blur_Version.29.11.30.albus.retail.en.US.zip".
It took around 15 to 18 mins for the sideload process to complete, later the phone restarted and showed the usual Moto loading screen for another 12mins or so, for a moment i thought it was stuck, but no, it successfully completed the update process.
Everything is functioning as usual, i noticed that the placement of signal bar, wifi icons, and battery icons on the top right corner of the screen seem to be not proper.
Same is the case with the arrangement of signal and wifi icons on top right portion inside notification drop down menu, seems to be too close to the screen edge.
Additional features I saw after the update are, 3 finger screenshot, Screenshot editor, Media controls provision inside 'Moto Actions'; Attentive display inside 'Moto display'.
Also the addition of "Digital Wellbeing" inside settings Menu.
---------- Post added at 01:33 PM ---------- Previous post was at 01:17 PM ----------
OldUncle said:
Hello!
Is there an .xml file for this update?
OR
Any proper guide for sideload method?
Thanks
OK! I found a guide for Oreo OTA sideload install.
https://forum.xda-developers.com/z2-play/how-to/official-oreo-z2-play-t3784660
I guess for Pie it is the same.
Tried.
Didn't work.
Can anybody guess what I did wrong?
Click to expand...
Click to collapse
It took around 3hrs for me to solve the problem, I am still not clear, what was I doing wrong.
What worked for me somehow was... I properly uninstalled the old ADB installations first vis control panel and then downloaded the latest version of adb i.e adb-setup-1.4.6.exe, and repeated the normal procedure of adb sideload, this time it worked.
I couldn't find an option to enable Android Pie navigation gestures, even in System>Gestures, there is no option.
Do existing TWRP and Magisk root work?
Thanks to everyone who replied with advices :good:
It is my first try to Sidload OTA.
I found out that, I needed the latest OPS27.76-12-25-22/23 stock firmware and I was using OPS27.76-12-25-13.
I fastbooted to the latest but, it didn't work again and I think the reason is that my device is XT1710-11 (Chinese), though I have fastbooted it to RETEU version (Modems preserved) and works fine.
If my guess is correct, that means I need to wait for the fastboot version for Pie
snuk182 said:
Do existing TWRP and Magisk root work?
Click to expand...
Click to collapse
its working great
I get error while sideloading.. i need OPS27.76-12-25-22/23 firmware and I am using OPS27.76-12-42-13/16. On bell canada.
Any advise?
saurav112214 said:
I get error while sideloading.. i need OPS27.76-12-25-22/23 firmware and I am using OPS27.76-12-42-13/16. On bell canada.
Any advise?
Click to expand...
Click to collapse
https://mirrors.lolinet.com/firmware/moto/albus/official/
Get the firmware you need from that link and then fastboot flash it to your device.
But make sure if this OTA Pie is for your device.
XBrav said:
Did you follow the steps I posted earlier? What does the phone show for errors?
For those of you who were curious:
1) Software channel remained the same.
2) Dual sim in XT1710-09 seems to be working fine so far (haven't tested a second sim, but the sim statuses are showing for both card slots).
3) No issues with mods so far (Tried the battery pack and gamepad. Hasselblad, projector and speaker are not with me).
4) Build number is PPS29.133-30, Patch Level September 1, 2019.
My phone is in Canada, and the modem patch included works fine as far as I've seen. I haven't fully tested the bluetooth stability yet to see if it's working better than before. Android Auto is working great though.
Click to expand...
Click to collapse
I too have an XT1710-09 (Europe, RETEU software channel). Any idea if this firmware will work for me? Thanks!

Bootloader unlock

Okay, so I'm trying to flash the US998 20b KDZ but I am unable to get into bootloader/download mode.
Typing 'adb reboot bootloader' just reboots the phone like normal.
When I manually enter the bootloader via the volume down and power button trick, it's not recognized by the computer.
On the screen are 5 options
Continue Power up
Safe mode
Factory data reset
Wipe cache
Power down
Yes folks, it's the recovery partition, not the bootloader.
Running VS99630c.. Any ideas?
VerizonLover said:
Okay, so I'm trying to flash the US998 20b KDZ but I am unable to get into bootloader/download mode.
Typing 'adb reboot bootloader' just reboots the phone like normal.
When I manually enter the bootloader via the volume down and power button trick, it's not recognized by the computer.
On the screen are 5 options
Continue Power up
Safe mode
Factory data reset
Wipe cache
Power down
Yes folks, it's the recovery partition, not the bootloader.
Running VS99630c.. Any ideas?
Click to expand...
Click to collapse
Try different computer, make sure you have LG Mobile drivers installed, etc.
There's a list of Trouble Shooting Tips for installing Dev Patched LGUP.
Your not going to be able to use fastboot or ADB on Verizon firmware. That's the whole reason you have to temporarily convert to US998.
ChazzMatt said:
Try different computer, make sure you have LG Mobile drivers installed, etc.
There's a list of Trouble Shooting Tips for installing Dev Patched LGUP.
Your not going to be able to use fastboot or ADB on Verizon firmware. That's the whole reason you have to temporarily convert to US998.
Click to expand...
Click to collapse
Got it. Now I get the error "0x4. Not support." cross model download."
It did not create an entry in my start menu or on the desktop
ChazzMatt said:
Try different computer, make sure you have LG Mobile drivers installed, etc.
There's a list of Trouble Shooting Tips for installing Dev Patched LGUP.
Your not going to be able to use fastboot or ADB on Verizon firmware. That's the whole reason you have to temporarily convert to US998.
Click to expand...
Click to collapse
Got it. Now I get the error "0x4. Not support." cross model download."
i downloaded the LGUP DualMode v1.14.0.3 zip. I followed the readme to a T and it did not create any desktop shortcuts or start menu entries.
Running Windows 10 1909 x64.
Maybe I downloaded the wrong zip file.
A link to a working one?
VerizonLover said:
Got it. Now I get the error "0x4. Not support." cross model download."
i downloaded the LGUP DualMode v1.14.0.3 zip. I followed the readme to a T and it did not create any desktop shortcuts or start menu entries.
Running Windows 10 1909 x64.
Maybe I downloaded the wrong zip file.
A link to a working one?
Click to expand...
Click to collapse
You also clicked on the Set Dev.bat file to install?
ChazzMatt said:
You also clicked on the Set Dev.bat file to install?
Click to expand...
Click to collapse
I did that, but whatever I do, I still get the "Not support cross model download" error.
Never was an icon created on my desktop for LGUP.
Then again, when I plug in my phone when in download mode an exclamation is displayed over a "CDC Serial" device.
But it seems like that is unrelated, seeing as how when one selects "Partition DL" it changes to "USB Connection Established." when the select partition dialog is open. Of course I clicked cancel.
Any hints?
VerizonLover said:
I did that, but whatever I do, I still get the "Not support cross model download" error.
Never was an icon created on my desktop for LGUP.
Then again, when I plug in my phone when in download mode an exclamation is displayed over a "CDC Serial" device.
But it seems like that is unrelated, seeing as how when one selects "Partition DL" it changes to "USB Connection Established." when the select partition dialog is open. Of course I clicked cancel.
Any hints?
Click to expand...
Click to collapse
While you need to eventually get to US998 20a or 20b, we recommend flashing to
* USS98 Nougat first,
* doing a Master Reset (to stop bootlooping),
* then going to early US998 Oreo 20a or 20b.
Via Partition DL.
See Frankenstein instructions. Frankenstein is how all the North American variants -- EXCEPT T-mobile H932 -- convert to US998.
It's mentioned in the WTF instructions also, but some people have overlooked it.
The Frankenstein instructions have same version of Dev Patched LGUP attached, as well as separate download link from the dev.
Something is not being installed correctly. Maybe use another computer.
ChazzMatt said:
While you need to eventually get to US998 20a or 20b, we recommend flashing to
* USS98 Nougat first,
* doing a Master Reset (to stop bootlooping),
* then going to early US998 Oreo 20a or 20b.
Via Partition DL.
See Frankenstein instructions. Frankenstein is how all the North American variants -- EXCEPT T-mobile H932 -- convert to US998.
It's mentioned in the WTF instructions also, but some people have overlooked it.
The Frankenstein instructions have same version of Dev Patched LGUP attached, as well as separate download link from the dev.
Something is not being installed correctly. Maybe use another computer.
Click to expand...
Click to collapse
Finally got US99820b on the phone. Now for bootloader unlock, twrp, and vs99630c zip
Edit: fastboot drivers installed, works like a charm

Categories

Resources