Successfully installed TWRP but phone won't turn on? - Oppo Realme 1 Questions & Answers

please need help very urgently. i was trying to install a custom rom in my phone today. unlocking bootloader was successful, installing twrp was successful too and i was very happy. when i tried to boot into the recovery it turned off and never booted. tried restarting (volume up+power button), pressing the power button but nothing happens. it's still in the "off" state. please don't think it is a bootloop. the phone doesn't turn on and i can't see the logo. seems like it is permanently turned off

DeathStriker88 said:
please need help very urgently. i was trying to install a custom rom in my phone today. unlocking bootloader was successful, installing twrp was successful too and i was very happy. when i tried to boot into the recovery it turned off and never booted. tried restarting (volume up+power button), pressing the power button but nothing happens. it's still in the "off" state. please don't think it is a bootloop. the phone doesn't turn on and i can't see the logo. seems like it is permanently turned off
Click to expand...
Click to collapse
Idk but charge ur phone for a min..then unplug ur battery reconnect it then volume down+power

DeathStriker88 said:
please need help very urgently. i was trying to install a custom rom in my phone today. unlocking bootloader was successful, installing twrp was successful too and i was very happy. when i tried to boot into the recovery it turned off and never booted. tried restarting (volume up+power button), pressing the power button but nothing happens. it's still in the "off" state. please don't think it is a bootloop. the phone doesn't turn on and i can't see the logo. seems like it is permanently turned off
Click to expand...
Click to collapse
Sometimes it is that the screen is blank but TWRP is there though, when you are presumably in TWRP, connect your device to the PC and try with ADB commands to see what happens, let us know.

Danish on XDA said:
Idk but charge ur phone for a min..then unplug ur battery reconnect it then volume down+power
Click to expand...
Click to collapse
charged for about an hour. now unplugged stil doesn't turn on

SubwayChamp said:
Sometimes it is that the screen is blank but TWRP is there though, when you are presumably in TWRP, connect your device to the PC and try with ADB commands to see what happens, let us know.
Click to expand...
Click to collapse
okay, so tried and when typing "adb devices" laptop don't detect my phone, says nothing is connected. same with "fastboot device" command nothing is being shown. although twrp is still there installed but it doesn't turn on neither other devices can dtect my phone now

DeathStriker88 said:
okay, so tried and when typing "adb devices" laptop don't detect my phone, says nothing is connected. same with "fastboot device" command nothing is being shown. although twrp is still there installed but it doesn't turn on neither other devices can dtect my phone now
Click to expand...
Click to collapse
Not this way, press the buttons to supposedly enter to TWRP, do all of them blindly. Start with pressing the three buttons simultaneously for about 12 seconds (this will power off your device) then immediately press the volume up + PWR button for about 7 seconds (to enter to TWRP), then type the commands.
Pay attention if something is displayed in your screen and if you hear some sound when connecting to PC.

Related

I think I lost my bootloader

So, my Maxx suffered a power button failure and I should be receiving my warranty replacement from VZW sometime in the next day or two. Other than the power button not working, the phone is functioning fine. It reboots, runs normally, functions perfectly. I'm running .215 rooted and I want to return the phone back to stock before shipping it back. Problem is I can't access Boot Loader, no matter what I try. It's like it's not there anymore and when I command the phone into it using quick boot, adb, or the built-in menu, the phone just power cycles off. Let me try to explain:
I have Quick Boot installed and I can use it to boot into recovery without a problem. If I try to boot into Boot Loader, the phones powers off and stays off.
I've tried adb shell with the same results. I can connect to my PC and command the phone using shell commands but usin the 'adb reboot bootloader' command results in the same thing: phone power cycles off and stays off.
Even though my power button is AFU, I figured out I can still access the main recovery menu (the vol down to choose, vol up to select one) by holding down the vol up/down and plugging the phone into a charger. Same thing: power cycles off and stays off.
* Funny thing is although my power button doesn't work, I can still soft reset the phone by holding the power button in and vol down - which is what I need to do to exit recovery or other menus I need to input to a prompt using the power button.
Anyone know of this happening? MY guess is since my phone starts and functions normally otherwise, the boot loader is still there in some form. I just don't know how to access it. Any help would be much appreciated.
I can confirm this app will reboot bootloader
https://play.google.com/store/apps/details?id=org.riceknight.gs2reboot
Sent from my DROID RAZR using xda premium
Thanks Dave but not for me. Same result: phone power cycles off and just stays off when selecting reboot bootloader.
Sent from my DROID RAZR using xda premium
jeff_roey said:
So, my Maxx suffered a power button failure and I should be receiving my warranty replacement from VZW sometime in the next day or two. Other than the power button not working, the phone is functioning fine. It reboots, runs normally, functions perfectly. I'm running .215 rooted and I want to return the phone back to stock before shipping it back. Problem is I can't access Boot Loader, no matter what I try. It's like it's not there anymore and when I command the phone into it using quick boot, adb, or the built-in menu, the phone just power cycles off. Let me try to explain:
I have Quick Boot installed and I can use it to boot into recovery without a problem. If I try to boot into Boot Loader, the phones powers off and stays off.
I've tried adb shell with the same results. I can connect to my PC and command the phone using shell commands but usin the 'adb reboot bootloader' command results in the same thing: phone power cycles off and stays off.
Even though my power button is AFU, I figured out I can still access the main recovery menu (the vol down to choose, vol up to select one) by holding down the vol up/down and plugging the phone into a charger. Same thing: power cycles off and stays off.
* Funny thing is although my power button doesn't work, I can still soft reset the phone by holding the power button in and vol down - which is what I need to do to exit recovery or other menus I need to input to a prompt using the power button.
Anyone know of this happening? MY guess is since my phone starts and functions normally otherwise, the boot loader is still there in some form. I just don't know how to access it. Any help would be much appreciated.
Click to expand...
Click to collapse
If there is no bootloader you won't be able to start your phone at all as its THAT what basically boots the whole hardware and software....
How about adb reboot bootloader or adb reboot recovery commands ?
maarawoe said:
If there is no bootloader you won't be able to start your phone at all as its THAT what basically boots the whole hardware and software....
How about adb reboot bootloader or adb reboot recovery commands ?
Click to expand...
Click to collapse
The bootloader being the phone's "bios" is kind of how I understood it so I'm figuring it's still gotta be there. I just can't seem to access it or get to the "device/battery OK, device disconnceted" menu. I tried adb reboot bootloader and got the same results: power cycle to off and stays off. adb reboot recovery works fine.
Knowing this phone is going to be turned back in, is there any other way I could re-install .211 without having access to the bootloader screen?
jeff_roey said:
The bootloader being the phone's "bios" is kind of how I understood it so I'm figuring it's still gotta be there. I just can't seem to access it or get to the "device/battery OK, device disconnceted" menu. I tried adb reboot bootloader and got the same results: power cycle to off and stays off. adb reboot recovery works fine.
Knowing this phone is going to be turned back in, is there any other way I could re-install .211 without having access to the bootloader screen?
Click to expand...
Click to collapse
Try the eternity project flasher or the motorola's rds lite if they will be able to put the phone to the flash mode as they do that automatically...
maarawoe said:
Try the eternity project flasher or the motorola's rds lite if they will be able to put the phone to the flash mode as they do that automatically...
Click to expand...
Click to collapse
I posted a thread over at DroidRAZR.com and got some good feedback and troubleshooting help. It looks like the bottom line is the power button failed in the 'on' postion. One of the folks that replied to the DR thread caused his device to show the same 'AP Fastboot power-off' that I was getting by entering the 'Boot Mode Selection Menu' and holding the power button down while he vol+ to select AP Fastboot. It caused me to look a little closer at what the device was doing and that seems to be exactly what's going on - I powered th phone down using the Quick Boot app and was able to soft reset by holding down the vol- key by itself (didn't need to press power in conjunction). After it SR and i released the vol- key, the device rebooted by itself.
For your info, that thread is here: http://www.droidrzr.com/index.php/topic/3782-cant-access-boot-loader-menu-no-matter-what/
I tried working a thin piece of paper in around the button but no luck there.

Cannot enter flashmode (U20a)

i'm trying to enter flash mode but i always fail to...
All the phone do is boot up normally into system
I tried pressing back button while plugging the phone in usb
I tried pressing POWER+HOME+BACK and then pressing BACK after phone going black... but it doesn't go black anyways
I don't know what to do... The phone itself works normally and i can enter into xrecovery
fabiode34 said:
i'm trying to enter flash mode but i always fail to...
All the phone do is boot up normally into system
I tried pressing back button while plugging the phone in usb
I tried pressing POWER+HOME+BACK and then pressing BACK after phone going black... but it doesn't go black anyways
I don't know what to do... The phone itself works normally and i can enter into xrecovery
Click to expand...
Click to collapse
Take out your battery for about 15 seconds or so. There may be some static buildup causing this.
And if you want to do a hard reboot, just press home and power together with the usb-cable connected. It might enter flashmode automatically, but it can't hurt to press the back-button when the screen goes black.
Thanks for the reply...
But none of the methods work. The phone doesn't hard reboot and i tried removing the battery for 30 seconds and nothing... doesn't work.
Is there a adb command to reboot into flashmode?
fabiode34 said:
Thanks for the reply...
But none of the methods work. The phone doesn't hard reboot and i tried removing the battery for 30 seconds and nothing... doesn't work.
Is there a adb command to reboot into flashmode?
Click to expand...
Click to collapse
I don't believe there is an adb-command for that. Are all your buttons working properly? You can also enter CWM and choose reboot. Same thing, as soon as the screen goes black, hit and hold the backbutton, leave the usb-cable attached.
And make sure the program is asking for flashmode before you try entering it, otherwise it won't stick.
i will try it...
All the buttons is working 100% on system
EDIT:
i'm unlucky with this phone...
pressed reboot and then pressed back button... booted directly into system
these are the only ways to get into flash mode?
is it possible that my custom operator rom is blocking it in any way?

[Q] Have I actually properly bricked my Xperia Z2?

Hey Guys, so i never usually post because i can usually solve my own problems, but i think this time i've out done myself.
So last night when installing CM12.1 using TWRP my xperia Z2 everything was looking rosy. Then when I tried to turn the phone on to boot the first time it gave me just a single little vibe but would not turn on.
I've tried ALL combinations of button resets - Nothing
I've tried to re-flash a stock image using flashboot - Nothing - it won't recognise flash or download mode when i plug it into my computer while holding down volume down
I've tried holding the volume up button while plugging it into my computer to try FASTBOOT mode - Nothing - the blue LED on the top comes on, but neither OSX or WIN7 recognises anything has been plugged into the computer and it doesn't register on ./fastboot devices
So have I actually properly ****ed my device? Or am i missing something?
Any help would be so massively appreciated. Like i said, i usually never ask.
Did you try another cable? Blue LED is good, so fastboot mode should work.
When it would be bricked, there would be no blue LED...
Did you look into device manager on WIN7? Any device like "S1boot" or "Sony ADB Interface" there?
Sony logo showing up, when turning the phone on?
Try "fastboot reboot or "fastboot reboot bootloader" even though "fastboot devices" doesn't show up as anything (weird). It should boot back to bootloader and register your device. This happened to me once.
I think it's "fastboot reboot-bootloader" and i think it won't work...
Try
Try holding the power button and volume up button in until it vibrates. Then you should be able to hold power button and volume button to get to download mode. This works on mine when all else fails, lol.

Moto E (1st Generation) does not boot up

Hello, I really need help, until yesterday my cell phone was working perfectly but suddenly it was turned off and now it does not turn on, but when I plug it into the power outlet the logo appears, but then reboots, and so on.
didacdedm said:
Hello, I really need help, until yesterday my cell phone was working perfectly but suddenly it was turned off and now it does not turn on, but when I plug it into the power outlet the logo appears, but then reboots, and so on.
Click to expand...
Click to collapse
It looks like your phone is in bootloop.
Go to recovery.
Clean flash your rom after wiping everything except external sd(you will loose your apps and appdata).
Skyther_k said:
It looks like your phone is in bootloop.
Go to recovery.
Clean flash your rom after wiping everything except external sd(you will loose your apps and appdata).
Click to expand...
Click to collapse
Thanks for your answer
I tried that but did not enter the recovery mode, then install via fastboot the recovery twrp and tried again without success. I followed the steps to unbrick my cell but again I did not get a different result. Does the battery have anything to do?
didacdedm said:
Thanks for your answer
I tried that but did not enter the recovery mode, then install via fastboot the recovery twrp and tried again without success. I followed the steps to unbrick my cell but again I did not get a different result. Does the battery have anything to do?
Click to expand...
Click to collapse
Could you please describe in more detail?
Are you able to open fastboot menu by pressing vol down and power button simultaneously?
After opening fastboot menu and selecting recovery what happens?
Have you tried opening the recent TWRP (boot recovery) through fastboot command?
After keeping phone on charging is the phone showing charging animation(I'm assuming that the phone is switched off while charging)?
Skyther_k said:
Could you please describe in more detail?
Are you able to open fastboot menu by pressing vol down and power button simultaneously?
After opening fastboot menu and selecting recovery what happens?
Have you tried opening the recent TWRP (boot recovery) through fastboot command?
After keeping phone on charging is the phone showing charging animation(I'm assuming that the phone is switched off while charging)?
Click to expand...
Click to collapse
Enter the fastboot mode by pressing the power and volume keys down simultaneously and install the recovery then I returned to the menu of the fastboot and I wanted to enter the recovery and it stays in the bootloop, does not really try to launch the recovery via fastboot, when I get home Will be the first thing I try.
After leaving it a day connected to the power outlet does not leave the normal logo indicating that it is charging, in fact shows a warning that I had not seen before, it is a plug with an arrow towards 2 points (I suppose it is the outlet, when I get home I Update the post with the image mentioned)

how to fix bootloop?

hey, i've got a problem.
i'm running on Oreo 20r and installed Magisk using TWRP.
after rebooting, my device stucks in a bootloop.
is there any solution for my problem?
flashed magisk 17?
yes...
okay, actually I am currently stucked with the same issue too.
But I just got back my TWRP by doing following :
1) Boot into download mode (https://www.youtube.com/watch?v=_mycJDiFUPk)
2) Still in download mode, press and hold "vol down + power" (this time USB cable is still connected to PC and phone), it will reboot the phone, hold both button till you get in fastboot mode
3) once in fastboot mode, flash back TWRP as per unlocking guide
Now I am still in TWRP, hesitating what to do next. lol
Hope it helps a bit
it's not possible for me.
my device reacts to nothing... no keys, no recovery, no download mode
bootlooping like no tomorrow
maybe you can install KDZ-file using LGUP
or try to flash ZIP-file
https://forum.xda-developers.com/lg-v30/development/rom-eu-lg-h930-21a-rom-t3830169
mrmojoman said:
it's not possible for me.
my device reacts to nothing... no keys, no recovery, no download mode
bootlooping like no tomorrow
maybe you can install KDZ-file using LGUP
Click to expand...
Click to collapse
I just clean flashed back Boombox 1.3 with magisk 16.0, so far booting up good.
I think you need to try again.
The download mode is a bit tricky, need to very fast hold long power button till off, once off, hold the vol up and connect the USB cable to PC. it should trigger the download mode
The bootloop that you have now, is just "LG V30 ThinQ" and the "unlocked bootloader" msg right? same as me I think
maybe you can install KDZ-file using LGUP
I just clean flashed back Boombox 1.3 with magisk 16.0, so far booting up good.
I think you need to try again.
The download mode is a bit tricky, need to very fast hold long power button till off, once off, hold the vol up and connect the USB cable to PC. it should trigger the download mode
The bootloop that you have now, is just "LG V30 ThinQ" and the "unlocked bootloader" msg right? same as me I think
Click to expand...
Click to collapse
it's not possible to turn my device off. i hold power button for minutes and nothing happend. i tried also in combinations with volume keys.
mrmojoman said:
it's not possible to turn my device off. i hold power button for minutes and nothing happend. i tried also in combinations with volume keys.
Click to expand...
Click to collapse
okay, let me try describe my steps in details :
1) Phone is bootlooping, USB cable is connected to Phone, NOT to PC
2) Hold down power button only till the screen becomes "black"
3) Once "black", quickly hold the "vol UP" and connect the USB cable to the PC
4) Now it should show the "download mode"
5) Without removing the USB cable, hold "power + vol DOWN"
6) Once screen becomes "black", release the "power" button, hold the "vol DOWN"
7) Until you see the "fastboot mode"
8) Now you can flash TWRP back using fastboot command from the PC
9) Boot back to TWRP
p/s : yes, the phone cannot be turned off, for long time, but it can be for a very short time. Need to use that short time to trigger all the keys
I have the same problem after flashing Magisk 17. I am in a bootloop between LG black start and root/unlocked bootloader warning screen.
I followed your steps 1-7 in a command line screen (as administrator) and it works but it seems that recovery flash is not working because the command line screen show me a very short time in the recovery flashing work (see attached image).
"fastboot reboot" returns me to the bootloop.
"Power Off" and "Restart" options in the phone returns to me to the bootloop again.
If I unplug the USB cable in the fastboot screen, the phone goes to the splash black screen and does nothing.
WTF!!! it's working.
i tried it one more time like you described it.
think i did it too slow before. booted into TWRP and the rest will be no problem (i hope so).
thank you sooo much!
I have the same problem after flashing Magisk 17. I am in a bootloop between LG black start and root/unlocked bootloader warning screen.
I followed your steps 1-7 in a command line screen (as administrator) and it works but it seems that recovery flash is not working because the command line screen show me a very short time in the recovery flashing work (see attached image).
"fastboot reboot" returns me to the bootloop.
"Power Off" and "Restart" options in the phone returns to me to the bootloop again.
Click to expand...
Click to collapse
you have to reboot directly into TWRP after flashing it!
fastboot boot TWRP***.img
How do you booted into TWRP??
trekminal said:
How do you booted into TWRP??
Click to expand...
Click to collapse
use this description to enter download mode and flash TWRP using fastboot.
but after you flashed TWRP, you have to boot into TWRP via fastboot using this command fastboot boot TWRP-3.2.1-joan-v0.1.img
1) Phone is bootlooping, USB cable is connected to Phone, NOT to PC
2) Hold down power button only till the screen becomes "black"
3) Once "black", quickly hold the "vol UP" and connect the USB cable to the PC
4) Now it should show the "download mode"
5) Without removing the USB cable, hold "power + vol DOWN"
6) Once screen becomes "black", release the "power" button, hold the "vol DOWN"
7) Until you see the "fastboot mode"
8) Now you can flash TWRP back using fastboot command from the PC
9) Boot back to TWRP
Click to expand...
Click to collapse
Yeah! I booted into TWRP, I restored a nandroid from last week and all works fine again. THANK YOU!!
mrmojoman said:
WTF!!! it's working.
i tried it one more time like you described it.
think i did it too slow before. booted into TWRP and the rest will be no problem (i hope so).
thank you sooo much!
Click to expand...
Click to collapse
Hey glad that it works for you too
Sent from my LG-H930 using Tapatalk
mrmojoman said:
use this description to enter download mode and flash TWRP using fastboot.
but after you flashed TWRP, you have to boot into TWRP via fastboot using this command fastboot boot TWRP-3.2.1-joan-v0.1.img
Click to expand...
Click to collapse
how did you reflash Magisk 16 after?
@ChazzMatt HAve you looked at this? Some of are having issues after Magisk updated the Magisk app and then lost root...I guess we shouldnt have flashed 17, but when I try and reflash 16 I get the "updater process error" does that mean my only option is to format SD again, or do I have to start from scratch?
islandfever said:
how did you reflash Magisk 16 after?
@ChazzMatt HAve you looked at this? Some of are having issues after Magisk updated the Magisk app and then lost root...I guess we shouldnt have flashed 17, but when I try and reflash 16 I get the "updater process error" does that mean my only option is to format SD again, or do I have to start from scratch?
Click to expand...
Click to collapse
No, see the last few posts of WTF thread. You just have to uninstall 16 first.
Guys I have a huge problem.....
I uninstalled magical 16 using the official uninstaller.....the device went into a bootloop I was able to boot to recovery but the data is now decrypted.....so tried to use OTG to restore a android backup and now I have a "the backup may not boot unless you change back to ext4"
I am at my wits end kindly help
Edit: came out of it. Thanks
creezalird said:
okay, let me try describe my steps in details :
1) Phone is bootlooping, USB cable is connected to Phone, NOT to PC
2) Hold down power button only till the screen becomes "black"
3) Once "black", quickly hold the "vol UP" and connect the USB cable to the PC
4) Now it should show the "download mode"
5) Without removing the USB cable, hold "power + vol DOWN"
6) Once screen becomes "black", release the "power" button, hold the "vol DOWN"
7) Until you see the "fastboot mode"
8) Now you can flash TWRP back using fastboot command from the PC
9) Boot back to TWRP
p/s : yes, the phone cannot be turned off, for long time, but it can be for a very short time. Need to use that short time to trigger all the keys
Click to expand...
Click to collapse
I am stuck with the same kinda issue. By mistake restarted the Phone after wiping the phone for a fresh rom install. now i can see only the LG boot logo. There is no way to power off the phone. Pressed the power button alone for couple of minute but no use. Tried pressing the Vol Down and power to restart. I get a 1 sec window when the phone is off between the restarts but your method does not work in that short time. Is there a way to power off the phone ?
basically there is no Rom on it and does not detect on the PC when plugged in
Please help if you know anything
rupeshrudy9 said:
I am stuck with the same kinda issue. By mistake restarted the Phone after wiping the phone for a fresh rom install. now i can see only the LG boot logo. There is no way to power off the phone. Pressed the power button alone for couple of minute but no use. Tried pressing the Vol Down and power to restart. I get a 1 sec window when the phone is off between the restarts but your method does not work in that short time. Is there a way to power off the phone ?
basically there is no Rom on it and does not detect on the PC when plugged in
Please help if you know anything
Click to expand...
Click to collapse
Try going to TWRP
1. hold vol down + power till it off
2. Once it shows the first on screen, release the power button and press back the power button (vol down hold)
3. A menu for factory reset will be shown, agree to it 2 times
4. Then it will boot to TWRP ( no data will be deleted )
Sent from my LG-H930DS using Tapatalk

Categories

Resources