Just bought a Nord 2 5G and wanted to know if your procedure in first post is always good with the device in latest version of Manufactturer ROM ?
Thanks
Thanks
Would you have a safe and working link ? as original one is no more workingDownload:
TWRP IMAGE:
![]()
Downloads for : OnePlus OnePlus Nord 2 5G | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
YesJust bought a Nord 2 5G and wanted to know if your procedure in first post is always good with the device in latest version of Manufactturer ROM ?
Thanks
Means the link you tagged is workingWould you have a safe and working link ? as original one is no more workingthanks
Download and rename this file as .zip https://github.com/topjohnwu/Magisk/releases/download/v25.0/Magisk-v25.0.apkOk, I'm in TWRP. Now my goals are to install Magisk and have TWRP persist between reboots.
Every time I select and install magisk's zip file TWRP restarts.
Every time I reboot the phone TWRP needs to be fastbooted back...
Any ideas on how to tackle this?
UPDATE: magisk 24 was linked in the OP magisk 23 worked fine. Any reason to update?
On Android 12 OnePlus removed fastbootmode so no unlocking nothing.Good evening.
I just tried to root a Oneplus Nord 2 5G (EU Edition) and got as far as:
fastboot flash recovery twrp.img
It always returns “error flashing partition” “volume full”
Unfortunately, the phone was upgraded to Android 12. Could that be the problem?
If so, how can I get back to Android 11 (bootloader is unlocked).
I do not want to fiddle too much with it, not to make things worse.
Thanks a lot for your help.
Audoghast
i am on the oxygen os 12.1 rightnow after i use the command adb reboot bootloader the device switches off and it says in small text ''the serial not match and fastboot verify fail'' let me know how to fix it asapSO finally I successfully rooted with TWRP and root access.thanks to all developers @Eastw1ng @TheMalachite
Following are all download links combined in one post Also there are two threads like unlocking boot loader and twrp but there are some steps are not mentioned which we must need to understand so see the video tutorial at the end of thread.
If you have issues please post comment I will try to solve at my best
NOTE: REMOVE ALL PASSWORD AND PINS ON PHONE BEFORE FLASHING TWRP
All data will be erased so keep backup
Download:
TWRP IMAGE:
![]()
Downloads for : OnePlus OnePlus Nord 2 5G | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
Vbmeta image:
![]()
vbmeta.img | by TheMalachite for OnePlus Nord 2 5G
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
Mediatek USB VCom drivers:
MediaTek_Preloader_USB_VCOM_Drivers_Setup_Signed.zip
drive.google.com
ADB AND FASTBOOT DRIVERS(WHEN FASTBOOT NOT DETECTING ONLY)
![]()
adb - platform tools v30.0.5.zip | by abdyasar for Utilities
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
magisk v24 zip:
![]()
Download Magisk Zip 24.2 Latest Version For Android 2022
Magisk Zip is a flashable file that is used to install Magisk Root on android phones. This Magisk Zip 24.3 latest version can be installed/flashed usingmagiskapp.com
magisk 23 apk:
![]()
Magisk 23.0 APK Download by topjohnwu - APKMirror
Magisk 23.0 APK Download by topjohnwu - APKMirror Free and safe Android APK downloadswww.apkmirror.com
CMD COMMNADS HIT ENTER:
1)detect adb devices:
adb devices
2)Reboot to bootloader mode:
adb reboot bootloader
3)To detect FASTBOOT devices:
fastboot devices
4)To OEM unlock:
fastboot flashing unlock
5)To flash Vbmeta image:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
6) flash twrp image:
fastboot flash recovery recoveryname.img
7)Reboot from FASTBOOT mode to recovery:
fastboot reboot recovery
If you have any issue follow this tutorial correctly
i am on the oxygen os 12.1 rightnow after i use the command adb reboot bootloader the device switches off and it says in small text ''the serial not match and fastboot verify fail'' let me know how to fix it asap
Patched boot image flashing replace u r stock boot imge and this twrp fashing of magisk also patches the stock boot image.Hi, I successfully followed this procedure but had bootloop problem with twrp+root a few months ago and decided to stay unrooted for some times, I found that root may be stable if I followed these steps : https://gist.github.com/Giovix92/c7e69123dbc51adf3f3a26f9c3c0208e#rooting. Can someone confirm that root is stable (no bootoloop) with this procedure ?
# fastboot flash recovery twrp.img
target reported max download size of 134217728 bytes
sending 'recovery' (131072 KB)...
OKAY [ 4.148s]
writing 'recovery'...
OKAY [ 0.274s]
finished. total time: 4.422s
# fastboot reboot recovery
fastboot: usage: unknown reboot target recovery
# fastboot boot twrp.img
downloading 'boot.img'...
OKAY [ 4.198s]
booting...
FAILED (status read failed (No such device))
finished. total time: 16.388s
U r fastboot drivers are not updatedHi, thanks for the guide and help here. I followed the steps, and was able to unlock bootloader, flash vbmeta, but flashing recovery and then booting into it is failing because of error : "unknown reboot target recovery"
fastboot: usage: unknown reboot target recovery
Before that,
0. My goals are just rooting, and preferably passing safety net. TWRP is not necessary, but I used it because it was in the guide.
1. I have Indian version
2. Android 11
3. Build DN2101_11_A.11
4. When downloading TWRP from here, version twrp-3.6.0_11-0-UNOFFICIAL-denniz.img cannot find any mirrors, so I had to download version twrp-3.5.2_11-0-UNOFFICIAL-denniz.img
5. I am using Linux , and ubuntu provided android-tools-adb / android-tools-fastboot packages for ADB and fastboot
6. Error when rebooting into recovery
Bash:# fastboot flash recovery twrp.img target reported max download size of 134217728 bytes sending 'recovery' (131072 KB)... OKAY [ 4.148s] writing 'recovery'... OKAY [ 0.274s] finished. total time: 4.422s # fastboot reboot recovery fastboot: usage: unknown reboot target recovery
7. Error when booting into downloaded image is
Bash:# fastboot boot twrp.img downloading 'boot.img'... OKAY [ 4.198s] booting... FAILED (status read failed (No such device)) finished. total time: 16.388s
Mr Vag had also posted similar error "unknown reboot target recovery" in this thread, but I didn't find any reply to it.
Any help would be appreciated greatly.
I Have a Non Rooted Nord 2 And Have Stock recovery Installed. And Have Bootloader Unlocked How Do I Relock It Again? Please Help Me!SO finally I successfully rooted with TWRP and root access.thanks to all developers @Eastw1ng @TheMalachite
Following are all download links combined in one post Also there are two threads like unlocking boot loader and twrp but there are some steps are not mentioned which we must need to understand so see the video tutorial at the end of thread.
If you have issues please post comment I will try to solve at my best
NOTE: REMOVE ALL PASSWORD AND PINS ON PHONE BEFORE FLASHING TWRP
All data will be erased so keep backup
Download:
TWRP IMAGE:
![]()
Downloads for : OnePlus OnePlus Nord 2 5G | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
Vbmeta image:
![]()
vbmeta.img | by TheMalachite for OnePlus Nord 2 5G
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
Mediatek USB VCom drivers:
MediaTek_Preloader_USB_VCOM_Drivers_Setup_Signed.zip
drive.google.com
ADB AND FASTBOOT DRIVERS(WHEN FASTBOOT NOT DETECTING ONLY)
![]()
adb - platform tools v30.0.5.zip | by abdyasar for Utilities
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.androidfilehost.com
magisk v24 zip:
![]()
Download Magisk Zip 24.2 Latest Version For Android 2022
Magisk Zip is a flashable file that is used to install Magisk Root on android phones. This Magisk Zip 24.3 latest version can be installed/flashed usingmagiskapp.com
magisk 23 apk:
![]()
Magisk 23.0 APK Download by topjohnwu - APKMirror
Magisk 23.0 APK Download by topjohnwu - APKMirror Free and safe Android APK downloadswww.apkmirror.com
CMD COMMNADS HIT ENTER:
1)detect adb devices:
adb devices
2)Reboot to bootloader mode:
adb reboot bootloader
3)To detect FASTBOOT devices:
fastboot devices
4)To OEM unlock:
fastboot flashing unlock
5)To flash Vbmeta image:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
6) flash twrp image:
fastboot flash recovery recoveryname.img
7)Reboot from FASTBOOT mode to recovery:
fastboot reboot recovery
If you have any issue follow this tutorial correctly
Hello everyone.Hello again.
Thanks for the quick reply.
Since I only flashed one phone more than 10 years ago, I followed everything by the letter.
The video clearly asked to update the system software (at the time to version 10). There was no mention of the disappearance of fastboot on version 12.
I cannot remember to which version I updated. I may still have version 11.
In any case fastboot works and adb commands are being accepted. It can also be put in fastboot via VOL UP, DN & POWER.
The last successful step was flashing the vbmeta image.
TWRP flashing results in “error flashing partition” “volume full”.
What shall I do now? Is there any test to run?
I am seriously at a loss here since I am sitting in front of a bricked phone.
There should also be a warning out not to update to version 12.
I would really appreciate your help and do not want to try out thousands of ideas from other websites.
Thank you again.
Audoghast
you wil need to reflash your stock recovery image, stock boot image for your current version, and a stock vbmeta.img again. Preferably via MTKclient you can check the thread below for instructions.I Have a Non Rooted Nord 2 And Have Stock recovery Installed. And Have Bootloader Unlocked How Do I Relock It Again? Please Help Me!
Just a little correction: it is, in fact, different.Patched boot image flashing replace u r stock boot imge and this twrp fashing of magisk also patches the stock boot image.
Nothing different
I don't even know how to thank you for this information that the behavior of stock recovery and magisk no longer causes a bootloopHi Tomasz,
Like you I stay on OOS 11 A_20, because I like it and don't have time to test new ROMs although I see few good ones. There is a GCam builds which work well, too. I cannot compare since I'm not heavy photo user.
Yes, stock recovery and patched with magisk boot.img will keep root without bootloop.
I share the excellent link to @Giovix92 notes about Nord 2 5G.
Hope helped. Cheers.
Just a little correction: it is, in fact, different.Patched boot image flashing replace u r stock boot imge and this twrp fashing of magisk also patches the stock boot image.
Nothing different
I don't even know how to thank you for this information that the behavior of stock recovery and magisk no longer causes a bootloopHi Tomasz,
Like you I stay on OOS 11 A_20, because I like it and don't have time to test new ROMs although I see few good ones. There is a GCam builds which work well, too. I cannot compare since I'm not heavy photo user.
Yes, stock recovery and patched with magisk boot.img will keep root without bootloop.
I share the excellent link to @Giovix92 notes about Nord 2 5G.
Hope helped. Cheers.