Search found 4468 matches

by Martin
04 Apr 2013 15:11
Forum: User Help / Bug Reports
Topic: Automatischer Weckanruf
Replies: 5
Views: 17767

Re: Automatischer Weckanruf

Hallo Archer Android stellt Apps leider nur den groben Anrufstatus zur Verfügung. Bei einem ausgehenden Anruf ist der Status direkt "Abgenommen", "Klingelt" steht nur bei einem eingehenden Anruf zur Verfügung. Intern hätte Android noch Status wie "Rufaufbau", welche aber Apps normalerweise nicht zur...
by Martin
04 Apr 2013 13:51
Forum: User Help / Bug Reports
Topic: Show a picture
Replies: 3
Views: 11491

Re: Show a picture

This actually depends on the apps available on the device but following works for me: Action: android.intent.action.VIEW Data URI: <your file> Data Mime Type: image/* Explicit Component: com.google.android.gallery3d Class name: com.android.gallery3d.app.Gallery The next version will simplify the con...
by Martin
04 Apr 2013 13:35
Forum: User Help / Bug Reports
Topic: [German] Wie arbeitet man den Eingabe-Dialog ab?
Replies: 3
Views: 12763

Re: [German] Wie arbeitet man den Eingabe-Dialog ab?

Hallo Michael Eine kurze Beschreibung findest du in der Hilfeseite der Action Eingabedialog ([?]-Icon rechts neben dem Action Typ). Bei dieser Action sind vor allem die Variablen ganz unten auf der Hilfsseite interessant. Wenn du einen Wert aus einer Liste auswählen willst, kannst du den Eingabedial...
by Martin
02 Apr 2013 14:53
Forum: Feature Requests
Topic: gps without root rights
Replies: 4
Views: 14566

Re: gps without root rights

It should not be possible to do this but I can confirm that an old workaround seems to work again on 4.1/4.2. I will adapt the GPS action in the next update (just ignore the root required warning in the configuration screen of the action). I assume that this is a security issue in Android that will ...
by Martin
02 Apr 2013 13:54
Forum: User Help / Bug Reports
Topic: [German] Automagic Start
Replies: 9
Views: 26630

Re: [German] Automagic Start

Hallo Sebastian Bisher laufen die Tests gut und das Update sollte in nicht all zu ferner Zukunft verfügbar sein :) Die Priorität der Automagic-Notifikation wird im nächsten Update auf das Minimum reduziert, damit die Notifikation nur noch im Pulldown erscheint. Meinst du das mit "automatisch expandi...
by Martin
02 Apr 2013 13:43
Forum: User Help / Bug Reports
Topic: Ringer status
Replies: 1
Views: 8178

Re: Ringer status

Global variables are saved in a file (/sdcard/Automagic/variables.bin) and are reloaded when you stop/restart the Automagic service or the phone. Another option to change the ringer mode is to use two flows, one flow to turn the ringer to silent and one flow to turn the ringer back to normal. Someth...
by Martin
28 Mar 2013 10:29
Forum: Feature Requests
Topic: Condition for app ended or not running?
Replies: 6
Views: 19941

Re: Condition for app ended or not running?

You can also use a condition App Task Running to check it in a condition.
by Martin
28 Mar 2013 10:14
Forum: General
Topic: Signal strength indication
Replies: 3
Views: 14087

Re: Signal strength indication

It differs on network type but for GSM the following mapping is used by Android:
dBm = -113 + (2 * signal_strength_asu)

Following doc is referenced:
http://m10.home.xs4all.nl/mac/downloads ... 07-630.pdf
Section 8.5
by Martin
25 Mar 2013 09:48
Forum: Feature Requests
Topic: Condition for app ended or not running?
Replies: 6
Views: 19941

Re: Condition for app ended or not running?

You can try to use Trigger App Task Ended to trigger when an app is moved to the background.
by Martin
25 Mar 2013 09:45
Forum: Feature Requests
Topic: Unlock Device
Replies: 9
Views: 31615

Re: Unlock Device

I did not yet find a function/API in Android to do this. Does anyone know of an app available in Google Play that managed to implement this properly? If you have a rooted device then you can try to use "Execute Root Command: input keyevent 82" to pass the slide -to-unlock-keyguard. For pin-lock you ...