[RECOVERY][3.4.0-13][avicii]Unofficial TWRP for OnePlus Nord (Testing)

Search This thread

IcySteam

New member
Dec 5, 2016
3
0
Is it possible to get TWRP 3.5 for the OnePlus Nord with working decryption and backup/restore in the future?
 

IamAlok

Member
Sep 24, 2017
33
17
If you go online to TWRP supported devices you will see we are not. Also Maurofrios all in one tool recognizes our phone as generic device.
I wasn't talking about the official twrp website, I was talking about this https://telegra.ph/XDA-TWRP-by-Mauronofrio-09-28 its a list of all the recoveries devs is supporting right now and it has OnePlus Nord too. However if what you are saying is true and nord support for Twrp is dead then it's a big loss for nord's custom rom development. Anyways we already have AOSP based recoveries which can flash roms and magisk.just that the Backup and restore feature on Twrp were very handy
 
  • Like
Reactions: TheSSJ

mixlex

Senior Member
Jul 16, 2011
411
111
Jeffersonville, in
Moto G Stylus 5G
I wasn't talking about the official twrp website, I was talking about this https://telegra.ph/XDA-TWRP-by-Mauronofrio-09-28 its a list of all the recoveries devs is supporting right now and it has OnePlus Nord too. However if what you are saying is true and nord support for Twrp is dead then it's a big loss for nord's custom rom development. Anyways we already have AOSP based recoveries which can flash roms and magisk.just that the Backup and restore feature on Twrp were very handy
Agreed
 

Lossyx

Senior Member
Jan 14, 2014
1,559
849
OnePlus 7T Pro
Google Pixel 7 Pro
Mauronofrio doesn't have our phone so he most likely wont go any farther with this development.
Why not?
He has an 8 Pro which has the same partition structure, so it'd make sense for him to work on it first (which he is), because once he is done, it shouldn't take too much work to replicate the tree to this(Nord) device.

But keep in mind he supports lots of devices and has a personal life as well, it'll take time.
 
Last edited:
  • Like
Reactions: Sarim17A

Sarim17A

Member
Feb 19, 2020
28
18
OnePlus Nord
Why not?
He has an 8 Pro which has the same partition structure, so it'd make sense for him to work on it first (which he is), because once he is done, it shouldn't take too much work to replicate the tree to this(Nord) device.

But keep in mind he supports lots of devices and has a personal life as well, it'll take time.
I hope so man , because a fully working twrp is way more preferable to me any other recovery in my opinion
 
Last edited:
  • Like
Reactions: lol1nt3rn3t

CcrShakya

Member
Feb 18, 2020
41
18
37
OnePlus 9R
Today I tested this recovery on oos 11 and here's my conclusion:
-Factory reset is broken , but I successfully wiped all the data in 2nd try.
-I also backed up data successfully, and restored boot from it.( Still need to test if I can successfully restore full rom and data).
-Can Install zip files, flash custom roms, root etc.
So my main point is, ofcourse everyone prefers stable recovery, but this one too is much capable, and useable and successfully does most of it's job at least for average people. So, be happy with what you got and ofcourse let's hope for the new release soon.🤞🤞
Update: Backup & restore is broken will soft brick your phone. Only boot and recovery can be restored.
 
Last edited:

Sarim17A

Member
Feb 19, 2020
28
18
OnePlus Nord
Today I tested this recovery on oos 11 and here's my conclusion:
-Factory reset is broken , but I successfully wiped all the data in 2nd try.
-I also backed up data successfully, and restored boot from it.( Still need to test if I can successfully restore full rom and data).
-Can Install zip files, flash custom roms, root etc.
So my main point is, ofcourse everyone prefers stable recovery, but this one too is much capable, and useable and successfully does most of it's job at least for average people. So, be happy with what you got and ofcourse let's hope for the new release soon.🤞🤞
So dude to successfully wipe data , we have to use the format data function twice consecutively? And could you please tell if you were able to boot into a backed up ROM whenever convenient ?
Also thanks for your explanation regarding other stuff as well .
 

CcrShakya

Member
Feb 18, 2020
41
18
37
OnePlus 9R
So dude to successfully wipe data , we have to use the format data function twice consecutively? And could you please tell if you were able to boot into a backed up ROM whenever convenient ?
Also thanks for your explanation regarding other stuff as well .
What I did was factory reset once for installing pe rom, it didn't helped so I did once again it deleted all data and successfully flashed rom without wiping via adc(pc). And about backup, I was able to back up and since in my old device we simply had to backup data, system and vendor , and its something new to me with a/b partition amd super etc. So, I had to test it, but I did successfully flashed the boot img from the backup, so I guess rom restoration is possible too. I will let you know later.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 30
    Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its 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.

    Code:
    #include <std_disclaimer.h>
    /*
     *
     * We are not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at us for messing up your device, we will laugh at you.
     *
     */

    Features:
    - TWRP boots
    - Decryption works
    - Rom flashing should work
    - Backups are broken
    - Flash partition is broken for system and vendor
    - DON'T WIPE OR FORMAT SYSTEM AND VENDOR PARTITIONS
    - Format/wipe data works

    NOT WORKING:
    - Backup Restore
    - Fastbootd
    - System and vendor image flash

    Install guide (Reccomended):
    For now only boot the TWRP
    To boot:
    Code:
    fastboot boot twrpname.img


    Tips:
    If you have some problems with backup, like 255 error or something similar please check this guide: https://forum.xda-developers.com/oneplus-6/how-to/255-error-twrp-backup-restore-999-t3801632
    For the Bacups use always "system_image" and "vendor_image" instead of "system" and "vendor".

    Download:
    TWRP 3.4.0-13 by mauronofrio

    TWRP 3.4.0-0 Test by mauronofrio

    Reccomended ADB and Fastboot binaries:

    Adb and Fastboot Installer

    Source code:
    https://github.com/mauronofrio/android_bootable_recovery
    https://github.com/mauronofrio/android_device_oneplus_avicii_TWRP
    Kernel source: precompiled stock one

    My Telegram TWRP Support Group:
    https://t.me/twrp_Mauronofrio

    Donations:



    Credits:

    Created 2020-08-03
    9
    Hows the development going on this?

    There are some common problems for all android 10 twrps, so i'm working on them but i will not a release until there are a bit of fixes
    6
    Oneplus just released the source code for OnePlus Nord


    https://github.com/OnePlusOSS/android_kernel_oneplus_sm7250
    5
    Is it possible to get stable version of this Recovery? In future?
    3
    I've completed the hole process of flashing twrp and rooting device succesfully and everything works fine. Question: From now on if i want to boot on twrp, can i do it normally from recovery option (power+volume up) or do i have to run the command from adb+fastboot prosedure everytime (since the twrp is flashed and not installed as far as i understood) ?
    edit: 2nd q: How are we going to install new updates of the official rom?

    If you flashed TWRP and installed magisk you should be able to do it from recovery option or advanced restart menu (activate in developer settings on OOS).

    Somehow didn't manage to flash full OOS update in TWRP - maybe because i don't have experience with A/B partition devices? In the end i was using this solution...

    1. disable automatic updates in OOS developer options
    2. magisk -> uninstall magisk - restore images option
    3. moved the full OOS Update to root folder of my nord
    4. system update -> install local update -> don't reboot!!!
    4. reinstall magisk -> choose install to inactive slot (after ota) option -> let's go -> reboot from magisk

    detailed instructions: https://www.thecustomdroid.com/oneplus-nord-magisk-rooting-guide/

    Still would be interested how to dirty flash Nord OOS updates in twrp, any experiences?