Hobix
Weblogging for the brave.
Hobix is the weblog system written by why the lucky stiff. It builds upon Ruby, YAML, Textile and generates static HTML.
Hobix is the weblog system written by why the lucky stiff. It builds upon Ruby, YAML, Textile and generates static HTML.
After several hours of fooling around with my Nokia 6680 and some tools I’ve finally succeeded! I’m able to use my home Internet connection on my phone via Bluetooth! Now I’m able to load my phone with tons of software, data and experiment with other nice applications like Google Maps without paying 1.5 Euro per Megabyte!
Here a short step-by-step guide:

It’s likely that some of this steps aren’t necessary, but it’s working for me.
Here the script to share your serial port with your AirPort. You may want to adapt the script according to your setup
sudo /usr/sbin/pppd /dev/tty.Bluetooth-PDA-Sync 115200 \
noauth local passive proxyarp \
asyncmap 0 silent persist :192.168.1.131
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=1
sudo /usr/sbin/natd -same_ports -use_sockets -log -deny_incoming -interface en1
sudo /sbin/ipfw add divert natd ip from any to any via en1
sudo /sbin/ipfw -f flush
sudo killall natd
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=0
sudo killall pppd
or simply restart your computer.
If you still have troubles try these ressources in order: xans howto xans troubleshooting guide support forum
There’s also guide for Macs and Nokia 6600 mobiles available.
A very handy tool for debugging is the Bluetooth PacketLogger, available if you’ve XCode installed (take a look at /Developer/Applications/Utilities/Bluetooth).