Forumsregeln
Before creating a topic or post, please follow our Binding Forum Rules.
Please inform us in your enquiry at least about
- Device model used
- Operating system version and last update
- Other hardware and software components that are related to the problem
- Affected app including version number
- Attempts already made to solve the problem
urbanspaceman
Beiträge: 11
Registriert: Mi 14. Jul 2021, 16:10

How do I install TWRP?

I've attempted to install TWRP for days using the Android SDK platform tools in the command line, but no matter what I do the stock VollaOS recovery always gets reloaded. Here's what I've tried recently:

Code: Alles auswählen

>adb reboot bootloader
this puts the phone into fastboot. Erase the existing recovery:

Code: Alles auswählen

>fastboot erase recovery
make sure twrp.img is in the platform-tools folder

Code: Alles auswählen

>fastboot flash recovery twrp.img
reboot

Code: Alles auswählen

>fastboot boot twrp.img
When I hold the volume up and power buttons on reboot, it always goes back to the stock recovery. The messaging on the PC and phone screen all indicate the code being copied over, and there are no errors.

Zurück zu „General“