Question Recovery Mode from Power Off - OnePlus Nord 2 5G

I am unable to boot into recovery when the power is off with volume down + power on, it just boots in to bootloader.
I always have to connect to pc and do a fastboot reboot recovery.
Is there any other way or am I doing something wrong?

I have the same problem. I have the nord2 (eu) version and I have installed the Indian version of Android 12. After this procedure I can't enter fastboot mode either with the key combination or with the adb commands. Furthermore, the possibility to install packages has disappeared from the bootloader, I can only delete the data or restart the smartphone.

AleDestroyer said:
I have the same problem. I have the nord2 (eu) version and I have installed the Indian version of Android 12. After this procedure I can't enter fastboot mode either with the key combination or with the adb commands. Furthermore, the possibility to install packages has disappeared from the bootloader, I can only delete the data or restart the smartphone.
Click to expand...
Click to collapse
there still is a way to go back to android 11

Related

[Q] [Moto E][XT1022][5.0.2][recovery mode]

I have the XT1022 Moto E model. I recently upgraded from Kitkat 4.4.4 to Lollipop 5.0.2 using an Indian retail version of the stock ROM (Condor retail version) and the adb sideload method on Ubuntu 14.04. The Lollipop update is working in excellent condition. However, I wanted to try the Paranoid Android ROM and tried to enter into the recovery mode for trying out the adb sideload method. However, what I found was that I cannot enter the recovery mode. I was able to do so for a few times after I installed the Lollipop update, but then I suddenly stopped being able to do so. The method I had been following was Power+Volume Down for 5 sec to enter the bootloader, select the recovery option, and press volume up for 15-20 sec and press and release the power key while holding down the volume up button.
I though that I might have wiped the stock recovery during the upgrade, so I wanted to unlock bootloader and install a TWRP custom recovery. However, I was unable to unlock the bootloader, as I am unable to connect fastboot mode in Ubuntu when the phone is in the bootloader/fastboot mode ($ fastboot devices command in Ubuntu terminal window showed no devices. When phone is on, $ adb devices shows that my phone is connected. Also, USB debugging is on).
Can anyone help me with this issue?
rajiiv00 said:
I have the XT1022 Moto E model. I recently upgraded from Kitkat 4.4.4 to Lollipop 5.0.2 using an Indian retail version of the stock ROM (Condor retail version) and the adb sideload method on Ubuntu 14.04. The Lollipop update is working in excellent condition. However, I wanted to try the Paranoid Android ROM and tried to enter into the recovery mode for trying out the adb sideload method. However, what I found was that I cannot enter the recovery mode. I was able to do so for a few times after I installed the Lollipop update, but then I suddenly stopped being able to do so. The method I had been following was Power+Volume Down for 5 sec to enter the bootloader, select the recovery option, and press volume up for 15-20 sec and press and release the power key while holding down the volume up button.
I though that I might have wiped the stock recovery during the upgrade, so I wanted to unlock bootloader and install a TWRP custom recovery. However, I was unable to unlock the bootloader, as I am unable to connect fastboot mode in Ubuntu when the phone is in the bootloader/fastboot mode ($ fastboot devices command in Ubuntu terminal window showed no devices. When phone is on, $ adb devices shows that my phone is connected. Also, USB debugging is on).
Can anyone help me with this issue?
Click to expand...
Click to collapse
Have you tried running the fastboot commands as root to rule out this being caused by a permission issue?
AWildColin said:
Have you tried running the fastboot commands as root to rule out this being caused by a permission issue?
Click to expand...
Click to collapse
Thanks for that. That was mighty stupid of me not to try that. I tried the sudo command in Ubuntu and it did work. I have root

[Q]Can I fix my soft-bricked LG Optimus Fuel

I was messing with my old tracfone and trying to install a custom ROM on it. I pressed wipe on TWRP and selected advance wipe and selected everything for factory defaults. After this, I restarted and my phone is stuck on the LG logo and won't go past it. I can't even get back into TWRP by spamming the volume up button. I also have a backup image, but what's the point if I can't access TWRP? Any help is appreciated.
Thanks
Wipe doesn't restore factory defaults, it removes everything. If you wiped system partition there's no Android on your phone, thus no system to boot. If that's the case, you can try to reflash twrp or install original firmware
minimale_ldz said:
Wipe doesn't restore factory defaults, it removes everything. If you wiped system partition there's no Android on your phone, thus no system to boot. If that's the case, you can try to reflash twrp or install original firmware
Click to expand...
Click to collapse
I'm not sure how to reflash TWRP because I used android terminal to install it.
kchesley said:
I'm not sure how to reflash TWRP because I used android terminal to install it.
Click to expand...
Click to collapse
If so, you need a PC, if it's Windows then download this tool - it's a system-wide fastboot that lets you flash software on your phone. It should also download drivers.
If everything goes OK, boot your phone into bootloader (you need to find the right key combination to do that, could be (phone off) power button+ volume down held for about 5-10 seconds, but I don't really know how it's like with this particular phone).
Go to the folder where you've got your TWRP, hold shift and press right mouse button. From context menu choose "open command window here"
In command window enter:
Code:
fastboot devices
if it returns your phones serial number it's OK, if it doesn't - you probably don't have proper drivers so look for them
If everything is OK enter:
Code:
fastboot flash recovery your-twrp-image-name.img
If this step is OK you can reboot:
Code:
fastboot reboot-bootloader
In the bootloader there should be an option to enter recovery mode which is now TWRP. From there you can flash some ROM.
Alternatively you can get ffactory firmware and flash it with fastboot (that's actually a better option to start with).
I hope that helps
minimale_ldz said:
If so, you need a PC, if it's Windows then download this tool - it's a system-wide fastboot that lets you flash software on your phone. It should also download drivers.
If everything goes OK, boot your phone into bootloader (you need to find the right key combination to do that, could be (phone off) power button+ volume down held for about 5-10 seconds, but I don't really know how it's like with this particular phone).
Go to the folder where you've got your TWRP, hold shift and press right mouse button. From context menu choose "open command window here"
In command window enter:
Code:
fastboot devices
if it returns your phones serial number it's OK, if it doesn't - you probably don't have proper drivers so look for them
If everything is OK enter:
Code:
fastboot flash recovery your-twrp-image-name.img
If this step is OK you can reboot:
Code:
fastboot reboot-bootloader
In the bootloader there should be an option to enter recovery mode which is now TWRP. From there you can flash some ROM.
Alternatively you can get ffactory firmware and flash it with fastboot (that's actually a better option to start with).
I hope that helps
Click to expand...
Click to collapse
Thanks for the help, but unfortunately, I think that the phone is junk. My phone can't get into boot-loader for whatever reason, and I heard some people post that the phone was designed to make the boot-loader non-accessible. I already tried to flash it with ADB while it starts up, but no device is detected (no USB debugging I guess). So unless I can flash the phone while It's on the LG logo, I can't do nothing.

Relocked the bootloader now won't boot any more

I had my OPX running nicely with TWRP bootloader and AOSIP 8.1 rom, and then I went and relocked the bootloader with "fastboot oem lock" command. Now it just vibrates and flashes up the OP logo and "powered by Android" screen, and continuously reboots. Only thing I can do is hold the power button till it turns off. Holding the vol down button and power buttons aren't getting it back into fastboot state. What's the best way to recover from this state? Kind of hoping it's as simple as getting back in somehow and "fastboot oem unlock"?
OK, managed to recover it by getting into fastboot and unlocking the bootloader again. Bit of a relief. "Fastboot oem device-info" is now reporting device tampered as true, it was previously saying false. Is this different to being rooted? When I run a root check app it says the device isn't rooted. Everything is working fine apart from the Barclays banking app, which it seems is very fussy about non standard firmware, unlocked bootloaders, and having TWRP installed. Is there any way to make it happy? Kind of frustrating to loose that, all my other online banking apps work.
Did you tried with Magisk activating the Hide option for the Barclay's app?
Kéno40 said:
Did you tried with Magisk activating the Hide option for the Barclay's app?
Click to expand...
Click to collapse
No, not yet. I've been reading about it on XDA, but seems a bit hit and miss whether it Magisk can fool the latest Barclays app?
I also have another OPX (my current main phone) running stock Oxygen 2.2.3/Android 5.1.1. Bootloader is locked and it's not been rooted. I would really like to transfer all my saved wifi network passwords over to another device. They don't seem to go into google backup from the OPX, and I'm struggling to find another way to get them off without rooting. Obviously, I can't unlock the bootloader because it'll wipe everything off the phone. I did try Kingroot out of desperation (seems to be the only way to root with bootloader still locked?), but even that wouldn't install. So I'm stuck on that as well.
One Plus X reboots continuously and able to enter only fast boot mode
Hi My One plus X is now rebooting continuously and able to enter only fast boot mode. I tried unlocking boot loader but where the OEM Unlocking option is disabled in settings. Now unable to switch on mobile. Please help in getting out of Fast boot mode and switch on normally.
Tried pressing volume down+ power key
Volume up + power key enters only fast boot mode.
surya_vs said:
Hi My One plus X is now rebooting continuously and able to enter only fast boot mode. I tried unlocking boot loader but where the OEM Unlocking option is disabled in settings. Now unable to switch on mobile. Please help in getting out of Fast boot mode and switch on normally.
Tried pressing volume down+ power key
Volume up + power key enters only fast boot mode.
Click to expand...
Click to collapse
Noob Guide:
1. Download latest TWRP on computer.
https://dl.twrp.me/onyx/twrp-3.2.3-0-onyx.img.html
2. Download minimal adb tools and install it (Folder installed at C:\ProgramFiles\Minimal ADB and Fastboot)
https://forum.xda-developers.com/showthread.php?t=2317790
3. Transfer Twrp file to 'minimal adb and fastboot' folder.
4. Switch to fastboot in mobile by pressing "vol up + power"
5. Connect to PC using usb cable
6. Press "Shift" and right click in 'minimal adb and fastboot' folder, click on "open powershell(cmd) window here"
7. Type " ./fastboot devices "( it should show you fastboot serial number)
8. If bootloader is locked, unlock it by typing " ./fastboot oem unlock "
9. Install twrp by typing " ./fastboot flash recovery twrp-3.2.3-0-onyx.img "
10. Boot into twrp by typing " ./fastboot boot twrp-3.2.3-0-onyx.img "
11. If TWRP shows up,
Download your favorite desired Custom ROM (my fav any Oreo ROM) on computer and transfer it onto your mobile.
Download Gapps(any package nano,stock etc..) and transfer it to mobile.
12. In TWRP goto
Wipe >> swipe to factory reset
Advanced wipe >> select "System,Cache,Dalvik Cache" and wipe it
13. In TWRP goto
Install >>select ROM,gapps>>flash it.
14. Reboot
That's it.:laugh:
---------- Post added at 12:54 PM ---------- Previous post was at 12:41 PM ----------
mike-b said:
OK, managed to recover it by getting into fastboot and unlocking the bootloader again. Bit of a relief. "Fastboot oem device-info" is now reporting device tampered as true, it was previously saying false. Is this different to being rooted? When I run a root check app it says the device isn't rooted. Everything is working fine apart from the Barclays banking app, which it seems is very fussy about non standard firmware, unlocked bootloaders, and having TWRP installed. Is there any way to make it happy? Kind of frustrating to loose that, all my other online banking apps work.
Click to expand...
Click to collapse
Check the above guide to solve your issue.
Guide to use banking apps on custom roms.
1. Flash latest Magisk in TWRP and install Magisk manager.
2. Open up Magisk >>Magisk hide >>Choose app(ex: Google pay:Tez.. etc).
3. Magisk >> Settings>> Hide Magisk manager
4. Apps>> Google Play services >> Permissions >>Turn off telephone or phone permission.
5. Apps>> Google Play store >> Permissions >>Turn off telephone or phone permission
6. Login to banking app.
7. Viola!! Done and done.
Hope this helped.:laugh:

[Wileyfox Spark+] help decrypt and root device

hello
Yesterday my WileyFox Spark+ came in, which is still equipped with COS13.0.1, based on Android 6.0.1 and encrypted.
For disable encryption,i had followed the following process:
- factory reset whith sitting and recovery mode,
but without result because turned out the phone was encrypted with a startup pattern already from the box.
As I was unable to root my device, I have used adb and fastboot to install twrp with the commands :
adb reboot-recovery
fastboot flash recovery twrp.img
fastboot reboot
Then I press to volume down button to display the recovery menu but, instead of displaying the menu, the device boot again and again until I'm tired and I release the button. Then the phone boot normaly on Android...
Any idea how i should progress further?
Thanks for the help.

Fastboot/Bootloader mode inaccessible to root ZTE Blade a5

Hello i wanted to ask about this since i dont see any other thread related to my issue, im trying to install magisk root and im at the stage of accessing fastboot/bootloader, when i go to recovery mode and select "reboot to bootloader" it just restarts the phone, i have tried adb commands didnt work either, same result, just restarts. The "unlock oem" option under developer options is enabled, i could flash another firmware of the same phone with SPD upgrade tool and its still not letting me get into bootloader, (to do this i must press down vol down and connect the usb while the program is on, and it is detected, otherwise it just restarts adb and fastboot tools will not detect it as download mode) any idea or suggestions on how I could root the phone, been thinking about twrp but not sure it would let me install that, looked into many pages about rooting this device and none show anything related maybe its not possible, i saw there are phones with blocked bootloader. the phone is android 9
Have you tried to
- flash the boot.img from the stockfirmware;
- install a recovery (twrp, orangefox, etc.) and rebooted to fastboot from recovery?
wenyendev said:
Have you tried to
- flash the boot.img from the stockfirmware;
- install a recovery (twrp, orangefox, etc.) and rebooted to fastboot from recovery?
Click to expand...
Click to collapse
TWRP and orangefox dont support my phone, there may be something unnoficial for twrp as i search and im not sure i can flash the phone with a specific boot file since to flash i use a single .pac file that contains the rom ill look into this
For now im not able to flash the phone with custom boot.img or recovery.img maybe i need to pack specific files i dont know about i give up for today
Sorry to hear that...
Have you tried the following command?
Apache config:
adb reboot bootloader
wenyendev said:
Sorry to hear that...
Have you tried the following command?
Apache config:
adb reboot bootloader
Click to expand...
Click to collapse
yes both that and adb reboot fastboot just restart the phone
Have you tried the method in the following page?
Hold volume up & power buttons. Otherwise, try volume down & power buttons.
How to get into fastboot and How to exit fastboot ZTE Blade A5 PRO? - HardReset.info
The Fastboot Tutorial will show you the easiest way to access the hidden model called fastboot. Check out the secret combination of keys that will boot your device into fastboot.
www.hardreset.info
wenyendev said:
Have you tried the method in the following page?
Hold volume up & power buttons. Otherwise, try volume down & power buttons.
How to get into fastboot and How to exit fastboot ZTE Blade A5 PRO? - HardReset.info
The Fastboot Tutorial will show you the easiest way to access the hidden model called fastboot. Check out the secret combination of keys that will boot your device into fastboot.
www.hardreset.info
Click to expand...
Click to collapse
This is not my phone model, its zte blade a5 plus 2020, vol up and power restarts the phone normally

Categories

Resources