vote up 1 vote down star
1

I understand the Android OS is based on Linux. Does that mean the G1 phone has a terminal emulator and you can open a console and use commands like cd, ls, etc? Or failing that, would it be possible to write a terminal emulator for it?

On a related note, would it be possible to run a ssh server on the G1 and log into it over a wifi connection?

Thanks,

Ethan

flag

5 Answers

vote up 3 vote down check

Actually, until recently everything you typed on the keyboard got echoed to a root shell. Nasty bug.

That said, you want PTerminal, from the Android Market.

As for SSH, yep. You can even install Debian on the phone.

link|flag
Ahem, that bug was around for like 2 days. Also, I tried it on my phone on RC29 and it didn't work (the bug wasn't present). – jcollum Dec 19 '08 at 21:19
vote up 1 vote down

Currently there are a few terminal emulators in the market and elseware on the web (quick google search and you'll see), but if you are running the latest OS patch level (RC30) you will no longer be able to get root at all. The shell's are still somewhat useful to poke around the file system and see the results of ps and top for example.

link|flag
vote up 0 vote down

In case you don't know, it's worth pointing out that android has a fairly secure application sandbox. Each installed app runs as it's own user. Not many binaries on the phone are world-executable, and a lot of files aren't even world-readable.

However, I don't think anything is preventing you from copying executables to the phone and running them as a non-privileged user.

link|flag
vote up 0 vote down

The android SDK comes with a tool that lets you run a shell from your development machine over USB. The su command does not work on the TMobile phone but does work on the unlocked phone that comes direct from google.

link|flag
vote up 0 vote down

Very easy to flash back to RC29 and get root, I did and have Terminal Emulator running good. I just don't know many commands.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.