Tagged Questions
1
vote
0answers
67 views
How do i open a text file from a terminal window from within the android gui
I'm trying to open a text file from within a terminal window emulator -- but not so it opens in the actual terminal but more like I've just clicked on it.
So my question is: What command can I use to ...
0
votes
1answer
48 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 ...
7
votes
3answers
3k views
Running applications from a terminal emulator
I have a rooted Nexus 7 Jelly Bean tablet and whenever I attempt to run an application from a terminal emulator app after chmod 777ing it and using the syntax ("./applicationName") it insists that I ...