So this would require the GApps "survival script" to be removed/deactivated before flashing the ROM?
Try to set SELinux to permissive mode. I think it's a SELinux issue.I have a weird issue with my Z5C, where it will boot to Android, and after less than a minute, it will just hard-reboot. Nothing in the logs, it just goes into reset. I have re-flashed this and MindTheGapps, no change.
How did you get a banking app to work on a rooted phone? I have tried but seems impossible. Depends of the app of course, some are more thorough in checking about the rooted status.Setenforce 0 right after boot stopped the crashing. Sadly, my banking app (which is the reason why I installed GApps) doesn't like that. I've rebooted, now SELinux is back to enforcing, and at least in the five minutes since, it hasn't crashed.
I don't know what caused or fixed it, but it seems to work fine now. Thanks for your help!
How did you get a banking app to work on a rooted phone? I have tried but seems impossible. Depends of the app of course, some are more thorough in checking about the rooted status.
Another question I have is about the camera. Did not find a clear answer on this topic. So is it now working in full 21M resolution with a viewfinder and all? Or what does "New: Camera fully working!" mean.
Thank you!! Both banking apps work now that failed before. Problem was simply that I did not have those Shamiko and SafetyNet modules.For using banking app, you have to hide the root, in Magisk settings :
- Change the name and the icon of Magisk.
- Activate "zygisk" and you can exclude some apps from root.
- Use those two modules : "Shamiko" and "SafetyNet".
I wanted to tell you that the camera is fully working:
I have not rooted the phone - to be precise, I haven't installed Magisk, SuperSu and so on.How did you get a banking app to work on a rooted phone? I have tried but seems impossible. Depends of the app of course, some are more thorough in checking about the rooted status.
A quick question about the camera: I installed the version of Open Camera linked above. It indeed provides 23MP but "no viewfinder" seems to mean that the screen remains black, ie. I cannot see what I'm photographing. At least that's what happened to me.New version out; see 1st post.
Both shipped camera app *) and OpenCamera are fully working and shows the viewfinder/preview.
- Camera now fully working
Unfortunately this leads to the maximum of 8,3 MP for the main camera.
If you prefer 23 MP, you should remove OpenCamera and install this version of this app instead. Go to the settings and choose the option "Open Legacy for Camera1 API". With that you get 23 MP back, but no viewfinder/preview.
*) I've removed the newer Camera2 app and replaced it with the slightly older Snap app, which let you set where the taken pictures will be stored.
We don't know any.if there's any chance to get any camera-app working with screen on and 23MP?
Oups! Forgotten to answer this:
I had to replace this version with a newer one; see 1st post.New version out; see 1st post.
- Android security patch level: 5 March 2023
adb root
adb shell
mount -o remount,rw /
rm /system/priv-app/DroidGuard/DroidGuard.apk
rm /system/priv-app/FakeStore/FakeStore.apk
rm /system/priv-app/GmsCore/GmsCore.apk
rm /system/priv-app/GsfProxy/GsfProxy.apk
exit
adb root
adb shell logcat -b all -d > logcat
adb pull /sys/fs/selinux/policy
cd sys/fs/pstore
cp * /sdcard