Page 1 of 3 123 LastLast
Results 1 to 10 of 29
This is a discussion on How to: Root the PRE within the webOS forums; Hey all heres instructions on how to root the pre.. Download the WebOS image Rename this file to .zip, and ...
  1. #1

    Join Date
    Mar 2009
    Location
    Your Computer
    Posts
    311
    Downloads
    0
    Uploads
    0

    Default How to: Root the PRE

    Hey all heres instructions on how to root the pre..


    1. Download the WebOS image
    2. Rename this file to .zip, and extract it
    3. set the Konami code on your pre (upupdowndownleftrightleftrightbastart), and put it into dev mode. Plug it into your windows laptop after it's booted
    4. Run the driver installer from the extracted file, it is: webosdoctorp100ewwsprint/resources/NovacomInstaller_x86.msi
    5. Install Python 2.6
    6. Get the rooter from subversion: http://svn.saurik.com/repos/webos-dev/trunk/rooter/
    7. Run talk.py inside of the rooter in subversion, it'll output a bunch of lines. If you see an error, join the irc (irc.freenode.net #webos-internals)
    8. Turn on the wifi on your pre. Get your pre's IP address, and you can telnet into it (username: root)

    Run these commands in the shell

    Makes phone writeable.
    mount -o remount,rw /
    Creates file to run the backdoor to open telnet on boot.
    //irix edited the iptables to only allow on eth0 thanks irix.
    //eth0 is the WIFI link
    cat > /etc/event.d/backdoorscreen << EOF
    # -*- mode: shell-script; -*-
    # backdoorscreen

    description "backdoorscreen"

    start on stopped configure
    stop on runlevel [!2]

    exec screen -d -m /home/backdoorscreen.sh
    EOF
    Bash file to open up the iptables firewall to telnet and start telnet
    cat > /home/backdoorscreen.sh << EOF
    #!/bin/sh
    while `true`; do
    sleep 120
    /usr/sbin/telnetd
    iptables -i eth0 -D INPUT -p tcp --dport 23 -j ACCEPT
    iptables -i eth0 -I INPUT -p tcp --dport 23 -j ACCEPT

    done
    EOF
    Set permissions on the bash file
    chmod 755 /home/backdoorscreen.sh
    Make the file system read only again.
    mount -o remount,ro /
    Source:http://predev.wikidot.com/rooting via precentral.

    Thanks to irix also..
    Last edited by atlanta; 06-10-2009 at 12:34 PM.
    If i have helped you or find what i posted useful click the thanks button . :laugh3:

  2. #2

    Join Date
    Mar 2009
    Location
    Your Computer
    Posts
    311
    Downloads
    0
    Uploads
    0

    Default

    P.S. Everything Pre is not responsible for you bricking your phone so try at your own risk

    AND I REPEAT I DO NOT RECOMMEND THE AVERAGE END USER TO TRY THIS IN ANY WAY... !!!!!!!!
    Last edited by atlanta; 06-10-2009 at 12:35 PM.
    If i have helped you or find what i posted useful click the thanks button . :laugh3:

  3. #3

    Join Date
    Mar 2009
    Location
    Your Computer
    Posts
    311
    Downloads
    0
    Uploads
    0
    If i have helped you or find what i posted useful click the thanks button . :laugh3:

  4. #4

    Join Date
    Jun 2009
    Posts
    30
    Downloads
    0
    Uploads
    0

    Default

    I think this is amazing! Hopefully a "cleaner" solution will come along for rookies later particularly one that uses USB.

    Currently how badly is WiFi + connection draining the battery?

    Best,

  5. #5

    Join Date
    Jun 2009
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default

    good thanks. Thanks for that!

  6. #6

    Join Date
    Mar 2009
    Location
    Your Computer
    Posts
    311
    Downloads
    0
    Uploads
    0

    Default

    Code:
     TESTING
    You can do it over your phone EVDO/1x connection also no need for wifi just have to use the browser and go to like cmyip.com and get your external IP

    But to make it work like that you have to use
    Code:
    
    iptables -D INPUT -p tcp --dport 23 -j ACCEPT
    iptables -I INPUT -p tcp --dport 23 -j ACCEPT
    Which is somewhat of a big security concern because if i get ahold on your
    external ip i can wipe your device
    If i have helped you or find what i posted useful click the thanks button . :laugh3:

  7. #7

    Join Date
    Jun 2009
    Posts
    70
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by leez View Post
    I think this is amazing! Hopefully a "cleaner" solution will come along for rookies later particularly one that uses USB.

    Currently how badly is WiFi + connection draining the battery?

    Best,
    According to this, enabling wifi may help the battery.

  8. #8

    Join Date
    May 2009
    Posts
    24
    Downloads
    0
    Uploads
    0

    Default

    Zealot, why don't you just make this into an app and make yourself some bank$$ I payed for the app on the treo to do this and you could come out nice. (By the way please send my 1% of all sales for giving you the inspiration)

  9. #9

    Join Date
    Mar 2009
    Location
    Your Computer
    Posts
    311
    Downloads
    0
    Uploads
    0

    Default

    who is zealot?? lol

    oh the ranking thing ....

    No im a person of free knowledge. i believe in helping others and always think that it comes back 150 folds stronger
    If i have helped you or find what i posted useful click the thanks button . :laugh3:

  10. #10
    softspirits's Avatar
    Join Date
    Feb 2009
    Location
    Western Washington
    Posts
    596
    Downloads
    0
    Uploads
    0

    Default

    Ok, I am definately an END USER but this gives me amazing hope that an application will be written that will enable the Pre to teather. This is something my husband will pay for, because it is cruicial to him actually aquiring a Pre. Please guys, get this done because I am so tired of him being jealous of mine .

Page 1 of 3 123 LastLast

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
  •