GNOME Bugzilla – Bug 593496
[enh] blackberry support
Last modified: 2013-07-11 15:09:51 UTC
Allow blackberry devices to used as modems so that we can surf using their connections like one can with the several nokia devices.
Yup; this requires ModemManager and NM 0.8 so that we can create an MM plugin for Blackberries. AFAIK it would require linking with something like libberry because they use custom serial protocols for things like PIN unlocks and they also don't really support the range of AT commands that most other phones do.
Note that we now have Bluetooth DUN support which should work with a large number of blackberries. If it doesn't, getting debug logs from ModemManager as shown here: http://live.gnome.org/NetworkManager/Debugging (in the section about Debugging 3G connections) would be very useful.
It seems quite unlikely that we'll end up writing the support to talk to old Blackberries over USB/serial at this point, so DUN is the best option here for now.