thesandipv / pointer_replacer

Xposed or Magisk Module to replace touch pointer.
https://pointer-replacer.web.app/
Apache License 2.0
16 stars 3 forks source link

How to run? #137

Open shvchk opened 11 months ago

shvchk commented 11 months ago

I have downloaded and installed latest apk from Releases. Then enabled module in LSPosed, enabled System Framework, System UI, Shell and Android System for this module (not enough? too much?). When I try to open app, it shows its logo on white background and closes immediately.

I guess LSPosed is not supported? Kinda confused, since there are no installation / usage instructions. Maybe there is just Magisk module, so I can install directly via Magisk?

LSPosed (zygisk) 1.9.2 7024 Magisk 26.3 (26300) LineageOS 20 20231024

shvchk commented 11 months ago

I've replaced a pointer_spot_touch.png in framework-res.apk and created a Magisk module with an updated apk, using your code as an example, thank you. I got bootloop though (no problem, deleted my problematic module via recovery). Looks like I first need to figure out how to modify framework-res.apk on LineageOS without bootloop )

UPD: successfully replaced it with a runtime resource overlay (RRO) package in a Magisk module. Example: https://github.com/2shrestha22/lineage-call-recording-enabler