Upgrade a Magisk rooted Nord to Android 11 - OnePlus Nord Questions & Answers

Hi all,
I rooted a Nord of a friend of mine. Since then he installed several updates and reapplied Magisk before reboot, as usual. Now his Nord is running the lastest Android 10 release, Magisk v21.4 and Magisk Manager v22.
Today the upgrade to Android 11 is offered on his Nord. He asked me whether he can peform the update as usual, with applying Magisk - then v22 - to the OTA slot.
I cannot answer it, because I own a 7t, and never performed an OS upgrade.
Does he has to follow the standard process, or is something special to be performed to leave the Nord rooted?
Thx in advance

Hi!
This process is pretty simple.
DONT REBOOT THE PHONE DURING STEPS!!
Step by step:
-download the last Oxygen update with oxygen updater on play store (dont install this update now!).
-go on magisk manager main page and uninstall magisk image.
-install your downloaded update (go to phone setting and apply a local update)
-go on magisk manager main page again and install magisk on the inactive slot
-reboot phone
-enjoy ;p

Thank you.
What I don't understand: You say
-download the last Oxygen update with oxygen updater on play store (dont install this update now!).
-...
-install your downloaded update (go to phone setting and apply a local update)
Why do I need to download the update package the Oygen Updater when I should use the update package in the phone settings? For what do I need the first one?
The major difference to the standard process is that one need to uninstall Magisk on the active slot before applying the update. Have I understood that correctly?

1- Download official oxygen os update with "Oxygen Updater" app.
Now the update package is stocked on your internal memory.
2- Install this update package (previously downloaded with "Oxygen Updater" app) with the official updater on phone setting.
(Local update use file stocked on your phone)
Download just one update package, not two.
Sorry for the mistake..

My friend did what proposed.
For "go on magisk manager main page and uninstall magisk image" he uninstalled Magisk using the manager, and the phone rebooted immediately. So he lost root :-(
What went wrong?

Your friend have uninstall totally magisk..
Is not the same that "uninstall magisk image".
Please follow the image patch method again to gain the root.
[GUIDE] How to root OnePlus Nord
Devices that started to be received today have Oxygen OS 10.5 out of the box. No flashable zip for that software release is publicly available, meaning its stock boot.img cannot be extracted. You then need to update to a newer build first. You...
forum.xda-developers.com

He took the option "Uninstall Magisk" written in red on the main page of the Magisk Manager.
According to https://forum.xda-developers.com/t/guide-how-to-root-oneplus-nord.4139411/post-84244381 the standard keep-root-process should work while upgrading from an already rooted Nord from Android 10 to 11:
Apply upgrade, prior to boot install Magisk to the inactive slot, then reboot.
So why does one need to uninstall Magisk?
Last time I rooted his phone using a fastbooted TWRP and think this should work with Android 11 as well, or?

Yes, press "uninstall magisk", pop-up is appeared, press "restore image" (uninstall magisk image..).
Your friend press "uninstall magisk" >> "uninstall all"
If not the same :/
Restore image before OTA update to prevent bootloop, brick, .. This step is essential for me for a majority of phone.
I don't know if the TWRP method work for this.. sorry.

Therand said:
Yes, press "uninstall magisk", pop-up is appeared, press "restore image" (uninstall magisk image..).
Your friend press "uninstall magisk" >> "uninstall all"
If not the same :/
Click to expand...
Click to collapse
Thank you. I never used the option, so I couldn't guide him

Related

[GUIDE] Root Android Pie With Magisk

Frist You Must Unlock BootLoader
Second You Must Have Pc With Android platform tools (They Exist Also For MacOS And Linux)
BOOTLOADER UNLOCK
First thing to do: unlock the bootloader (if you didn't already do this, obviously). Smartphones with Android One are much easier to unlock compared to other Xiaomi phones with MIUI (where you have to ask for authorization and wait for weeks).
CAUTION: when you unlock the bootloader, the phone will reset, erasing all your saved data. Backup your data before unlocking.
1. Go to Settings > System > About phone > and tap many times on "Build number" until you unlock "Developer options".
2. Go back to the previous page, where you can find now "Developer options". Go there and enable the "OEM unlocking" option (and it's better to never disable this).
3. Now you can shutdown your phone, then turn it on while holding the "Volume down" button pressed. Release it when you see the Fastboot screen.
4. Now connect the phone with your PC via USB cable, open an administrative command prompt, move to the directory where the Android platform tools are placed and unlock the bootloader with the following command:
Code:
Code:
fastboot oem unlock
The phone will reboot, erasing all the data.
Now you unlocked your phone's bootloader and can continue to the next section
Download This https://mega.nz/#!3aZ3AICJ!YAHEVP5dQ2bgnV0_oDd3O4MBzdVt1qT_9HfqGWvVzCE
open an administrative command prompt, move to the Android platform tools directory and then write the following command:
Code:
Fastboot boot boot_rooted.img
If everything works the phone should boot normally. Open Magisk Manager and it should ask to install Magisk, if not you must tap on the "Install" button. Then choose "Install" > "Direct Install (Recommended)" to install Magisk on the phone, and reboot when finished.
HOW TO APPLY OTA UPDATES
IMPORTANT: OTA updates will work only if all the partitions on the smartphone are untouched. Magisk Manager can restore the original boot.img following this section of the guide, but if you tampered directly with the system partition (e.g. manually editing build.prop) or other partitions, OTA will refuse to install.
You can try to fix OTA updates without the need to flash the whole original fastboot ROM, by flashing only the tampered partitions (usually only "system") with the corresponding img file found inside the fastboot ROM zip. Check the "Troubleshooting" section of this guide for details.
12. When you know that a new OTA update is available and you want to install it, open Magisk Manager, and tap on "Uninstall" > "Restore Images" but very important: absolutely don't reboot the phone now!
Important note: Magisk Manager will restore the boot.img that was found on the phone while installing Magisk. If the boot.img was already non-vanilla (for example you flashed the boot.img with TWRP before installing Magisk), Magisk Manager will backup that modified version of boot.img, and when restored the OTA will not work, as that's not a vanilla boot.img.
13. Close Magisk Manager and go to "Settings" > "System" > "System update" and install the OTA update. After the update is downloaded, a two-stages update will begin.
14. When both stages of the update process completed, it will ask to restart: DON'T DO IT!. Open Magisk Manager again and tap on "Install" > "Install" > "Install to Inactive Slot (After OTA)" and after that you can tap on "Reboot".
After the reboot you will have the updated Android version with Magisk already working.
I'm 12 Years Old Don't Worry I Test It On My Mi A2 Lite Thanks
I Take Some Things From https://forum.xda-developers.com/mi-a2-lite/how-to/guide-install-magisk-proper-support-ota-t3836952
NourHazem I said:
Frist You Must Unlock BootLoader
Second You Must Have Pc With Android platform tools (They Exist Also For MacOS And Linux)
BOOTLOADER UNLOCK
First thing to do: unlock the bootloader (if you didn't already do this, obviously). Smartphones with Android One are much easier to unlock compared to other Xiaomi phones with MIUI (where you have to ask for authorization and wait for weeks).
CAUTION: when you unlock the bootloader, the phone will reset, erasing all your saved data. Backup your data before unlocking.
1. Go to Settings > System > About phone > and tap many times on "Build number" until you unlock "Developer options".
2. Go back to the previous page, where you can find now "Developer options". Go there and enable the "OEM unlocking" option (and it's better to never disable this).
3. Now you can shutdown your phone, then turn it on while holding the "Volume down" button pressed. Release it when you see the Fastboot screen.
4. Now connect the phone with your PC via USB cable, open an administrative command prompt, move to the directory where the Android platform tools are placed and unlock the bootloader with the following command:
Code:
The phone will reboot, erasing all the data.
Now you unlocked your phone's bootloader and can continue to the next section
Download This https://mega.nz/#!3aZ3AICJ!YAHEVP5dQ2bgnV0_oDd3O4MBzdVt1qT_9HfqGWvVzCE
open an administrative command prompt, move to the Android platform tools directory and then write the following command:
If everything works the phone should boot normally. Open Magisk Manager and it should ask to install Magisk, if not you must tap on the "Install" button. Then choose "Install" > "Direct Install (Recommended)" to install Magisk on the phone, and reboot when finished.
HOW TO APPLY OTA UPDATES
IMPORTANT: OTA updates will work only if all the partitions on the smartphone are untouched. Magisk Manager can restore the original boot.img following this section of the guide, but if you tampered directly with the system partition (e.g. manually editing build.prop) or other partitions, OTA will refuse to install.
You can try to fix OTA updates without the need to flash the whole original fastboot ROM, by flashing only the tampered partitions (usually only "system") with the corresponding img file found inside the fastboot ROM zip. Check the "Troubleshooting" section of this guide for details.
12. When you know that a new OTA update is available and you want to install it, open Magisk Manager, and tap on "Uninstall" > "Restore Images" but very important: absolutely don't reboot the phone now!
Important note: Magisk Manager will restore the boot.img that was found on the phone while installing Magisk. If the boot.img was already non-vanilla (for example you flashed the boot.img with TWRP before installing Magisk), Magisk Manager will backup that modified version of boot.img, and when restored the OTA will not work, as that's not a vanilla boot.img.
13. Close Magisk Manager and go to "Settings" > "System" > "System update" and install the OTA update. After the update is downloaded, a two-stages update will begin.
14. When both stages of the update process completed, it will ask to restart: DON'T DO IT!. Open Magisk Manager again and tap on "Install" > "Install" > "Install to Inactive Slot (After OTA)" and after that you can tap on "Reboot".
After the reboot you will have the updated Android version with Magisk already working.
I'm 12 Years Old Don't Worry I Test It On My Mi A2 Lite Thanks
I Take Some Things From https://forum.xda-developers.com/mi-a2-lite/how-to/guide-install-magisk-proper-support-ota-t3836952
Click to expand...
Click to collapse
May i use this method on my a2 lite running android pie
ashikalone said:
May i use this method on my a2 lite running android pie
Click to expand...
Click to collapse
Instead of doing a full quote, you should have read it.
Also if you are only 12, you didn't take "some things" from bubuxp's thread, but almost the whole story. I would prefer if mod could close this thread.
harvey said:
Also if you are only 12, you didn't take "some things" from bubuxp's thread, but almost the whole story. I would prefer if mod could close this thread.
Click to expand...
Click to collapse
Starting to think there is no mod in this forum... At least for this device:silly:
Any one try this
Why do we need a separated Pie root guide, when the only difference for Pie is a newer patched boot image which you can make yourself with Magisk and the fitting OTA/Fastboot files?
We really need a mod for our A2 Lite forum, there are too many "useless" posts and threads inside. Feels like MIUI forum and not XDA.
OTA
NourHazem I said:
Frist You Must Unlock BootLoader
Second You Must Have Pc With Android platform tools (They Exist Also For MacOS And Linux)
BOOTLOADER UNLOCK
First thing to do: unlock the bootloader (if you didn't already do this, obviously). Smartphones with Android One are much easier to unlock compared to other Xiaomi phones with MIUI (where you have to ask for authorization and wait for weeks).
CAUTION: when you unlock the bootloader, the phone will reset, erasing all your saved data. Backup your data before unlocking.
1. Go to Settings > System > About phone > and tap many times on "Build number" until you unlock "Developer options".
2. Go back to the previous page, where you can find now "Developer options". Go there and enable the "OEM unlocking" option (and it's better to never disable this).
3. Now you can shutdown your phone, then turn it on while holding the "Volume down" button pressed. Release it when you see the Fastboot screen.
4. Now connect the phone with your PC via USB cable, open an administrative command prompt, move to the directory where the Android platform tools are placed and unlock the bootloader with the following command:
Code:
Code:
fastboot oem unlock
The phone will reboot, erasing all the data.
Now you unlocked your phone's bootloader and can continue to the next section
Download This https://mega.nz/#!3aZ3AICJ!YAHEVP5dQ2bgnV0_oDd3O4MBzdVt1qT_9HfqGWvVzCE
open an administrative command prompt, move to the Android platform tools directory and then write the following command:
Code:
Fastboot boot boot_rooted.img
If everything works the phone should boot normally. Open Magisk Manager and it should ask to install Magisk, if not you must tap on the "Install" button. Then choose "Install" > "Direct Install (Recommended)" to install Magisk on the phone, and reboot when finished.
HOW TO APPLY OTA UPDATES
IMPORTANT: OTA updates will work only if all the partitions on the smartphone are untouched. Magisk Manager can restore the original boot.img following this section of the guide, but if you tampered directly with the system partition (e.g. manually editing build.prop) or other partitions, OTA will refuse to install.
You can try to fix OTA updates without the need to flash the whole original fastboot ROM, by flashing only the tampered partitions (usually only "system") with the corresponding img file found inside the fastboot ROM zip. Check the "Troubleshooting" section of this guide for details.
12. When you know that a new OTA update is available and you want to install it, open Magisk Manager, and tap on "Uninstall" > "Restore Images" but very important: absolutely don't reboot the phone now!
Important note: Magisk Manager will restore the boot.img that was found on the phone while installing Magisk. If the boot.img was already non-vanilla (for example you flashed the boot.img with TWRP before installing Magisk), Magisk Manager will backup that modified version of boot.img, and when restored the OTA will not work, as that's not a vanilla boot.img.
13. Close Magisk Manager and go to "Settings" > "System" > "System update" and install the OTA update. After the update is downloaded, a two-stages update will begin.
14. When both stages of the update process completed, it will ask to restart: DON'T DO IT!. Open Magisk Manager again and tap on "Install" > "Install" > "Install to Inactive Slot (After OTA)" and after that you can tap on "Reboot".
After the reboot you will have the updated Android version with Magisk already working.
I'm 12 Years Old Don't Worry I Test It On My Mi A2 Lite Thanks
I Take Some Things From https://forum.xda-developers.com/mi-a2-lite/how-to/guide-install-magisk-proper-support-ota-t3836952
Click to expand...
Click to collapse
Waiting I do not understand if I'm running my phone and installing a magician please update will not work?
---------- Post added at 06:37 PM ---------- Previous post was at 05:54 PM ----------
alenaki123 said:
Waiting I do not understand if I'm running my phone and installing a magician please update will not work?
Click to expand...
Click to collapse
f i unlock bootloader, root and install magisk ota update i will not work ???
Read the guide
Updates will work if you install it if you got ota go to magisk manager
Click uninstall>restore images>go install ota do not reboot>go magisk manager and click install select>inactive slot (after ota)
Bootloop! Not working
V10.0.2 Working https://www.the***********.com/root-xiaomi-mi-a2-a2-lite-android-pie-magisk/
OP should be ashamed of copying the entire guide and pasting It with a new link and poor formating.
I don't see Magisk Manager after doing boot patched_boot.img. It actually run successfully, the phone restarted after the command.
My Build number is PKQ1.180917.001.V10.0.2.0.PDLMIFJ, I tried both of these patched, V10.0.2.0.PDLMIFJ Patched Boot Image: Link
V10.0.1.0.PDLMIFJ Patched Boot Image: Link
luckyvictor said:
I don't see Magisk Manager after doing boot patched_boot.img. It actually run successfully, the phone restarted after the command.
My Build number is PKQ1.180917.001.V10.0.2.0.PDLMIFJ, I tried both of these patched, V10.0.2.0.PDLMIFJ Patched Boot Image: Link
V10.0.1.0.PDLMIFJ Patched Boot Image: Link
Click to expand...
Click to collapse
You need install manually magisk manager ,you can download apk from official website, after from magisk manager you can install magisk 18.0 ...this is my experience
thanks man, following your guide I was able to root this bad boy. Much more complicated than anything I've ever rooted as I've usually got TWRP installed but for whatever reason it's unable to decrypt my system and even after a fresh wipe I still can't install so this method worked great for me, we'll see how OTA updates go...
EDIT: Seems to be after a reboot I am no longer rooted, do I need to fastboot flash that patched boot image everytime I reboot?
@discomilk
Boot from patched boot.img
Open Magisk Manager -> install -> install direct
Reboot and profit!
Yup, seems I forgot to install Magisk after that patched boot. Everything working now.

[Guide][EdXposed][GPay] Discussion

Get Edxposed, Magisk, and GPay to work together.
1. Install or make sure you are on latest Magisk Manger (7.5.1 or newer)
2. Install or make sure you are on latest Magisk (20.3 or newer)
3. Hide the following in Magisk Hide
-Google Pay
-Google Play services, only select the following
-com.google.android.gms
-com.google.android.gms.unstable​-Google Play Services for AR
-Google Play Store, select everything but com.android.vending
-Google Services Framework
-Nfc Service​
4. Install the following modules
-GPay SQLite Fix (Full Edition)
https://forum.xda-developers.com/showpost.php?p=79643248&postcount=176​-SQLite for Arm aarch64 devices via Magisk Manager
-hardwareoff by @Displax (Thanks to @Kris Chen for making me aware of it) or use MagiskHide Props to set check to basic and fingerprint to Pixel 3a​
5. Reboot
At this point make sure you have GPay working before installing edxposed. If for some reason you are unable to use GPay try deleting data for Google Play Services/Google Play Store/Google Pay
After you confirm that GPay is working then move on to installing edxposed
1. Download and install Riru - Core via Magisk Manager
2. Download Edxposed Manager (4.5.4 or newer) (Don't Install Yet!)
https://github.com/ElderDrivers/EdXposedManager/releases/​3. Download Edxposed (4563) (Don't Install Yet!)
I'm personally using the YAHFA version.
https://ci.appveyor.com/project/ElderDrivers/edxposed/history​
4. Once you have all these files downloaded turn on Airplane Mode and install the Edxposed Magisk Module (Magisk -> Modules and press the + sign, find the downloaded zip and select it, Magisk will install it) and Edxposed Manager APK and reboot
5. Once booted up remain in Airplane Mode
6. Open Edxposed Manger and go to Settings and turn on "App List mode"
7. Exit and reopen Edxposed Manager
8. Go to Applications on the side menu (should say "Black List" on top) and select the following apps
-Google Pay (may not be needed)
-com.android.nfc.auto_generated_rro_product_
-com.android.nfc.auto_generated_rro_vendor_
-Nfc Service
-pixelnfc (new in Android 11)​9. Go to Settings on the side menu, at the bottom of settings find and enabled "Pass SafetyNet"
10. Reboot and turn off Airplane Mode
11. Optional* Hide Magisk Manager
Note. Steps 4-9 should be done in Airplane Mode, this will keep anything tripping safety net during the setup process.
eg1122 said:
When phone detects update
1. Disable any desired Magisk modules, ex. Edxposed
2. Reboot
3. In Magisk, select Uninstall, press Restore Images
4. Do NOT Reboot
5. Install OTA Update via Settings -> System -> System Updates
6. When prompted to reboot, Do NOT Reboot
7. In Magisk Manager press Install
8. Select Install to Inactive Slot
9. Reboot
10. Enable the Magisk modules one by one
In case of bootloop after enabling a module there are 2 ways that I know of on how to retain root and fix bootloop.
One requires ADB
While phone is stuck in bootloop, connect phone to PC and run this commands via ADB.
adb wait-for-device shell magisk --remove-modules
adb reboot
This will remove all modules and you should be able to boot.
The second way is via fastboot. More information in this thread.
https://forum.xda-developers.com/pixel-4-xl/themes/magisk-modules-disabler-booting-magisk-t3990557
Click to expand...
Click to collapse
Here are some screen shots of it working
Thanks for this @eg1122.
After soft-bricking on my first try, I've been wondering what the working version combination is.
The one that is available to me is an older version maybe that's what caused my bootloop? Why does my screenshot look like crap?
Sent from my Pixel 4 XL using Tapatalk
View attachment 4858559
Finally got exposed/gravitybox installed.
Anyone know any tweaks for the home screen grid size?
Sent from my Pixel 4 XL using Tapatalk
xdeslitx said:
Finally got exposed/gravitybox installed.
Anyone know any tweaks for the home screen grid size?
Click to expand...
Click to collapse
Check my thread in Themes and Apps section
https://forum.xda-developers.com/pixel-4-xl/themes/substratum-pixel-launcher-editor-t3990687
xdeslitx said:
The one that is available to me is an older version maybe that's what caused my bootloop? Why does my screenshot look like crap?
Click to expand...
Click to collapse
Use the link I posted to get 0.4.5.5
eg1122 said:
Check my thread in Themes and Apps section
https://forum.xda-developers.com/pixel-4-xl/themes/substratum-pixel-launcher-editor-t3990687
Click to expand...
Click to collapse
That looks pretty nice...thanks
Sent from my Pixel 4 XL using Tapatalk
eg1122 said:
I've been reading a lot of our forums and many are asking about Xposed. Decided to make this thread to try to keep all discussion in one place and make it easy to find information.
I am currently running Xposed and I'll lay out the steps I took to get it working.
1. In Magisk Manager find and install Riru - Core v19.5
2. Reboot
3. Download and install Riru - EdXposed v0.4.5.5_beta (YAHFA) via Magisk
https://github.com/ElderDrivers/EdXposed/pull/354
4. Install EdXposed Installer
https://github.com/solohsu/XposedIn...d_v2.2.5/EdXposedInstaller_v2.2.5-release.apk
5. Reboot
6. Enjoy
Click to expand...
Click to collapse
This won't trip Safety net right i assume?
varun.gid said:
This won't trip Safety net right i assume?
Click to expand...
Click to collapse
Nope
Disregard...
How does using Xposed affect monthly security updates? Do you have to disable or whatever? I'm not sure I want to do this, I'd rather not cause problems.
Got xposed installed and running thanks to this thread, but the module download screen is empty - just shows the refreshing icon and "module list will be loaded in a few seconds" forever. Anyone else seeing this?
gettinwicked said:
How does using Xposed affect monthly security updates? Do you have to disable or whatever? I'm not sure I want to do this, I'd rather not cause problems.
Click to expand...
Click to collapse
I disable big modules like Xposed when I update. Then re-enable them once update is completed. I'll put a step by step here.
When phone detects update
1. Disable any desired Magisk modules, ex. Edxposed
2. Reboot
3. In Magisk, select Uninstall, press Restore Images
4. Do NOT Reboot
5. Install OTA Update via Settings -> System -> System Updates
6. When prompted to reboot, Do NOT Reboot
7. In Magisk Manager press Install
8. Select Install to Inactive Slot
9. Reboot
10. Enable the Magisk modules one by one
In case of bootloop after enabling a module there are 2 ways that I know of on how to retain root and fix bootloop.
One requires ADB
While phone is stuck in bootloop, connect phone to PC and run this commands via ADB.
adb wait-for-device shell magisk --remove-modules
adb reboot
This will remove all modules and you should be able to boot.
The second way is via fastboot. More information in this thread.
https://forum.xda-developers.com/pixel-4-xl/themes/magisk-modules-disabler-booting-magisk-t3990557
tardis_42 said:
Got xposed installed and running thanks to this thread, but the module download screen is empty - just shows the refreshing icon and "module list will be loaded in a few seconds" forever. Anyone else seeing this?
Click to expand...
Click to collapse
Try the following
Try clearing app data and cache for edxposed.
Uninstall Edxposed installer and reinstall
Reinstall any Xposed modules not showing up
eg1122 said:
Try the following
Try clearing app data and cache for edxposed.
Uninstall Edxposed installer and reinstall
Reinstall any Xposed modules not showing up
Click to expand...
Click to collapse
Clearing data did it, thanks!
How do you install edexposed via magisk? I haven't rooted since the P1 so I'm out of the loop here sorry.
madgooner2810 said:
How do you install edexposed via magisk? I haven't rooted since the P1 so I'm out of the loop here sorry.
Click to expand...
Click to collapse
In Magisk, go to Modules and press the + button, then find the zip and select it.
Thanks...
FYI, Riru - EdXposed v0.4.6.0_beta (YAHFA) via Magisk also works.
@eg1122 great instructions worked perfectly. Thanks!

ZTE Blade 10 prime root possible?

Is it possible to root the blade 10 prime?
I couldn't find a suitable forum thread for it, so sorry if this is the wrong place. If it's the wrong place, is there somewhere I should post this question instead?
https://forum.xda-developers.com/an...atek-armv8-t3922213/post82081703#post82081703
I will be trying this either this evening or Saturday. I can report back. If it works it won't let you do everything since no unlocked bootloader but will be good for many other things.
This worked for me:
1.) Download/Install App https://github.com/JunioJsv/mtk-e...v1.1.0.ap k
2.) Open app, toggle Run on boot, and Select Magisk zip (shouldn't matter which one; I went with 20.4).
3.) Wait a few seconds for it to install. When it asks you to reboot, do so.
4.) On reboot, open Magisk and update if asked.
5.) Once Magisk is fully installed, go back to MTK Easy Su app.
6.) Tap Activate Bootless Root.
Now I'm just looking for an ad blocker as adaway doesn't work.
460cidpower said:
This worked for me:
1.) Download/Install App https://github.com/JunioJsv/mtk-e...v1.1.0.ap k
2.) Open app, toggle Run on boot, and Select Magisk zip (shouldn't matter which one; I went with 20.4).
3.) Wait a few seconds for it to install. When it asks you to reboot, do so.
4.) On reboot, open Magisk and update if asked.
5.) Once Magisk is fully installed, go back to MTK Easy Su app.
6.) Tap Activate Bootless Root.
Now I'm just looking for an ad blocker as adaway doesn't work.
Click to expand...
Click to collapse
Oh nice. I'll try this method later then. Also, have you tried Energized Protection on Magisk?
460cidpower said:
This worked for me:
1.) Download/Install App https://github.com/JunioJsv/mtk-e...v1.1.0.ap k
2.) Open app, toggle Run on boot, and Select Magisk zip (shouldn't matter which one; I went with 20.4).
3.) Wait a few seconds for it to install. When it asks you to reboot, do so.
4.) On reboot, open Magisk and update if asked.
5.) Once Magisk is fully installed, go back to MTK Easy Su app.
6.) Tap Activate Bootless Root.
Now I'm just looking for an ad blocker as adaway doesn't work.
Click to expand...
Click to collapse
Got my root working and got Adaway and AFWall+ running. Make sure in Magisk you have enable Systemless hosts under Magisk Manager settings. Then in Adaway make sure you go into preferences and check Enable systemless mode.
That worked for me! Thanks a lot!
460cidpower said:
This worked for me:
1.) Download/Install App https://github.com/JunioJsv/mtk-e...v1.1.0.ap k
2.) Open app, toggle Run on boot, and Select Magisk zip (shouldn't matter which one; I went with 20.4).
3.) Wait a few seconds for it to install. When it asks you to reboot, do so.
4.) On reboot, open Magisk and update if asked.
5.) Once Magisk is fully installed, go back to MTK Easy Su app.
6.) Tap Activate Bootless Root.
Now I'm just looking for an ad blocker as adaway doesn't work.
Click to expand...
Click to collapse
460cidpower said:
That worked for me! Thanks a lot!
Click to expand...
Click to collapse
No problem. Thanks for sharing that easy root method. If this Blade Prime 10 ever somehow gets full root or bootloader unlock it'll be an amazing phone. Already pretty great, especially since I got it for $25.
I know it's old thread but you can unlock the bootloader and root it with magisk via rom2box.
How to Root ZTE Blade 11 Prime - ROM-Provider
step by step guide to root ZTE Blade 11 Prime, after rooting the phone you can install any custom rom like lineage OS
romprovider.com
Follow the rom2box ZTE blaze 11 prime except from flashing both magisk patched boot.img (blade 10 prime have a/b slots) and vbmeta,.img (rom2box can't find it) . If you do flash magisk batch boot.img, it will prevent the phone from booting up (can't verify). Just flash the stock boot.img from rom2box output folder. and reboot
To bypass the boot verification, you need to unlock the bootloader. You need to go back into rom2box, mediatek>service! tab and try each buttons (format first, unlock method 1, method 2). This will unlock bootloader and now you can flash the patched magisk via rom2box firmware flashers. You might need to reboot it into edl multiple times to completely flash the boot.img.

Help with Securitynet and play protect

I am unable to download some apps, especially banking apps due to CTS profile and basic integrity failing securitynet...also, my device (oneplus 6) is showing the Google play protect certificate is invalid.
I have never rooted my device or installed Magisk (or any other rooting software) ... the max I had done was open the Developer Options (and hardly used any). I dont know how to go about this without having to do a hard factory reset... even then, I am not sure if the required apps will function on the phone.
Any help with this will be much appreciated.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
SafetyNet appears to fail on some bootloader-unlocked devices, even if the device has not been modified in any other way. Your phone seems to be one of these.
jwoegerbauer said:
SafetyNet appears to fail on some bootloader-unlocked devices, even if the device has not been modified in any other way. Your phone seems to be one of these.
Click to expand...
Click to collapse
Thanks for the reply..but how do I work around this? Do I have to do a factory reset or get a new phone?
There is a solution but you are gonna need magisk manager and framework installed. If you already have it then skip this step, if you don't say it here I'll help
1) What model is your phone?
gabtit7 said:
There is a solution but you are gonna need magisk manager and framework installed. If you already have it then skip this step, if you don't say it here I'll help
1) What model is your phone?
Click to expand...
Click to collapse
No I dont have magisk manager and framework installed.
Phone model is - Oneplus 6 (A6003), with the latest OS version 10.3.7
Tell me your android version before getting started
for failing the safetynet test i will suppose you have twrp install as recovery, if you dont go here
How to install TWRP recovery on Android smartphones
Installing TWRP on an Android device is the first step towards custom development.
www.xda-developers.com
then from your mobile phone go here
How to Install and Download Magisk Manager APK v26.1 [Guide]
Download Magisk Manager APK Latest Version and How to Install Magisk 24 via TWRP to Root, use Magisk Hide and Uninstall Magisk Complete Guide in 2023
magiskroot.net
and download the magisk manager, you need to have unknown sources enabled
On the top of the screen you will see info about magisk manager and the framework
install the framework
FROM NOW ON YOU CONTINUE ON YOUR OWN RISK, THERE IS A CHANCE YOUR PHONE GETS BRICKED
even if it does get bricked contact me here i'll still try to help
Now here is the weird part
once you click the install button it will prompt you with some options
1) disable the "Recovery Mode" option
2) select direct install (if possible), else select download zip file only
if you selected direct install then you should ust reboot and the magisk part is ready
If you selected the "only zip file" option:
1) check the "Downloads" folder in your file manager and you should find a magisk21.x.zip file
2) boot in twrp
3) after you enter password go from main menu to install
4) navigate to the folder with the zip
5) select the zip and disable the "Zip signature verification" option and swipe the bar on the bottom. Just let the process finish and reboot
2 options at this part
1) your phone booted up normally
2) your phone got bricked
I'll continue to help but tell me how did it go till this part to get around any problems occured till now
gabtit7 said:
Tell me your android version before getting started
for failing the safetynet test i will suppose you have twrp install as recovery, if you dont go here
How to install TWRP recovery on Android smartphones
Installing TWRP on an Android device is the first step towards custom development.
www.xda-developers.com
then from your mobile phone go here
How to Install and Download Magisk Manager APK v26.1 [Guide]
Download Magisk Manager APK Latest Version and How to Install Magisk 24 via TWRP to Root, use Magisk Hide and Uninstall Magisk Complete Guide in 2023
magiskroot.net
and download the magisk manager, you need to have unknown sources enabled
On the top of the screen you will see info about magisk manager and the framework
install the framework
FROM NOW ON YOU CONTINUE ON YOUR OWN RISK, THERE IS A CHANCE YOUR PHONE GETS BRICKED
even if it does get bricked contact me here i'll still try to help
Now here is the weird part
once you click the install button it will prompt you with some options
1) disable the "Recovery Mode" option
2) select direct install (if possible), else select download zip file only
if you selected direct install then you should ust reboot and the magisk part is ready
If you selected the "only zip file" option:
1) check the "Downloads" folder in your file manager and you should find a magisk21.x.zip file
2) boot in twrp
3) after you enter password go from main menu to install
4) navigate to the folder with the zip
5) select the zip and disable the "Zip signature verification" option and swipe the bar on the bottom. Just let the process finish and reboot
2 options at this part
1) your phone booted up normally
2) your phone got bricked
I'll continue to help but tell me how did it go till this part to get around any problems occured till now
Click to expand...
Click to collapse
Is it safe to install TWRP to backup all apps, docs, pics and videos?
shahz19 said:
Is it safe to install TWRP to backup all apps, docs, pics and videos?
Click to expand...
Click to collapse
Android version is 10
gabtit7 said:
Tell me your android version before getting started
for failing the safetynet test i will suppose you have twrp install as recovery, if you dont go here
How to install TWRP recovery on Android smartphones
Installing TWRP on an Android device is the first step towards custom development.
www.xda-developers.com
then from your mobile phone go here
How to Install and Download Magisk Manager APK v26.1 [Guide]
Download Magisk Manager APK Latest Version and How to Install Magisk 24 via TWRP to Root, use Magisk Hide and Uninstall Magisk Complete Guide in 2023
magiskroot.net
and download the magisk manager, you need to have unknown sources enabled
On the top of the screen you will see info about magisk manager and the framework
install the framework
FROM NOW ON YOU CONTINUE ON YOUR OWN RISK, THERE IS A CHANCE YOUR PHONE GETS BRICKED
even if it does get bricked contact me here i'll still try to help
Now here is the weird part
once you click the install button it will prompt you with some options
1) disable the "Recovery Mode" option
2) select direct install (if possible), else select download zip file only
if you selected direct install then you should ust reboot and the magisk part is ready
If you selected the "only zip file" option:
1) check the "Downloads" folder in your file manager and you should find a magisk21.x.zip file
2) boot in twrp
3) after you enter password go from main menu to install
4) navigate to the folder with the zip
5) select the zip and disable the "Zip signature verification" option and swipe the bar on the bottom. Just let the process finish and reboot
2 options at this part
1) your phone booted up normally
2) your phone got bricked
I'll continue to help but tell me how did it go till this part to get around any problems occured till now
Click to expand...
Click to collapse
Android version is 10
shahz19 said:
Android version is 10
Click to expand...
Click to collapse
For backing up you could use twrp but if rooted i recommend migrate-GPE
2) android version is ok you can do the steps i wrote on the first reply
gabtit7 said:
For backing up you could use twrp but if rooted i recommend migrate-GPE
2) android version is ok you can do the steps i wrote on the first reply
Click to expand...
Click to collapse
Is all of this safe? I dont want to brick my phone as i use it quite extensively for work... dont have the money to spend on a new phone...
google play works on my phone, i can access my gmail accounts, but my device shows as uncertified... I have even registered by device ID on Google
If you use your phone a lot, especially for business, i recommend to back off and dont root with magisk (thats what magisk does)
btw rooting is the only way to bypass the safetynet
The only reason im telling you to not continue is because i dont know much about the phone's model
I have a Xiaomi Redmi Note 8, the older versions of magiks bricked it (v20), now (v21) there is no problem
Also, i saw on the safetynet test you failed both ctsprofile and basicIntegrity, which i dont know if the solution i told would fix it
A Much easier solution is to search around these forums
OnePlus 6
OnePlus has consistently made the fastest phones on the market. They continue that trend with the OnePlus 6. The OnePlus 6 has a 6.28" display with a 1080x2280p resolution. The Snapdragon 845 chipset is paired with 6/8GB of RAM and 64/128GB of storage. The main camera is 16+20MP and the selfie...
forum.xda-developers.com
and either find a thread to help you or create one
somebidy will Definitely help you as they use the same phone model
Sorry for any inconvenience
shahz19 said:
google play works on my phone, i can access my gmail accounts, but my device shows as uncertified... I have even registered by device ID on Google
Click to expand...
Click to collapse
About this go to google playstore and search for netflix, you will not find it
gabtit7 said:
If you use your phone a lot, especially for business, i recommend to back off and dont root with magisk (thats what magisk does)
btw rooting is the only way to bypass the safetynet
The only reason im telling you to not continue is because i dont know much about the phone's model
I have a Xiaomi Redmi Note 8, the older versions of magiks bricked it (v20), now (v21) there is no problem
Also, i saw on the safetynet test you failed both ctsprofile and basicIntegrity, which i dont know if the solution i told would fix it
A Much easier solution is to search around these forums
OnePlus 6
OnePlus has consistently made the fastest phones on the market. They continue that trend with the OnePlus 6. The OnePlus 6 has a 6.28" display with a 1080x2280p resolution. The Snapdragon 845 chipset is paired with 6/8GB of RAM and 64/128GB of storage. The main camera is 16+20MP and the selfie...
forum.xda-developers.com
and either find a thread to help you or create one
somebidy will Definitely help you as they use the same phone model
Sorry for any inconvenience
Click to expand...
Click to collapse
thanks... will do
gabtit7 said:
About this go to google playstore and search for netflix, you will not find it
Click to expand...
Click to collapse
you are right..its not there...luckily, I have Netflix installed from before but am not updating it for fear it may not work after updating it.
So how do i go about certifying my device even after registering it with Google?
@shahz19
STOP LISTENING TO @gabtit7
IT'S ABSOLUTE NONSENSE WHAT HE/SHE TELLS YOU HERE / SEDUCES YOU TO DO: IT'S A VERY OUTDATED KNOWLEDGE HE/SHE HAS FROM THE STATE OF THINGS.
THE SAFETYNET API NOW NO LONGER QUERIES CTS PROFILE ON ANDROID DEVICE BUT SUCH ONE STORED ON GOOGLE SERVERS: MAGISK CAN'T PREVENT THIS. THE DEVELOPER OF MAGISK HAS ALREADY ADMITTED THAT! THE CAT-AND-MOUSE GAME HAS ENDED!
Nah, this still works
MAGISK MODULE ❯ Universal SafetyNet Fix 2.4.0
Universal SafetyNet Fix Magisk module Magisk module to work around Google's SafetyNet attestation. This module works around hardware attestation and recent updates to SafetyNet CTS profile checks. You must already be able to pass basic CTS...
forum.xda-developers.com
Release v1.1.1 · kdrag0n/safetynet-fix
Changes Removed security patch fixup to fix CTS profile mismatches on some devices Some devices will now need to use MagiskHide Props Config in addition to this module in order to pass CTS profil...
github.com
As long as they don't remove the fall back to basic check
shahz19 said:
Thanks for the reply..but how do I work around this? Do I have to do a factory reset or get a new phone?
Click to expand...
Click to collapse
If you are rooted via Magisk even if you do factory reset you will fail SafetyNet Test ...
Try downloading Magisk Module or Xposed Module that "fix" SafetyNet
Hi. I have the same phone and exectly the same issue. Any fix?

Question how to update?

I am on ww 229. when i check for update it tells me your system is up to date. Do I need to do this manually or will it eventually show up. Also how is android 12 on this phone. Any bugs? any performance improvements?
A12 is pretty good.
also you could've just googled how to manually ota update asus phones. they works more less the same:
1. download the update pkg to the phone.
2. move it to the root of the storage (i.e. the first page you open when you tap internal storage in fm.
3. charge your device to at least 60% and up.
4. reboot the phone.
5. after a while it should give a popup saying update found, tap on it and start local ota.
some notes:
if you want to keep magisk then DONT reboot after ota finished. go to magisk manager and select install to inactive slot. then you can reboot.
This only works for updates not downgrade. if you flashed 31.xxxxx (A12) then you cant go back to 18.xxxx (A11), it won't give you the prompt.

Categories

Resources