-
Notifications
You must be signed in to change notification settings - Fork 8
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
Spen Pointer (and Transparent Pointer) Doesn't Work #157
Comments
|
Found the issue: It is caused by the new Android 15 pointer customization setting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
The toggle in Phh Treble Settings > Customization Features > Pointer Type has three settings:
These options worked correctly on the now-archived PixelOS GSI, but they do not function on this ROM.
Expected Behavior
Changing the pointer type should correctly display the Pen Pointer or Transparent Pointer when an S Pen or stylus is used.
Current Behavior
Regardless of the selected option, the pointer remains unchanged.
Steps to Reproduce
Device Information
Additional Context
On PixelOS GSI, the
persist.sys.overlay.spen_pointer
property correctly changed the pointer type. However, on this ROM, modifying this property has no effect.SPenPointer
TransparentPointer
The text was updated successfully, but these errors were encountered: