Related
I am using:
1. Adaway after enabling systemless in magisk settings
2. Greenify4magisk - helpful in hibernating notification hungry and backgroung running application
Both safetynetcheck are green.
Cant find SELinux permissive module. Can someone help? Also what other modules are you using?
Aj.GaLaxY aCE said:
I am using:
1. Adaway after enabling systemless in magisk settings
2. Greenify4magisk - helpful in hibernating notification hungry and backgroung running application
Both safetynetcheck are green.
Cant find SELinux permissive module. Can someone help? Also what other modules are you using?
Click to expand...
Click to collapse
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Gcam freezes
_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Could you share that module, please? I added persist.camera.HAL3,enabled=1 to the build prop but the GCAM take a long time to open and even my stock camera. I don´t know what I am making wrong.
paqr28 said:
Could you share that module, please? I added persist.camera.HAL3,enabled=1 to the build prop but the GCAM take a long time to open and even my stock camera. I don´t know what I am making wrong.
Click to expand...
Click to collapse
You're doing it right, but there is a bug in Oreo, at the moment there is only one known workaround - set SELinux to permissive mode (for example with this or any other app/method). Gcam and stock camera will start fast in permissive mode.
Slow motion GCAM
_mysiak_ said:
You're doing it right, but there is a bug in Oreo, at the moment there is only one known workaround - set SELinux to permissive mode (for example with this or any other app/method). Gcam and stock camera will start fast in permissive mode.
Click to expand...
Click to collapse
Thank you, It finally works with SELinux to permissive, Did the Slow motion in gcam works for you? That is the only thing that doesn´t work for me.
paqr28 said:
Thank you, It finally works with SELinux to permissive, Did the Slow motion in gcam works for you? That is the only thing that doesn´t work for me.
Click to expand...
Click to collapse
Slow motion requires different media profile files, but when you replace them, stock camera will crash with slow mo mode.. As I never use this mode and I prefer fully working stock camera, I just let it be..
_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Couldyou please share your module? It works on oreo?
IronJacob said:
Couldyou please share your module? It works on oreo?
Click to expand...
Click to collapse
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Code:
persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
ro.qc.sdk.audio.fluencetype=fluencepro
ro.config.vc_call_vol_steps=14
ro.config.media_vol_steps=30
audio.safemedia.bypass=true
_mysiak_ said:
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Click to expand...
Click to collapse
Thank you very much
_mysiak_ said:
For SELinux changes you could use for example this app, very simple and you can quickly toggle it (for example to test if permissive still needed after next system update).
I used to use Greenify4magisk, but in fact it works completely fine even without it. In Oreo it might not be needed at all, system has quite good doze mode, I am getting below 0.2% of idle battery usage (vs. 0.5% on Nougat).
The only module which I use is the one which I made for myself (enable EIS, C2API, fix video recording sound, add more volume steps)
Click to expand...
Click to collapse
Fix video recording sounds? Is it bad?
_mysiak_ said:
Please find the module attached, it works for me on Oreo, no guarantees though
It adds these build.prop values:
Code:
persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
ro.qc.sdk.audio.fluencetype=fluencepro
ro.config.vc_call_vol_steps=14
ro.config.media_vol_steps=30
audio.safemedia.bypass=true
Click to expand...
Click to collapse
thank you man! to add or edit stuff in your module i can simply edit the system.prop file in your mod?
Also , i see you use "ro.qc.sdk.audio.fluencetype=fluencepro" while oher mod use "ro.vendor.audio.sdk.fluencetype=fluencepro", both valua are correct or other mod mistake this value?
riccetto80 said:
thank you man! to add or edit stuff in your module i can simply edit the system.prop file in your mod?
Also , i see you use "ro.qc.sdk.audio.fluencetype=fluencepro" while oher mod use "ro.vendor.audio.sdk.fluencetype=fluencepro", both valua are correct or other mod mistake this value?
Click to expand...
Click to collapse
Yes, you can edit system.prop to modify the values and reinstall the module to apply them. I used to be able to modify system.prop of already installed module in /magisk/module_name/system.prop file directly, but it stopped working for me - file doesn't get saved (not sure if related to Oreo).
"ro.qc.sdk.audio.fluencetype=fluencepro" was required in Nougat. In Oreo, the default value is indeed "ro.vendor.audio.sdk.fluencetype=none". However audio recording is fine as far as I can tell, so it either has been fixed by Xiaomi or "ro.qc.sdk.audio.fluencetype=fluencepro" is still working. Will check when I have more time for testing
Edit:I can't hear any difference between stock "ro.vendor.audio.sdk.fluencetype=none"; "ro.vendor.audio.sdk.fluencetype=fluencepro" and "ro.qc.sdk.audio.fluencetype=fluencepro". My guess would be that it has been fixed by Xiaomi in the January(?) Oreo update. Can anyone else confirm?
A question - if I have the EIS and HAL3 already activated as I have the Gcam previously installed I don't need to deactivate them in your module? Just install the module? What I want is the voice recorder. Or, shall I put to zero ("0") these values: persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
laotzy said:
A question - if I have the EIS and HAL3 already activated as I have the Gcam previously installed I don't need to deactivate them in your module? Just install the module? What I want is the voice recorder. Or, shall I put to zero ("0") these values: persist.camera.eis.enable=1
persist.camera.HAL3.enabled=1
Click to expand...
Click to collapse
You can keep them (Magisk merges build.prop changes from all modules), remove repeating lines or add comment sign "#" at the beginning of the line which you want to skip. The easiest way is to use module as it is, it should work without any issues..
Hello guys, anyone tried the Systemless Xposed for Oreo?
spithash said:
Hello guys, anyone tried the Systemless Xposed for Oreo?
Click to expand...
Click to collapse
Yes, many of us. It's working fine, but will break Safetynet.
These modules help me a lot everyday.
joeyhuab said:
These modules help me a lot everyday.
Click to expand...
Click to collapse
Pls Give link of Andromeda Enabler and all modules related with nav bar
sauru.660 said:
Pls Give link of Andromeda Enabler and all modules related with nav bar
Click to expand...
Click to collapse
Andromeda enabler: https://drive.google.com/open?id=1SwIza1UYLQrn0c6b0gS9zEV7p48YefKh
Soft keys only: https://drive.google.com/open?id=1kOrqcZRki8ZhEeGy8_AC515uXq6qjBkr
Navbar: https://drive.google.com/open?id=1mv1XkT_ElubR-hBUpXC2cmF7mYbplEXs
Enjoy.
joeyhuab said:
These modules help me a lot everyday.
Click to expand...
Click to collapse
Are you on Oreo or Nougat? If on Oreo, have you installed the latest update?
AT YOUR OWN RISK!!!
Requeriments:
- TWRP Recovery
- Xperia XZ2
- Sony stock Oreo firmware UP AND RUNNING
1 - Xposed Framework Fix:
1.1 - Download always the latest version of the fix available for your device/firmware (attached below)
1.2 - Reboot into Recovery (backup System partition, in case something goes wrong)
1.3 - Flash it
1.4 - Wipe Cache/Dalvik-Cache
1.5 - Reboot into System
2 - Xposed Framework Installation:
2.1 - Download official xposed-v90-sdk26-arm64-beta2.zip YEAH... BETA 2 (beta 3 also works, but I noticed random errors reported in logcat, not so often, but also some weird fcs)
2.2 - Reboot into Recovery
2.3 - Flash it
2.4 - Wipe Cache/Dalvik-Cache
2.5 - Reboot into System
2.6 - Install latest official Xposed Installer app (just in case)
What's Inside:
- Xposed Framework Installation Fix (patch)
- Super User Mod/Mode (patch)
Notes:
- This "fix" will only prepare your device to receive the official Xposed Framework, NOTHING ELSE
- Discussions/Questions about any specific xposed module DO NOT BELONG TO THIS THREAD
- If you get "Xposed is installed but not active" error message: Tap on the menu (3 points icon) in the action bar, and select "Quick restart" (grant it root permission if asked for)
FAQ:
- Will a specific xposed module work?
I DON'T KNOW
Special thanks:
- @rovo89 (Xposed Framework)
- @MartinX3 (TWRP Recovery and amazing support)
- @M-Rom (Original patch)
- @Klaus N. (XZ2 Testings)
Enjoy it!
Screenshots and Guide
Guide:
I NEED SOME SPARE TIME FOR THIS!
Changelog
v1.0 - 03/Jan/2019
- XZ2 H8216 (Customized CE1 51.1.A.11.51)
Awesome !!
testing it right now...
I can confirm, it works flawlessly, even with the latest Oreo firmwares! As recommended, I use the beta 2 of Xposed.
Sera, thanks a lot for sharing with us - another great job
What do I do if I have my Xz2 compact rooted with magisk?
Yoannjap said:
What do I do if I have my Xz2 compact rooted with magisk?
Click to expand...
Click to collapse
If you're on latest Oreo fw (.51) and have twrp recovery installed, just follow the instructions. And If so, please report back here later.
I'm planning to create a systemless version with a magisk module, so we don't need twrp to get it working. Stay tunned!
Edit: This ^^ does not seem like a good idea due to the startup queue of the magisk modules, but I'll check this out anyways when I have some spare time! Do not stay so tunned
Thanks Serajr. I'll try it in a few hours and report if it succeeds
serajr said:
If you're on latest Oreo fw (.51) and have twrp recovery installed, just follow the instructions. And If so, please report back here later.
I'm planning to create a systemless version with a magisk module, so we don't need twrp to get it working. Stay tunned!
Edit: This ^^ does not seem like a good idea due to the startup queue of the magisk modules, but I'll check this out anyways when I have some spare time! Do not stay so tunned
Click to expand...
Click to collapse
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
Will this help you to get rid of my poor, little TWRP? :crying:
MartinX3 said:
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
Will this help you to get rid of my poor, little TWRP? :crying:
Click to expand...
Click to collapse
Thanks bro... but no, it won't (unfortunately). It'd be in case the fix won't be necessary.
The fix itself must be present in the system way before magisk starts to do its bind mount task, otherwise system won't boot (in case user installs xposed framework magisk module).
The best thing to do in this case is staying with your excellent TWRP, and simply flash the zip
serajr said:
And If so, please report back here later.
Click to expand...
Click to collapse
Confirmed working for xz2c. Haven't had time to set up modules (need to go to birthday party now) after downgrade to Oreo. But flashing the Fix/framework went through without problems.
old.splatterhand said:
Confirmed working for xz2c. Haven't had time to set up modules (need to go to birthday party now) after downgrade to Oreo. But flashing the Fix/framework went through without problems.
Click to expand...
Click to collapse
Thanks for your feedback! :good:
Modules may indeed cause issues, so take care on which ones you install. Xposed log always shows us what's going on.
Most recent versions of FB Messenger app crashes due to conflicts with Xposed Framework. It has been reported on XDA.
This can be temporarily fixed using the october 27 version of Messenger: download here
Use this version (this is the latest working version) and do not update it (disable its autoupdate in the app and in Play Store app)
lol... master serajr I was waiting for your reply in private and missed this thread!
so wonderful I enabled now xposed also in my xz2c thanks to your fix, you are the man I love you!
now the phone is perfect... I have date in status bar, dt2s in lock screen, actions for navbar buttons, separate volumes, skip tracks etc etc etc
my friend you made my week!! :laugh::victory::highfive:
EDIT: someone would know how to make a xposed module to make the quicksettings panel white? (like oreo stock and better matching white settings app for example )
nreuge said:
Most recent versions of FB Messenger app crashes due to conflicts with Xposed Framework
Click to expand...
Click to collapse
Really? How can I reproduce that here?
I don't use FB, but for testings purposes I installed both FB and FB Messenger from Google Play (latest versions) and got no errors/crashes/fc (my wife logged in the apps). Ofc I don't have any FB related xposed module installed.
FcukBloat said:
lol... master serajr I was waiting for your reply in private and missed this thread!
so wonderful I enabled now xposed also in my xz2c thanks to your fix, you are the man I love you!
now the phone is perfect... I have date in status bar, dt2s in lock screen, actions for navbar buttons, separate volumes, skip tracks etc etc etc
my friend you made my week!! :laugh::victory::highfive:
EDIT: someone would know how to make a xposed module to make the quicksettings panel white? (like oreo stock and better matching white settings app for example )
Click to expand...
Click to collapse
Glad to know you enjoyed it :good:
Regarding white System UI theme, I created a magisk module instead of xposed one (attached below):
serajr said:
Glad to know you enjoyed it :good:
Regarding white System UI theme, I created a magisk module instead of xposed one (attached below):
Click to expand...
Click to collapse
you are simply the best mate! :victory: much better now!
just sent you a small donation you deserve it hope it will be enough for a couple of caipirinhas! :highfive:
FcukBloat said:
you are simply the best mate! :victory: much better now!
just sent you a small donation you deserve it hope it will be enough for a couple of caipirinhas! :highfive:
Click to expand...
Click to collapse
Thank you for the kindness bro! Time to get drunk then
serajr said:
Glad to know you enjoyed it :good:
Regarding white System UI theme, I created a magisk module instead of xposed one (attached below):
Click to expand...
Click to collapse
Can't you also create something that activates the complete dark ui...? ?
Yes if you create a complete dark UI (for notifications of apps and parameters, you would be the best)!
Dreaming***
Hi,
with pleasure I share the module for center/right clock in the status bar, the module is created by @Tulsadiver, tested by me on Oneplus 7 Pro with firmware version as specified file name.
ESSENTIAL PREREQUISITE: BEFORE INSTALLING THE MOD, IT IS NECESSARY TO INSTALL, IF NOT PRESENT, THE "OVERLAY MOUNT FIX" MODULE BY @Zackptg5 DOWNLOADABLE FROM MAGISK MANAGER, WITHOUT THIS THE CLOCK MODULE WILL NOT WORK!
It is a magisk module and I want to repeat that it can only be used on Oneplus 7 Pro.
The module can only be used with the firmware release indicated in the file name, it will be my commitment to update the thread with the release of future updates.
I'm trying it and it doesn't seem to show any problems but I still recommend making a backup before trying it.
To remove the mod, simply uninstall the module using magisk manager or, if this is not usable, from recovery twrp, using the file manager deleting the module "OP7_VrThemer_OPSystemUI" that you find at the following path:
/data/adb/modules
Update: How to remove the module in case of failure (procedure valid for any magisk module):
Turn off the phone by pressing and holding the power button for a few seconds.
Turn the phone back on.
After the "Bootloader Unlocked" warning appears, press and hold down the "Volume up" and "Volume down" keys at the same time, until the startup animation appears.
The phone will boot correctly but will be operating in "Safe mode".
Now restart your phone normally.
The phone will boot in standard operating mode but with all magisk modules disabled.
Remove the magisk module that caused the problem and enable your other modules and reboot one last time.
The phone operating as if nothing had happened
My biggest, massive, THANKS go to @Tulsadiver, for sending me his xml file with the modifications necessary to obtain the movement of the clock and for passing me Its VRThemer module, without your help I could not have avoided the bootloop ... I can say that the mod is all from @Tulsadiver, the mod is all the result of his work and his expertise, I have only been a tester and shared his fantastic work with you.
Thanks also to @dladz, for giving me his support and advice!
Attention each module you find in this post is specific to the firmware indicated in the file name, with each new firmware it will be my concern to release the new updated module.
Flashing always at your own risk!!!
To be installed only with Magisk Manager, if installed by TWRP it does not work.
Please read all indications before proceeding with the installation, module has been tested and is working on the OxygenOS 10 and OxygenOS 11 based firmware, NOT tested with other firmware and non-OxygenOS based roms.
P.S. To complete the information, I have not had the opportunity to try the same module with other firmware versions, it could work but I have no way of knowing, if you decide to try remember that it should only be used on Oneplus 7 Pro with firmware OxygenOS 10 and OxygenOS 11 and that you do at your own risk. I test the module with the firmware specified in the file name before publishing it, if it is here for you it means that it has not given me any problems.
Flashing always at your own risk!!!
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
a63548 said:
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
Click to expand...
Click to collapse
Check your pm
You should post the right clock as well
Just a humble request, can you create a telegram group to support and test your module, it will be faster
a63548 said:
This sounds awesome. Thank you very much. I know it's a lot to ask, but would you be able to make a version that moves the clock to the right? That would be truly amazing if at all possible
Click to expand...
Click to collapse
mholloway said:
You should post the right clock as well
Click to expand...
Click to collapse
work in progress...stay tuned
Added to the first post mod for right clock and updated the module for center clock (if you want to update remove the old release, restart and install the new one).
I await your feedback.
Thanks to @Tulsadiver for his patience in supporting me and for his great availability!
New update of the "center clock" module, fixed clock displayed in the lockscreen defect, I recommend removing those installed up to now and replace with the latter released
Thanks for the mod. I tried the right clock mod but it did not work. Just to be fair, I tried on stable OS 10.3.5 and NOT on beta OS. Mod installed w/o any errors and I can see this mod installed in the Magisk Manager but clock is still on the left side. Rebooted twice, still no go. May be the beta 18 OS is the only OS that support this module. Keep up the good work. Thanks.
Gr8man001 said:
Thanks for the mod. I tried the right clock mod but it did not work. Just to be fair, I tried on stable OS 10.3.5 and NOT on beta OS. Mod installed w/o any errors and I can see this mod installed in the Magisk Manager but clock is still on the left side. Rebooted twice, still no go. May be the beta 18 OS is the only OS that support this module. Keep up the good work. Thanks.
Click to expand...
Click to collapse
Sorry my mistake, try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
The overlay mount fix module is necessary for the mod to work and I forgot to write it, sorry.
I await feedback
Installed right clock on beta 18,not working.
Magisk 20.04
Magisk manager 8.0.2
mholloway said:
Installed right clock on beta 18,not working.
Magisk 20.04
Magisk manager 8.0.2
Click to expand...
Click to collapse
Try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
I await feedback
dianoandr said:
Try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
Click to expand...
Click to collapse
That worked
mholloway said:
That worked
Click to expand...
Click to collapse
My mistake, sorry to you and everyone, I have the "overlay mount fix" module installed by default in my phone and I have not taken into account that it is necessary for the module to work...sorry again
dianoandr said:
Sorry my mistake, try like this:
Remove the right clock module
Restart
Install "Overlay mount fix" module by @Zackptg5 from magisk manager
Restart
Reinstall the clock module
The overlay mount fix module is necessary for the mod to work and I forgot to write it, sorry.
I await feedback
Click to expand...
Click to collapse
I know it worked for someone else but it really messed up my phone. Phone boots fine but screen is dark i.e. no display anymore. I am on OS 10.3.5 and the current Magisk 20.4. I'll use the fast boot zip when I get home to bring the phone back to life. Thanks!
Gr8man001 said:
I know it worked for someone else but it really messed up my phone. Phone boots fine but screen is dark i.e. no display anymore. I am on OS 10.3.5 and the current Magisk 20.4. I'll use the fast boot zip when I get home to bring the phone back to life. Thanks!
Click to expand...
Click to collapse
Go to recovery, with the integrated file manager function, delete the module "OP7_VrThemer_OPSystemUI" that you find at the following path: /data/adb/modules and reboot
dianoandr said:
Go to recovery, with the integrated file manager function, delete the module "OP7_VrThemer_OPSystemUI" that you find at the following path: /data/adb/modules and reboot
Click to expand...
Click to collapse
That did the trick. Thanks for your help. My phone came back to life and working fine
So, is it safe to say that right side clock module only work with OS 18 beta and not the latest stable OS 10.3.5?
Thanks again for your help.
Gr8man001 said:
That did the trick. Thanks for your help. My phone came back to life and working fine
So, is it safe to say that right side clock module only work with OS 18 beta and not the latest stable OS 10.3.5?
Thanks again for your help.
Click to expand...
Click to collapse
Happy it's back to normal, it's a trick to keep in mind for emergency situations.
The change itself is the same for all versions of oxygenos based on android 10, it probably changes something else in the apk and as a consequence the .xml file compiled with the mod, crashes your opsystemui.
I sent you a p.m.
I can confirm that mod works fine on Beta 19 as well? Thanks
Gr8man001 said:
I can confirm that mod works fine on Beta 19 as well Thanks
Click to expand...
Click to collapse
Great news, however as soon as I update my phone, I check that there are no major changes related to the apk and eventually update the modules to avoid instability.
I upgraded to Android 11 (Oct 2020 stable) a couple of days ago. I have never been more disappointed in an Android release. My phone freezes constantly and the only way out is a hard reboot. Sometimes it takes 5-6 reboots before the phone behaves normally. There are lots of threads on Google forums where people are facing the same issue on different pixel models, so it looks like an issue with the OS and not the phone. I would like to go back to Android 10 and preferably save my data. I have a rooted phone. Can I follow the same steps that I performed to upgrade - https://www.youtube.com/watch?v=fYib1WNr2I8?? Thanks!
slvrhwk said:
I upgraded to Android 11 (Oct 2020 stable) a couple of days ago. I have never been more disappointed in an Android release. My phone freezes constantly and the only way out is a hard reboot. Sometimes it takes 5-6 reboots before the phone behaves normally. There are lots of threads on Google forums where people are facing the same issue on different pixel models, so it looks like an issue with the OS and not the phone. I would like to go back to Android 10 and preferably save my data. I have a rooted phone. Can I follow the same steps that I performed to upgrade - https://www.youtube.com/watch?v=fYib1WNr2I8?? Thanks!
Click to expand...
Click to collapse
No, downgrading requires a wipe (factory image with -w intact).
slvrhwk said:
I upgraded to Android 11 (Oct 2020 stable) a couple of days ago. I have never been more disappointed in an Android release. My phone freezes constantly and the only way out is a hard reboot. Sometimes it takes 5-6 reboots before the phone behaves normally. There are lots of threads on Google forums where people are facing the same issue on different pixel models, so it looks like an issue with the OS and not the phone. I would like to go back to Android 10 and preferably save my data. I have a rooted phone. Can I follow the same steps that I performed to upgrade -
?? Thanks!
Click to expand...
Click to collapse
I am assuming you are rooted? Are you using systemless hosts module and Adaway? That causes what you are describing...there is a bug in one of them.
Uninstall Adaway and the Systemless Hosts module if so.
TonikJDK said:
I am assuming you are rooted? Are you using systemless hosts module and Adaway? That causes what you are describing...there is a bug in one of them.
Uninstall Adaway and the Systemless Hosts module if so.
Click to expand...
Click to collapse
Yes, I'm using Adaway and Systemless Hosts module. Cool, I'll delete it. Any other way to run adblock currently?
Thanks a ton, btw! This really helps!
Edit: I uninstalled Adaway. But I'm running the canary version of Magisk and when I go to settings, there's no option to delete Systemless Hosts module. There is a button "Systemless Hosts" and when I click on it, it says 'Added systemless module for adblock apps'. How do I delete it?
slvrhwk said:
Yes, I'm using Adaway and Systemless Hosts module. Cool, I'll delete it. Any other way to run adblock currently?
Thanks a ton, btw! This really helps!
Click to expand...
Click to collapse
Check out this thread.
https://forum.xda-developers.com/pixel-3-xl/help/rooted-pixel-3-xl-frequently-freezes-t4164793/page5
slvrhwk said:
Yes, I'm using Adaway and Systemless Hosts module. Cool, I'll delete it. Any other way to run adblock currently?
Thanks a ton, btw! This really helps!
Edit: I uninstalled Adaway. But I'm running the canary version of Magisk and when I go to settings, there's no option to delete Systemless Hosts module. There is a button "Systemless Hosts" and when I click on it, it says 'Added systemless module for adblock apps'. How do I delete it?
Click to expand...
Click to collapse
One way to delete it would be to create a file called remove in the systemless host directory in /data/adb/modules/, and reboot. I don't have that module, so I don't know what the directory name is.
An alternative to AdBlock is Settings, Network & Internet, Private DNS. Set Private DNS provider hostname to dns.adguard.com.
I'm on latest Firmware Rooted Using Magisk. Safety net failure even after Trying every fix modules hide options and what not. Kindly help.
It appears to be an issue with the newest release of the Magisk (the patch, not the app).
I can confirm mine was passing until installing an update to Magisk. After booting, it failed with or without the fix.
Found a fix on a telegram page, give full credits to modulesrepo and TeamFiles for finding this method.
-- Open Magisk and Flash Riru Core, But do not reboot.
-- Go back and flash Lsposed in magisk & reboot your device.
-- Now install XPrivacyLua apk
-- Open Lsposed and go to modules section and choose XPrivacyLua from there.
-- Select system framework, Settings storage and Google Play services there.(Uncheck the system apps from hide section settings for Play services to show up)
-- Reboot your device
-- Open XPrivacyLua and search google play services, click drop down menu in left of play services and tick 'use tracking' as shown in the screenshot.
-- Tick 'use tracking' on banking apps too and clear data of them after ticking
-- Now clear play services and play store data through your phone's settings.
-- Hide magisk and change name of magisk
-- Your Safetynet Should Pass Now!
Came across that a few days ago, but it seemed excessive.
[2023 FIX] Fix Magisk CTS Profile False Error - Bypass Safetynet
Magisk CTS Profile False Error is now popping up on almost everyone's device since Google made some changes in March. To Bypass Safetynet...
droidholic.com
Madbullben said:
Found a fix on a telegram page, give full credits to modulesrepo and TeamFiles for finding this method.
-- Open Magisk and Flash Riru Core, But do not reboot.
-- Go back and flash Lsposed in magisk & reboot your device.
-- Now install XPrivacyLua apk
-- Open Lsposed and go to modules section and choose XPrivacyLua from there.
-- Select system framework, Settings storage and Google Play services there.(Uncheck the system apps from hide section settings for Play services to show up)
-- Reboot your device
-- Open XPrivacyLua and search google play services, click drop down menu in left of play services and tick 'use tracking' as shown in the screenshot.
-- Tick 'use tracking' on banking apps too and clear data of them after ticking
-- Now clear play services and play store data through your phone's settings.
-- Hide magisk and change name of magisk
-- Your Safetynet Should Pass Now!
Click to expand...
Click to collapse
Thanks a lot, But thats a lot of modules for a phone without TWRP right now ....
I kept getting a failure error as well but now it's all good follow the instructions and links from this video. You don't have to follow the entire instructions you can skip to the part for the magisk safety net module and info
Now clear play services and play store data through your phone's settings ? how to do it ?
Deleted, posted in wrong thread, oops
Madbullben said:
Thanks! Really appreciated that you did this! The new chat bubbles are a good idea in theory but they are so bad and so much worse than the old chat heads and it was driving me crazy with the new chat bubble so this is amazing!
Click to expand...
Click to collapse
Did you make a wrong turn?
Did the fix. Safety net passes, Hulu and Disney+ work, but not Netflix
edit: got it working. restarting the first time didn't fix it, but the 2nd time did for some reason.
TiklMiPickles said:
Did the fix. Safety net passes, Hulu and Disney+ work, but not Netflix
edit: got it working. restarting the first time didn't fix it, but the 2nd time did for some reason.
Click to expand...
Click to collapse
Which one worked ?
Post #3 - The list or the video in Post #6 ?
JazonX said:
Which one worked ?
Post #3 - The list or the video in Post #6 ?
Click to expand...
Click to collapse
The video redirects to the latest canary build, so that is going to be broken.
twistedumbrella said:
The video redirects to the latest canary build, so that is going to be broken.
Click to expand...
Click to collapse
Loud and clear.
If no other option comes up, I will go with the guide with Riru.
It's a huge risk tbh, because ROG 5 doesn't have TWRP yet to revert if anything goes bad.
JazonX said:
Loud and clear.
If no other option comes up, I will go with the guide with Riru.
It's a huge risk tbh, because ROG 5 doesn't have TWRP yet to revert if anything goes bad.
Click to expand...
Click to collapse
Yeah. I'm waiting on the module to work. It's been converted to Riru, but both beta and canary builds of Magisk still fail. I haven't tested the stable one.
The one in the video works fine for me tho. Didn't work at first but for whatever magic reasons everything was fine after some restarts
twistedumbrella said:
Yeah. I'm waiting on the module to work. It's been converted to Riru, but both beta and canary builds of Magisk still fail. I haven't tested the stable one.
Click to expand...
Click to collapse
Just checked his github, sadly the latest version 2.1.0 seems to fix the issue - But it's a paid mod now.
Github has only 2.0.0 where the CTS still fails.
JazonX said:
Just checked his github, sadly the latest version 2.1.0 seems to fix the issue - But it's a paid mod now.
Github has only 2.0.0 where the CTS still fails.
Click to expand...
Click to collapse
It's not a paid mod. Only early access is paid - just wait until the developer releases it via github
twistedumbrella said:
Did you make a wrong turn?
Click to expand...
Click to collapse
Yep oops sorry about that
twistedumbrella said:
Yeah. I'm waiting on the module to work. It's been converted to Riru, but both beta and canary builds of Magisk still fail. I haven't tested the stable one.
Click to expand...
Click to collapse
As we don't have twrp, if something does fail can't we just use fastboot and flash the device again?
Madbullben said:
As we don't have twrp, if something does fail can't we just use fastboot and flash the device again?
Click to expand...
Click to collapse
Raw firmware can fix almost anything. Factory reset can fix the rest.