Magisk General Support / Discussion

Search This thread

zgfg

Senior Member
Oct 10, 2016
8,986
6,725
Redmi K20 / Xiaomi Mi 9T
Xiaomi Mi 11 Ultra
Am I right I assuming?
Blacklist mode = hide apps blacklisted from every other app that asks for an applist
Whitelist mode = do not give an applist (or give an empty applist) to any app in the Whitelist
Whitelist (I don't have a template) as on my screenshot

Blacklist, with Blacklist template, as described in the HMA Guide thread (actually, it's OP post #1 now points to the HMA Guide on GitHub)
 
  • Like
Reactions: ipdev

Robbo.5000

Senior Member
Whitelist (I don't have a template) as on my screenshot

Blacklist, with Blacklist template, as described in the HMA Guide thread (actually, it's OP post #1 now points to the HMA Guide on GitHub)
Ok thanks and thanks to @pndwal also. I've installed it and got it configured. Everything's working fine and no more freezing and unfreezing apps.
 

Spartacus500

Senior Member
Nov 6, 2014
690
135
My device:
Xiaomi RN8T stock A11 MIUI
Magisk Canary 25209
Latest Shamiko public release (for proper root hiding]
[LSPosed Hide My AppList, but not needed for this app]

This app is detecting OEM unlocking when enabled in Developer options (even if enabled with developer options disabled)... With the above setup I get:
View attachment 5872335
With OEM unlocking disabled:
View attachment 5872341
... It's not detecting USB debugging or Developer Options itself...

I have disabled OEM unlocking on my device and rebooted and all is fine... While I believe this is normally safe with the important exception of Magisk use with relocked bootloader (ie. with custom keys set to allow relocking with custom mods incl. Magisk etc), I'm not certain of this... Others may like to verify the safety of disabling OEM unlocking with normal (unlocked device) Magisk use...

The App can be used by disabling OEM unlocking before a reboot however, so you can always enable it again before a reboot...

Hope this fixes your issue! 👍 PW
OEM Unlocked and OEM Locked on Samsung S7 9.0 nothing helps for Yes bank, it seems to detect invalid certificate 🤔
 

Attachments

  • Screenshot_20230326-195346_YES Bank.jpg
    Screenshot_20230326-195346_YES Bank.jpg
    412.2 KB · Views: 55
  • 20230326_203408.jpg
    20230326_203408.jpg
    175.7 KB · Views: 55
  • Like
Reactions: pndwal

kullurumanoj

Senior Member
Aug 10, 2014
55
22
Hyderabad
My device:
Xiaomi RN8T stock A11 MIUI
Magisk Canary 25209
Latest Shamiko public release (for proper root hiding]
[LSPosed Hide My AppList, but not needed for this app]

This app is detecting OEM unlocking when enabled in Developer options (even if enabled with developer options disabled)... With the above setup I get:
View attachment 5872335
With OEM unlocking disabled:
View attachment 5872341
... It's not detecting USB debugging or Developer Options itself...

I have disabled OEM unlocking on my device and rebooted and all is fine... While I believe this is normally safe with the important exception of Magisk use with relocked bootloader (ie. with custom keys set to allow relocking with custom mods incl. Magisk etc), I'm not certain of this... Others may like to verify the safety of disabling OEM unlocking with normal (unlocked device) Magisk use...

The App can be used by disabling OEM unlocking before a reboot however, so you can always enable it again before a reboot...

Hope this fixes your issue! 👍 PW
So, disabling the oem unlocking worked for me. Will that the be an issue if I reboot my device?
No warning or error whatsoever (Magisk Delta, Zygisk and SuList, App data isolation and Reset sensitive props - with Developer options, OEM Unlocking, USB Debugging and Accessibility enabled)

Cannot proceed (not having the account)
Installing safetynet sensitive prop module worked for me. Thanks all for the help!
 

pndwal

Senior Member
I believe that is wrong: "/data/adb" isn't mounted, it just is.
Magisk Magic Mask (overlay) works when "module files are magic mounted".
https://topjohnwu.github.io/Magisk/details.html#post-fs-data 😉

Modules are mounted as /system overlays to function... Specifically module directories as
system <--- This folder will be mounted if skip_mount does not exist
https://topjohnwu.github.io/Magisk/guides.html#magisk-modules

Other files are mounted too:
https://topjohnwu.github.io/Magisk/details.html#paths-in-magisk-tmpfs-directory

So if content in /data/adb is not mounted, Magisk (Mask) is not working...
If you believe that "/data/adb" is mounted, then from where do you believe it is mounted?
Use
Magisk --path to print Magisk tmpfs mount path

Incidentally, much refactoring of Magisk mount is being done ATM... We recently got:
Refactor magic mount to support overlayfs
and other commits will ensure better module compatibility incl. proper ability to systemlessly remove directories etc...

🤠PW
 
Last edited:

pndwal

Senior Member
That's not correct. The folder /data/adb does always exist on all Android distributions. But its content will be "erased" (or will not be mounted) without a Magisk patched boot.img. Booting a stock boot.img will result in a empty /data/adb folder.
Some systems (ROMs) may sanitize this location much as they do with/system files at boot time, but most do not AFAIK...

/data/adb content is generally preserved even with stock boot.img loaded, and many of us rely on this for module and configuration survival... Booting a stock boot.img will generally not result in an empty /data/adb folder... 🙃 PW
 
  • Like
Reactions: J.Michael

dcarvil

Senior Member
Apr 20, 2016
674
374
I believe that is wrong: "/data/adb" isn't mounted, it just is.

If you believe that "/data/adb" is mounted, then from where do you believe it is mounted?
~ $ mount | grep adb
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
/dev/block/dm-0 on /apex/com.android.adbd type ext4 (ro,relatime,seclabel)
/dev/Zcr/.magisk/block/system_root on /system/bin/badblocks type ext4 (ro,relatime,seclabel)
~ $
 

pndwal

Senior Member
Zero (like not enabled)

I think, it's due to Reset sensitive props module
So that would explain it anyway... Something is forcing sys.oem_unlock_allowed = 0 regardless of Developer option setting...

On my device I get sys.oem_unlock_allowed = 1 as soon as OEM unlocking is enabled in Developer options...

As I mentioned, this forced prop was considered for USNF but rejected due to producing misleading Developer option state:
https://github.com/kdrag0n/safetynet-fix/pull/240#issuecomment-1368867689

@huskydg originally cautioned against this, but some module may be doing that, what he suggested here
https://github.com/kdrag0n/safetynet-fix/pull/240#issuecomment-1368497042
or other...

One instance where such a misleading Developer option state could be disastrous is if a user (especially Pixel or OnePlus) re-locks bootloader with custom mods and custom keys, eg using avbroot script w/ Magisk... Whether mislead by false Developer options or not, you know of this case where a member recently hardbricked Pixel 6 Pro with no known way to recover:
https://forum.xda-developers.com/t/...third-party-magisk-fork.4460555/post-88327781

😶 PW
 

zgfg

Senior Member
Oct 10, 2016
8,986
6,725
Redmi K20 / Xiaomi Mi 9T
Xiaomi Mi 11 Ultra
Magisk Delta with SuList, no need to prepare anything before testing

Finding only ReVanced YT (module) - first screenshot, second with RV disabled

Edit: Download from Magikisune
 

Attachments

  • Screenshot_2023-03-28-08-54-39-319_io.github.huskydg.memorydetector.jpg
    Screenshot_2023-03-28-08-54-39-319_io.github.huskydg.memorydetector.jpg
    266.7 KB · Views: 96
  • Screenshot_2023-03-28-08-44-51-347_io.github.huskydg.memorydetector.jpg
    Screenshot_2023-03-28-08-44-51-347_io.github.huskydg.memorydetector.jpg
    164 KB · Views: 95
  • Screenshot_2023-03-28-09-53-03-661_org.telegram.messenger.jpg
    Screenshot_2023-03-28-09-53-03-661_org.telegram.messenger.jpg
    673.8 KB · Views: 91
Last edited:

Mrbally123

New member
Mar 28, 2023
1
0
I use Magisk to hide the rooted status for an app, on my samsung a21s, after the process my sim card shows emergency calls only
 

J.Michael

Recognized Contributor
Jan 20, 2018
1,827
2,084
Samsung Galaxy Tab A series
I use Magisk to hide the rooted status for an app, on my samsung a21s, after the process my sim card shows emergency calls only
Is there any way to test whether it can really make an emergency call without actually making an emergency call?

Did you add the name of the app to a list, like Hide List, Deny List,...? Are you using HMA? Did you add the app to HMA's list?

What I am really working towards is, did you maybe add other, especially system, apps to a list? You probably shouldn't.
 

Top Liked Posts

  • 4
    I'm still not sure if /system/(x)bin was writable on the official Magisk v25 and earlier, or it was specific to Delta (since HuskyDG worked on a module for dynamical mounting during the run-time)

    Nevertheless, about the second part - it's not only good that when you boot without Magisk all mounts/changes will be gone but that is also necessary for new devices - originally released with A11, where SAR (all System paths) are read-only on the file system level (hence even with root, you could not change them). Therefore, temporary mounting can only work

    You can inspect your /vendor/etc/fstab to see if /system or / are defined as "ro"

    Btw, in that case, size of the SAR is full up to the last block (only few KBs might be unused) - hence even if it would be writable (on the file system level) nothing additional could be stored

    Eg, (system/)/etc/hosts file with blocking domains for ad sites would not fit (no space left on /system) - and that's why Systemless hosts is also needed
    Pixel 3aXL
    Lineage 19.1 (20230603)
    OpenGApps 12L (nano?)
    Magisk - Current version.

    I ran your test script.
    I thought it might work on Lineage.
    Sorry to say it did not. 😞

    ---

    Custom ROMs that do not include GApps, leave extra room in system for GApps.
    Size of the rom and the installed gapps package, determines how much free space you have left in system.

    AdAway in root-mode, will write to system/etc/hosts but, the file will be truncated if you run out of free space.
    The updated hosts file will remain even if you boot a non-Magisk patched boot image.

    Magisk patched boot image.
    Code:
    [[email protected] 3aXL]$ adb shell
    bonito:/ $ magisk -c
    5e2ef1b7f-ip:MAGISK:R (26102)
    bonito:/ $ su -c ls -la /data/adb/modules/
    total 30
    drwxr-xr-x 10 root root 3488 2023-06-04 11:48 .
    drwx------ 11 root root 3488 2023-06-04 11:48 ..
    drwxr-xr-x  3 root root 3488 2023-06-04 11:46 busybox-ndk
    drwxr-xr-x  2 root root 3488 2023-06-03 17:45 iReddit
    drwxr-xr-x  2 root root 3488 2023-05-27 10:39 iyt
    drwxr-xr-x  2 root root 3488 2023-05-27 12:54 iytm_arm64
    drwxr-xr-x  3 root root 3488 2023-06-04 11:48 nano-ndk
    drwxr-xr-x  3 root root 3488 2023-04-22 18:03 safetynet-fix
    drwxr-xr-x  5 root root 3488 2023-04-24 18:40 zygisk_lsposed
    drwxr-xr-x  3 root root 3488 2023-06-04 11:48 zygisk_shamiko
    bonito:/ $ 
    bonito:/ $ ls -la /system/etc/hosts
    -rw-r--r-- 1 root root 287489 2023-06-04 13:58 /system/etc/hosts
    bonito:/ $ cat /system/etc/hosts | grep "#"
    # This hosts file has been generated by AdAway on: 2023-06-04 13:58:55
    # Please do not modify it directly, it will be overwritten when AdAway is applied again.
    # This file is generated from the following sources:
    # - AdAway official hosts:https://adaway.org/hosts.txt
    # - Pete Lowe blocklist hosts:https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
    bonito:/ $ exit
    Stock boot image.
    Code:
    [[email protected] 3aXL]$ adb reboot bootloader; fastboot boot 20230603/boot-lineage-19.1-20230603-nightly-bonito-signed.img
    < waiting for any device >
    Sending 'boot.img' (65536 KB)                      OKAY [  2.755s]
    Booting                                            OKAY [  6.935s]
    Finished. Total time: 9.739s
    [[email protected] 3aXL]$ adb shell
    bonito:/ $ magisk -c
    /system/bin/sh: magisk: inaccessible or not found
    127|bonito:/ $ su -c ls -la /data/adb/modules/
    /system/bin/sh: su: inaccessible or not found
    127|bonito:/ $ ls -la /system/etc/hosts
    -rw-r--r-- 1 root root 287489 2023-06-04 13:58 /system/etc/hosts
    bonito:/ $ cat /system/etc/hosts | grep "#"
    # This hosts file has been generated by AdAway on: 2023-06-04 13:58:55
    # Please do not modify it directly, it will be overwritten when AdAway is applied again.
    # This file is generated from the following sources:
    # - AdAway official hosts:https://adaway.org/hosts.txt
    # - Pete Lowe blocklist hosts:https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=0&mimetype=plaintext
    bonito:/ $ exit
    [[email protected] 3aXL]$ adb reboot

    Cheers. :cowboy:

    PS.
    I remember commits/messages about changing to 'ro' only but, I could not find the one(s) I was thinking of.
    Maybe @pndwal could chime in 😉
    3
    Hi,
    Do someone already try to root the new Android Beta?
    Both Stable 26.1 and Canary 26102 working fine on my Pixel 6 Pro and Pixel 7 Pro running A14B3.
    2
    thanks bro, how is the Battery Life on the Beta compare to the A13?
    You're welcome. Have no idea. Only been running it for 4-5 hours.
    2
    Safe mode fixed it! However...it was none of the modules? I enabled all the modules one by one and rebooted each time, and every one of them is running. GOOD OL' TECHNOLOGY!

    Oh well. I'm not questioning it, I'll take it.
    It could also be one of your root apps.
    I know I had a similar issue with Greenify.
    1
    Any chance that while enabling modules one by one you also updated a module?

    Oh, maybe? The only one I re-installed was the Magisk built-in BusyBox since it said an update was available. The others were a simple enable.
  • 8
    Hello!
    How do you know?
    You must be an expert or something

    Nigerian-Meme.jpg 😜 PW
    8
    So as well as making it easier to keep root with an ota we can have the same firmware on the device one rooted and one not? So if magisk hide/safetynet/etc aren't working we can boot to the non rooted firmware to use wallet/banking apps etc and then boot back to rooted. Or is it a bit more complicated than that? Never had a pixel device before
    Others have already addressed your question, but for me, the biggest benefit here is to have a safety valve in place where your inactive slot is bootable (without first having to flash the firmware) in case you get into a hairy situation where your active slot becomes unbootable for whatever reason. May be useful in some situations.
    7
    Hello together
    If I tick some apps in the denylist and leave magisk app, some apps untick it themself: Android Auto, Cell Broadcast Service, Google Services Framework, Networkmanager and Tethering. If you wondering why I hide this apps, I just hide all Apps from google. Are there any limitation of hide apps in the list?
    You are not supposed to "hide all apps", you are generally advised to hide as few apps as possible; hide an app only when necessary.

    I don't know whether "hide all apps from google" means "hide from Google all apps" or "hide any app you think was produced by Google", but both are bad ideas.

    In particular, hiding some Google processes can cripple Android.

    There have been posts about USNF or Shamiko (not necessarily both, I just don't remember the details) removing some Google process from the deny list because it (the module, USNF or Shamiko) handled that process specially. I do not remember reading about those other processes you say are getting unticked.
    7
    Yeah, if I want to run a custom kernel (Pixel 7) then I need to wipe. Should have sideloaded (not booted up), then gone into bootloader and run fastboot flash vbmeta --disable-verity --disable-verification vbmeta.img to that slot. Once booted after sideload/flashing the firmware it's too late as it's enabled after booting. Don't think it matters if you do it before or after flashing the patched image, just as long as you do it before you boot up. Oh well, lol...

    Nothing to do with what we were testing, just custom kernel related. Seems to also help to avoid getting the red eio corrupt message when things may not go as expected.
    Thanks, I realize it is only needed for custom Kernel cases.
    I should add extracting vbmeta from payload.bin then in addition to boot.img / init_boot.img so that the step can be performed if the options are selected.
    6
    You guys still aren't using ASH_STANDALONE=1 which forces busybox to use its own applets above what's in the path. Either export it or specify it as a command prefix. It has to be Magisk's busybox or my SELinux busybox to have the patch required for standalone mode.

    export ASH_STANDALONE=1
    /data/adb/magisk/busybox ash /data/local/tmp/test2.sh

    or

    ASH_STANDALONE=1 /data/adb/magisk/busybox ash /data/local/tmp/test2.sh

    P.S. `` (backticks) are just a lazy way to suggest a code/command block since that's what they are when used in markdown, plus if copied whole directly to a shell it just dumps it into a subshell, like $() does, and unlike "".
  • 1094
    This is the place for general support and discussion regarding "Public Releases", which includes both stable and beta releases.
    All information, including troubleshoot guides and notes, are in the Announcement Thread
    156
    Hello, I haven't given much support on XDA lately. It can be resulted from
    • University started and I have limited free time. In fact, I mostly develop during midnight
    • I live in Taiwan, which has large time zone differences between my European/American contributors/testers, which usually forces me to stay up late at night to discuss/test stuffs.
    • The new version is about to come, I don't want to spend effort on supporting old releases
    The planned update is delayed again and again, to some point I think I'll shed some light about what has been happening lately, also along with some announcements.

    New Forum!
    As you might have already discovered, Magisk got its own subforum on XDA! Many thanks to all the support you gave me, and much more information/features/support is about to come!
    **For developers supporting all the devices that are not using standard Android boot format, feel free to create threads in this section (actually, PLEASE do so) for your favorite devices after v7 is out. As I currently know, Asus devices require signing the boot image before flashing, and is model dependant; Sony devices seems to use ELF kernel that is unpatchable, or some has two ramdisks (inner + outer), both requires different workarounds; LG bootloader locked devices has to manually "BUMP" the boot image after flashing Magisk..... and there may be lots of other crazy boot image formats that haven't come up to my attention yet.
    It is impossible for me to support all these non-standard boot images, and I hope the community can collaborate to make Magisk running across all the devices. Overall, community collaboration is what XDA about :D

    The Pixel Phone
    Some of you might already know this news, that the next Pixel Phone right around the corner seems like it does not have ramdisk in boot image, which pretty much wrecked Magisk in all ways. However, it pretty much doomed root itself too. Kernel modifications is inevitable IMO, so I'll try to migrate my scripts to C programs that could possibly be included into the kernel itself. Note that I'm not familiar with linux kernel, I'm not even sure if my idea and concept is correct or not. But once the device is available, I think developers will find a way to bypass all the difficulties, and I'll do my best to learn things ;)

    Current Progress
    In the past month, I've spent quite some time learning SELinux, so that I can avoid using SuperSU's sepolicy patches. Thanks to the helps and tips from @phhusson and @Chainfire, I finally have a much clearer understanding of how SELinux works. The Magisk core parts (the scripts, boot image patches, new features, more supports) are actually done some time ago. What is causing all the delays is the Magisk Manager.
    To be completely honest, although I can code in Java without much issues, Magisk Manager is actually my first Android application, I had to reach out for assistance, and fortunately awesome developers like @DVDandroid and @digitalhigh contributed a lot, which makes the current Manager awesome.
    After the repo system and module management is mostly done, I was about to do some adjustments and release, but what we really done is decided to add another feature: auto-unroot with per-app settings. I decided to wait for it to be finished, and then do my adjustments. Due to reasons that'll be mentioned later, this feature will likely not be available for the next release (should come in future updates)

    Safety Net Disaster
    Those who are using Magisk for Safety Net bypass purposes must have known that Google recently updated the detection method of my Systemless Xposed. I still have no idea what Safety Net is detecting, so currently I cannot fix it on my side (also because I'm busy working on the next update). However, suhide developed by @Chainfire is able to hide Xposed and worked fine.
    However, only my Systemless Xposed v86.2, which is based on SuperSU's su.d, is supported using that method. v86.2 and v86.5 (latest, Magisk based) have nearly identical binaries, and the only difference is the path where the binaries are stored.
    I'm still not sure what's the real issue for it not being supported, I just hope it is not done intentionally.

    Conclusion
    Due to the fact that my Safety Net bypass is not 100% perfect now, I do not want to spend any more time waiting for auto-unroot to be polished. What I'm doing now is finishing up all the things I'd like to change in Magisk Manager (it has been a while since I last contributed to Manager, my fellow developers are doing all the heavy job), which might take a little more time, after that, packed with tons of information to be announced in Magisk Section, I'll release the long awaited update.

    Hope this lengthy post gives you the idea of the whole situation, and again thanks for all your support!!
    121
    Ah, some Chainfire bashing, I hope it is not too late for me to exercise additional villainy.

    First, let me make clear I have nothing against @topjohnwu, nor against Magisk. Magisk is an interesting project and it certainly displays @topjohnwu ingenuity and persistence. I don't doubt we will see more interesting things from his hands.

    -------------------------

    What has happened here is not all that dark and complicated, from either end. I returned from holidays, and someone pointed me at Magisk. My first thought: interesting!

    Among other things, the thread lists some issues with SuperSU, which in combination with the phrase The developer also requests users to not bug Chainfire with compatibility requests for SuperSU with Magisk from the portal article, raised my left eyebrow by nigh half an inch. The popular systemless xposed mod is apparently now based on it, and apparently it now no longer works with SuperSU, and apparently I'm not supposed to fix that, nor any of the other found issues. I found that a bit weird. So yes, I have told @topjohnwu that I was a bit surprised he was posting about issues with SuperSU without notifying me about them (I can't fix or help fix issues I'm not aware of, after all).

    He's also spreading a modified version of the SuperSU package, which is not all that uncommon, nor necessarily a problem. I have not looked into what he modified, I only ran a few quick tests on one of my devices, and found some commonly used commands run as root to be broken. I have informed him of this as well.

    It appears the tool of choice for Magisk is phh's Superuser, because of some of the mentioned issues with SuperSU. That's fine by itself, but fixing issues in that superuser by incorporating SuperSU's binaries into it is a somewhat questionable practise. After all, SuperSU is a commercial closed-source package that helps pay for my dinner, and superuser is a direct competitor. I have informed him that I was surprised he did this without asking for permission. I have expressed similar surprise on him spreading a modified version of LiveBoot (which helps pay for a snack now and then).
    @topjohnwu has also stated that Magisk's scripts are largely influenced by mine (I have not checked). Scripts based on mine are used all over the place on XDA, some people have crafted amazing things based on them, I have never made an issue of this (otherwise I would have just made them binaries). But yes, I have also stated to him that I don't think it's very nice to base something on one program, and then using that to (almost exclusively) push something directly competing with that program.

    tl;dr Towards @topjohnwu, I have:
    - expressed surprise he has issues getting Magisk to work with SuperSU, and has chosen not to inform me about those
    - expressed surprise he is using SuperSU binaries in a competing superuser without permission
    - expressed surprise he is posting a modified LiveBoot without permission
    - informed him of issues with the modified SuperSU he has posted
    - let him know I thought it wasn't very nice to be applying my scripts to benefit seemingly exclusively that same competing superuser

    To be crystal clear:
    - I have not asked for an apology
    - I have not asked for Magisk to be abandoned, neither the root hiding nor systemless module parts, and certainly not systemless xposed
    - I have not made an issue of any of this anywhere, until this post
    - I have not even specifically asked for anything to be taken down (though obviously in my opinion the other superuser package mixed with SuperSU's binaries, as well as the LiveBoot package, should go)
    - I have not reported this thread to XDA moderators for copyright violations or otherwise

    While my conversation with @topjohnwu may not win any awards for being friendly (though it may win some for brevity), I think all things considered my response has been rather mild. To be perfectly honest, until the apology post, I thought this was over with already. I think the apology post was triggered because I haven't replied to his last PM for a while - I was in the zone, it happens.

    To emphasize again, I have nothing against @topjohnwu, Magisk, or systemless xposed, and it is certainly not my goal to see any of them go. If it can be made to work together with SuperSU, great.

    I get it though: you think of something, you want to see if you can make it work, you finally get it to work, you publish it, it takes off - enthusiasm gets the better of you. Maybe in the rush some mistakes are made. That doesn't mean you have to just drop it and run. None of my stuff would make it past 0.1 if I stopped at the first big mistake :)

    Aside from said being in the zone coding, I usually regret actually responding to these sort of things the day after, which has made me hesitant to reply. Surprise me.
    76
    Thread temporarily closed so everyone sees this.

    The flood of "SafetyNet isn't working for me either!" posts are not helpful, at all. Please refrain from posting further, it will be looked into. Please do not forget that not passing SafetyNet is 100% NORMAL AND INTENDED when you have an unlocked booloader or running custom firmware. These are workarounds and they will be worked around in turn.

    The Flash
    Forum Moderator

    EDIT: Thread is reopened... I will be cleaning any SafetyNet posts for a while to keep the thread clean for real issues.
    75
    Hello everyone!

    I am aware that Google has updated Safety Net that makes Magisk itself a no go for Android Pay. In fact, I witnessed the change live while I am developing the new magiskhide, which should hide all Magisk modules and Magisk installed root.

    Google is serious about Safety Net now, clearly hunting down all possibility to run Xposed with Safety Net passed. I spend quite some time examining the new security measures last midnight, and fortunately it seems that it is possible to run Magisk and root along with Safety Net if no Xposed is running. I'm glad I removed the old root toggle at the right time lol, that is no longer feasible with the latest detection.

    So stay tuned for the next update, it will come with bug fixes, along with the new magiskhide to bypass that Safety Net.

    Google, how will a few systemless mods do any harm :p:p