AutoNotification Custom Quick Setting Tile Icons

Discussion in 'AutoApps' started by GTDarthYoda, Feb 14, 2018.

  1. GTDarthYoda

    GTDarthYoda New Member

    Been trying and trying to create a Custom Quick Setting Tile Icon. I've tried many different formats and sizes with no luck. Keeps reverting to just a Autonotification Icon. Any idea what I'm missing? And yes the storage permission is turned on.
     

    Attached Files:

  2. joaomgcd

    joaomgcd Administrator Staff Member

    Can you please export your task's description (not xml) so I can take a look? Long-click the task in Tasker->export description Thanks in advance
     
  3. GTDarthYoda

    GTDarthYoda New Member

    I figured it out. You and I have run into this before.
    I store my photos in a folder with a number sign in front. #Pictures
    I messes it up. You fixed it for the notifications. Maybe it's the same problem with the tiles.

    Putting the images in a folder that doesn't contain # it works fine now.
     
  4. GTDarthYoda

    GTDarthYoda New Member

    Set Icon (91)
    A1: If [ %RingState ~R Vibrate ]
    A2: AutoNotification Tiles [ Configuration:Tile: AutoNotification
    Command: RingToggle
    Label: %RingState
    Icon: /storage/emulated/0/#Dump/stuff/Vibrate White Small.png
    State: Active Timeout (Seconds):60 ]
    A3: Else If [ %RingState ~R Silent ]
    A4: AutoNotification Tiles [ Configuration:Tile: AutoNotification
    Command: RingToggle
    Label: %RingState
    Icon: /storage/emulated/0/#Dump/stuff/Silent White Small.png
    State: Active Timeout (Seconds):60 ]
    A5: Else If [ %RingState ~R Ring ]
    A6: AutoNotification Tiles [ Configuration:Tile: AutoNotification
    Command: RingToggle
    Label: %RingState
    Icon: /storage/emulated/0/#Dump/stuff/Ring White Small.png
    State: Active Timeout (Seconds):60 ]
    A7: Else
    A8: AutoNotification [ Configuration:Title: Error
    Text: Phone previous ring state fail
    Status Bar Text Size: 16 Timeout (Seconds):20 ]
    A9: Stop [ With Error:Off Task: ]
    A10: End If
     
  5. joaomgcd

    joaomgcd Administrator Staff Member

    Ok, sorry about that. Should be fixed for all situations in all my apps from now on I think. Thanks for the report!
    Please try this version.

    Thanks!
     
  6. GTDarthYoda

    GTDarthYoda New Member

    That did it. You rock!
    Got a donate button somewhere?
     
  7. joaomgcd

    joaomgcd Administrator Staff Member

    Great :D

    I do actually, check this page on the bottom right :) There's a paypal donation button there. Thank you very much in advance, really appreciate it!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice