Tagged Questions
0
votes
2answers
374 views
How do I script my phone?
What I mostly want to do, is quickly alter settings, add alarms etc.
It is perhaps called something else?
This is from a Windows PC.
Language is not important, but I know Python and UNIX scripting.
...
6
votes
2answers
761 views
On Android can I write scripts (similar to Win .bat files) to combine several command line commands?
On Windows, I can run two commands using a .bat file.
How can I achieve the same thing on Android
For example:
update my podcasts by calling pcastclient /updateALL
force sync of my pictures ...