Bluetooth internet with Nokia 7710 using Linux
This guide prepares you to use your computer's (Linux) internet connection via your phone's Bluetooth so that you don't have to pay high data transfer bills. Setting up Bluetooth internet on Linux is much easier than on Windows, as long as the commands and settings are correct. You must download a third-party program called Gnubox. The Nokia 7710 version can be downloaded from this link. Be sure to enter every command and setting correct because Gnubox is case sensitive.
Nokia 7710's settings
- Open Control panel
- Open Internet setup
- Press "New access pt."
- A query pops up: "Use an existing access point as a basis for the new one?" Answer "No"
- Press "Next"
- Connection name: Bt
- Data bearer: Data call
- Press "Next"
- Dial-up number: 0000
- Press "Next"
- Prompt password at every login: No (uncheck it)
- User name: btdialin
- Password: bt
- Press "Next"
- Now the settings are done. Press "Advanced"
- Call type: Normal
- Modem type: Analogue
- Maximum data speed: 14400 bps
- Modem initialisation: (leave empty)
- Goto the "IP addresses" tab
- Uncheck the item "Auto-retrieve IP address" under IPv4 addresses header
- IP address: Put here an IP address near your computer's IP address, e.g. if your computer's IP address is 88.189.155.189, set your phone's to be 88.189.155.190
- DNS address: Enter manually
- Enter here your own DNS addresses. You can view them in the file /etc/resolv.conf. Open it e.g. in Terminal with the command sudo gedit /etc/resolv.conf
- Go check in the Login scripts tab that the text field doesn't have any text in it
- Press "OK"
- Press "Finish"
- Check that your preferred access point is set to "Bt" and press "OK"
Computer's settings
- Open Terminal
- Become root (e.g. on Ubuntu with the command sudo -i)
- Install bluez-utils (e.g. on Ubuntu with the command apt-get install bluez-utils)
- Create a file called /etc/ppp/peers/dun (e.g. on Ubuntu with the command gedit /etc/ppp/peers/dun)
- Fill it with the following text, replacing the required IP and DNS addresses with your own ones:
- 115200
- [THE_COMPUTERS_IP_ADDRESS]:[THE_PHONES_IP_ADDRESS]
- ms-dns [YOUR_DNS_ADDRESS]
- lock
- crtscts
- noauth
- Enter this command in Terminal:
iptables -t nat -A POSTROUTING -s [THE_PHONES_IP_ADDRESS]/24 -j MASQUERADE, replacing the text with your phone's IP address
- Write another command:
echo 1 > /proc/sys/net/ipv4/ip_forward
- Give it one more command, which makes us ready on the PC side:
dund --listen call dun
Nokia 7710's settings
We only need to make Gnubox functional on the phone, and then we are ready to use the Bluetooth internet connection.
- Open Gnubox and press the menu button. Select 2box Bluetooth -> LAN Access server. If your Bluetooth connection isn't on, switch it on, ordered by the program, and search your computer with the Bluetooth, select it and press "Send"
- The program now asks you: "Do you want to require encryption?" Answer "No". The program should now notify you with the following message: "Set BT registry here"
- Choose the selection Debug -> Bring up IF
- After a while the program should notify you with a "Connection open" message
- If everything worked out OK, you can exit Gnubox and open the Web application. Now your phone's internet connection should be working via Bluetooth, and you can browse the Internet as much as you like
You might want to download Opera Mini 4.1, because it's a much more faster browser although the scrollbars are awfully small. The device can also be used to read and write your GMail e-mail with the GMail Java application. You can also use Google Maps program with the phone via the Bluetooth connection, and any other program which requires an internet connection.
Screenshots of the Opera Mini 4.1 application:
Screenshot 1
Screenshot 2
Screenshot 3
|