A terminal app is the way of providing a command prompt to Android devices.

learn more… | top users | synonyms

7
votes
5answers
46k views

How to get hardware specs of Android device?

How can I find information on the hardware of my Android device like processor architecture, RAM, etc?
6
votes
4answers
6k views

Where can I find documentation for shell commands?

For using a shell commands through a terminal program, where can I find documentation or help or man pages for the commands as implemented in Android? While it would be nice to have them on the ...
5
votes
3answers
6k views

How can I execute command in the terminal as root?

How can I get root permissions in a terminal?
4
votes
7answers
2k views

Does access to logcat need root?

My device is already rooted, this is why I'm asking. Do you need root to monitor the logcat stream on the phone? If I ran the logcat command from within a Terminal on the phone, would that work?
3
votes
3answers
3k views

How use Escape, directional keys on the virtual keyboard?

I recently bought Better Terminal Emulator Pro, and I like it, but how do I use the Escape key and directional keys? For instance, I'd like to switch between modes in vi or use the up and down arrows ...
2
votes
2answers
90 views

Starting an activity listed under “Settings” from terminal (or adb shell)

I would like to start this activity from terminal. com.android.settings.Settings$PowerUsageSummaryActivity I tried am start -S com.android.settings/.Settings$PowerUsageSummaryActivity and this is ...
1
vote
1answer
1k views

How to give root access to apps that don't request it?

I've been using the app SystemPanel for some time now to archive my Android apps. It works great, but it cannot archive apps that have been installed under /data/app-private, because this directory ...
0
votes
1answer
41 views

Terminal-IDE: Is there a working wiki somewhere to discuss issues unique to this environment?

I'm trying to use the "Terminal-IDE" development environment. I think it's FANTASTIC from what I can see so far, but at the moment its promise is more than it delivers (to me at least) because I'm ...
0
votes
1answer
513 views

How to find out the UID of a given file/folder?

I have an issue with inconsistent UIDs. I would like to know how to manually find out the ID of a folder (specifically the /data partition). I think that it should be the same concept of an usual ...
-1
votes
2answers
2k views

How can I format a flash drive using terminal emulator?

I have a Huawei u8160 running Cyanogenmod 7.2. I've recently installed the usb host package and some time then I successfully activated the usb host mode. after that I needed to format a flash drive ...