Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Phones > Motorola Droid X > Droid X - All Things Root

Droid X - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old October 21st, 2010, 03:27 PM   #1 (permalink)
Member
 
Join Date: Sep 2010
Posts: 249
 
Device(s):
Thanks: 65
Thanked 31 Times in 23 Posts
Default Please explain How to use Terminal Emulator

I'm very intimidated by terminal emulator because I've never used such a thing and it seems like a powerful tool. Many of the roms I'm considering offer special scripts (like Overclock or switch apps) that I'd like to be able to use.

Would someone mind sharing exactly step by step how to use terminal emulator to install a program or use a custom script. Are there settings in terminal emulator that I should adjust? Basically I open TE and see a blue screen (yes reminds me of BSOD). Then what.... just type the script instructions verbatim? After typing do I use the enter key to run? I'm looking at Fab's Apex Rom.... Maybe that will help give an idea as to what options/ scripts I'd like to be able to tinker with.

Maybe a short video tutorial would help?...

Thanks for sharing your knowledge.

Mike

MikeAce00 is offline  
Reply With Quote
The Following User Says Thank You to MikeAce00 For This Useful Post:
melissa.tompos (July 7th, 2011)
Sponsors
Old October 21st, 2010, 03:31 PM   #2 (permalink)
Senior Member
 
Airmaxx23's Avatar
 
Join Date: Jun 2010
Posts: 3,095
 
Device(s): CDMA Galaxy Nexus-Rooted / Kindle Fire-CM7 / Droid X-CM7 / OG Droid
Thanks: 57
Thanked 1,020 Times in 532 Posts
Default

Quote:
Originally Posted by MikeAce00 View Post
I'm very intimidated by terminal emulator because I've never used such a thing and it seems like a powerful tool. Many of the roms I'm considering offer special scripts (like Overclock or switch apps) that I'd like to be able to use.

Would someone mind sharing exactly step by step how to use terminal emulator to install a program or use a custom script. Are there settings in terminal emulator that I should adjust? Basically I open TE and see a blue screen (yes reminds me of BSOD). Then what.... just type the script instructions verbatim? After typing do I use the enter key to run? I'm looking at Fab's Apex Rom.... Maybe that will help give an idea as to what options/ scripts I'd like to be able to tinker with.

Maybe a short video tutorial would help?...

Thanks for sharing your knowledge.

Mike
You just type the commands as they are shown and press enter after each line. The biggest thing is to be sure you enter everything exactly as it appears, including any spaces.
__________________
"I know I was born and I know that I'll die, the in-between is mine."

My Nitro R/C Truck Videos, the blue truck is mine.

If I've helped you don't be afraid the hit the "Thanks" button.
Airmaxx23 is offline  
Reply With Quote
The Following User Says Thank You to Airmaxx23 For This Useful Post:
melissa.tompos (July 7th, 2011)
Old October 21st, 2010, 03:40 PM   #3 (permalink)
Senior Member
 
Outlaw71's Avatar
 
Join Date: Aug 2010
Location: Vancouver, British Columbia
Posts: 2,497
 
Device(s): Droid eXtreme... running the leaked Gingerbread 2.3.3./LG G2x running Bionix2 + Trinity kernel
Thanks: 262
Thanked 483 Times in 315 Posts
Default

Yeah I used it to type in the scripts after flashing OC and after hitting run the last time I was expecting it to take off and do something, but it didn't, it just sat there. So I wasn't even sure if it had done anything until I ran Quadrant and confirmed I was indeed over clocked.
Outlaw71 is offline  
Reply With Quote
Old October 21st, 2010, 04:16 PM   #4 (permalink)
Member
 
Join Date: Mar 2010
Posts: 359
 
Device(s): Droid X
Thanks: 77
Thanked 58 Times in 30 Posts
Default

It's very simple.

For example,
...to install Swype.apk, make sure the file is on the root of your SD card and in terminal, type
su
install swype.apk

Exactly like that.

...to turn off overclocking, just type
su
overclock -off

If you already typed in su, you don't need to type it in again. You only have to type it in each time you re-open the terminal.

To see all of the arguments for a specific command, type the command without any arguments.
So you would type
overclock

to see the options for the overclock command.
theineffablebob is offline  
Reply With Quote
Old October 21st, 2010, 04:31 PM   #5 (permalink)
Member
 
Join Date: Sep 2010
Posts: 249
 
Device(s):
Thanks: 65
Thanked 31 Times in 23 Posts
Default

Ok okay its coming together for me... Waat about the "$" that begins each line? Do I ignore that?

Outlaw- Yes I was waiting for it to take off and do something as well.

Bob- You use the example of installing Swype. Does this method work for all .apk files? For example Could I install quickoffice.apk this way? Airmaxx had taught me in another thread to use root explorer and edit permissions reboot to install (Thank You again AirMaxx)

I find it dificult sometimes because it seems like each apk needs to install a different way...
MikeAce00 is offline  
Reply With Quote
Old October 21st, 2010, 04:34 PM   #6 (permalink)
Member
 
Join Date: Mar 2010
Posts: 359
 
Device(s): Droid X
Thanks: 77
Thanked 58 Times in 30 Posts
Default

Yeah, I think the $ and # just tell you the start of the line.

And I think install should work for all .apk files.
theineffablebob is offline  
Reply With Quote
Old October 21st, 2010, 04:37 PM   #7 (permalink)
Android Enthusiast
 
Aggie12's Avatar
 
Join Date: Jul 2010
Location: Planet Earth
Posts: 1,682
 
Device(s): Droid X ~ GB
Thanks: 150
Thanked 479 Times in 377 Posts
Default

Quote:
Originally Posted by MikeAce00 View Post
Ok okay its coming together for me... Waat about the "$" that begins each line? Do I ignore that?

Outlaw- Yes I was waiting for it to take off and do something as well.

Bob- You use the example of installing Swype. Does this method work for all .apk files? For example Could I install quickoffice.apk this way? Airmaxx had taught me in another thread to use root explorer and edit permissions reboot to install (Thank You again AirMaxx)

I find it dificult sometimes because it seems like each apk needs to install a different way...
The $ means you're running without su access
The # means you're running with su access.
To switch from $ > # type in su
Aggie12 is offline  
Reply With Quote
Old October 21st, 2010, 04:37 PM   #8 (permalink)
Junior Member
 
Join Date: Aug 2010
Posts: 37
 
Device(s):
Thanks: 0
Thanked 11 Times in 7 Posts
Default

What he said ^
dave8311 is offline  
Reply With Quote
The Following User Says Thank You to dave8311 For This Useful Post:
bradhoschar (February 15th, 2012)
Old December 10th, 2010, 02:23 PM   #9 (permalink)
Junior Member
 
Join Date: Dec 2010
Posts: 40
 
Device(s): Samsung Epic
Thanks: 1
Thanked 2 Times in 1 Post
Default

I am using Samsung Epic. Whenever I start Terminal Emulator it starts in the prefererences window and I cant figure how how to get back to the console screen. If I hit the back key it takes me to the home screen of my Epic???
jmsnyc is offline  
Reply With Quote
Old December 18th, 2010, 11:13 AM   #10 (permalink)
New Member
 
Join Date: Dec 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by jmsnyc View Post
I am using Samsung Epic. Whenever I start Terminal Emulator it starts in the prefererences window and I cant figure how how to get back to the console screen. If I hit the back key it takes me to the home screen of my Epic???
have you tried pressing menu button?

it may help because preferences window opens with menu button.
underrated is offline  
Reply With Quote
Sponsors
Old January 30th, 2012, 06:32 PM   #11 (permalink)
New Member
 
Join Date: Jan 2012
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hello, i just bought a samsung stratospher and download the terminal Emulator app and then I type in the su command and is still shoing the symbol $. I followed the instructions below and it doesn't switch to the # sign.

The $ means you're running without su access
The # means you're running with su access.
To switch from $ > # type in su
Cosmo Pete is offline  
Reply With Quote
Old February 1st, 2012, 10:10 PM   #12 (permalink)
New Member
 
Join Date: Feb 2012
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

sry delete this my cat walked on enter button
Quasar79 is offline  
Last edited by Quasar79; February 1st, 2012 at 10:16 PM.
Reply With Quote
Old February 1st, 2012, 10:14 PM   #13 (permalink)
New Member
 
Join Date: Feb 2012
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Cosmo Pete View Post
hello, i just bought a samsung stratospher and download the terminal Emulator app and then I type in the su command and is still shoing the symbol $. I followed the instructions below and it doesn't switch to the # sign.

The $ means you're running without su access
The # means you're running with su access.
To switch from $ > # type in su
to have su (SuperUser) access your phone must be rooted, if it is type in terminal:

su root
Quasar79 is offline  
Reply With Quote
Old February 19th, 2012, 04:48 AM   #14 (permalink)
New Member
 
Join Date: Feb 2012
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default SD card removed. Insert new one.

Hi, i had my phone bricked. but after flashing back stock rom with successful, "sd card removed.insert new one" pop ups. I try with rebooting, by removed the sd card and insert them back, but still pop ups same message. Please help!
Garett is offline  
Reply With Quote
Reply

Motorola DROID X
Current Rating:
Rate this Phone:

 Motorola DROID X is an Android powered smartphone with a 1GHz processor, huge 4.3-inch display with 480x854 pixels resolution, 8-megapixel camera with 720p motion video capture and many other features. It's the newest addition to Motorola... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Motorola Droid X > Droid X - All Things Root User CP
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Terminal Emulator Hunterbeav EVO 4G - Support and Troubleshooting 4 January 9th, 2011 08:13 PM
Terminal Emulator vs. adb cmotion Eris - All Things Root 5 September 19th, 2010 07:27 PM
Better Terminal Emulator Pro: Very nice Terminal emulator. Graham Application Reviews 0 June 10th, 2010 06:49 PM
terminal emulator or better terminal emulator? screennamie Eris - All Things Root 2 March 23rd, 2010 10:25 AM
Better Terminal Emulator App boots897 Android Applications 0 November 3rd, 2009 08:12 PM



All times are GMT -5. The time now is 05:37 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo