Search found 13 matches
- 03 Apr 2017 08:48
- Forum: User Help / Bug Reports
- Topic: Widget import forgets clickable actions
- Replies: 2
- Views: 8765
Re: Widget import forgets clickable actions
Hi Martin, I think it was my fault. Actually, the export/import works perfectly. What I did and when the clickable actions got lost, was that I restored Automagic data using Titanium Backup (the backup does contain the widget including the clickable actions). At its first start after restoring, Auto...
- 01 Apr 2017 17:29
- Forum: User Help / Bug Reports
- Topic: Widget import forgets clickable actions
- Replies: 2
- Views: 8765
Widget import forgets clickable actions
I have programmed a widget on which I defined several areas and assigned some actions like starting specific flows when user clicks on an area. After exporting flows and Widgets and restoring back, e.g. after updating my Custom ROM, all previously assigned clickable actions are lost. Not 100% sure w...
- 25 Nov 2016 07:24
- Forum: General
- Topic: Toggle CM13 AudioFX on/off using intent
- Replies: 1
- Views: 9682
Toggle CM13 AudioFX on/off using intent
My goal: Toggle cyanogenmod 13 AudioFx on/off using an intent/activity. I tried this with Automagic's "Start activity" action, but without success. See the attached manifest.xml of AudioFX. If I understand correctly, it defines an intent filter "org.cyanogenmod.audiofx.action.TOGGLE_DEVICE", but I d...
- 01 Feb 2016 13:10
- Forum: EAP - Early Access Program
- Topic: EAP version 1.30.0-dev
- Replies: 29
- Views: 181143
Re: EAP version 1.30.0-dev
Hi Martin, I have problems writing to my external SD Card (employed in portable Mode) due to the new access rights policy of Marshmallow. The problem occurs when I try to use, e.g., the "write to file" action with a target file on the external Sd card. As far as I understand, this would require the...
- 23 Jan 2016 10:09
- Forum: EAP - Early Access Program
- Topic: EAP version 1.30.0-dev
- Replies: 29
- Views: 181143
Re: EAP version 1.30.0-dev
Hi Martin, I have problems writing to my external SD Card (employed in portable Mode) due to the new access rights policy of Marshmallow. The problem occurs when I try to use, e.g., the "write to file" action with a target file on the external Sd card. As far as I understand, this would require the ...
- 08 Jan 2016 22:41
- Forum: User Help / Bug Reports
- Topic: Known Issues on Android 6
- Replies: 51
- Views: 191117
Re: Known Issues on Android 6
Hi Martin, I use Automagic on Android 6 (to be exact, I am on official cm13 nightly from 8th January 16 for jfltexx device). This cm13 ROM uses Trebuchet launcher. Every time I trigger a flow via a Shortcut (tried several different ones), I get an on screen error message that trebuchet was stopped. ...
- 20 May 2015 20:36
- Forum: User Help / Bug Reports
- Topic: Missing permission to start service
- Replies: 2
- Views: 8894
Re: Missing permission to start service
Danke Martin,
Dein support ist wirklich super, Deine Antwort hat mal wieder bestens geholfen.
EBen
Dein support ist wirklich super, Deine Antwort hat mal wieder bestens geholfen.
EBen
- 19 May 2015 16:36
- Forum: User Help / Bug Reports
- Topic: Missing permission to start service
- Replies: 2
- Views: 8894
Missing permission to start service
When trying to start a service, I receive this error: End executing action 'Service starten: android.intent.action.MAIN com.csipsimple.easybell2/com.csipsimple.service.SipService ' and exception Not allowed to start service Intent { act=android.intent.action.MAIN flg=0xc3 cmp=com.csipsimple.easybell...
- 10 Dec 2014 07:48
- Forum: User Help / Bug Reports
- Topic: Delete all text in a browser text input box
- Replies: 4
- Views: 11171
Re: Delete all text in a browser text input box
Hi Martin, aus irgendeinem Grund funktioniert bei mir KEINER der Ansätze, auch nicht die aus den PNs. Habe es auch noch erfolglos mit longclick(x,y) probiert. Mein Workaround: Per control UI mit click auf Einstellungsmenu, aktualisieren die Seite aktualisieren, dann sind die Textfelder leer. Ideal w...
- 07 Dec 2014 19:43
- Forum: User Help / Bug Reports
- Topic: Delete all text in a browser text input box
- Replies: 4
- Views: 11171
Re: Delete all text in a browser text input box
Hi Martin, thanks for the hints. Unfortunately, they all don't help. SetText does not simply set the text, but rather adds it to the rest which has already been in the box. It is the same with SelectAll() followed by SendText. SelectText does not select the text, but just jumps to the first position...