Lanchon / haystack

Signature Spoofing Patcher for Android
GNU General Public License v3.0
234 stars 45 forks source link

Support for Android 9.0 Pie #23

Closed Lanchon closed 5 years ago

Lanchon commented 5 years ago

support for Pie is blocked by a javac bug that i describe here. i reported the bug to bugreport.java.com and it has been assigned internal review ID 9059540. the bug is present in both open-jdk 8 and 9.

UPDATE: bug has been accepted here.

(FYI: this report could be related.)

as a workaround you can apply the hook and core patches for android 8 on android 9 and they will provide always-on signature spoofing. but the optional UI patch for Oreo does not apply on Pie.

Lanchon commented 5 years ago

i worked around the javac bug and pushed core support for android 9. UI support is not implemented for now.

Lanchon commented 5 years ago

glad it worked, thanks! ill delete your messages because they dont belong here. next time you have an issue, please open a new issue (unless yours is already reported). thanks!

Lanchon commented 5 years ago

BTW, i pushed UI support for android 9; haven't made a proper release yet.

Lanchon commented 5 years ago

all done.