| Price | Free |
|---|---|
| Category | Productivity |
| Version | 1.0.4 |
| Developer | Oliver Bosse |
| Added | Apr 16th, 2012 |
| App Views | |
| Votes | 0 votes |
| Google Rating | |
| Ratings | 1 |
Control your device remotely via SMS by sending shell commands.An endless amount of possibilities that you can do with this app.Some few examples of a lot more……-Listing of folder contentsExample:ls /system/bin-Finding out how much diskspace is usedExample:df-Showing environment variablesExample:printenv-Listing installed packagesExample:pm list packages…but best of all…you can even start and control other programs(activities) with the activity command line manager(am)Examples:Play a video with YouTubeam start -n com.google.android.youtube/.PlayerActivity -d http://www.youtube.com/watch?v=MTT-crZBB0kPlay a song from sdcard with media playeram start -a android.intent.action.VIEW -d file:///sdcard/YOURMP3SONG -t audio/mp3A lot to explore on your device!!!More information on intents:http://www.openintents.org