Is it possible to install any app systemlessly - OmniSwitch in particular? - Magisk

Hello,
I'm a regular Magisk user from some time and for me it's main advantage is that all modification survive system updates. As both my devices (SGS 5 and Nexus 7 2013) are running LineageOS 14.1 updates are very frequent (usually every week) so it saves me lot of headaches. Unfortunately there is one app I'm using on regular basis, but it have no Magisk module.
So here is my question - is it possible to install any app systemlessly? If it is then please help me with that. I'm sure many user could be interested in doing that. App in question is OmniSwitch - fantastic app switcher with many features. App support thread is here and I'm using 7.1.1+ version. I think that App Systemizer module might be helpful but not sure of that and don't want to brick my devices. And OmniSwitch is a system app already...
Thanks in advance for every support.

darzur said:
Hello,
I'm a regular Magisk user from some time and for me it's main advantage is that all modification survive system updates. As both my devices (SGS 5 and Nexus 7 2013) are running LineageOS 14.1 updates are very frequent (usually every week) so it saves me lot of headaches. Unfortunately there is one app I'm using on regular basis, but it have no Magisk module.
So here is my question - is it possible to install any app systemlessly? If it is then please help me with that. I'm sure many user could be interested in doing that. App in question is OmniSwitch - fantastic app switcher with many features. App support thread is here and I'm using 7.1.1+ version. I think that App Systemizer module might be helpful but not sure of that and don't want to brick my devices. And OmniSwitch is a system app already...
Thanks in advance for every support.
Click to expand...
Click to collapse
I'm kinda new to doing magisk modules, so message if this doesn't work. (My RR ROM already has OmniSwitch, so I can't test if it works or not)
This module should do what you're asking, it will install the OmniSwitch (7.1.1+ ) as System priv app.
But it's probably easier (and just as safe) if you use App Systemizer module.

Thanks. Will try it after work. Do you think that App Systemizer should work?

darzur said:
Thanks. Will try it after work. Do you think that App Systemizer should work?
Click to expand...
Click to collapse
If the app needs only to be installed as System (either System app or System Priv-app), then it should work fine, I use App Systemizer for a few apps and never had any problems neither with the apps nor the module itself.

Just installed your zip and it seems to work perfectly fine. Will check if it'll survive OTA update in a cuple of days. Thank you very much for that.
BTW. Is there some how to about creating modules?
Wysłane z mojego Nexus 7 przy użyciu Tapatalka

darzur said:
Is there some how to about creating modules?
Click to expand...
Click to collapse
The official documentation: https://github.com/topjohnwu/Magisk/blob/master/docs/module_repo.md

darzur said:
Just installed your zip and it seems to work perfectly fine. Will check if it'll survive OTA update in a cuple of days. Thank you very much for that.
BTW. Is there some how to about creating modules?
Wysłane z mojego Nexus 7 przy użyciu Tapatalka
Click to expand...
Click to collapse
If your ROM supports Addon.d it should survive, Magisk automatically handles this readding the modules after the OTA if the ROM has support for addon.d

Related

[Module] [Discontinued] iYTBP for Magisk - Ad-Free YouTube with Background Play

Update - 11/28/2017
After recent events I've decided to discontinue this module.
You must now use the official stuff instead.
Thanks to everyone who made this possible!
Note: To avoid any issues within Magisk you must fully uninstall this module prior getting the official one.​
Disclaimer:
Code:
So yeah, I'm not responsible for any hardware damages,
device not booting up, data loss or whatever.
You must know what are you doing.
Backup everything important before flashing stuff!!
Background:
- Magisk allows us to get systemless root access, also to add modules to enhance our Android experience overall.
- YouTube Background Playback is (was?) a beloved Xposed module that nowadays is not possible to have in Nougat or above.
- There are already a couple of these modules here in XDA, but I decided to build my own and share it with you guys.
Requirements:
- Android 5.0+
- Rooted device.
- Magisk 14.0
- Magisk Manager 5.3.0
- To know your device's architecture.
Installation:
- Disable your current YouTube app in Settings (if any).
- Choose your architecture (ARM, ARM64, x86 or x64).
- Install within Magisk Manager (Magisk -> Modules -> "+" -> Choose downloaded zip from storage -> Reboot when prompted).
- Disable automatic Play Store updates. Or you can use @hinxnz's Detach mod to stop PS notifications once and for all.
- Profit!
Updating:
- Just flash again the module in Magisk/recovery and reboot.
Note:
All YouTube apks are no-dpi, so they are compatible with any screen size.
Bugs:
- Some users are reporting that after installing module and rebooting, YouTube is not there and module shows as "pending" in Magisk. Flashing in recovery fixes this in most cases.
- This module does not break SafetyNet, so don't try to hide it from any app or you may get errors.
- After flashing the module YouTube app does not show in drawer. Re-enabling app in Settings -> Apps might work.
- YouTube FC. Make sure your ROM does not theme the app itself, i.e. using Substratum. Disable theming and try again.
Credits:
@topjohnwu for developing Magisk.
@Master_T for his original iYTBP mod.
@ZaneZam, @Razerman and @laura almeida for their new "vanced" YouTube base APKs. Great work there!
@Gigobitto, @Rom and @DarkenVamp for their support in the Telegram group.
Download folders:
ARM: Android File Host, Mega
ARM64: Android File Host, Mega
x86: Android File Host, Mega
x64: Android File Host, Mega
Telegram group.
Telegram channel.
Github Source.
Current YouTube version is 12.45.56 for ARM and ARM64; 12.44.53 for x86 devices; 12.32.60 for x64 devices, all stock and black-themed.
m0yP said:
Disclaimer:
Background:
- Magisk allows us to get systemless root access, also to add modules to our setup to enhance the Android experience overall.
- YouTube Background Playback is (was?) a beloved Xposed module that nowadays is not possible to have in Nougat or above.
There are a couple of these modules already here in XDA, but I decided to build my own and share it with you guys.
- I will update the modules once new iYTBP releases become available.
- Hope you like it!
Requirements:
- Android 5.1+
- Rooted device.
- Magisk 12 and above.
- Magisk Manager 4 and above.
- To know your device's architecture.
Installation:
- Uninstall/deactivate any existing YouTube app.
- Choose your architecture (ARM, ARM64, x86, x64).
- Install within Magisk Manager.
- Reboot when prompted.
- Enjoy!
Bugs:
Not a bug per-se, but YouTube's base apk may be a couple of versions behind Play Store's one.
Play Store will ask for an update. If you update by this method, you will loose your current perks.
There are "fixes" for this, i.e. using Titanium Backup to detach the app from P.S., it may stop working after a while.
Credits:
@topjohnwu for creating Magisk.
@Master_T for his iYTBP app.
@vemacs for his AdFree YouTube Template for Magisk.
Downloads:
ARM devices
ARM64 devices
x86 devices
x64 devices
Source
Click to expand...
Click to collapse
Whats the version number of the YouTube app inside the module?
harpin14789 said:
Whats the version number of the YouTube app inside the module?
Click to expand...
Click to collapse
12.17.54
I'll add it to the OP.
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
12.17.54
I'll add it to the OP.
Click to expand...
Click to collapse
12.21.57 is out.
https://forum.xda-developers.com/showpost.php?p=72559981&postcount=1447
harpin14789 said:
12.21.57 is out.
https://forum.xda-developers.com/showpost.php?p=72559981&postcount=1447
Click to expand...
Click to collapse
I'll test them and update this accordingly.
m0yP said:
I'll test them and update this accordingly.
Click to expand...
Click to collapse
Sounds good! ?
after installing this Module, every app stopped working, had to remove it
DU 11.5 Oneplus 3T
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
vuP22 said:
after installing this Module, every app stopped working, had to remove it
DU 11.5 Oneplus 3T
Click to expand...
Click to collapse
Wow, thats weird. Did you install it via Magisk Manager?
urim225 said:
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
Click to expand...
Click to collapse
You're welcome! I will, stay tuned.
Could you update it to the latest version?
Wysłane z mojego MI 5 przy użyciu Tapatalka
harpin14789 said:
Sounds good!
Click to expand...
Click to collapse
urim225 said:
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
Click to expand...
Click to collapse
SkubiDoo said:
Could you update it to the latest version?
Wysłane z mojego MI 5 przy użyciu Tapatalka
Click to expand...
Click to collapse
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Sorry for my question but how can I install within magisk
hyewiz said:
Sorry for my question but how can I install within magisk
Click to expand...
Click to collapse
NP man. Just go to Modules and tap the "+". Look for the zip and reboot when prompted.
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Click to expand...
Click to collapse
Awesome
Perfect one awsm work
Excellent, it's magisk .
Thank you
My S7 crashes when I try to use background playback looked and it seems to be the system notification cant find the youtube.apk to get the icons. the screen locks up and then Youtube crashes every time.
Dentora said:
My S7 crashes when I try to use background playback looked and it seems to be the system notification cant find the youtube.apk to get the icons. the screen locks up and then Youtube crashes every time.
Click to expand...
Click to collapse
I'm sorry to read this. When the screen is on BP works?
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Click to expand...
Click to collapse
Hello, i test your last version, and an ads appear on the second opened video
Could there be a really reliable solution in order to eradicate all their lying ads ?

OxygenOS Open Beta 18 for the OnePlus 3

"Hello everyone,
This update gives you OnePlus Community App update and bug fixes.
Release notes for this Open Beta build:
Updated OnePlus Community App to V 1.9
Bug Fixes
Fixed occasional duplicate notifications
Fixed expanded screenshot duplicate stitches
Fixed app locker
Fixed inaccurate battery percentage
Fixed certain display issues with OnePlus Font
Fixed certain display issues in the weather app
Fixed camera occasionally unable to open
Fixed sending files with 3rd party apps via hotspot
Fixed inaccurate displayed network speed when activating hotspot
Please make sure you take a bit of time to fill out our survey on UX & UI here: https://goo.gl/forms/OvHAFhSItm7idDhB3.
And please remember to tell us about any bugs you may find using the bug report forums, found here. https://forums.oneplus.net/feedback/
Please note:
If you have already flashed an Open Beta (you are currently running the latest Open Beta) you will receive this new build as an OTA.
If you ARE NOT running open beta software and would like to, please refer to the flashing instructions and the full ROM found in the downloads page here: http://downloads.oneplus.net/
Once you migrate to the Beta path, you will continue to receive Open Beta OTAs. You will NO LONGER receive the regular Official Stable OTAs.
Moving back to the Official OTA path from the Beta path will require a full install and clean flash (FULL WIPE of all data and cache)
Please let us know how you feel about the beta builds here, we are watching."
GDrive Link - https://drive.google.com/file/d/0B9UeupRxu1D_VEkta1Z2WEFSazQ/view Thanks to @abhi0502
Google drive link please?
Hello folks, I'm so happy of OOS Open Betas that I'd take the plunge and return back to full stock (now I have unlocked bootloader and TWRP).
So, after having made a full backup on USB OTG, I'd go through these steps:
1) boot into fastboot mode and flash stock recovery via adb flash recovery recovery_op3.img
2) flash Open Beta 18 with adb sideload OnePlus3Oxygen_16
3) lock bootloader with fastboot oem lock
Is it correct? Is it enough?
Thanks!
Edit: nevermind, found a nice step-by-step guide.
TWRP does not want to install after update on beta18. Magisk does not pass SafatyNet
Wysłane z mojego ONEPLUS A3003 przy użyciu Tapatalka
djmarco83 said:
TWRP does not want to install after update on beta18. Magisk does not pass SafatyNet
Wysłane z mojego ONEPLUS A3003 przy użyciu Tapatalka
Click to expand...
Click to collapse
Enable Core Mode in Magisk to pass SafetyNet Google patched it
liam_davenport said:
Enable Core Mode in Magisk to pass SafetyNet Google patched it
Click to expand...
Click to collapse
It does not work on beta 18
Wysłane z mojego ONEPLUS A3003 przy użyciu Tapatalka
which files working for twrp and root?
Blu_Spark TWRP and Magisk beta v13.0 (96f8efc)
those are the files that gives you recovery and root.
Can not run normally ViperFX on beta 18
Worth Magisk Beta 13
On version ViperFX 2.5.0.5 everything is fine but does not handle the sound
Other versions of the same thing, or writes that the driver is not installed, or simply in the driver statistics writes problems
Advise how to get ViperFX to work, but at the same time that would work in the magic of SafetiNet
need OTA GUYS
When do you expect Android 7.1.2? Maybe next beta? Actually Idk if there's much difference between 7.1.1 and 7.1.2?
Is safety net passing for anyone with the latest magisk beta? It isn't for me. I've tried pretty much everything.
Twrp blu-spark 3.1.1.37 by eng syk.
Full wipe, clean flash. Everything works for me. Magisk v.12 works fine. I don't use safety net.
After flashing the rom, i reboot to recovery. Recovery, OK. After seting the rom, apps, i flash Magisk v.12 in recovery. OnePlus recovery shows up. I reflash 3.1.1.37 & it's ok.
Thank You.
kalpik said:
Is safety net passing for anyone with the latest magisk beta? It isn't for me. I've tried pretty much everything.
Click to expand...
Click to collapse
yes , on latest beta 13 safetynet passes ok
djmarco83 said:
It does not work on beta 18
Wysłane z mojego ONEPLUS A3003 przy użyciu Tapatalka
Click to expand...
Click to collapse
Works fine over here. You do have to sacrifice the use of modules though.
theduke7 said:
yes , on latest beta 13 safetynet passes ok
Click to expand...
Click to collapse
EVR_PR said:
Works fine over here. You do have to sacrifice the use of modules though.
Click to expand...
Click to collapse
I wonder what I'm doing wrong. I don't even have any modules. Let me try and flash everything again.
Edit: flashing everything again fixed it. Thanks for your help guys
how to change kernel to permissive from enforcing,,,
Which sound mod are you using guys? Could you please provide link? I tried some, but they didn't work as expected
SpartaKurd said:
Which sound mod are you using guys? Could you please provide link? I tried some, but they didn't work as expected
Click to expand...
Click to collapse
Arise.
Search it.
Sent from my ONEPLUS A3003 using Tapatalk

App Settings Module for Magisk?

hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
satand said:
hello,
i used the xposed module "app settings" version 1.13 with android marshmallow before i updated to nougat. this module enables you to change DPI, font scale, locale, force fullscreen, persist in memory, etc. on a per app basis.
here is a link to the module:
https://forum.xda-developers.com/xp...2014-05-14-t2437377/post63835421#post63835421
i have not found any possibility to get this working on nougat as there is no xposed for nougat and it seems there is no more custom rom with these options.
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Downgrade to marshmallow or write xposed for nougat. The first is easy, the second will make many people happy over here.
Sent from my ONEPLUS A3003 using Tapatalk
satand said:
is it possible to get this module working with magisk?
Click to expand...
Click to collapse
Just to clarify on the above response: No.
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
cobram3 said:
Thanks Op, I also would love to have App Settings equivalent on Magisk or stand alone. Turns my 6.44" Mi Max into a desktop chrome browser almost
Click to expand...
Click to collapse
It would be just ultra hard to code that, or just impossible.
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
satand said:
years ago (before xposed got famous) some custom roms (paranoid,...) had these functions.
i would go back to marshmallow only because of this missing features but there is no marshmallow rom for my new oneplus 5.
is it really impossible to get it working with magisk? the code itself (version 1.13) worked without any problems on marshmallow.
Click to expand...
Click to collapse
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
satand said:
thanks for your answer!
do you have more information about these "cumbersome scripts"? maybe it would work with tasker and a script per app.
i would be very happy...i like my smartphone much more with these features.
Click to expand...
Click to collapse
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Didgeridoohan said:
You'll need to manually edit files and apps and Magic Mount them with Magisk. Alternatively you could possibly do some things with some cumbersome scripts. Magisk can't change code of running apps, just replace/add already modified files and run scripts at boot.
In other words: No, IMO it's not worth the extreme hassle and you won't get the same thing as you would with Xposed.
Click to expand...
Click to collapse
Didgeridoohan said:
I wasn't gonna open up that can o' worms, but since you brought it up... :laugh:
Look up how to work with shell scripts. Tasker can run those (among other things). You could probably do some stuff with the resetprop tool as well (look here for details and syntax).
Don't expect miracles though...
Click to expand...
Click to collapse
thanks...but that is too high for me
Do we have a petition to develop this form? hahaha
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
bush911 said:
I would like to have app settings on magisk too. I just wanted to change the app local instead of globe settings.
Click to expand...
Click to collapse
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Thank you so much for the advice.
My phone is 1st generation Pixel with latest android, mgaisk installed. I will try to figure it out.
daniel_m said:
"App Locale 2" for Xposed can help you
And you can get Xposed systemlessly with Magisk.
Click to expand...
Click to collapse
Anybody have a suggestion - I'm looking to change the dpi of chrome app (8.1) without Xposed
Maybe this could help
https://joyofandroid.com/change-screen-resolution/

Magisk Modules to Replace XInsta and XposedEdge (Xposed Modules)

I'm getting rid of xposed because it causes not passing safety check and it's really effecting me right now. The only xposed modules I use are XInsta and XposedEdge. What are some replacements for these?
y2klol said:
I'm getting rid of xposed because it causes not passing safety check and it's really effecting me right now. The only xposed modules I use are XInsta and XposedEdge. What are some replacements for these?
Click to expand...
Click to collapse
Use Mod instagram GBinsta for replacing Xinsta.
Sent from my Redmi Note 3 using Tapatalk
GilaLuNdro said:
Use Mod instagram GBinsta for replacing Xinsta.
Click to expand...
Click to collapse
It's better to mod the official app rather than installing 3rd party app from a shady source
Its impossible because Magisk are not working same as Xposed.,,Magisk just meant to make everything that used to change the files in system into systemless.,,so it wont harm or modify the actual system files...while Xposed are like intercepting n injecting codes while the app or system working.,,or something like that...so its really much a different things between them...the only way to do like how u want is just find the modded version of your wanted app and use it.,,or u can just do the mod app yourself...
androidlover420 said:
It's better to mod the official app rather than installing 3rd party app from a shady source
Click to expand...
Click to collapse
Where can I get a modded official? Is it like youtube vanced?

[Module][UPDATED] AirAudio System-Audio Mode

What's good everyone!
I use the AirAudio app and pretty much enjoy streaming my music from services (such as Spotify) to any capable device at home, work or at my friend's house.
Now the module itself hasn't been updated and isn't compatible with the latest version of Magisk (v16), so I went ahead and made it compatible with it.
It'll be attached to this thread, simply download and install it manually.
I'll also try and upload it to the repository.
Note:
I am NOT affiliated with AirAudio.
I'm simply a user like you. I just noticed it's outdated and updated it.
Note for Moderators:
In case the actual AirAudio dev reaches out to you, let me know and feel free to close this thread.
In the meantime, I'd like users to use my updated module to use their app to the full extent.
--
Credits:
AirAudio Devs - AirAudio ; Original Magisk Module
topjohnwu - Magisk, Magisk template
Me? - Update
I have installed it in LOS 15.1. How to use it? Can't see an UI?
I loved!
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
karstensson said:
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
Click to expand...
Click to collapse
you have to use both together. This module allows the app to use the "system mode" from the app and get the sound directly internally to send it over the wlan. The other mode from air audio is much worse as it is has to play the sound over the speaker and record it over the microphone.
For me this Magisk package is working wonderful: just installing this module. Afterwards the app from the Playstore and voila: I am able to play music from my phone to most every wifi-based receivers. The app is worth every cent!
works on s9/s9+?
speckdeckel said:
works on s9/s9+?
Click to expand...
Click to collapse
It should work with any phone regardless because it depends onAirAudio itself.
knojap said:
I have installed it in LOS 15.1. How to use it? Can't see an UI?
Click to expand...
Click to collapse
There's no UI to it, it just enables the system-mode in AirAudio, yoiu'll have to check the app to see the option.
This module basically re-enables it.
Not working for me
Hello
I have a oneplus 6 running magisk 17.1
The module does not work for me. Airaudio never requests root privileges, is that the problem
Nope, that's why you use this module!
In the AirAudio app > Settings > System Audio button must be green.
Sent with much love & Android. OnePlus 5T
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
How do you downgrade I can't seem to find V2? Thanks
megatron_lives said:
How do you downgrade I can't seem to find V2? Thanks
Click to expand...
Click to collapse
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
gkornaks said:
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
Click to expand...
Click to collapse
Thank you very much. Where did you get this or do you have a backup?
megatron_lives said:
Thank you very much. Where did you get this or do you have a backup?
Click to expand...
Click to collapse
Got a backup.
gkornaks said:
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
Click to expand...
Click to collapse
I have today the same experience with my oneplus 6 under Oreo. Uninstall v3 and install v2: everything works as expected again in system mode.
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
funtax said:
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
Click to expand...
Click to collapse
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
gkornaks said:
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
Click to expand...
Click to collapse
The module should already be up to date now but I can't check it right now because my current device isn't rooted.
One user is reporting it's still not working but this might be related to another issue with Magisk.
Please check if v4+ is available inside Magisk Manager and contact me at [email protected] if you face any issues
I have same issuewith v4: reverting to v2 works.

Categories

Resources