Need To Obtain Procedure As To How To Get Into Recovery Mode - T-Mobile LG G5 Guides, News, & Discussion

Hi,
I'm trying to get into the recovery mode on my LG G5 H830 (T-Mobile / Unlocked) phone. Unless I'm doing something wrong, I can't seem to get into the recovery mode so I can perform a wipe data cache function. I seem to remember reading somewhere else that the only way to get into recovery on this phone is to use a computer to do so. On my desktop computer I already have the android studio application installed, but to be honest I'm still trying to learn how to use it. I don't know why lg makes getting into the recovery mode so difficult. I guess I can try to use the buttons on the phone one more time and see if I have any luck. Also I've read possibly using TWRP will possibly let me perform a wipe data cache function. Thank you for any valid suggestions.
David

Davy49 said:
Hi,
I'm trying to get into the recovery mode on my LG G5 H830 (T-Mobile / Unlocked) phone. Unless I'm doing something wrong, I can't seem to get into the recovery mode so I can perform a wipe data cache function. I seem to remember reading somewhere else that the only way to get into recovery on this phone is to use a computer to do so. On my desktop computer I already have the android studio application installed, but to be honest I'm still trying to learn how to use it. I don't know why lg makes getting into the recovery mode so difficult. I guess I can try to use the buttons on the phone one more time and see if I have any luck. Also I've read possibly using TWRP will possibly let me perform a wipe data cache function. Thank you for any valid suggestions.
David
Click to expand...
Click to collapse
Hi David!
Holy cow, you've installed the entire studio? That's way more than you need. Just get the Platform Tools here: https://developer.android.com/studio/releases/platform-tools
At a user level, all you'll ever need are ADB and fastboot. Then enable developer settings, enable USB debugging and use the command 'adb reboot recovery'. You sure power + volume down don't work? Or power + volume up for fastboot (to get custom recovery installed)? Note that I have made zero research on this device so it may deviate (I'm on mobile right now). If any of those steps seem difficult or you're unsure how to proceed, just let me know where exactly you're stuck.
Oh and when you send an adb command to your device for the first time (like 'adb devices') it will likely show a trust notification on your screen, asking you to allow this computer to send adb commands. Make sure the remember checkbox is on.
Good luck!
Wrapped with delicious Fajita [emoji896]

Hi Timmy,
Thanks for being nice and explaining the process to me, that sounds pretty easy. Today my biggest problem is getting vanced to install on my amazon fire 7 tablet (2019 Edition). I've had it running normally on there previously, but a couple of day's ago I started the vanced app and noticed that I wasn't signed into my google account anymore. And when I attempted to sign in I received the now famous notice that said google server's were busy, please try again later. But knowing I had it running before, motivates me to get it running again. In the interim, I'm using the Web Tube app.
David

That's usually a matter of uninstalling both, installing MicroG first, then Vanced.
Wrapped with delicious Fajita [emoji896]

Timmmmaaahh said:
That's usually a matter of uninstalling both, installing MicroG first, then Vanced.
Wrapped with delicious Fajita [emoji896]
Click to expand...
Click to collapse
Hi Timmy,
Unfortunately I've already tried that, now I'm wondering if it's possibly due to me installing google web view on my tablet. All I can do is just keep trying to figure it out.
Thanks, David

Davy49 said:
Hi Timmy,
Unfortunately I've already tried that, now I'm wondering if it's possibly due to me installing google web view on my tablet. All I can do is just keep trying to figure it out.
Thanks, David
Click to expand...
Click to collapse
Proper reboots in between? I don't see how web view would be related but it's always a good exercise to remove recent installations one by one, retrying Vanced in between. Be sure to share your findings if you encounter a potential culprit. It's important for the community to learn from that.

Hi Timmy (I guess it's okay to use this name),
I think before I do anything else, I'll go back and re-read the instructions on how to properly install it. Unless google has done something on their end, I should be able to get it functioning properly. It was installed previously, that's why I don't know what happened.
Thanks,
David

Related

Dealing with Sprint / HTC Preinstalled Junk - Startup Auditor or Just wait for Root?

I would like to get everyone's opinion, I'm looking at a couple options of how to get rid of Sprint / HTC Junk that runs at startup and continues to startup - Sprint Nav, Sprint Zone, Nascar, all those things. I'd love to hear alternate suggestions as well.
1. Startup Auditor - Seems to do a decent job of keeping things from starting, definitely reduced boot time, but I'm unsure of how it actually operates - is it just another task killer? Or does it actually take things out of a startup list without running in the background? I've been playing with it for close to a day and am still undecided, at times it seems to help, but other times I don't think it really did anything. It seems like having root would make it completely pointless, since you could edit things yourself.
2. Wait for Root - I already did the OTA update so root is not possible, from what I understand. With root access, I'm sure it would be much easier to remove the actual applications, and furthermore install custom roms without the bloat.
3. ?? You tell me please
Thanks guys!
If you're comfortable using adb, you can root here: http://forum.xda-developers.com/showthread.php?t=718889
I rooted my yesterday after the OTA and flashed Fresh 0.5.3. It doesn't have most of the crapware.
gx1400 said:
If you're comfortable using adb, you can root here: http://forum.xda-developers.com/showthread.php?t=718889
I rooted my yesterday after the OTA and flashed Fresh 0.5.3. It doesn't have most of the crapware.
Click to expand...
Click to collapse
Funny I was just reading that. I have zero experience with ADB, but perhaps that is the best route. Can't be too hard to learn, right?
Thanks for posting that. If you have root, it mostly eliminates the need for a program like startup auditor, right?
berardi said:
Funny I was just reading that. I have zero experience with ADB, but perhaps that is the best route. Can't be too hard to learn, right?
Thanks for posting that. If you have root, it mostly eliminates the need for a program like startup auditor, right?
Click to expand...
Click to collapse
Correct. Most ROMs already have the crapware removed, however, once rooted you'll also have the ability to remove and do anything else you want.
If you are uncomfortable with adb, don't be. There are enough tutorials and videos around to walk you through the process. Not only was I a complete noob when I moved to Andriod from the iPhone but I am also using a Mac which means the commands are slightly different. However, with a little trial and error I was able to root via adb the very weekend the phone was released when only adb instructions existed.
And, going forward you'll never have to wait for "Idiot Guides" again. Whenever something new and great comes along you'll have the skills to implement it right away.
okolowicz said:
Correct. Most ROMs already have the crapware removed, however, once rooted you'll also have the ability to remove and do anything else you want.
If you are uncomfortable with adb, don't be. There are enough tutorials and videos around to walk you through the process. Not only was I a complete noob when I moved to Andriod from the iPhone but I am also using a Mac which means the commands are slightly different. However, with a little trial and error I was able to root via adb the very weekend the phone was released when only adb instructions existed.
And, going forward you'll never have to wait for "Idiot Guides" again. Whenever something new and great comes along you'll have the skills to implement it right away.
Click to expand...
Click to collapse
I'm trying to setup ADB right now but I'm stuck here:
http://forum.xda-developers.com/showthread.php?t=694250
3. Enabling ADB support on EVO
If using completely stock EVO, adb will be disabled in recovery and can't be enabled.
Click to expand...
Click to collapse
So if you can't enable ADB on stock EVO, but you need ADB to root - what to do?
EDIT : Nm I think I got it
I want to say that if you plug your phone into your computer and select sync option, that it will install the necessary drivers. Just make sure to turn on usb debugging in your settings menu: menu,settings, applications, development, usb debugging- check the box.
elegantai said:
I want to say that if you plug your phone into your computer and select sync option, that it will install the necessary drivers. Just make sure to turn on usb debugging in your settings menu: menu,settings, applications, development, usb debugging- check the box.
Click to expand...
Click to collapse
Thanks got it..
I'm following these instructions, they seem the most complete. I followed every step successfully and refreshed the pages, and it told me to reboot and run part2. However when I hit
adb reboot
it returns
adb: permission denied
What did I do wrong here?
EDIT: Missed hitting exit. That step wasn't there in original, it is in the recompiled though.
go read up on that thread, do a search for 'permission denied' or the like and I am sure something will come.I saw it a few times while reading that thread
err... Are you sure it didnt just mean reboot your phone?
elegantai said:
go read up on that thread, do a search for 'permission denied' or the like and I am sure something will come.I saw it a few times while reading that thread
err... Are you sure it didnt just mean reboot your phone?
Click to expand...
Click to collapse
haha thanks I was messed up because the original instructions didn't say to exit the adb shell (I probably should have known though) but now I'm past that, now to reboot and hit adb shell /data/local/part2 in time lol this is fun :-D
All done!!! :-D now to flash rom... good times!
Thanks all

[Guide][TOOL] FASTBOOTROOT (deprecated)

(DEPRECATED)
I no longer support or care to support this is someone wants to take over and deal with this and the complaints go for it. It has not been tried on the 2.2.2 version of android in case you want to try it.
Tired of all those funky ways of rooting? Wanna just push a button and be rooted?
Guess what I've got something for you.
Introducing FastbootRoot (patent not pending) for the virgin mobile optimus v
FastbootRoot was designed with simplicity in mind. The easy to use ui makes rooting your lg optimus easy and quick without all those adb commands. It takes the guess work out ( is this right, what does he mean by that? ) of rooting your phone.
Features:
flash a custom recovery
this feature only flashes a custom recovery without rooting your phone giving you the ability to back up your current system without root. I put this in here in case of needing to return the phone for warranty matters
flash the entire shebang
This flashes a new boot image, a new system image*, and custom recovery.
Revert to stock
thanks to destundead we now have the stock system image and boot combined with my stock recovery we are good to go
New experimental install windows xp fastboot drivers
My goal is to fully automate this process and to make this as painless as possible for the new users. This new feature is untested and will either work or it won't. Give me some feedback if it does or doesn't.
--------------------------How to Use--------------------------
Download fastbootroot from here and place it on your desktop.
Download the usb drivers from here
On your phone turn on usb debugging by pushing menu, then settings, then applications, then development, and then usb debugging.
Install the drivers ( I find that rebooting after the drivers have been installed will install a whole new set of drivers. I recommend this method)
unzip fastbootroot and inside double click the fastbootroot file. Make your selection and your done.
Here's a video on using it and a little explanation
watch it here
WHAT THE FUTURE HOLDS:
no need to install usb drivers
Enjoy this and remember this works fully on windows 7 and I tested it myself. No matter what there's always room for user error though in which case I take no responsibility if things go wrong.
PROBLEMS AND COMPLAINTS
Some people are reporting problems like drivers not installing or other things. First off if you have a problem you need to state exactly what operating system you are using (windows 7, windows vista, or windows xp).
This only works with the virgin mobile optimus v. Make sure you have the virgin mobile optimus v (not a optimus t, m or a picture of the v pasted on top of a w490)
Tell me what you did exactly don't lie. I know from experience when someone says, 'I did this I definitely didn't do that', whether or not they are holding something back. The more info you can give the better if your holding something back that's gonna delay the process.
This is free. I ask for donations but they aren't required at all. So when your asking for more things remember this is free.
Like my work donate to me herehttps://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FEP8NQ8J49MX8
*the new system image is stock with root, flash_image and busybox installed
It's fully automated?
Sent from my VM670 using XDA App
overthinkingme said:
It's fully automated?
Sent from my VM670 using XDA App
Click to expand...
Click to collapse
yep the only thing that you gotta do is download fastbootroot and the lg drivers. It will take care of everything else for you. I will say that I've tested this and my earlier variant of it quite a few times. I even made a video for the other one.
Downloading this now. will give it a try. Thanks!
--bornagainpenguin
This is for lg optimus v for virgin mobile, right?
Sent from my SGH-T959 using Tapatalk
i get a write error suspended reset port change on my phone when trying to run this? it says waiting on device on the fast boot system? any ideas what im doin wrong thanks
shaynes vibrant said:
i get a write error suspended reset port change on my phone when trying to run this? it says waiting on device on the fast boot system? any ideas what im doin wrong thanks
Click to expand...
Click to collapse
your in fastboot by now you should be good unless you did something crazy. What will happen is windows will automatically install the fastboot drivers and do it's thing and you'll be good
Asadullah said:
your in fastboot by now you should be good unless you did something crazy. What will happen is windows will automatically install the fastboot drivers and do it's thing and you'll be good
Click to expand...
Click to collapse
This does not seem to be happening. How can I abort the fastboot procedure so I can reboot and try again?
--bornagainpenguin
Hello? Please someone be there who can help me!
The detection sequence you describe did not work, Windows is not finding the drivers properly. Is it safe to reboot the machine while in fastboot? Can I unplug the USB without bricking my phone?
--bornagainpenguin
If nothing has flashed, I'm sure you're fine. It dependant on how far it got .
Would op mind posting the manual way to root through fast boot?
Sent from my VM670 using XDA App
bornagainpenguin said:
Hello? Please someone be there who can help me!
The detection sequence you describe did not work, Windows is not finding the drivers properly. Is it safe to reboot the machine while in fastboot? Can I unplug the USB without bricking my phone?
--bornagainpenguin
Click to expand...
Click to collapse
yes your okay to unplug your phone the process either works all the way or not at all I'm confused as to why it didn't install the drivers though. I guess I'll just have to add them to the batch
overthinkingme said:
If nothing has flashed, I'm sure you're fine. It dependant on how far it got .
Click to expand...
Click to collapse
How do I know?
Right now the screen says:
Code:
Fastboot mode started
gpio_12c: invalid khz: 0
b1: i2c write error
udc_start()
-- suspend --
--reset --
-- portchange --
-- reset --
-- portchange --
STALL GET_DESCRIPTOR 128 6 1006 0 18
-- reset --
-- portchange --
-- reset --
-- portchange --
I removed the battery and the phone restarted without issues. Not sure why things did not go the way they're supposed to--could it be because I had the drivers from the ROMTOOLS package installed before? NOTE: Prior to trying this procedure I uninstalled all of those and rebooted before installing the drivers linked here.
Another thought, OP says he is running Windows Seven; I am on Windows XP. Could this have anything to do with my trouble?
--bornagainpenguin
UPDATE: I tried installing the drivers included with the ROMTOOLS package and my phone was recognized again. No luck when trying to run fastboot. Not sure why this is happening or why I am unable to use the drivers OP linked to. They seem to install when clicked but the system doesn't seem to think the drivers apply to this phone for some reason...
Okay what happened was your fastboot drivers didn't install correctly I'm in the process of uploading a video to show you how to install the fastboot drivers.
I wrote this while before your last post yes there is a problem with windows xp. It doesn't download them like it would on windows 7. I can test all day long on windows 7 but not on xp. The method in the video should work for xp users
Asadullah said:
Okay what happened was your fastboot drivers didn't install correctly I'm in the process of uploading a video to show you how to install the fastboot drivers
Click to expand...
Click to collapse
I appreciate the effort, but unless the video is closed captioned it may not do me much good. I am hard of hearing (one of the reasons why I picked this phone was its high T4 rating which works well with my hearing aids and telecoil adapter --think headphones for hard of hearing people) so cannot always hear audio on videos very good.
--bornagainpenguin
bornagainpenguin said:
I appreciate the effort, but unless the video is closed captioned it may not do me much good. I am hard of hearing (one of the reasons why I picked this phone was its high T4 rating which works well with my hearing aids and telecoil adapter --think headphones for hard of hearing people) so cannot always hear audio on videos very good.
--bornagainpenguin
Click to expand...
Click to collapse
It's recorded in 780 hd using camstasia. Even if you can't hear it you'll be able to follow along the process is very simple
http://www.youtube.com/watch?v=aTE30yd-P_U
here's the video
I've integrated the fastboot drivers into the next release for windows xp I need a beta tester before I release this.
Does this just root our existing system, or does it install a whole new rooted image (requiring us to reinstall all of our programs and settings)?
I have XP, by the way. If it just roots, I would be willing to beta test (but if it doesn't work, if it doesn't work, I want to be able to get back to where I was as my phone works well).
This is F*****KIN GREAT!!!! Thanks!!
I'm having bootloop issues and I see a post here which suggests that one way to fix the situation is with fastboot. Do you know if fastboot can help me? If so, how?
--bornagainpenguin

[Q] Wugfresh failed, Softbricked?

Hi guys, I was wondering if someone with experience would be able to help me (a noob) out.
Last night I wanted to upgrade from 4.4.2 with Franco Kernel on my nexus 7 2013 to 5.0.2 Lollipop. I suspected that the franco kernel would prevent me from upgradeing OTA and I determined I must flash it myself. I downloaded Wugfresh Nexus toolkit and followed the videos but my computer said something like "wugfresh.exe stopped working. windows will try to find a solution." The window closed and now my nexus 7 wont load past the google screen. I am able to reach fastboot mode but if I try to access recovery, there is simply an android figure with a red exclamation point over it. Wugfresh doesn't seem to be working for me as I keep getting "failed: command write failed no such device or address"
I'm really stuck. It doesnt look like I can use Wugfresh (soft-bricked/bootloop option) as I keep getting failed reports. I have attached a screenshot to help describe what I am talking about.
Lemme know if you have any suggestions on how to proceed or need any additional information from me. I'm really bummed out and I have all day today to try and fix it.
Best,
ljia4
Will this menu help?
I see from the first sceenshot I attached that cache, recovery and system failed. Should I just use the menu in the second screenshot to flash those?
Im scared I will break it irreparably if i do so.
Flash the system image from fastboot and stop using toolkits.
Edit: When I say flash from fastboot, I mean actually use fastboot from the Android SDK and NOT the "fastboot flash" option in the toolkit. If you don't know how to use fastboot, and I suspect you don't, just read one of the many adb/fastboot guides available on XDA. You shouldn't be rooting/ROMing/modding your Android devices if you don't know how to use fastboot.
http://forum.xda-developers.com/showthread.php?t=2277112
@ljia4- Well? Any luck?
_MetalHead_ said:
@ljia4- Well? Any luck?
Click to expand...
Click to collapse
Thanks for following up. I was able to experiment with the advanced menu on wugfresh and eventually flash recovery and system. Then I used ota updates to get lollipop.
Thanks for checking back, I appreciate your time and efforts. I'll !take sure to steer clear from modding/flashing from here on out!
ljia4 said:
Thanks for following up. I was able to experiment with the advanced menu on wugfresh and eventually flash recovery and system. Then I used ota updates to get lollipop.
Thanks for checking back, I appreciate your time and efforts. I'll !take sure to steer clear from modding/flashing from here on out!
Click to expand...
Click to collapse
Don't steer clear of it, just learn how to do it the right way! I think you'll find that understanding how to use fastboot is much easier than it seems, and knowing how to do this stuff is invaluable. Aside from the fact that you'll be able to do pretty much anything, you'll also know how to get yourself out of a bind should you find yourself in one. Seriously, give that guide I posted a read, and if you have any questions don't hesitate to ask.
Anyways, I'm glad you got your situation figured out (even if you still used a toolkit ).
^++
_MetalHead_ said:
Don't steer clear of it, just learn how to do it the right way! I think you'll find that understanding how to use fastboot is much easier than it seems, and knowing how to do this stuff is invaluable. Aside from the fact that you'll be able to do pretty much anything, you'll also know how to get yourself out of a bind should you find yourself in one. Seriously, give that guide I posted a read, and if you have any questions don't hesitate to ask.
Anyways, I'm glad you got your situation figured out (even if you still used a toolkit ).
Click to expand...
Click to collapse
When I got my Nexus 5 and used Wug's toolkit to root and install TWRP, I'd already read about fastboot commands. Watching the Live Log, and seeing it was doing exactly what the posts said you do with fastboot (just automating it), was a nice way to see that it really is as easy as "fastboot flash system system.img", etc.

XT1789-04 Wireless is missing

I've done many dumb things to this phone but I've finally found something I have not been able to recover from. Let's start with the list of things you guys will have me try that I've already done.
- FlashAll to the latest as well as the "Return to Stock" thread here on XDA
- Lenovo's Recovery Tool (I thought someone on XDA might be wrong about something and went with the Mfg's software, sorry I doubted you guys.)
I'm using linux so I convert your Flash bat to an sh but I've never had issues doing so before. I've rooted this and three other phones and I'd like to think I know what I'm doing I've spent about two weeks on here and other Android forums but this time I need to actually ask for your help.
Now on to my issue.
I installed Lineage OS using their lovely guide and everything was great until I found out my WiFi isn't working. Well can't have that, return to stock! Oh my WiFi is still dead. Wait now I can't even enable dev options because I cannot get past the initial setup without WiFI. OK full reset wipe and restore. Nope nothing doing.
It shows MAC unavailable in the initial setup. adb shell over via recovery shows no wlan0 then I tried TWRP and also OrangeFox because I saw a similar fix with it. I try ip link show but ip isn't there tried to su but it's not going. I think I have eveything mounted right but I'm more Arch than Android :\
And in 5 seconds someone is going to link a thread on here I couldn't find in the search with a easy 3 step procedure. But just in case that doesn't happen feel free to ask for any logs.
I'm a dumb. Be sure you do the Pre-install instructions as these are what fixed my issues.
Hi, is your phone ATT version? Thanks.

Zenfone 5z brick-ish..?

Hello everyone. I am stuck in a bit of a draining situation. and I really hope that some of you, may be able to help.
I have 3 kids with each their phone, all of them have been registered to Googles Family Link service. Recently the account that managed them all got suspended for being hijacked and therefor it broke their terms, and now 4 accounts are locked. Google will not help me, to release the accounts the kids have, so they can use their phones again. So I tried following a guide on bypassing the log in prompt after a factory reset on this specific device. It happily activated the tap talk function, but when I try to open Google Assistant, nothing happens. I've tried looking it the settings of Tap Talk to find any clues, but to no avail.
I have searched for different variations of the same procedure on Youtube and Google and I can't seem to get further than described..
I then decided to try unlocking the bootloader or re-flashing the stock firmware, hoping to wipe the existing system completely. The re-flashing part, well. I found the Asus Zenfone Flash tool, but I am not too sure what to do. The guide seemed a bit confusing to me, so I tried the Bootloader, since I used to flash and root all my phones back when HTC was big. I have installed Quallcomms drivers, Asus-android_USB drivers, generic Android Usb drivers and restarted the pc to make sure that was done right.
The phone however is another problem. I haven't been able to enable usb-debugging thanks to Family Link preventing access to Dev-mode, before I did the Factory reset. I can read the phone's name on the ADB update option, when I boot it to stock recovery. But any commands, makes it hang with "waiting for any device", which, from what I understand, is a driver related issue. So I have updated the drivers as each guide has descibed.
My plan was to install the latest Lineage Rom, so I have the most recent files for that.
So now I ask you. I have downloaded Rom files, Gapps, 2 types of recovery img files, but for now, I am stuck and sad and I need a Yoda in this matter. The entire situation is probably solved with a simple click or command that I am not aware of.
If you need any further info I will do my best to help. My kindest and biggest thanks to anyone that provide some help.
Kind regards
Johnny

Categories

Resources