Search found 18 matches

by standalonescript
13 Sep 2013 16:38
Forum: Feature Requests
Topic: Data usage
Replies: 1
Views: 8955

Re: Data usage

As a workaround, (if you only care about monitoring and not running flows based on usage) you can use Onavo (if you don't mind installing it). I used it for a while before android had built in usage monitoring. It has settings for disabling data when you get to customizable percentage. Disclaimer: I...
by standalonescript
13 Sep 2013 06:09
Forum: User Help / Bug Reports
Topic: Problem with Dropbox Folder Creation
Replies: 3
Views: 10526

Re: Problem with Dropbox Folder Creation

Can you upload the directory that contains the update file (or perhaps two levels up)? That way the upload files can create it for you?

You will have to ascend for both the source and target equally.

Josh.
by standalonescript
13 Sep 2013 06:04
Forum: User Help / Bug Reports
Topic: Problem with Dropbox Folder Creation
Replies: 3
Views: 10526

Re: Problem with Dropbox Folder Creation

Sorry, that was useless. Too tired. I'll see if I can figure it out tomorrow.

Josh
by standalonescript
13 Sep 2013 06:01
Forum: User Help / Bug Reports
Topic: Problem with Dropbox Folder Creation
Replies: 3
Views: 10526

Re: Problem with Dropbox Folder Creation

I just tested uploading a directory structure and it worked (created /test/carbon/subdir/file.ext along with everything else inside carbon directory)

I used upload files and used the following:

Source files:
/storage/emulated/0/carbon

Path on drop box:
/test

HTH,
Josh
by standalonescript
13 Sep 2013 05:46
Forum: General
Topic: How to tell if an app has been closed completely
Replies: 2
Views: 10702

Re: How to tell if an app has been closed completely

If you never actually turn your screen off when using maps, answering calls, texts, etc. You could set GPS to turn off with the screen. You would just need to foreground maps to enable it again.

Josh
by standalonescript
13 Sep 2013 05:38
Forum: Feature Requests
Topic: Socket timeout in HTTP request
Replies: 2
Views: 9192

Re: Socket timeout in HTTP request

As a workaround, you can do the HTTP GET and follow that up with a conditional expression for status_code==-1 and loop it back to the HTTP GET.

I don't know how the http get is implemented but I don't know if an indefinite wait is feasible/desirable.

Josh
by standalonescript
13 Sep 2013 05:08
Forum: Feature Requests
Topic: Lock a flow from alteration with passcode
Replies: 3
Views: 10722

Re: Lock a flow from alteration with passcode

There are several apps on the market that allow you to create locks for specific applications. That will at least give you a workaround.

Josh
by standalonescript
13 Sep 2013 03:51
Forum: General
Topic: Q: Can list of Bluetooth devices in range be determined?
Replies: 2
Views: 11442

Q: Can list of Bluetooth devices in range be determined?

Can the list of Bluetooth devices "in range" be determined (without connecting/attempting to connect to them)? I don't believe this is supported in automagic (even using global variables). Here is a stack overflow that supposedly is a way to do so in android (second post) but was not verified (by th...