Search found 257 matches

by kintrupf
10 Nov 2015 07:42
Forum: User Help / Bug Reports
Topic: Using evaluateXPathAsString to get an attribute
Replies: 3
Views: 8336

Re: Using evaluateXPathAsString to get an attribute

Both xpath expressions work on my test device after adding the right angle bracket on the second line of the XML. Do you get some kind of error when you execute the flow? Is there anything in the log? Ahh, very embarrassing! Of course you're right, with an invalid XML it could not work. I edited ou...
by kintrupf
09 Nov 2015 11:22
Forum: Feature Requests
Topic: "root" option for file functions
Replies: 0
Views: 8874

"root" option for file functions

Would it be possible to add a "root" option for files action like Copy File , Move File , Unzip Files and Save Variable in Image File ? Though most things can be solved by using a temporary file first and then using Execute Root Command for moving or copying that file to, for example, "/system/media...
by kintrupf
06 Nov 2015 21:31
Forum: User Help / Bug Reports
Topic: Using evaluateXPathAsString to get an attribute
Replies: 3
Views: 8336

Using evaluateXPathAsString to get an attribute

I have this simple XML fragment and want to get the contents of the "full-path" attribute using the evaluateXPathAsString function. <?xml version="1.0"?> <container version="1.0" <rootfiles> <rootfile full-path="volume.opf" media-type="application/oebps-package+xml" /> </rootfiles> </container> Usin...
by kintrupf
31 Oct 2015 12:12
Forum: General
Topic: Running Automagic on Android eBook reader ImcoV6L
Replies: 3
Views: 11865

Re: Running Automagic on Android eBook reader ImcoV6L

I was very much surprised myself that it worked ;) The device's Android is pretty much bare bones. No Google Play, so I have to sideload any APKs. Any many App won't install (or force close later) because of the ancient Android version. The settings are pretty basic, too. No high contrast mode, acce...
by kintrupf
30 Oct 2015 18:43
Forum: General
Topic: Running Automagic on Android eBook reader ImcoV6L
Replies: 3
Views: 11865

Running Automagic on Android eBook reader ImcoV6L

Hard to believe, but Automagic seems to run quite well on my eBook reader ImcoV6L with an ancient Android 2.3 Gingerbread :D I've tried the latest EAP version 1.29.0-dev. Of course, due to the sluggish e-Ink screen editing complex flows will probably be a challenge, but I can always edit them on my ...
by kintrupf
11 Sep 2015 07:38
Forum: Feature Requests
Topic: Cell collection (again, but different request)
Replies: 3
Views: 12083

Re: Cell collection (again, but different request)

Did you take a look at the new EAP build 1.29?
From the list of changes:
  • added option to trigger Phone Cell GSM/CDMA to trigger on every cell change
Looks like something you could use... ;)
by kintrupf
04 Sep 2015 06:04
Forum: Feature Requests
Topic: Headphone-Jack-Switch
Replies: 10
Views: 30425

Re: Headphone-Jack-Switch

Take a look at the trigger Wired Headset Plugged. You can react when it is plugged or unplugged.
by kintrupf
02 Sep 2015 05:11
Forum: User Help / Bug Reports
Topic: Can we use dynamic variable names?
Replies: 4
Views: 11154

Re: Can we use dynamic variable names?

I htink what you're looking for is a map, a list with name/value pairs. There are a couple of functions for this: Map newMap() Returns a new empty map Map newMapFromValues(String key1, Object value1, ...) Returns a new map initialized to contain the specified keys and values. Boolean isEmpty(Map map...
by kintrupf
11 Aug 2015 06:07
Forum: Flow Sharing Area
Topic: Reboot parameters
Replies: 1
Views: 9503

Re: Reboot parameters

Take a look at the flow http://automagic4android.com/flow.php?i ... download=1.
You'll find your answer there ;)
The flow creates a shortcut which displays a reboot menu with options for normal reboot, soft reboot, bootloader etc.