I'm using Infused – any other have full-functioning bluetooth? Thanks!
Sent from my SAMSUNG-SGH-I997 using XDA App
Sent from my SAMSUNG-SGH-I997 using XDA App
i found it on the cyanogenmod forum please note that i am NOT taking credit for this solution i tried to post the link to it but it wouldn't allow me :-x lolI had the same problem. My Desire CDMA did not pair with any bluetooth device anymore after switching from stock Froyo to CM 7.0.3.
Bluetooth pairing did not work with Lenovo Notebook under Win XP SP3. It used to work flawlessly with original Froyo as well as with half a dozen different devices (PC with BT dongle, mobile phones, BT keyboard, BT gamepad, BT headset, GPS receivers).
I restored my bluetooth settings with Titanium Backup and had my notebook still listed as paired but all file transfers fail. When I remove the pairing and try to pair again, both devices pop up a pairing code dialog but pairing always fails without any error message.
SOLUTION
I do not know if every step is required but this is what solved the problem for me:
I ran the Terminal app and entered
su
(App requests root permissions, grant them). Then I went to the device's bluetooth settings with
cd /data/misc/bluetoothd
(Note the 'd' at the end). There I found a directory named by the bluetooth chip's ID, in my case '38:E78:45:21:a4'. I renamed this directory
mv 3* hidden
, turned bluetooth off and back on and could use bluetooth again.
HTH