[TWRP][3.5.2_10][Billie]TWRP for Oneplus Nord N10 5G [BETA]

Search This thread

Fedon

Senior Member
Aug 4, 2017
131
101
Prague

umaga2012

Senior Member
Jul 15, 2012
270
26
OnePlus Nord N10 5G

QuantumBlazer

Member
Feb 6, 2016
5
0
LA
How do I install OTA update? My phone is rooted with magisk 23.0 and I have twrp installed but everytime I try to update it fails. It says installation failed https://ibb.co/9HzknQD


Also what happens after I install an OTA do I lose magisk (including the modules) and twrp?
 

gaww

Senior Member
Oct 4, 2010
7,276
1,253
Asheville, NC
How do I install OTA update? My phone is rooted with magisk 23.0 and I have twrp installed but everytime I try to update it fails. It says installation failed https://ibb.co/9HzknQD


Also what happens after I install an OTA do I lose magisk (including the modules) and twrp?
Yes, but no big deal if you are using stock, update with oxygen update and before rebooting, install Magisk to inactive slot and then reboot. Reinstall Magisk again (direct install).

Then reinstall TWRP again.
 

doodalydoo

Senior Member
Apr 20, 2015
78
10
When I restore my backup, my phone goes into Qualcomm Crashdump Mode and I have to use the unbricking tool to get the phone working again. Is there a specific way you have to restore the backups?
 

uglyaf

Member
Jun 15, 2018
13
0
im completely stumped and have spent hours and im fairly knowledgeable about this stuff!

ive tried:
1.msm download tool to get to stock and enable debugging but oem unlocking is greyed out when i go to fastboot and do 'fastboot oem unlock' is says flashing unlock is not allowed. i go back to stock and update via OTA.

2.now i can unlock bootloader but with new version twrp doesnt work. the touch screen doesnt work and when i try OTG mouse it sees the sd cards contents but cant see inside any folders for the zips to sideload in lineage recovery

3.eventually can get into lineage recovery but the installs ALL fail at 47% and i get stuck in a bootloop

what am i missing? i hope someone can help me
 

gaww

Senior Member
Oct 4, 2010
7,276
1,253
Asheville, NC
im completely stumped and have spent hours and im fairly knowledgeable about this stuff!

ive tried:
1.msm download tool to get to stock and enable debugging but oem unlocking is greyed out when i go to fastboot and do 'fastboot oem unlock' is says flashing unlock is not allowed. i go back to stock and update via OTA.

2.now i can unlock bootloader but with new version twrp doesnt work. the touch screen doesnt work and when i try OTG mouse it sees the sd cards contents but cant see inside any folders for the zips to sideload in lineage recovery

3.eventually can get into lineage recovery but the installs ALL fail at 47% and i get stuck in a bootloop

what am i missing? i hope someone can help me
The 47% is normal. Try a reboot the way it's given in the install instructions
 

uglyaf

Member
Jun 15, 2018
13
0
thanks for the reply

after the 47% i reboot and it just hangs on that custom roms boot animation. lineage always completes the install but same thing. its boot animation loops and i can never get it to start after waiting over 10 minutes each time
 

stoag

Senior Member
Mar 2, 2017
91
14
Alcatel 1X
Moto G Stylus
I have installed TWRP using above command
fastboot flash recovery TWRP.img

I installed

TWRP_3.5.2_10-1

but now i am stuck in SWIPE to Unlock screen and I have lost touch function. Can anyone help?
I have the same problem and no, it doesn't hang on the loader. It goes straight to a screen requesting my unlock code (for encryption, not the bootloader) but I cannot use the touchscreen keyboard to enter any information.
 
  • Like
Reactions: gorilla p

stoag

Senior Member
Mar 2, 2017
91
14
Alcatel 1X
Moto G Stylus
I have the same problem and no, it doesn't hang on the loader. It goes straight to a screen requesting my unlock code (for encryption, not the bootloader) but I cannot use the touchscreen keyboard to enter any information.
I booted into the OS, removed the 4 digit pin, and rebooted using power+vol down. Now the touchscreen is working and it didn't request an encryption key.
 
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.
*
*/



BUGS

-sdcard

Install guide
boot into bootloader
in bootloader type in:
Code:
fastboot flash recovery TWRP.img

Important notes
-DON'T WIPE OR FORMAT SYSTEM AND VENDOR PARTITIONS
-do not use fastboot boot otherwise you will not have touch

TWRP_3.5.2_10-1
TWRP_3.5.1_2100
TWRP_3.5.1-2050
TWRP_3.5.1_10-2000
TWRP_3.4.0_sdcard_fixed-1950
TWRP_3.4.0_1900

SOURCE

TWRP: https://github.com/EduardoA3677/device_oneplus_billie_twrp
How would one port this to another variant? This one boots on billie8t, but partitions seem to be all incorrect.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 18
    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.
    *
    */



    BUGS

    -sdcard

    Install guide
    boot into bootloader
    in bootloader type in:
    Code:
    fastboot flash recovery TWRP.img

    Important notes
    -DON'T WIPE OR FORMAT SYSTEM AND VENDOR PARTITIONS
    -do not use fastboot boot otherwise you will not have touch

    TWRP_3.5.2_10-1
    TWRP_3.5.1_2100
    TWRP_3.5.1-2050
    TWRP_3.5.1_10-2000
    TWRP_3.4.0_sdcard_fixed-1950
    TWRP_3.4.0_1900

    SOURCE

    TWRP: https://github.com/EduardoA3677/device_oneplus_billie_twrp
    3
    CHANGELOGS

    - adapted for oxygenos 11
    - fixed bugs and fstab changes
    3
    swipe to unlock didn't work
    This error will be solved in the next version that is currently in the testing phase, it was possible to install roms with this new twrp that I will launch this week
    3
    What is strange to me is that It says product_name - "lito" when i boot to fastboot. Even though I have a Glo BE86AA.
    They're all lito. That's the specific design of phone.

    BE86AA is just the firmware version.
    Be2025 is model version for the metrobytmobile device.
    2
    @EduardoA3677, I forked your TWRP device project on GitHub and made modifications to get it working on billie8/billie8t devices. If you can find the time to give it a quick look, I'd be willing to test. The dtb, Image.gz, and recoverydtbo are from the stock OnePlusN10Oxygen_14.O.37_OTA_0370_all.
    I've got a BE2028 running the global rom (11.0.8.BE86AA) a working recovery is all thats needed to make things like Lineage work so this device can continue to get the updates(and not just security updates) since OP has abandoned em.

    I'd be willing to test any built things you have.