The scripts tag has no wiki summary.
2
votes
2answers
474 views
Is there no way to get scripts to run in Android?
Since Android is Linux at its base, I logically think it should be possible to run a script on Android, like a Python script or PHP script (with executable bit obviously).
If not conventionally, is ...
11
votes
2answers
27k views
How can I run a script on boot?
I'm accustomed to running scripts on boot in Linux, but I'm not sure how to do this in Android. I'd like to start my SSH daemon on start, so I'll always be able to connect. How can I run an arbitrary ...