j-hc / FlagSecurePatcher

Magisk module to patch service.jar on device to disable secure lock and screenshot listeners
Apache License 2.0
61 stars 4 forks source link

Causes a bootloop on the June pixel update #5

Closed ndv400 closed 1 week ago

ndv400 commented 1 week ago

Pixel 6a, after OTA updating to 14.0.0 (AP2A.240605.024, Jun 2024) from 14.0.0 (AP1A.240305.019.A1, Mar 2024), my phone entered a bootloop with this module on. Took a while to figure out it was this module, don't have any logs because it straight up hangs on the logo. Worked fine on the March update.

j-hc commented 1 week ago

tried reflashing?

ndv400 commented 1 week ago

Yeah, first thing I tried. No matter what I do, can't get it past the logo if I have FlagSecurePatcher enabled.

j-hc commented 1 week ago

run this in termux and upload the fw.zip here. it can be large, you can use google drive etc. pkg install zip && cd /system/framework/ && su -c $(command -v zip) -r9 /sdcard/fw.zip .

ndv400 commented 1 week ago

Sure

j-hc commented 1 week ago

everything looks fine. even if the reason is FlagSecurePatcher, you should be able to grab a logcat before the it reboots with adb

ndv400 commented 1 week ago

Sure, I just ran adb logcat > logcat.txt three times. First run, successful boot to lockscreen with all magisk modules disabled: logcat-good.txt Second run, bootloop just with FlagSecurePatcher enabled and everything else disabled: logcat-bad.txt Third run, just in case, same conditions as previously (just with FlagSecurePatcher enabled and everything else disabled): logcat.txt

j-hc commented 1 week ago

before reflashing did you make sure you uninstalled the module and rebooted? reflashing while its disabled wont work

ndv400 commented 1 week ago

Yeah, I did. Well, so far everything works if I just keep FlagSecurePatcher disabled

j-hc commented 1 week ago

try r10

ndv400 commented 1 week ago

Thanks, works as intended now!