Yes I did because when not Magisk wouldn't work it showed me magisk is not installed.When you flashed the kernel. Did you reflash Magisk?
Yes I did because when not Magisk wouldn't work it showed me magisk is not installed.When you flashed the kernel. Did you reflash Magisk?
I solved this problem setting selinux to enforcingFor Z00T / Z011DD User, this fix is work but obly pass BasicIntegrity... I instal the module directly in Magisk Manager and succed, atter reboot i checked safetynet and only pass Basic integrity .. Any solution for me ?
This is Enforcing .. And since i first installed this Rom (RR Nougat 5.8.3) SElinux is Enforcing or Wajib in indonesian languageI solved this problem setting selinux to enforcing
you can type it into a terminal app (then type "su" in the first line) or use the free app "kernel adiutor" -> menu -> init.d (dont activate) -> add a new script "+" -> give a name and paste this:Yes I typed su first, but the root was unaviable, then the root is ok, but the script gives always "error" in the she
The module works and safetynet get passed, but neither apps that detected root working. Any thoughts guys?Although @topjohnwu has said there is a fix coming. In the meantime I decided to make a Magisk Module that does this automatically on boot. Tested it out on my Moto X 2014 running LineageOS 14.1. If anyone else would like to try it, you can download it and view the source here.
Which apps? Is Magisk Hide enabled for them?The module works and safetynet get passed, but neither apps that detected root working. Any thoughts guys?
What is returned when you runFor Z00T / Z011DD User, this fix is work but obly pass BasicIntegrity... I instal the module directly in Magisk Manager and succed, atter reboot i checked safetynet and only pass Basic integrity .. Any solution for me ?
cat /proc/cmdline
This worked for me thanks.you can type it into a terminal app (then type "su" in the first line) or use the free app "kernel adiutor" -> menu -> init.d (dont activate) -> add a new script "+" -> give a name and paste this:
One script version:
********************
#!/system/bin/sh
echo "deleting magisk properties"
resetprop --delete init.svc.magisk_pfs
resetprop --delete init.svc.magisk_pfsd
resetprop --delete init.svc.magisk_service
resetprop --delete persist.magisk.hide
resetprop --delete ro.magisk.disable
resetprop --delete magisk.version
resetprop --delete persist.magisk.busybox
resetprop --delete persist.magisk.hide
Another script version:
************************
#!/system/bin/sh
echo "deleting magisk properties"
getprop | grep magisk | cut -d'[' -f2 | cut -d']' -f1 | xargs -n1 resetprop --delete
Now you can click on the script and run the script.
Thats very simple.
Regards Katerpanne
ASUS_Z011:/ $ suWhich apps? Is Magisk Hide enabled for them?
---------- Post added at 11:01 PM ---------- Previous post was at 10:59 PM ----------
What is returned when you runfrom a root shell?Code:cat /proc/cmdline
It's a banking apps and several ISP's self care apps.Which apps? Is Magisk Hide enabled for them?
Are they enabled in Magisk hide? What happens when you try and launch them?It's a banking apps and several ISP's self care apps.
Already tried uninstal/reinstall apps including clearing apps cache/data, but no luck.
What about when you runASUS_Z011:/ $ su
ASUS_Z011:/ # cat /proc/cmdline
boot_cpus=0,4,5,6,7 sched_enable_hmp=1 console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 buildvariant=userdebug PRJ_ID=1 PRJ_HD=0 LCD_ID=6 PRJ_KL=1 PRJ_RF=6 PRJ_STAGE=2 PRJ_MEM=8 LASER_ID=1 LCD_UNIQUE_ID=d84da937 PRJ_ADAPTER=1 androidboot.emmc=true androidboot.serialno=G1AZGF00P897NAB androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_auo_otm1901a_1080p_video:1:none
ASUS_Z011:/ #
getprop | grep magisk
ASUS_Z011:/ $ suWhat about when you run?Code:getprop | grep magisk
Of course.. soon after apps opened, its closed automatically and show some error (attached).Are they enabled in Magisk hide? What happens when you try and launch them?
Install "busybox" firstASUS_Z011:/ $ su
ASUS_Z011:/ # getprop | grep magisk
1|ASUS_Z011:/ #
Is Play Store certified?Of course.. soon after apps opened, its closed automatically and show some error (attached).
Yeah I don't see anything bad there. I may have asked this already (lost track of who I asked it to). But do you have any other modules? And can you screenshot your Magisk Manager home screen and settings?ASUS_Z011:/ $ su
ASUS_Z011:/ # getprop | grep magisk
1|ASUS_Z011:/ #
Does it install as usual? With busybox app in play store? And does it affect to safetynet when it installs busybox?Install "busybox" first