RS988 Varient - No Recovery Mode, No Hard-Reset Access? - LG G5 Questions & Answers

I've got an RS988 running on Verizon with no problems, but I've never seen an Android phone before where you simply can't get access to a hard-reset style recovery screen.
None of the standard button pressing sequences will land you on a recovery menu, and when I force recovery through ADB, I end up with the red-exclamation droid.
The only thing I have been able able to do is access this very odd IMEI display when I do a hard button sequence from power off.
Is this a normal thing?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

PaulieWallie said:
Any luck? Are you able to root and/or unlock the bootloader. If so, and it works fully on Verizon I'll buy one.
Click to expand...
Click to collapse
Sent from my XT1575 using Tapatalk

The standard stuff like "fastboot OEM unlock" or "fastboot flashing unlock" don't work because LG removed or disabled the standard bootloader, if I understand correctly.

raynan said:
The standard stuff like "fastboot OEM unlock" or "fastboot flashing unlock" don't work because LG removed or disabled the standard bootloader, if I understand correctly.
Click to expand...
Click to collapse
So you can access fastboot? Did you request an unlock bin?
https://developer.lge.com/resource/mobile/RetrieveBootloader.dev?categoryTypeCode=ANRS
Sent from my XT1575 using Tapatalk

joshw0000 said:
So you can access fastboot? Did you request an unlock bin?
https://developer.lge.com/resource/mobile/RetrieveBootloader.dev?categoryTypeCode=ANRS
Click to expand...
Click to collapse
No. I'm saying that it seems like LG made their own bootloader that you can get to, but fastboot commands don't work.

raynan said:
No. I'm saying that it seems like LG made their own bootloader that you can get to, but fastboot commands don't work.
Click to expand...
Click to collapse
On some of the older LG's you had to make some changes to get into Fastboot. I can find the info if you need it but it requires root.
So if you adb reboot bootloader, where does it go?
I saw you were having issues with recovery. I think you'll need to do a button combo while on the red Android screen. I think you hold up and press down or vise versa. That should enable the rockers to wipe cache or do a reset.
Sent from my XT1575 using Tapatalk

joshw0000 said:
On some of the older LG's you had to make some changes to get into Fastboot. I can find the info if you need it but it requires root.
So if you adb reboot bootloader, where does it go?
Click to expand...
Click to collapse
I'm playing around again now. I'll grab some images/screenshots. You really can't do much, if anything, with it so feel free to try yourself.

raynan said:
I'm playing around again now. I'll grab some images/screenshots. You really can't do much, if anything, with it so feel free to try yourself.
Click to expand...
Click to collapse
I wish I could. I don't have one and probably won't get one if I can't root it.
Sent from my XT1575 using Tapatalk

joshw0000 said:
I wish I could. I don't have one and probably won't get one if I can't root it.
Click to expand...
Click to collapse
If it's that important, the H850 European model can be unlocked through LG's tool.

raynan said:
If it's that important, the H850 European model can be unlocked through LG's tool.
Click to expand...
Click to collapse
I don't think it's fully compatible with Verizon.
Sent from my XT1575 using Tapatalk

Try booting to recovery and/or fastboot and run "adb devices" and/or "fastboot devices". That would at least tell you which mode you're in. You may just need to update your drivers if neither one recognizes your phone.
Sent from my XT1575 using Tapatalk

Holding Vol-Down to Power, Letting go of power once boot Android appears for a second while continuing to hold vol down, and then repress and hold power doesn't work?
Sent from my LG-H830 using Tapatalk

Rauch said:
Holding Vol-Down to Power, Letting go of power once boot Android appears for a second while continuing to hold vol down, and then repress and hold power doesn't work?
Click to expand...
Click to collapse
This takes you to their factory reset option like it did with the G4. Until you install something like TWRP, that's the only thing it does.

raynan said:
This takes you to their factory reset option like it did with the G4. Until you install something like TWRP, that's the only thing it does.
Click to expand...
Click to collapse
On my RS988 this does nothing. An adb reboot bootloader on RS988 simply restarts the phone. An adb reboot recovery sends you to red dead Android man. At which point there are no more options as far as I see it.
Sent from my RS988 using Tapatalk

In the past people used to alter or delete their laf partition which would open up the "real" fastboot so that they could flash their devices. I think jcase mentioned one time though that users should not mess with that partition in this phone (perhaps due to dm-verity and stuff?)
Edit: If I recall correctly, some would replace their laf partition with twrp so the normal button combination to enter the bootloader would send then to twrp. Drawback was that then there was no way to access bootloader settings.

PaulieWallie said:
On my RS988 this does nothing. An adb reboot bootloader on RS988 simply restarts the phone. An adb reboot recovery sends you to red dead Android man. At which point there are no more options as far as I see it.
Sent from my RS988 using Tapatalk
Click to expand...
Click to collapse
That is stock recovery, it just requires a button combo to get past the dead Android splash screen.
For example, the Nexus 9:
https://youtu.be/yoJ_vRTRX7g
Some devices will be [hold] vol up + [press] vol down or [hold] vol down + [press] vol up. Just play with different button combos and you'll eventually see the stock recovery.
The fact that LG went with this the traditional stock recovery over the one they've used for the past several years is actually promising.
Once you get to recovery, try "adb devices". If it's not seeing your phone make sure you have adb enabled and check your drivers on your computer. They'll probably have to be updated.
Sent from my XT1575 using Tapatalk

joshw0000 said:
That is stock recovery, it just requires a button combo to get past the dead Android splash screen.
For example, the Nexus 9:
https://youtu.be/yoJ_vRTRX7g
Some devices will be [hold] vol up + [press] vol down or [hold] vol down + [press] vol up. Just play with different button combos and you'll eventually see the stock recovery.
The fact that LG went with this the traditional stock recovery over the one they've used for the past several years is actually promising.
Once you get to recovery, try "adb devices". If it's not seeing your phone make sure you have adb enabled and check your drivers on your computer. They'll probably have to be updated.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
I am trying this now, can't seem to get out of the red dead android screen with any button combination. I've tried Hold Up + Press Down, Hold Down + Press Up, Hold Power + Press Up, Hold Power + Press Down, Hold Up & Down at the same time. Any other combos worth a go?

PaulieWallie said:
I am trying this now, can't seem to get out of the red dead android screen with any button combination. I've tried Hold Up + Press Down, Hold Down + Press Up, Hold Power + Press Up, Hold Power + Press Down, Hold Up & Down at the same time. Any other combos worth a go?
Click to expand...
Click to collapse
You can try all of those combos with 2 holds (both vols or one vol + power). On a old Droid I faintly remember having to press one of the key sequences multiple times (like vol up and press vol down 2 or 3 times).
Sent from my XT1575 using Tapatalk
---------- Post added at 08:24 PM ---------- Previous post was at 08:11 PM ----------
PaulieWallie said:
I am trying this now, can't seem to get out of the red dead android screen with any button combination. I've tried Hold Up + Press Down, Hold Down + Press Up, Hold Power + Press Up, Hold Power + Press Down, Hold Up & Down at the same time. Any other combos worth a go?
Click to expand...
Click to collapse
Also try double clicking any 2 buttons momentarily (but simultaneously). Vol Up + Power, Vol Down + Power, or Vol Up + Vol Down. Maybe click them multiple times in a row in case it's more than one click that triggers it.
Sent from my XT1575 using Tapatalk

Not getting anything other than if I hold down, and repeatedly press power, it restarts the phone immediately. A little stumped over here.
Edit: It actually does the same thing if I hold up and repeatedly press power. Or just repeatedly press power.

PaulieWallie said:
Not getting anything other than if I hold down, and repeatedly press power, it restarts the phone immediately. A little stumped over here.
Edit: It actually does the same thing if I hold up and repeatedly press power. Or just repeatedly press power.
Click to expand...
Click to collapse
I'm running out of ideas. [emoji53]
Sent from my XT1575 using Tapatalk

Related

[Q] Vibrant Bricked? Can't Find Solution [SOLVED]

So this phone has been sitting in my closet for over a month and want to try and find a way to get it back to working. I am pretty sure it happened flashing a euro ROM and it not recovering or I re-partitioned a 2.2 odin ROM (can't remember). I have tried every trick posted on this forum with no luck. Here is the way it boots the second I connect the USB to the phone and/or when trying to do the volume up/down and power button. I can access the phone view adb and tell it to reboot download, but just goes right back to recovery. I even tried pushing the update.zip but no luck as it can't mount e:/.....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Now I remember a link to a Youtube video that actually fixed the vibrant I have now and for the life of me can't find the link. He did something different that the other 10002831 videos showing how to access download mode.
Anybody have advice or is this one truly BRICKED??
This is what un-bricked my Vibrant.
http://androidspin.com/2010/08/09/how-to-restore-or-recover-your-samsung-vibrant/
Just follow the steps and it should fix your phone.
MrDragomir said:
This is what un-bricked my Vibrant.
http://androidspin.com/2010/08/09/how-to-restore-or-recover-your-samsung-vibrant/
Just follow the steps and it should fix your phone.
Click to expand...
Click to collapse
Problem is it won't go into download mode.... the second the USB is plugged into the phone it boots into recovery.... I see the battery symbol for maybe a split second and it goes right into recovery; doesn't require any buttons to be pushed.
adb reboot download = reboots into recovery...
Have you tried reinstall packages and then trying to get into download mode?
Sent from my SGH-T959 using XDA App
RickCain said:
Problem is it won't go into download mode.... the second the USB is plugged into the phone it boots into recovery.... I see the battery symbol for maybe a split second and it goes right into recovery; doesn't require any buttons to be pushed.
adb reboot download = reboots into recovery...
Click to expand...
Click to collapse
I had a similar problem once. Here's what worked for me:
Take your battery out
Plug in USB cable
Hold both volume buttons
Put battery back in (while still holding the volume buttons)
I'm pretty sure that was it, but if not try fiddling with those steps a bit. The gist is that you should be holding the volume buttons when the battery goes in, which gets the phone into download mode right away.
Had a similar problem and that seemed to clear it up.
Sent from my SGH-T959 using XDA App
crazygamer1 said:
I had a similar problem once. Here's what worked for me:
Take your battery out
Plug in USB cable
Hold both volume buttons
Put battery back in (while still holding the volume buttons)
I'm pretty sure that was it, but if not try fiddling with those steps a bit. The gist is that you should be holding the volume buttons when the battery goes in, which gets the phone into download mode right away.
Click to expand...
Click to collapse
I have tried for a good five hours combined over a two day period and have come to the conclusion the buttons don't do much. The only thing I do know is the up and down are no reversed...
The only thing I don't get is some instructions say to hold the vol down, home, and power. I assume that is only for the EU versions as the home button on the vibrant is a soft key.
gentw0 said:
Have you tried reinstall packages and then trying to get into download mode?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
can't reinstall packages when the phone doesn't see the sdcard.....
I just wish I could find that youtube video as they guy had a special way to getting into download mode that was different than any other one on the internet.
RickCain said:
can't reinstall packages when the phone doesn't see the sdcard.....
Click to expand...
Click to collapse
with phone off, hold both vol +/- and plug in usb cable. that looks like a voodoo error where all ur data is on ext4 still...but yeah that will get u into download mode
jumaaneface said:
with phone off, hold both vol +/- and plug in usb cable. that looks like a voodoo error where all ur data is on ext4 still...but yeah that will get u into download mode
Click to expand...
Click to collapse
Nada... just boots straight to recovery
The only way that i was able to get into download mode was to hold just volume down and power while the phone was off.
So pull battery.
Install battery.
Hold Volume down+Power button.
Then connect usb.
Or you can try to hold volume down+power button+plug in usb at the same time.
I tried every other way of getting into download mode but none worked.
Hope this some how helps you.
So, as long as the USB is plug in, the phone immediate enter recovery? Even when the phone was originally off, then the USB is plugged in later?
PaiPiePia said:
So, as long as the USB is plug in, the phone immediate enter recovery? Even when the phone was originally off, then the USB is plugged in later?
Click to expand...
Click to collapse
Yes, the second the USB is connected it goes straight to that screen in the OP. I don't have the opportunity to hold the vol up/down as it boots instantly (and holding them prior to connecting the USB ends in the same recovery screen)....
I have since bought a new Vibrant but would like to get this one working so it can be sold....
Well I actually FIXED this phone!!!! I followed the below instructions in the past but failed to read it completely...... You must following step 4 to the tee and not press the re-install packages until you are constantly forcing the push from ADB. Needless to say it pushed the update file and then I removed the battery and instantly got into download mode and flashed back to stock.
DO IT AT YOUR OWN RISK.
You need the Samsung USB driver and you can get it from Here
http://forum.xda-developers.com/showthread.php?t=728929
First Part
1. Download update.zip from the link below. This was post by another member.
The post is here http://forum.xda-developers.com/showthread.php?t=804305
2. Place the update.zip in tools folder so you can push it into your phone by using adb command
3. Plug usb into the phone and your phone should be on the Android system recovery <2e>
4. Use your volume button to select reinstall package, don't press power button yet.
5. constant "adb push update.zip /sdcard" from computer , you will get permission denied.
6. While you are constantly pushing the adb command from computer. press the power button on the phone so it install update.zip from sdcard.
7. This is the part where it force adb push into sdcard without permission
8. once the update.zip install completed. unplug the usb cable from the phone and take the battery out.
9. put the battery back to the phone then press on both volume button.
10. While holding both volume button , plug in your usb cable and it will boot to download screen.
If you need use Odin to flash your phone to original stock rom. Go to the Second Part
5. constant "adb push update.zip /sdcard" from computer , you will get permission denied..... not sure what you mean by that thx
Try taking out the sim card while entering download mode, that's what did it for me, and don't make any odd facial expressions and keep a good posture. Gremlins...
Is your phone Loki? Use Odin. You'll be Thor!

(Solved!) Unable to boot into fastboot mode on my Nexus 10

I have tried holding down the volume buttons and power button several times the past three days and nothing. The device vibrates and nothing happens. If I continue to hold the buttons then it vibrates every 6-7 seconds. I also tried to get into fastboot using a toolkit in our development section with no luck. The toolkit says I'm in fastboot when connected, but nothing is on my screen. I posted the issue in our forums and figured I'd branch it out to general for some answers.
At this point I am at a complete loss. If I can't get it to work is that a valid reason for replacement by Google?
Sent from my Nexus 10 using Tapatalk HD
How?
jmcharles said:
I have tried holding down the volume buttons and power button several times the past three days and nothing. The device vibrates and nothing happens. If I continue to hold the buttons then it vibrates every 6-7 seconds. I also tried to get into fastboot using a toolkit in our development section with no luck. The toolkit says I'm in fastboot when connected, but nothing is on my screen. I posted the issue in our forums and figured I'd branch it out to general for some answers.
At this point I am at a complete loss. If I can't get it to work is that a valid reason for replacement by Google?
Sent from my Nexus 10 using Tapatalk HD
Click to expand...
Click to collapse
How did you solve this? Please report.
Facing exactly the same problem at the moment.
krugert said:
How did you solve this? Please report.
Facing exactly the same problem at the moment.
Click to expand...
Click to collapse
Is there any solution to this? Im having the same problem
Same problem here as well. Tried to unlock bootloader via nexus toolkit and ended up in a bootloop. Then tried to boot into recovery to fix but holding down power + volume up + down never shows a visable fastboot menu. I thought surely I was missing something obvious but I've come across several people with the same scenario so there must be more to this. I was able to reflash stock firmware but I still cant reach a visible fast boot menu.
Please post your solution!
I was never able to get a visible fastboot menu, and still can't actually. My solution was to follow the toolkit exactly by pushing the buttons that would correspond with the menu if I could see it. For example, when it says to go into fastboot I would command this using the toolkit, then when it indicates I am in fastboot mode I then pressed volume up to be sure I had 'yes' selected, then pressed power to accept. Take this as an example, because I don't remember the exact switchology the process calls for. Either way, it got me unlocked and rooted no problem.
Sent from my Nexus 10 using Tapatalk HD
jmcharles said:
I was never able to get a visible fastboot menu, and still can't actually. My solution was to follow the toolkit exactly by pushing the buttons that would correspond with the menu if I could see it. For example, when it says to go into fastboot I would command this using the toolkit, then when it indicates I am in fastboot mode I then pressed volume up to be sure I had 'yes' selected, then pressed power to accept. Take this as an example, because I don't remember the exact switchology the process calls for. Either way, it got me unlocked and rooted no problem.
Click to expand...
Click to collapse
Thanks. I was finally able to root and flash custom recovery with Wug's toolkit (thinking the problem may have been some sort of outdated/incompatibility issue with the Nexus 10 toolkit) but, like you, i still don't have a visible fastboot menu. I can use the QuickBoot app to boot into recovery and everything works fine otherwise so I can live with it, but I'd ultimately like to figure out what the issue is and fix it.
EDIT: For those experiencing this phenomenon, the fastboot menu is still there. It's simply not visible. I've found that to access your custom recovery you can hold Power + Volume Up + Volume Down until the tablet vibrates twice (once to shutdown, then a few seconds later to acknowledge fastboot menu). After the second vibration, you should be in the fastboot menu, although the screen is blank. Pressing the Volume Down button twice then the Power Button will allow to you boot into custom recovery.

HELP? broken power button & need to get to boot loader

I'm in a bind, I flashed wrong kernel on my s-off original hboot shows NOTHING. Complete black screen although its fully booted cuz I can feel haptic feedback when i press the back button. Problem is my power button is not working properly, it has a short so I cant hold the power + vol down to get to bootloader. Is there anything else I can do to (excluding use of holding the power button) get back to twrp while its booted in this state?
banccalif said:
I'm in a bind, I flashed wrong kernel on my s-off original hboot shows NOTHING. Complete black screen although its fully booted cuz I can feel haptic feedback when i press the back button. Problem is my power button is not working properly, it has a short so I cant hold the power + vol down to get to bootloader. Is there anything else I can do to (excluding use of holding the power button) get back to twrp while its booted in this state?
Click to expand...
Click to collapse
i would split the phone case and see if you can get to where the power button touches the micro switch. or use adb reboot-bootloader
Evolutionmods said:
i would split the phone case and see if you can get to where the power button touches the micro switch. or use adb reboot-bootloader
Click to expand...
Click to collapse
how can I use adb reboot boot loader or reboot recovery? Im using a mac & all instructions Im finding are for windows
[email protected] hit me up on gtalk ill try to get you through it if you cant get it http://forum.xda-developers.com/showthread.php?t=1917237
Evolutionmods said:
[email protected] hit me up on gtalk ill try to get you through it if you cant get it http://forum.xda-developers.com/showthread.php?t=1917237
Click to expand...
Click to collapse
That link was all I needed, thanks! Got it working!
banccalif said:
That link was all I needed, thanks! Got it working!
Click to expand...
Click to collapse
nice! good job bud, just keep ADB and Fastboot on your comp. it really comes in handy

Does anyone know how to Force shutdown htc one?

Every once in awhile when i try install a custom rom it freezes when i try to reboot it. When this happens i have to wait until my phone's battery dies. My phones not bricked or anything its just frozen. does any know how to force shutdown htc one? Thanks:laugh:
Miilkman said:
Every once in awhile when i try install a custom rom it freezes when i try to reboot it. When this happens i have to wait until my phone's battery dies. My phones not bricked or anything its just frozen. does any know how to force shutdown htc one? Thanks:laugh:
Click to expand...
Click to collapse
yep.
This is going to sound crazy but it works.
put phone under a bright light source
press and hold power
lights will eventually blink
phone will shut off
a bright light? lol ok ill try
Miilkman said:
a bright light? lol ok ill try
Click to expand...
Click to collapse
yes. It's necessary to overwhelm the ambient light sensor.
gunnyman said:
yes. It's necessary to overwhelm the ambient light sensor.
Click to expand...
Click to collapse
Thanks it worked! <3
I read somewhere also that if you hold power button and volume up as well as volume down all at the same time for a few seconds when phone is frozen, it boots the phone like a pulling battery out reboot effect.
Sent from xda premium
Reinaldo33897 said:
I read somewhere also that if you hold power button and volume up as well as volume down all at the same time for a few seconds when phone is frozen, it boots the phone like a pulling battery out reboot effect.
Sent from xda premium
Click to expand...
Click to collapse
True, but there seems to be some kind of safety feature HTC built into the phone to prevent you from accidentally restarting your phone like that in say your pocket. The ambient light sensor is checked before the reboot will take place, hence the recommendation of rebooting with a light pointed at the sensor or at least in a brightly lit room.
gunnyman said:
yep.
This is going to sound crazy but it works.
put phone under a bright light source
press and hold power
lights will eventually blink
phone will shut off
Click to expand...
Click to collapse
thank you guys , this really works ...4 a moment i tought my phone is gone ...so keep up the good work :good::good::good:
I never knew that the phone checks the ambient light sensor before it reboots. I usually just hold the power and volume up button for about 10 seconds
Uh I just usually hold power until the back and home button starts blinking then it will stop to tell you the phone is off. I thought the guy who said the thing about ambient light was being sarcastic
Sent from my SCH-I535 using xda premium
Watoy said:
Uh I just usually hold power until the back and home button starts blinking then it will stop to tell you the phone is off. I thought the guy who said the thing about ambient light was being sarcastic
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
and 9 times out of ten that will work, but for some reason, from recovery, or when old aroma would get stuck, it didn't, unless you held the phone under a bright light.
gunnyman said:
and 9 times out of ten that will work, but for some reason, from recovery, or when old aroma would get stuck, it didn't, unless you held the phone under a bright light.
Click to expand...
Click to collapse
this is excellent information to know, thank you.
gunnyman said:
yes. It's necessary to overwhelm the ambient light sensor.
Click to expand...
Click to collapse
Confirm this is true!
I was stuck in the aroma when I was flashing the kernel. I tried for hours to shut it down (tried everything, like hold down for minutes, all combination of holding buttons, etc..) but nothing works. At last I found this post and followed the instructions...
Additional info: The Light sensor has to be stimulated for couple second (may due to some buffer on the sensor reading). The last time I succeeded when I pointed a LED light to the sensor for about 10 seconds and then hold down the power button.
Thanks gunnyman! (Say thanks with words and Thanks button! XD)
alternate method to holding down buttons
I had to find a way to restart the phone when it was in TWRP and frozen. This was caused by using an outdated version of TWRP and no combination of buttons or bright lights was working. If you have access to a computer and are comfortable using adb, this method worked for me.
1) Get and install the latest adb files. I use something called minimal adb and fastboot.
2) Connect your phone, open a command prompt in the directory where your adb is located
3) Type "adb devices" and your phone SHOULD show up
4) Type "adb reboot" or "adb reboot-bootloader" and the phone will reboot either normally or into the bootloader, whichever you prefer.
5) ?????
6) Profit.
thanks all, power and vol up and down worked like a charm
Reinaldo33897 said:
I read somewhere also that if you hold power button and volume up as well as volume down all at the same time for a few seconds when phone is frozen, it boots the phone like a pulling battery out reboot effect.
Sent from xda premium
Click to expand...
Click to collapse
this worked. even when my phone wasn't frozen.
Help, unable to re-flash recovery after getting stuck at TWRP
tolik75x said:
I had to find a way to restart the phone when it was in TWRP and frozen. This was caused by using an outdated version of TWRP and no combination of buttons or bright lights was working. If you have access to a computer and are comfortable using adb, this method worked for me.
1) Get and install the latest adb files. I use something called minimal adb and fastboot.
2) Connect your phone, open a command prompt in the directory where your adb is located
3) Type "adb devices" and your phone SHOULD show up
4) Type "adb reboot" or "adb reboot-bootloader" and the phone will reboot either normally or into the bootloader, whichever you prefer.
5) ?????
6) Profit.
Click to expand...
Click to collapse
Hi there, am also stuck on frozen TWRP screen, all was well and good for a while but then my damn stock rom downloaded an android update over wifi between reboots (didnt notice) and applied it without asking and now TWRP is non-responsive to touch. Have tried following the above but for some reason now fastboot wont recognise the device, it just says device not found when i try the above (when booted into stock rom). Have tried booting into TWRP and pushing the recovery flash, at the moment its not working either (can get into and out of TWRP as described above). Is it pertinent that during the process i get "ADB server is out of date. Killing:*Daemon started successfully? I have updated android studio to latest but still get this message for some reason...Any help much appreciated. Just trying to get a working recovery so i can flash rom.
---------- Post added at 08:42 PM ---------- Previous post was at 08:37 PM ----------
Maybe my question above is in the wrong thread? I can confirm that holding down both up and down volume buttons an then power does the same thing as taking the battery out in other models (restart).
snorglamp said:
Hi there, am also stuck on frozen TWRP screen, all was well and good for a while but then my damn stock rom downloaded an android update over wifi between reboots (didnt notice) and applied it without asking and now TWRP is non-responsive to touch. Have tried following the above but for some reason now fastboot wont recognise the device, it just says device not found when i try the above (when booted into stock rom). Have tried booting into TWRP and pushing the recovery flash, at the moment its not working either (can get into and out of TWRP as described above). Is it pertinent that during the process i get "ADB server is out of date. Killing:*Daemon started successfully? I have updated android studio to latest but still get this message for some reason...Any help much appreciated. Just trying to get a working recovery so i can flash rom.
---------- Post added at 08:42 PM ---------- Previous post was at 08:37 PM ----------
Maybe my question above is in the wrong thread? I can confirm that holding down both up and down volume buttons an then power does the same thing as taking the battery out in other models (restart).
Click to expand...
Click to collapse
Fastboot commands work in the bootloader / fastboot USB
adb commands work in TWRP / recovery
If you can get to the bootloader fastboot USB reflash TWRP or relock the bootloader and flash the same version firmware you have now again
and then flash TWRP
Hi cIsA, thanks for your reply and for distinguishing that after replacing the recovery with TWRP only adb commands will work. Havent had this problems with other phones I have modded. When you say get to the bootloader, one does that by holding down volume down and power no? That takes me to TWRP. I thought recovery and bootloader were the same. So this mean i cant run fastboot commands after installing TWRP? I have re-posted my question in the TWRP thread for this device as I think I may be off topic given the thread title.
snorglamp said:
Hi cIsA, thanks for your reply and for distinguishing that after replacing the recovery with TWRP only adb commands will work. Havent had this problems with other phones I have modded. When you say get to the bootloader, one does that by holding down volume down and power no? That takes me to TWRP. I thought recovery and bootloader were the same. So this mean i cant run fastboot commands after installing TWRP? I have re-posted my question in the TWRP thread for this device as I think I may be off topic given the thread title.
Click to expand...
Click to collapse
try shut down / then power + volume down / this should load the bootloader not TWRP
from TWRP choose reboot bootloader...does this get you to fastboot usb ?
This is the bootloader
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

no operating system only twrp and losy backup

I factory reset in twrp and now no system and no backup only have twrp....help please I really need system files for us998 that i can flash in twrp please help
cajun9924 said:
I factory reset in twrp and now no system and no backup only have twrp....help please I really need system files for us998 that i can flash in twrp please help
Click to expand...
Click to collapse
Use lg bridge to reset your phone. Not sure if it will relock your bootloader. Anyways you can install twrp again after a reset.
LG Bridge does not see phone. It only boots in recovery
Sent from my [device_name] using XDA-Developers Legacy app
cajun9924 said:
LG Bridge does not see phone. It only boots in recovery
Click to expand...
Click to collapse
Have you tried download mode power + vol down
R800x_user said:
Have you tried download mode power + vol down
Click to expand...
Click to collapse
Download mode worked used lg up to flash kdz and rooted all over again. All good now thanks very much
Sent from my [device_name] using XDA-Developers Legacy app
cajun9924 said:
Download mode worked used lg up to flash kdz and rooted all over again. All good now thanks very much
Click to expand...
Click to collapse
So u can get into twrp? Can u tell me how u get into twrp because I try but nothing helps? Mine phone is a us988 and I am having the same problem as yours. I try lgup but kept getting an error message.
xiong77 said:
So u can get into twrp? Can u tell me how u get into twrp because I try but nothing helps? Mine phone is a us988 and I am having the same problem as yours. I try lgup but kept getting an error message.
Click to expand...
Click to collapse
If you still have TWRP installed, here are the instructions for booting to recovery via hardware buttos, aka "button dance". The hardware "button dance" takes good eye/hand coordimation...
1. Make sure phone is completely powered down.
2. Press and hold the Volume down button and the Power button.
3. When the LG logo is displayed release the Power button only then immediately press and hold the Power button again.
4. Release both buttons when the Factory Hard Reset screen displays.
5. Press the power button three times to say yes three different times, like it says. Even though it says it will delete everything, it won't.
6. After a "factory reset processing" appears, you should get the TWRP flash screen.
ChazzMatt said:
If you still have TWRP installed, here are the instructions for booting to recovery via hardware buttos, aka "button dance". The hardware "button dance" takes good eye/hand coordimation...
1. Make sure phone is completely powered down.
2. Press and hold the Volume down button and the Power button.
3. When the LG logo is displayed release the Power button only then immediately press and hold the Power button again.
4. Release both buttons when the Factory Hard Reset screen displays.
5. Press the power button three times to say yes three different times, like it says. Even though it says it will delete everything, it won't.
6. After a "factory reset processing" appears, you should get the TWRP flash screen.
Click to expand...
Click to collapse
Mine is different. I first get the error message that about your device software cannot be displayed.
---------- Post added at 02:51 PM ---------- Previous post was at 02:46 PM ----------
xiong77 said:
Mine is different. I first get the error message that about your device software cannot be displayed.
Click to expand...
Click to collapse
Seems like the phone won't completely shut off. Keeps rebooting everytime. I guess I'll have to try lgup again. Do know why I'm getting an error message from LGup?
xiong77 said:
Mine is different. I first get the error message that about your device software cannot be displayed.
Click to expand...
Click to collapse
That's just the bootloader unlock warning. Ignore that.
You'll see that even booting into TWRP.
Keep holding the buttons like the instructions say.
ChazzMatt said:
That's just the bootloader unlock warning. Ignore that.
You'll see that even booting into TWRP.
Keep holding the buttons like the instructions say.
Click to expand...
Click to collapse
OK will try

Categories

Resources