Open Magisk settings again and enable Zygisk. Do not enable Enforce DenyList
Choose the apps you would like to hide from detection
Reboot to take effect.
This settings usually only work with basic detections. Before we go further, try the apps you want to use, see if it detect root or doing some strange fake bugs like connection error. If not, and you can use the apps perfectly, you do not need to hide more
If the apps are still detecting it, you need to install some modules to hide even more
Hi, thanks for the summary and tutorial, but I have two questions:
Why not enable “Enforce DenyList”? I think without this option, marking apps in “Configure DenyList” doesnt do anything (Shamiko is of course a special case, since it requires DenyList deactivated, but uses the List to select which apps to blacklist)
I think you need something like MagiskHide Props Config to even be able to use the SafetyNet Fix on rooted /e/ phones, or?
For Samsung not using TWRP but “recovery-e”, that can only flash “.ZIP” files, you need to use “Heimdall” (linux/macos) to flash “.IMG” files or “Odin” (windows) to flash “.TAR” files
I used to use magisk (in my case, only with universal safetynet-fix and shamiko modules)
But recently, a simplier solution has been shared to make bank apps working on an /e/OS device, thanks to @saroumane38 : modify 2 lines in the /system/build.prop file
English version in the second part of this post (deepL.translator)
Editer le fichier pour ajouter (ou modifier) ces 2 variables: ro.debuggable=0 ro.secure=1
English version :
Edit the file to add (or modify) these 2 variables: ro.debuggable=0 ro.secure=1
All in linux or android is text files,
You can modify the phone android /system/build.prop file using any text editor even running a windows machine not linux.
Data transfert betwen phone<–>pc are managed by ADB (android debug bridge) installed and running in a terminal/console/command-prompt even on a windows machine.