-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working at all (OxygenOS 15) #11
Comments
try 1.1v2, if this works , I'll consider using a better config method next time. |
the config is now saved, but the hook seems to be broken, which might be a problem with the OnePlus ROM (OxygenOS) |
alternativexposedunlock.txt |
Unfortunately, according to your log, the hook is loaded but not triggered by Lockscreen related procedure. The most possible reason is LockPatternUtils being cooked a little by oplus.
…On February 4, 2025 7:04:28 PM UTC, leanderkuehnel0 ***@***.***> wrote:
[alternativexposedunlock.txt](https://github.com/user-attachments/files/18661973/alternativexposedunlock.txt)
I've attached a debug level log with a system UI restart and the try to unlock the phone using the fake password.
--
Reply to this email directly or view it on GitHub:
#11 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
ah shit |
You could try to analyze system framework / SystemUI.apk using jadx, if you find a good entry function to hook, I can add that for you ! (since I don't have an device running OOS) |
idk if this one works but i found this: checkCredential in line 244 of the following file: edit: thank you for your efforts for making it work btw |
Every time when setting either the real or the fake passcode the app doesn't save anything (as seen in the video)
Record_2025-02-04-16-34-11.mp4
The text was updated successfully, but these errors were encountered: