[MOD][XPOSED][4.1-10] Allusive (formely Pointer Replacer)

Is this mod working for you?

  • Yes

    Votes: 22 59.5%
  • No

    Votes: 15 40.5%

  • Total voters
    37
Search This thread
hey, can you explain better your problem?
I had removed old color picker and added new LightingColorFilter with RGB Color Picker, wnen the Set Color button is pressed the pointer drawable saves to sdcard/Pointers/pointer.png with the chosen colors. But when I declare pointer.png path in xposed class the method Drawable.CreateFromPath(pointer_path) is returning to null.
Screenshot:
attachment.php
 

Attachments

  • screen.png
    screen.png
    43.7 KB · Views: 1,263

Andre1299

Senior Member
Jul 4, 2014
381
279
24
Trieste
I had removed old color picker and added new LightingColorFilter with RGB Color Picker, wnen the Set Color button is pressed the pointer drawable saves to sdcard/Pointers/pointer.png with the chosen colors. But when I declare pointer.png path in xposed class the method Drawable.CreateFromPath(pointer_path) is returning to null.

is the png succesfully created?
and are you able to open it through a image viewer?

EDIT
try this: http://stackoverflow.com/a/19390585/3819774
 
Last edited:

JoeFCaputo113

Senior Member
Feb 2, 2013
6,613
2,850
New York
Feature request: Be able to change the size and shape of the pointer, possibly even make our pointer (with a custom image or something).
 

Andre1299

Senior Member
Jul 4, 2014
381
279
24
Trieste
@sandipv22
hey, how is it going?
I would like to have more (moooore) more pointers;)
and also, you should let the user enter manually the RGB code for the color filter
it's a great idea, you should implement it in the better way:D
tell me if you need help:fingers-crossed:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 27
    Allusive - Pointer Replacer
    I am presenting my new Xposed Module, Allusive. This module replaces pointer_spot_touch drawable in framework-res.apk.
    In short it replaces a dot appears when user touch the screen [Require Show Touches to be enabled in Developer Options.]

    If you want to share your pointer than send me email to afterhasroot@gmail.com
    Repository feature is live. Grab Update from Play Store Now

    Features:
    - Change color of pointer using color picker.
    - Change the size of pointer.
    - Install/Manage Pointers.
    - Pointer Repository - Direct Dowload/Share your pointer with users across the world

    Download:
    Install From Play Store

    Starting from v1.6.2 POINTERS folder location is changed to
    [external sd path]/Pointer Replacer/Pointers/
    so don't forget to move your own pointer(s).


    Tested on
    -Micromax Unite 2 [Lollipop 5.0]
    -Micromax Unite 2 [CM13]
    -Bluestacks running KitKat 4.4.2.
    -Linage OS running Android 7.1.2 with Official Xposed Framework

    For Android 5.0 and above, If pointer is not changing after reboot, set selinux mode to permissive then soft reboot your phone.
    or Use L Speed
    Thanks to @RoyanArt for telling me about L Speed

    Link(s):
    Xposed Module Repository
    Source Code - GitHub
    Telegram Group

    Pointer Packs:
    Available as Pointer Repository in app

    Version Information:
    Current Version - 1.8.9
    Version Type - Stable
    Last Updated Date - 13 July, 2020
    Development Status - Running but Slowly

    Full Changelog

    Any Suggestions are Welcome.

    Please hit the 'thanks' button If you like my work.
    4
    Feature request: Be able to change the size and shape of the pointer, possibly even make our pointer (with a custom image or something).

    I will try to add scaling feature in next update.
    3
    Can be emulated the ripple touch effect like in WebOS? I miss it so much in Android. You can also be inspirated by the Ripple Touch Confirm app in Google Play Store, it worked only in Android 3.x

    Inviato dal mio Nexus 4 con Tapatalk 2
    Sorry for the double post.
    This is only an automatic replacer, so to have an animation would require a bit more work.

    If you wish though, decompile SystemUI and put an image of your choice in turn of the image provided by default.

    Sent from my D855 running CloudyG3 2.3 with Gabriel5 kernel.
    Don't forget to smash that thanks button if I, or someone else helps you, guys!
    2
    Can be emulated the ripple touch effect like in WebOS? I miss it so much in Android. You can also be inspirated by the Ripple Touch Confirm app in Google Play Store, it worked only in Android 3.x

    Inviato dal mio Nexus 4 con Tapatalk 2
    2
    So is it doable to have a pointer like in WebOS?

    It needs more work and I am new to android developing so It could take time.