Search found 46 matches

by Micha
03 Jan 2018 18:54
Forum: User Help / Bug Reports
Topic: Stop a timer
Replies: 2
Views: 8966

Stop a timer

Hello,

I started a timer with the Action "Start Timer". But I can't stop it, because my clock app is broken. The GUI crashes while starting the app. Is there a possibility to stop the timer by Automagic?

Thanks,
Micha
by Micha
03 Jan 2018 18:51
Forum: User Help / Bug Reports
Topic: getting the right android package name
Replies: 5
Views: 15452

Re: getting the right android package name

Ah, kaum macht man's richtig, schon funktioniert's!

Ganz herzlichen Dank!

Jetzt muss ich nur noch rausfinden, warum die Uhr-App seit dem letzten großen LineageOS-Update nicht mehr geht, aber das ist unabhängig von Automagic ein Problem. Ich dachte nur, ich könnte es damit umgehen.

Micha
by Micha
03 Jan 2018 16:45
Forum: User Help / Bug Reports
Topic: getting the right android package name
Replies: 5
Views: 15452

Re: getting the right android package name

Klassen Name: com.android.settings.fuelgauge.PowerUsageSummery Hm, das funktioniert bei mir aber nicht. Gehört da nun ein Punkt oder ein Slash zwischen settings und fuelgauge? Ich erhalte den Fehler: Could not launch intent for package com.... (nicht weiter lesbar). Die weiteren Tipps muss ich bei ...
by Micha
03 Jan 2018 14:22
Forum: User Help / Bug Reports
Topic: getting the right android package name
Replies: 5
Views: 15452

getting the right android package name

Hello, I want to build my first widget with this (german) tutorial: http://automagic4android.com/de/hilfe/ein-eigenes-widget-erstellen . But the package names for the clock and the battery settings don't work here. I have Android 7.1 (LineageOS 14.1). What are the right names and how I can determine...
by Micha
01 Jan 2018 17:24
Forum: User Help / Bug Reports
Topic: no calender event
Replies: 13
Views: 36504

Re: no calender event

That does not work for me... But I realized it with the condition after the Content Provider action. First I make a list of event titles. Then I check this list in a condition with contains(event_titles, "conference").

Micha
by Micha
01 Jan 2018 16:40
Forum: User Help / Bug Reports
Topic: no calender event
Replies: 13
Views: 36504

Re: no calender event

Sorry, I have still another question... Now I want to realize another flow, where I have to check the calender name and the title of the event. calendar_displayName like ? and title like %conference% does not work. How I can realize the two conditions in this selection? Micha (Sorry for submitting t...
by Micha
01 Jan 2018 15:37
Forum: User Help / Bug Reports
Topic: saving on sd card
Replies: 2
Views: 8782

Re: saving on sd card

Very good, thank you once more!

Micha
by Micha
01 Jan 2018 14:51
Forum: User Help / Bug Reports
Topic: no calender event
Replies: 13
Views: 36504

Re: no calender event

Very good, thank you. No other questions in this thread.

Micha
by Micha
01 Jan 2018 14:41
Forum: User Help / Bug Reports
Topic: saving on sd card
Replies: 2
Views: 8782

saving on sd card

Hello,
I want to change the standard flow "backup all flows". It should save to sd card. I get an error message because of missing rights. Want have I to do to grant these rights to Automagic?
Micha
by Micha
01 Jan 2018 14:33
Forum: User Help / Bug Reports
Topic: no calender event
Replies: 13
Views: 36504

Re: no calender event

Perfect! It works fine.
So far I have only allDay events in my calender.

How should I program it, if I wanted to say: look only for allDay events? I need two conditions in the where clause...

Micha