Tagged Questions
1
vote
0answers
70 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
465 views
Toogle 3G, Bluetooth, and WiFi with Android Linux or ADB commands
Since I have not found an Android command reference list (with meaning and usage of the command), I have some questions:
Can I disable/enable 3G?
Can I disable/enable bluetooth?
Can I switch from ...
0
votes
0answers
172 views
Hibernate from command line
Is there a command I can enter in a terminal emulator to put my phone or tablet into a low power, instant on state? My tablet lacks that option from the press-and-hold-power menu.
2
votes
1answer
115 views
Is there a way to launch app via terminal IN BACKGROUND?
Is there a command to launch an app via terminal directly in background?
Something like the "&" in linux...
Thanks,
Andrea
6
votes
1answer
285 views
How to return to the home screen with a terminal command?
Is there a terminal command to go to the home screen?
I need to do this via ssh, so I cannot just push the "home" button, I need to send a command-line action..
6
votes
2answers
669 views
how to run a specific app's action via terminal?
I need to run my android app from a remote computer via SSH, but I'm not a command-line expert, so I would like to know:
how to run a specific action of an app? (not just open it)
Which implies: how ...
6
votes
1answer
2k views
Rooted phone - sending SMS message via command line
I have a rooted Droid (Sholes), with ConnectBot installed. I can ssh into it via dropbear copied to /system/xbin, and/or also the instance of Debian installed on it via the "Linux Installer" ...
3
votes
2answers
430 views
Rootless CLI Utilities
Do I have to root my android device to install command line utilities? I would really like to run Vim, among other programs on my phone. I have no reason not to root my phone, I just want to know if ...
8
votes
1answer
1k 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 ...