Tagged Questions
0
votes
1answer
56 views
Home screen icon for terminal program?
I'm using terminal-ide http://code.google.com/p/terminal-ide/ which is basically a terminal for android with all sorts of utilities. One is able to create bash scripts for example. Is there a way to ...
2
votes
0answers
750 views
How can I successfully run this script on a emulated terminal on Android?
Background
I am trying to install Ubuntu onto my Acer Iconia A500 using VNC and this application called Complete Linux Installer. My tablet is rooted and I have found several sources saying they have ...
1
vote
2answers
286 views
How can I execute a script on the SD card and be able to pass arguments to it?
I tried executing a script on the sdcard as is because on FAT, everything is 777.
./.profile
./.profile: permission denied
I added this as the initial command for the Android shell and it executes ...
8
votes
1answer
2k views
Start an Android application via a shell script?
Is it possible to start an actual Android application from the command line in Android? For example, say I'd simply like to start/bring to the front my calendar. Is there a way that I can do this ...