Magisk — Invalid Uri / Installation failed - General Questions and Answers

Hi,
I am running Magisk 16.0 on my OnePlus 3. I would like to install my modules via the manager, but I always get that error. What's there to be done? Thanx.

AlexBurnout77 said:
Hi,
I am running Magisk 16.0 on my OnePlus 3. I would like to install my modules via the manager, but I always get that error. What's there to be done? Thanx.
Click to expand...
Click to collapse
Latest magisk is 17.2 version so it seems you need to update it

Related

Update Magisk 17.1 to 18.1?

I currently have Magisk 17.1 installed and when I open Magisk manager I am notified about the new update to Magisk manager v7.0.0. When I update to the new manager and try to open it I am told that it came open because Magisk is below v18.0.
My question is what is the best/safest way of updating to 18.0/18.1 from 17.1? I don't have TWRP installed currently. Do I need to uninstall Magisk, patch a system.img with the latest version (18.1), then reinstall that way? Supposedly you can easily go from 18.0 to 18.1 but I haven't found any straight forward answers to go from 17.x to 18.x.
Thanks for any help

Android 10 Root Guide?

So how do we root with offical Android 10 update? My last way i rooted doesnt seem to be working anymore? Any guides?
Magisk working on final android 10
oscar1823 said:
So how do we root with offical Android 10 update? My last way i rooted doesnt seem to be working anymore? Any guides?
Click to expand...
Click to collapse
Magisk is working on my pixel 3a with the current android 10.
First, I (fully) uninstalled magisk via magisk manager, then did an OTA to Android 10.
After that, I followed "The Boot Image Patching Installation method" on this guide:
https://forum.xda-developers.com/pixel-3a/how-to/how-to-root-pixel-3a-preferred-t3938783
Take care: use the latest canary-build of magisk, with the release one it didn't work.
Magisk refuses to install after upgrade to 10. Whether by patched image or by twrp, no magisk, no root.
alliance1975 said:
Magisk refuses to install after upgrade to 10. Whether by patched image or by twrp, no magisk, no root.
Click to expand...
Click to collapse
Odds are you are using the standard Magisk version and not the latest Canary version. TWRP doesn't work on Android 10, so you can't use it to install Magisk.
sic0048 said:
Odds are you are using the standard Magisk version and not the latest Canary version. TWRP doesn't work on Android 10, so you can't use it to install Magisk.
Click to expand...
Click to collapse
I almost brick my phone, I guest all we need to do now is wait till a compatible version of TWRP gets released.. the lastest does not read the Pixel 3a memory/data, thus Magisk Canary cannot be installed
omiCar said:
I almost brick my phone, I guest all we need to do now is wait till a compatible version of TWRP gets released.. the lastest does not read the Pixel 3a memory/data, thus Magisk Canary cannot be installed
Click to expand...
Click to collapse
I installed it while still Pie.
sic0048 said:
I installed it while still Pie.
Click to expand...
Click to collapse
That was my mistake, I didnt installed the canary versino while on Pie. I guest we all have to wait... thanks tho
I made the mistake of having Magisk set to beta instead of canary when I did the Magisk OTA update, but no issues with the regular boot image patching method.
Simply follow the guide linked above and you should be fine.
omiCar said:
That was my mistake, I didnt installed the canary versino while on Pie. I guest we all have to wait... thanks tho
Click to expand...
Click to collapse
Did you install the Canary Magisk Manager App? I would think you could install the Canary version that way even if you are on Android 10. The biggest unknown for me is if the fact that you have the Magisk stable version already installed would cause some issues. Normally I would recommend that you completely uninstall Magisk via the Magisk Uninstall zip and TWRP prior to moving to Canary, but obviously that isn't an option without TWRP.
Got it to work.
1. Sideloaded the Android 10 OTA through adb.
2. Download the factory image and extract the boot.img
3. Move boot.img to your phone.
4. Download the Canary Magisk Manager (NOT DEBUG).
5. Use Canary Magisk Manager to download Magisk Canary (19.4) (NOT DEBUG).
6. Use Canary Magisk Manager to install Magisk Canary, select file and patch option. Select the boot.img file.
7. Transfer the magisk_boot.img to your computer.
8. Reboot to fastboot.
9. "fastboot flash boot magisk_boot.img"
10. If it works, then it works.
11. If it doesn't work, it will probably hang at fastboot.
12. If that is the case "fastboot set_active other" "fastboot reboot"
---------- Post added at 05:51 PM ---------- Previous post was at 05:25 PM ----------
sic0048 said:
Did you install the Canary Magisk Manager App? I would think you could install the Canary version that way even if you are on Android 10. The biggest unknown for me is if the fact that you have the Magisk stable version already installed would cause some issues. Normally I would recommend that you completely uninstall Magisk via the Magisk Uninstall zip and TWRP prior to moving to Canary, but obviously that isn't an option without TWRP.
All you really need to do is flash Pie back on the phone and start the process over. I realize that seems like a long process, but it really isn't that hard. Just be sure to backup any important data off phone before you start because installing Pie should wipe the phone.
Click to expand...
Click to collapse
He can just flash the Android 10 OTA, which will overwrite the boot.img and thereby remove Magisk. Then he can go ahead and use fastboot to install Magisk Canary.
darkmeridian said:
1. Sideloaded the Android 10 OTA through adb.
2. Download the factory image and extract the boot.img
3. Move boot.img to your phone.
4. Download the Canary Magisk Manager (NOT DEBUG).
5. Use Canary Magisk Manager to download Magisk Canary (19.4) (NOT DEBUG).
6. Use Canary Magisk Manager to install Magisk Canary, select file and patch option. Select the boot.img file.
7. Transfer the magisk_boot.img to your computer.
8. Reboot to fastboot.
9. "fastboot flash boot magisk_boot.img"
10. If it works, then it works.
11. If it doesn't work, it will probably hang at fastboot.
12. If that is the case "fastboot set_active other" "fastboot reboot"
---------- Post added at 05:51 PM ---------- Previous post was at 05:25 PM ----------
He can just flash the Android 10 OTA, which will overwrite the boot.img and thereby remove Magisk. Then he can go ahead and use fastboot to install Magisk Canary.
Click to expand...
Click to collapse
Thanks for the response, I will download the Andriod 10 and flash it into my phone, hopefully it will work
darkmeridian said:
He can just flash the Android 10 OTA, which will overwrite the boot.img and thereby remove Magisk. Then he can go ahead and use fastboot to install Magisk Canary.
Click to expand...
Click to collapse
I agree that normally that would work.
However, simply replacing the boot.img file doesn't completely uninstall Magisk. That is why there is a Magisk Uninstaller zip that can be used with TWRP. It normally isn't needed, but it is a great way to completely wipe Magisk if you are having issues. Obviously that isn't an option on Android 10 currently because TWRP doesn't work yet.
Hopefully he doesn't have any issues moving from stable to Canary Magisk versions. But if he does, he will likely have to flash a full factory image to completely wipe the phone and reinstall everything without traces of Magisk
flow5673 said:
Magisk is working on my pixel 3a with the current android 10.
First, I (fully) uninstalled magisk via magisk manager, then did an OTA to Android 10.
After that, I followed "The Boot Image Patching Installation method" on this guide:
https://forum.xda-developers.com/pixel-3a/how-to/how-to-root-pixel-3a-preferred-t3938783
Take care: use the latest canary-build of magisk, with the release one it didn't work.
Click to expand...
Click to collapse
This worked for me. Thanks
darkmeridian said:
1. Sideloaded the Android 10 OTA through adb.
2. Download the factory image and extract the boot.img
3. Move boot.img to your phone.
4. Download the Canary Magisk Manager (NOT DEBUG).
5. Use Canary Magisk Manager to download Magisk Canary (19.4) (NOT DEBUG).
6. Use Canary Magisk Manager to install Magisk Canary, select file and patch option. Select the boot.img file.
7. Transfer the magisk_boot.img to your computer.
8. Reboot to fastboot.
9. "fastboot flash boot magisk_boot.img"
10. If it works, then it works.
11. If it doesn't work, it will probably hang at fastboot.
12. If that is the case "fastboot set_active other" "fastboot reboot"
---------- Post added at 05:51 PM ---------- Previous post was at 05:25 PM ----------
He can just flash the Android 10 OTA, which will overwrite the boot.img and thereby remove Magisk. Then he can go ahead and use fastboot to install Magisk Canary.
Click to expand...
Click to collapse
Can you elaborate on this? like is there a video, or more detailed tutorial on how to accomplish this?
If you experience manager telling you that Magisk isn't installed after installing it through fastboot, uninstall manager and reinstall it. Deleting app data won't do the trick. Strange bug but I encountered that in the Q beta
Anyone else having issues with the canary build? I hard reboot and it shows magisk not installed, then I reboot again and its installed again?
Also Android Q is hella laggy for me?
Currently doing a full fresh image install
Magisk installed ok but it won't allow root operations. In particular neither app uninstaller (root) nor titanium backup is capable or removing system apps. Magisk includes them superuser list but the apps don't perform. Safety net both true and advanced settings has preserve avb 2.0 unchecked. App remover always fails and titanium won't show app list. Canary Magisk installed but it's as though there is no root.
MM is version 7.3.3
M is version 19.4
alliance1975 said:
Magisk installed ok but it won't allow root operations. In particular neither app uninstaller (root) nor titanium backup is capable or removing system apps. Magisk includes them superuser list but the apps don't perform. Safety net both true and advanced settings has preserve avb 2.0 unchecked. App remover always fails and titanium won't show app list. Canary Magisk installed but it's as though there is no root.
MM is version 7.3.3
M is version 19.4
Click to expand...
Click to collapse
Can't recommend uninstalling system apps anyway. Hasn't worked for me under Pie either. Rebooting always brought the app back and in the case of Digital Wellbeing, I uninstalled it through Root Uninstaller and encountered a bootloop.
Velcorn said:
Can't recommend uninstalling system apps anyway. Hasn't worked for me under Pie either. Rebooting always brought the app back and in the case of Digital Wellbeing, I uninstalled it through Root Uninstaller and encountered a bootloop.
Click to expand...
Click to collapse
For now I disabled the unused apps. Similar behavior also in pie. One update app remover wouldn't work but titanium would, the next update the reverse would happen. I think the apps need updating so as to work with Android 10.
omiCar said:
Can you elaborate on this? like is there a video, or more detailed tutorial on how to accomplish this?
Click to expand...
Click to collapse
I don't have a video but you can look up the individual steps. You want to do the OTA through ADB sideloading. Then patch the stock boot.img with Magisk Canary, which was linked to above, and then flash with fastboot.
alliance1975 said:
Magisk installed ok but it won't allow root operations. In particular neither app uninstaller (root) nor titanium backup is capable or removing system apps. Magisk includes them superuser list but the apps don't perform. Safety net both true and advanced settings has preserve avb 2.0 unchecked. App remover always fails and titanium won't show app list. Canary Magisk installed but it's as though there is no root.
MM is version 7.3.3
M is version 19.4
Click to expand...
Click to collapse
Uninstall and reinstall Canary Magisk Manager (NOT DEBUG). I had both force encryption and preserve avb CHECKED. Then patch boot.img and flash using fastboot.

Adreno driver update

Have anyone tried to update the gpu via magisk or flash recovery on their red magic 3 or red magic 3s android 10 or android 9?
i have 3s rooted 3.09 cn rom and updated gpu driver V0490
walkwitmeinhel said:
i have 3s rooted 3.09 cn rom and updated gpu driver V0490
Click to expand...
Click to collapse
Can you share your method of updating the gpu drivers ? Thanks
Alex4455 said:
Can you share your method of updating the gpu drivers ? Thanks
Click to expand...
Click to collapse
use magisk canary version and flash gpu driver
on rm3s 1.08 android 9 stock rom with 464v driver
walkwitmeinhel said:
use magisk canary version and flash gpu driver
Click to expand...
Click to collapse
Would be cool to write where to get the canary magisk ( 1st time hearing of this) it's just the APK ? or do i need to flash the boot.img with a new zip file ? , how to install it ( does not seem to have a clean installer after archive extraction) and how to install the drivers (via this canary ? via twrp ? is the combo good ? and so on)
LE: https://github.com/topjohnwu/Magisk
The canary version is just an APK that can be downloaded from here
LE2: fresh install, canary / magisk via twrp / gapps / 3.09 on RM3S, installed the module via canary, bootloop in recovery everytime
I abandon this due to nobody gives a damn about "how to do"
Alex4455 said:
Would be cool to write where to get the canary magisk ( 1st time hearing of this) it's just the APK ? or do i need to flash the boot.img with a new zip file ? , how to install it ( does not seem to have a clean installer after archive extraction) and how to install the drivers (via this canary ? via twrp ? is the combo good ? and so on)
LE: https://github.com/topjohnwu/Magisk
The canary version is just an APK that can be downloaded from here
LE2: fresh install, canary / magisk via twrp / gapps / 3.09 on RM3S, installed the module via canary, bootloop in recovery everytime
I abandon this due to nobody gives a damn about "how to do"
Click to expand...
Click to collapse
get the canary build zip and flash from twrp and open magisk and flash driver thats it
Alex4455 said:
Would be cool to write where to get the canary magisk ( 1st time hearing of this) it's just the APK ? or do i need to flash the boot.img with a new zip file ? , how to install it ( does not seem to have a clean installer after archive extraction) and how to install the drivers (via this canary ? via twrp ? is the combo good ? and so on)
LE: https://github.com/topjohnwu/Magisk
The canary version is just an APK that can be downloaded from here
LE2: fresh install, canary / magisk via twrp / gapps / 3.09 on RM3S, installed the module via canary, bootloop in recovery everytime
I abandon this due to nobody gives a damn about "how to do"
Click to expand...
Click to collapse
it Could be you have something like dm-verity on you got to disable it that how i got my to work
walkwitmeinhel said:
use magisk canary version and flash gpu driver
Click to expand...
Click to collapse
hey how to check driver version and i only see adreno 630 driver and adreno gpu developer preview drivers in modules

Step by step guide to update Oneplus 6 to 11.1.1.1 while preserving root

I've been using below steps to update my OP6 while preserving root. Thought of sharing with you all
I've been using this method for all recent updates like 9.0.9 ->10.3.0->10.3.5->10.3.6->10.3.7->10.3.8->10.3.9->10.3.11->11.1.1.1
My OP6 info:
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
Steps:
enable system update app if it's disabled
nandroid backup (optional)
enable any disabled system apps like youtube
- download OTA updated zip: via Oxygen Updater App -> Full Update option
- Install it: System Settings -> Local Upgrade option (don't reboot).
- Once installed: go to Magisk -> run TWRP retention script from osm0sis (don't reboot).
- Again in Magisk, install magisk -> install to inactive slot (don't reboot yet).
- Then on modules list, disable all modules and then finally...
- Reboot, this reboot will take some minutes...
- after reboot, re enable all modules and everything will work perfectly.
The System Updater and Magisk do all the work, never ever once having to boot into recovery.
JerryGoyal said:
I've been using below steps to update my OP6 while preserving root. Thought of sharing with you all
I've been using this method for all recent updates like 9.0.9 ->10.3.0->10.3.5->10.3.6->10.3.7->10.3.8->10.3.9->10.3.11->11.1.1.1
My OP6 info:
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
Steps:
enable system update app if it's disabled
nandroid backup (optional)
enable any disabled system apps like youtube
- download OTA updated zip: via Oxygen Updater App -> Full Update option
- Install it: System Settings -> Local Upgrade option (don't reboot).
- Once installed: go to Magisk -> run TWRP retention script from osm0sis (don't reboot).
- Again in Magisk, install magisk -> install to inactive slot (don't reboot yet).
- Then on modules list, disable all modules and then finally...
- Reboot, this reboot will take some minutes...
- after reboot, re enable all modules and everything will work perfectly.
The System Updater and Magisk do all the work, never ever once having to boot into recovery.
Click to expand...
Click to collapse
Hi guys How I can #root OnePlus 6 in oxygen os 11.1.1.1??? said: And how install #TWRP OnePlus 6 in oxygen os 11.1.1.1??? Can't install TWRP in android 11 crashed OnePlus 6 The in Oxygen os 11.1.1.1 very slowly #speed phone OnePlus 6 and very slowly and poor Network? Don't use high speed Network? Don't use high speed phone? Please help me Thanks
JerryGoyal said:
I've been using below steps to update my OP6 while preserving root. Thought of sharing with you all
I've been using this method for all recent updates like 9.0.9 ->10.3.0->10.3.5->10.3.6->10.3.7->10.3.8->10.3.9->10.3.11->11.1.1.1
My OP6 info:
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
Steps:
enable system update app if it's disabled
nandroid backup (optional)
enable any disabled system apps like youtube
- download OTA updated zip: via Oxygen Updater App -> Full Update option
- Install it: System Settings -> Local Upgrade option (don't reboot).
- Once installed: go to Magisk -> run TWRP retention script from osm0sis (don't reboot).
- Again in Magisk, install magisk -> install to inactive slot (don't reboot yet).
- Then on modules list, disable all modules and then finally...
- Reboot, this reboot will take some minutes...
- after reboot, re enable all modules and everything will work perfectly.
The System Updater and Magisk do all the work, never ever once having to boot into recovery.
Click to expand...
Click to collapse
Super useful, thank you!
Very helpful!
Thank you JerryGoyal
Your method worked perfectly!
fullbazak said:
Hi guys How I can #root OnePlus 6 in oxygen os 11.1.1.1??? said: And how install #TWRP OnePlus 6 in oxygen os 11.1.1.1??? Can't install TWRP in android 11 crashed OnePlus 6 The in Oxygen os 11.1.1.1 very slowly #speed phone OnePlus 6 and very slowly and poor Network? Don't use high speed Network? Don't use high speed phone? Please help me Thanks
Click to expand...
Click to collapse
I've got the same issue
fullbazak said:
Hi guys How I can #root OnePlus 6 in oxygen os 11.1.1.1??? said: And how install #TWRP OnePlus 6 in oxygen os 11.1.1.1??? Can't install TWRP in android 11 crashed OnePlus 6 The in Oxygen os 11.1.1.1 very slowly #speed phone OnePlus 6 and very slowly and poor Network? Don't use high speed Network? Don't use high speed phone? Please help me Thanks
Click to expand...
Click to collapse
Let me know here if you find a fix for installation of TWRP under 11.1.1.1 please?
With rooted version 10.3.x I updated this way without any problems:
How to Update Your OnePlus 6 or 6T Without Losing Root — No Computer Needed
One of the biggest downsides to rooting is that it can be a pain to update every month with each new security patch. With other phones, you might have had to fully unroot the device, maybe flash a stock recovery, or potentially even flash all the factory images to get a new update. Thankfully...
oneplus.gadgethacks.com
* Download full stock rom (same as from OxygenUpdater), latest TWRP (now 3.5) and lastest Magisk (now 23.0) onto sdcard of device.
* Reboot into TWRP recovery
* Flash stock ROM and then TWRP without intermediate reboot
* Reboot into TWRP recovery again
* Flash Magisk
* Reboot normally.
I left all disabled system apps such as e.g. Youtube app, disabled. I did the update manually without using Oxygenupdater, the latter only for verifying the MD5 of the ROM.
Can this also be done with flashing 11.1.1 ROM ?
JerryGoyal said:
I've been using below steps to update my OP6 while preserving root. Thought of sharing with you all
I've been using this method for all recent updates like 9.0.9 ->10.3.0->10.3.5->10.3.6->10.3.7->10.3.8->10.3.9->10.3.11->11.1.1.1
My OP6 info:
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
Steps:
enable system update app if it's disabled
nandroid backup (optional)
enable any disabled system apps like youtube
- download OTA updated zip: via Oxygen Updater App -> Full Update option
- Install it: System Settings -> Local Upgrade option (don't reboot).
- Once installed: go to Magisk -> run TWRP retention script from osm0sis (don't reboot).
- Again in Magisk, install magisk -> install to inactive slot (don't reboot yet).
- Then on modules list, disable all modules and then finally...
- Reboot, this reboot will take some minutes...
- after reboot, re enable all modules and everything will work perfectly.
The System Updater and Magisk do all the work, never ever once having to boot into recovery.
Click to expand...
Click to collapse
Sorry, please explain "modules list". In what context is this please?
Quick note. Do not re-enable Smali Patcher if that was one of your previously enabled modules. The framework used to create the patch was from the previous android OS version, so it'll just spin when booting. To fix it follow the official recommendation from the smali patcher FAQ which is Boot into TWRP > Advanced > File Manager > navigate to data > adb > modules > select the module directory (in this case "fomey.smalipatcher" > folder icon in the bottom right > delete.
mermaidkiller said:
With rooted version 10.3.x I updated this way without any problems:
How to Update Your OnePlus 6 or 6T Without Losing Root — No Computer Needed
One of the biggest downsides to rooting is that it can be a pain to update every month with each new security patch. With other phones, you might have had to fully unroot the device, maybe flash a stock recovery, or potentially even flash all the factory images to get a new update. Thankfully...
oneplus.gadgethacks.com
* Download full stock rom (same as from OxygenUpdater), latest TWRP (now 3.5) and lastest Magisk (now 23.0) onto sdcard of device.
* Reboot into TWRP recovery
* Flash stock ROM and then TWRP without intermediate reboot
* Reboot into TWRP recovery again
* Flash Magisk
* Reboot normally.
I left all disabled system apps such as e.g. Youtube app, disabled. I did the update manually without using Oxygenupdater, the latter only for verifying the MD5 of the ROM.
Can this also be done with flashing 11.1.1 ROM ?
Click to expand...
Click to collapse
Have you used this method earlier in earlier versions
Hi @JerryGoyal need TWRP retention script which you have mentioned in your post, kindly share the link here
mermaidkiller said:
With rooted version 10.3.x I updated this way without any problems:
How to Update Your OnePlus 6 or 6T Without Losing Root — No Computer Needed
One of the biggest downsides to rooting is that it can be a pain to update every month with each new security patch. With other phones, you might have had to fully unroot the device, maybe flash a stock recovery, or potentially even flash all the factory images to get a new update. Thankfully...
oneplus.gadgethacks.com
* Download full stock rom (same as from OxygenUpdater), latest TWRP (now 3.5) and lastest Magisk (now 23.0) onto sdcard of device.
* Reboot into TWRP recovery
* Flash stock ROM and then TWRP without intermediate reboot
* Reboot into TWRP recovery again
* Flash Magisk
* Reboot normally.
I left all disabled system apps such as e.g. Youtube app, disabled. I did the update manually without using Oxygenupdater, the latter only for verifying the MD5 of the ROM.
Can this also be done with flashing 11.1.1 ROM ?
Click to expand...
Click to collapse
Which TWRP version and Magisk version did you use?
A very big thanks to you bro!
Before Updation:
--------------------
My OP6 info:
v 9.0.9
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
After Updation:
------------------
Now My OP6 info:
v11.1.1.1
TWRP: 3.2.3-x | blu_spark v9.91 (But its not accepting the password, so not decrypting)
Magisk: 23.0
Any suggestions regarding TWRP to work.
I have been using the same method for updating open betas. Now there is official november update.. Is it possible to update to official rom from open beta using this method without losing data and root?
Static-xy said:
Which TWRP version and Magisk version did you use?
Click to expand...
Click to collapse
Usually the latest (3.5 resp. 23).
So now I want to use the same way, by re-flashing TWRP (probably a newer version) after the new stock ROM, but before reboot.
@JerryGoyal kindly share twrp retention script and twrp link here which you used
JerryGoyal said:
I've been using below steps to update my OP6 while preserving root. Thought of sharing with you all
I've been using this method for all recent updates like 9.0.9 ->10.3.0->10.3.5->10.3.6->10.3.7->10.3.8->10.3.9->10.3.11->11.1.1.1
My OP6 info:
TWRP: 3.2.3-x | blu_spark v9.91
Magisk: 23.0
Steps:
enable system update app if it's disabled
nandroid backup (optional)
enable any disabled system apps like youtube
- download OTA updated zip: via Oxygen Updater App -> Full Update option
- Install it: System Settings -> Local Upgrade option (don't reboot).
- Once installed: go to Magisk -> run TWRP retention script from osm0sis (don't reboot).
- Again in Magisk, install magisk -> install to inactive slot (don't reboot yet).
- Then on modules list, disable all modules and then finally...
- Reboot, this reboot will take some minutes...
- after reboot, re enable all modules and everything will work perfectly.
The System Updater and Magisk do all the work, never ever once having to boot into recovery.
Click to expand...
Click to collapse
Thank you.
After the whole process is completed what to do with TWRP retention script module
should we uninstall it
Does the method in the OP work for updating from 11.1.1.1 to 11.1.2.2? Or is it only for updating from earlier versions of Oxygen to 11.x?
ashish1989 said:
After the whole process is completed what to do with TWRP retention script module
should we uninstall it
Click to expand...
Click to collapse
????
@JerryGoyal .
Hi, I am on OP6 on OOS version 10.3.5 with Magisk root version 21.4 and twrp recovery. Also XXX nolimts Rom installed. I have no issues with the current version of OOS, and have disabled the update with 'Xxx nolimits' rom. I am unable to use banking apps since the Magisk hide apparently doesn't work for them. Only 'phonepe' works till now, but it's only a matter of time when they behave like 'yono sbi' app too. I have heard that this is because of the safetynet check failure. I have tried installing the module 'universal safetynet fix' but it didn't work. I have an unlocked bootloader as well, I don't know if that is relevant. Please help.

Question LineageOS 19.1 + root with magisk: how to do that?

What's the best way, to install root with magisik on an a52q device?
The manual at https://topjohnwu.github.io/Magisk/install.html seems to describe how to install root with the official Samsung OS, but not with LineageOS?
And how can I update LineageOS regularly with staying root persistent?
Thanks!
redcarholder said:
What's the best way, to install root with magisik on an a52q device?
The manual at https://topjohnwu.github.io/Magisk/install.html seems to describe how to install root with the official Samsung OS, but not with LineageOS?
And how can I update LineageOS regularly with staying root persistent?
Thanks!
Click to expand...
Click to collapse
LineageOS, at least the PHH builds, already have root built in. Just install the Magisk app.
V0latyle said:
LineageOS, at least the PHH builds, already have root built in. Just install the Magisk app.
Click to expand...
Click to collapse
When I install the Magisk app, it says:
Installed: N/A
Zygisk: No
Ramdisk: Yes
When pressing the Install button, I'm asked for selecting and patching a file.
What I'm doing wrong? I use this manual: https://wiki.lineageos.org/devices/a52q/install
Flash Magisk in TWRP. No need to rename the extension, TWRP will flash apks.

Categories

Resources