Hello everyone, I did a Google search and looked at the wiki, but had no luck.

Hello everyone, I did a Google search and looked at the wiki, but had no luck. Is there a way to get a dynamic text to show the next system alarm?

]]>

6 Commentsto Hello everyone, I did a Google search and looked at the wiki, but had no luck.

  1. Anonymous says:

    < ![CDATA[

    If you use Tasker, maybe you will need plugin AutoAlarm. Read the next alarm and set variable.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Thank you, Abdullah Alahdal​. I was hoping it might be possible just using LL.

    ]]>

  3. Anonymous says:

    < ![CDATA[

    I’m not good in that. Maybe TrianguloY​ can help.

    ]]>

  4. Anonymous says:

    < ![CDATA[

    From a dynamic text, no. But there are other ways.


    Not tested, but this should work as a binding (in the label property).





    LL.bindClass(“android.provider.Settings”);


    return Settings.System.getString(cntx.getContentResolver(),Settings.System.NEXT_ALARM_FORMATTED);





    The issue as usual is that it is not updated automatically, so you need to force it somehow. The easier way is to add this line at the beginning



    //$ll_second



    But it will update it every second and maybe a bit battery consuming.


    Another way is to manually update it from a button or an event. If you prefer this ask and I’ll provide details.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Thank you very much, TrianguloY​, I will try this. Can I assume that $ll_minute would also work to force an update minutes wise instead of each second?

    ]]>

  6. Anonymous says:

    < ![CDATA[

    Yes 😉

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *