Development [RECOVERY] [11] [OFFICIAL] TeamWin Recovery Project

Search This thread

Bright.Light

Senior Member
Jun 12, 2008
607
48
Sorry if the question was already answered, tried the search but got on all sorts of threads nothing to do with twrp.

My OnePlus9Pro doesn't have SD but it does have a USB. So I tried to use USB storage for backup, but it's impossible in TWRP to mount USB. It's always 0Mb and cannot be used for anything.

Backup to internal storage looks like a bad move; how to restore any partitions when the file isn't on the internal storage anymore? (Yes, I know I can copy it to PC and later maybe copy back to internal) but it's also a problem that storage isn't backupped (maybe because storage is the destination?)

So the question: How can I mount USB OTG devices in TWRP when the normal mounting doesn't work?
 

jimbo77

Inactive Recognized Contributor
Nov 2, 2010
2,191
2,948
Guatemala
Samsung Galaxy S23 Ultra
Sorry if the question was already answered, tried the search but got on all sorts of threads nothing to do with twrp.

My OnePlus9Pro doesn't have SD but it does have a USB. So I tried to use USB storage for backup, but it's impossible in TWRP to mount USB. It's always 0Mb and cannot be used for anything.

Backup to internal storage looks like a bad move; how to restore any partitions when the file isn't on the internal storage anymore? (Yes, I know I can copy it to PC and later maybe copy back to internal) but it's also a problem that storage isn't backupped (maybe because storage is the destination?)

So the question: How can I mount USB OTG devices in TWRP when the normal mounting doesn't work?

As of today that's is not possible. Current GKI devices (like the OP9Pro) don't have working USB OTG in twrp. You won't be able to use OTG until the devs figure a way to make it usable
 

Ethanadams642

Senior Member
I am currently using root on my custom rom, should I install with the provided instructions (recommended way) or use the twrp app?

Edit: booted the img and permanently installed, them flashed magisk, works perfectly.
 
Last edited:

Murd0c

Member
Dec 12, 2013
41
14
23435
OnePlus 9 Pro
Just chiming in for anyone looking for info on A12 compatibility: It doesn't work, don't attempt to install it. This one will boot, however does not work when attempting to decrypt data and trying to "Install Current TWRP" causes the system to soft lock in EDL mode.. Fortunately I had the stock boot.img to restore to.
 
  • Like
Reactions: Flecto

suku01

New member
Dec 22, 2021
4
0
Just chiming in for anyone looking for info on A12 compatibility: It doesn't work, don't attempt to install it. This one will boot, however does not work when attempting to decrypt data and trying to "Install Current TWRP" causes the system to soft lock in EDL mode.. Fortunately I had the stock boot.img to restore to.
Can you share the stock boot.img if it's for OP9 please? My phone is on the latest A12 OTA, and I tried getting root access but now my boot always opens fastboot. I'm trying to return to stock boot, but OP has A11 manual download only.
 

Flecto

Member
Dec 16, 2021
12
16
Can you share the stock boot.img if it's for OP9 please? My phone is on the latest A12 OTA, and I tried getting root access but now my boot always opens fastboot. I'm trying to return to stock boot, but OP has A11 manual download only.
I had the same issue. I ended up downloading A11 and using this guide to manually flash all the partitions: https://www.droidwin.com/unbrick-oneplus-9-pro-fastboot-commands/ This unbricked my phone. And I'm now staying at A11 until TWRP supports A12.
 
  • Like
Reactions: suku01

Top Liked Posts

  • There are no posts matching your filters.
  • 66



    Introduction:

    Team Win Recovery Project or TWRP for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It's a fully touch driven user interface , no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

    Key Features:

    Touchscreen driven with real buttons and drag-to-scroll
    XML-based GUI that allows full customization of the layout true theming!
    Settings are saved to the sdcard and persist through reboots
    Ability to choose which partitions to back up and which to restore
    Ability to choose to compress backups now with pigz (multi-core processor support for faster compression times)
    Onscreen keyboard
    Easy selection of internal/external storage

    In addition to the above new features, TWRP features a scripting engine that allows an app to send commands to the recovery for the recovery to perform during startup. We call this scripting engine OpenRecoveryScript. This engine will be put to use immediately in the GooManager app. GooManager will be able to install recoveries automatically for most supported devices. The app will also let you choose to install multiple zips from within Android, wipe, and run a backup.

    We are looking for other talented developers, themers, and device maintainers if they are interested in helping with a free, open source project.

    Source Code:

    GitHub - https://github.com/TeamWin/android_bootable_recovery

    Gerrit Instance - http://gerrit.twrp.me

    If you have made your own TWRP build for an unsupported device, please let us know. We might add your build to the list of unofficial builds. Bear in mind that we are working hard to add more devices and we may add your device to our official build list later.


    Hello, this is TWRP, for Oneplus 9/Pro

    Installation:
    1. fastboot boot twrp.img
    2. go to Advanced > Flash Current TWRP
    3. after that is done, if you were using a custom kernel, reflash it now
    4. if you were using magisk, reflash it now

    Updating to a newer build:
    1. download new build to internal storage
    2. go to Advanced > Install Recovery Ramdisk
    4. select the new image
    5. after that is done, if you were using a custom kernel, reflash it now
    6. if you were using magisk, reflash it now

    Send me a beer: Crypto(Preferred) | PayPal

    huge thanks to @osm0sis for help in making and testing this recovery

    Trees:
    https://github.com/TeamWin/android_device_oneplus_lemonadep
    https://github.com/TeamWin/android_device_oneplus_sm8350-common

    Telegram group: https://t.me/NSSFB

    Download: https://twrp.me/oneplus/oneplus9pro.html
    19
    new build is up

    fixed decryption on newer roms
    further fixes for flashing
    data can be formatted directly after flashing a rom
    added an option to auto flash TWRP after flashing a rom
    fixed the problem where you needed to refresh sizes before being able to flash TWRP
    17
    Official builds have started

    10
    While TWRP development's ongoing here, I figured I'd also upload an OP9x Series version of my stock recovery adb insecure patching AK3 zip, which can be handy if, for example, after an OTA TWRP doesn't work anymore due to some change in OOS. So if something then goes wrong at least we've got decrypted data and adb shell dmesg access for our various devices via stock recovery. Attached below. Simply flash via FKM or EXKM once you're already rooted, before you flash TWRP, and then you may dump that patched stock recovery boot.img for later use.

    Supporting OnePlus9/lemonade, OnePlus9TMO/lemonadet, OnePlus9VZW/lemonadev, OnePlus9Pro/lemonadep and OnePlus9ProTMO/lemonadept.

    For OnePlus9R/lemonades see my OP8x+9R Series zip (since 9R is closer to 8T than 9): https://xdaforums.com/t/twrp-3-4-0-...-unified-stable.4101313/page-57#post-84204575

    For more instructions see my original OP7T Series zip post: https://xdaforums.com/t/magisk-twrp...-adb-in-recovery.4002843/page-3#post-82376013
    9
    Hmm, or not: https://jenkins.twrp.me/view/TWRP Release Android-12.1/ ☹️

    We need a new maintainer to bring-up the device tree to android-12.1, since @Nebrassy has confirmed he is stepping down.
    I **might** be interested in helping out. I want to get TWRP running on A12 on my OnePlus 9 Pro, too. I am a software engineer, so I'm familiar with dealing with code, git, and whatnot. But I've never done anything with Android, so I would need some pointers in what exactly is involved with maintaining a device tree. What is the purpose of the code in the device tree? I'm assuming it has to do with configuring TWRP for a specific device? What is the process for figuring out what the configuration is? How do I get started?