The following are instructions on how to use your Sprint Blackberry 8330 Curve as a bluetooth modem in Ubuntu 8.04. I was successful in getting this to work on a ancient Dell Inspiron 2500 running 8.04 Linux Kernel 2.6.24-22. My Curve is not your standard. Sprint 8330. I updated the OS to 4.5 using Alltell's Package Version: 4.5.0.122. I was getting impatient waiting on Sprint to release theirs. I hope this works for you and I would appreciate any feedback. I would like to give credit to
bthoward at the following link for pointing me in the right direction
http://forums.crackberry.com/f134/bl...-linux-114019/:
sdptool browse your-phone-mac-address
Look for Service Name: Dial-up Networking. In this section you will find your device's particular channel.
gksudo gedit /etc/bluetooth/rfcomm.conf
rfcomm0 {
bind yes;
device your-device-MAC Address;
channel your-device-channel;
comment "Bluetooth Modem Connection";
}
gksudo gedit /etc/chatscripts/sprint
# abortstring
ABORT 'NO CARRIER' ABORT 'ERROR' ABORT. 'NO DIALTONE' ABORT 'BUSY' ABORT 'NO ANSWER'
# modeminit
'' ATZ
# ispnumber
OK-AT-OKL3 ATDT#777
# ispconnect
CONNECT \d\c
gksudo gedit /etc/ppp/peers/sprint-blackberry
hide-password
/dev/rfcomm0
connect '/usr/sbin/chat -s -v "" "AT&F0E0V1S0=0" OK ATD#777 CONNECT'
noauth
defaultroute
usepeerdns
connect-delay 10000
user USERNAME
lock
lcp-echo-failure 4
lcp-echo-interval 65535
115200
sudo /etc/init.d/bluetooth restart
THEN sudo pon sprint-blackberry TO CONNECT
I want to know if anyone has experienced their Blackberry not operating as a modem anymore. I do not pay for PAM plan and never ran into any issue with using my Curve as a modem. Recently I downloaded an excessive amount of data using my Curve. Everything worked fine until the next day when I tried to connect like I always have and and I could not achieve a connection. The "modem mode enabled" would pop up at the top of the screen then disappeared with no connection established. I am curious if Sprint has shut me down. I am assuming that is the case. Any feedback would be appreciated.