Go Back   Android Forums > Android Phones > HTC Droid Eris
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

test: Reply
 
LinkBack Thread Tools
Old January 4th, 2010, 03:29 PM   #1 (permalink)
Member
Thread Author (OP)
 
Join Date: Nov 2009
Posts: 102
 
Device(s): Droid X
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default Terminal for Eris

Assuming the "Better Terminal Emulator" selling for $3.99 in the marketplace works, are there any other terminal apps that work with the Eris that people are using? I tried the free "Terminal Emulator" but it appears a virtual keyboard does not work.

MisterMcGoo is offline  
Reply With Quote
Sponsors
Old January 4th, 2010, 04:16 PM   #2 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,644
 
Device(s):
Carrier: Not Provided

Thanks: 50
Thanked 757 Times in 377 Posts
Default

Quote:
Originally Posted by MisterMcGoo View Post
Assuming the "Better Terminal Emulator" selling for $3.99 in the marketplace works, are there any other terminal apps that work with the Eris that people are using? I tried the free "Terminal Emulator" but it appears a virtual keyboard does not work.
I'm using "Better Terminal Emulator" (MagicAndroidApps.com), but frankly can't remember whether I paid for it or not.

My virtual keyboard "works" with that app, subject to some limitations (it can't handle the trackball for cursor movement) - see Menu -> Special Keys for a cheat sheet on how to enter control keys.

I find using it tedious because of slow typing. If you want to poke around using Unix tools, and you can do that from a desk with a PC, it is probably easier to download the free Android developer's kit, and just use "adb shell" to type your commands from a real keyboard.

(Settings -> Applications -> Development (click both "Stay Awake" and "USB debugging")

HTH

eu1
erisuser1 is offline  
Reply With Quote
Old January 4th, 2010, 06:19 PM   #3 (permalink)
Member
Thread Author (OP)
 
Join Date: Nov 2009
Posts: 102
 
Device(s): Droid X
Carrier: Not Provided

Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sounds good. I might try that.

I basically just wanted to get a little familiar with the OS architecture and file structure so that when it eventually gets rooted, I'll have had a little experience with the commands and navigating the paths. Most of my linux background involves Red Hat Enterprise Linux so I'm curious to identify the deltas with Android.
MisterMcGoo is offline  
Reply With Quote
Old January 4th, 2010, 10:20 PM   #4 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 1,644
 
Device(s):
Carrier: Not Provided

Thanks: 50
Thanked 757 Times in 377 Posts
Default

Quote:
Originally Posted by MisterMcGoo View Post
Sounds good. I might try that.

I basically just wanted to get a little familiar with the OS architecture and file structure so that when it eventually gets rooted, I'll have had a little experience with the commands and navigating the paths. Most of my linux background involves Red Hat Enterprise Linux so I'm curious to identify the deltas with Android.
As is typical with most small linux implementations, the android command-line toolset follows a "busybox" approach (called 'toolbox' in the Android distro), so many of the familiar linux commands are there... but don't behave the way you would expect from linux/solaris/hpux/aix - only small numbers of switches are available for each command variant.

In addition, tools that make "poking around" on a linux box effective - e.g. "find" & "grep" are not implemented by the Android busybox.

Because the actual device isn't rooted, certain directories in the file system are protected from browsing, so you won't be able to see the structure of a lot of the "interesting" places on your phone.

Good news, though! If you are up for it, the development kit might be the way to go - it has a full-up emulated dev phone... which of course is "rooted", being a dev phone. And you can connect to the virtual handset (emulator) from the PC in exactly the same method:

adb -e shell

and poke around in a virtual (emulated) device environment where you are root, and have a look at all those interesting places. It won't be one-for-one identical to the Eris, but it will be extremely similar. It will get you started, anyway.

(Note that you don't need Eclipse for this - you can create and start an emulator instance from the "android" tool in the android SDK, and the debugger is in the same kit).

HTH

eu1
erisuser1 is offline  
Reply With Quote
Reply

HTC Droid Eris
Current Rating:
Rate this Phone:

The HTC Droid Eris launched for Verizon Wireless on November 6th in part as the carrier's first Android Phone. However it was overshadowed by the other member of the inaugural Verizon Droid duo - the Motorola Droid. The Droid Eris might look fa... Read More



Go Back   Android Forums > Android Phones > HTC Droid Eris
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:30 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.