Android Community
Results 1 to 7 of 7

Thread: How to Pterminal

  1. #1
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default How to Pterminal


    Thanks to xda-developers forum discovered you can start telnet on the device by downloading PTerminal from Android Market, and then you can telnet to the device from your computer.

    Once you've done that - you're logged in as root. One simple command mounts the system dir as writable, and away we go.



    Here's the basic process:

    1. Turn on WiFi in the G1 (Settings > Wireless Controls > Wi-Fi). Make sure you're connected to a network.
    2. Start up PTerminal (search in the Market) and you'll get a prompt once its launched.
    3. Enter cd system and hit Enter.
    4. Enter cd bin and hit Enter.
    5. Enter telnetd and hit Enter. You've now started telnet on your G1.
    6. Enter netstat and hit Enter. You'll now see your G1's IP address. You can also find this in the Settings > Wireless Controls > Wi-Fi > and click on your network you're connected to. It will show you your IP.
    7. Start up Terminal on your OS X machine, or bring up a command prompt on your Windows box. Type telnet [your.ip.address.we.just.found] and hit Enter/Return. So, if your IP was 192.168.1.101, you'd type telnet 192.168.1.101 and hit Enter/Return.
    8. You are logged in as root now. To remount the system file as read write, type mount -oremount,rw /dev/block/mtdblock3 /system from the Terminal/Command Prompt and hit Enter/Return.

    Thanks to poetic folley the word.
    Last edited by Lukster; 11-05-2008 at 02:02 PM.
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  2. #2
    Join Date
    Oct 2008
    Location
    909 So Cal
    Posts
    3,229

    Default Re: How to Pterminal

    thanks but im scared i might delete files that are needed hmm..

  3. #3

    Default Re: How to Pterminal

    Linux coders are going to save the day!

    Since Android is a Linux based platform many (almost all) Linux commands will come second nature

  4. #4
    Join Date
    Oct 2008
    Location
    Santa Rosa, California
    Posts
    177

    Default Re: How to Pterminal

    what telnet client are you using???

  5. #5
    Join Date
    Sep 2008
    Location
    America
    Posts
    351

    Default Re: How to Pterminal

    wooot woot.. i have one to addd!

    fonts/
    DroidSans.ttf
    DroidSans-Bold.ttf
    DroidSerif-Bold.ttf
    DroidSerif-Regular.ttf
    DroidSerif-Italic.ttf
    DroidSerif-BoldItalic.ttf
    DroidSansMono.ttf
    DroidSansFallback.ttf
    If I helped, Click Here:|Be Friend! Click Here:| Want a Sigg¥? Click Here:

  6. #6
    Join Date
    Sep 2008
    Location
    San Francisco
    Posts
    302

    Default Re: How to Pterminal

    Quote Originally Posted by Lukster View Post

    Here's the basic process:

    1. Start up PTerminal (search in the Market) and you'll get a prompt once its launched.
    2. Enter cd system and hit Enter.
    3. Enter cd bin and hit Enter.
    4. Enter reboot and hit Enter.
    how to reboot? look up

  7. #7
    Join Date
    Sep 2008
    Posts
    200

    Default Re: How to Pterminal


    so what can this be used for ?

Similar Threads

  1. commands that work in pTerminal
    By hawtseks in forum All About Andorid Software
    Replies: 16
    Last Post: 11-25-2008, 10:19 AM
  2. PTerminal
    By sidebrake in forum All About Andorid Software
    Replies: 3
    Last Post: 11-05-2008, 01:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •