← Back to team overview

blueman team mailing list archive

[Bug 361947] Re: Blueman 1.1 tells "CDMA or GSM not supported" with Nokia N95 and E70

 

I have the same problem with Motorola Z6 and latest blueman from ppa on Ubuntu Intepid. HAL does not tell capabilities of rfcomm device. The rule below should fix this, however blueman reads capabilities earlier.
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- xml -*- -->
<deviceinfo version="0.2">
  <device>
    <match key="info.product" string="Bluetooth RFCOMM">
	<append key="info.capabilities" type="strlist">GSM-07.07</append>
	<append key="info.capabilities" type="strlist">GSM-07.05</append>
    </match>
  </device>
</deviceinfo>
Only hard-coding capabilities in /usr/share/pyshared/blueman/main/HalManager.py helped me.

-- 
Blueman 1.1 tells "CDMA or GSM not supported" with Nokia N95 and E70
https://bugs.launchpad.net/bugs/361947
You received this bug notification because you are a member of Blueman
Development Team, which is the registrant for Blueman.

Status in Blueman - Bluetooth Manager: Fix Committed

Bug description:
This can be relate to bug https://bugs.launchpad.net/blueman/+bug/335949, but I report it as a separate bug since the symptoms are a bit different and the version is different.

I am running blueman 1.1, which was compiled from SVN two hours ago. When I try to connect to a phone that has 3G capabilities and 3G subsription, blueman tells me that "CDMA or GSM not supported". This was tested with two diffrerent Nokia phones with 3G subscriptions from two different service providers. blueman-manager shows that the phone is connected and /dev/rfcomm is created for both phones. However, nothing shows in network manager.

I will post more details in another post.



References