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... !!!!!!!!
Hey all heres instructions on how to root the pre..
- Download the WebOS image
- Rename this file to .zip, and extract it
- set the Konami code on your pre (upupdowndownleftrightleftrightbastart), and put it into dev mode. Plug it into your windows laptop after it's booted
- Run the driver installer from the extracted file, it is: webosdoctorp100ewwsprint/resources/NovacomInstaller_x86.msi
- Install Python 2.6
- Get the rooter from subversion: http://svn.saurik.com/repos/webos-dev/trunk/rooter/
- 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)
- 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.
Creates file to run the backdoor to open telnet on boot.mount -o remount,rw /
//irix edited the iptables to only allow on eth0 thanks irix.
//eth0 is the WIFI link
Bash file to open up the iptables firewall to telnet and start telnetcat > /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
Set permissions on the bash filecat > /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
Make the file system read only again.chmod 755 /home/backdoorscreen.sh
Source:http://predev.wikidot.com/rooting via precentral.mount -o remount,ro /
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:
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:
If i have helped you or find what i posted useful click the thanks button . :laugh3:
I think this is amazing! Hopefully a "cleaner" solution will come along for rookies laterparticularly one that uses USB.
Currently how badly is WiFi + connection draining the battery?
Best,
good thanks. Thanks for that!![]()
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 IPCode:TESTING
But to make it work like that you have to use
Which is somewhat of a big security concern because if i get ahold on yourCode:iptables -D INPUT -p tcp --dport 23 -j ACCEPT iptables -I INPUT -p tcp --dport 23 -j ACCEPT
external ip i can wipe your device
If i have helped you or find what i posted useful click the thanks button . :laugh3:
According to this, enabling wifi may help the battery.
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)![]()
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:
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.
Bookmarks