Post new topic Reply to topic  [ 3 posts ] 
Bluetooth broken, patch12/13 
Author Message
Level 2
User avatar

Joined: Tue Aug 30, 2011 10:06 am
Posts: 31
Post Bluetooth broken, patch12/13
Hi Cheeyee,

I hope you're still reading this forum as it seems to have been a long time since you posted any updates. Anyway, I have been trying to get a CSR-type bluetooth dongle working but am having no luck. As far as I can tell, there is no copy of bluetooth.ko anywhere on my system so cannot switch on bluetooth from settings, even though the bluetooth box is ticked in USB device manager program.
When I try to manually load other drivers in the bluetooth directory I get "unknown symbol hci_free_dev" error in dmesg.

Thanks.



Fri Sep 21, 2012 4:19 pm
Profile
Level 2
User avatar

Joined: Tue Aug 30, 2011 10:06 am
Posts: 31
Post Re: Bluetooth broken, patch12/13
Further to my previous post, looking at the load_bluetooth_module.sh (below) I see that the directory /system/lib/modules/net/ is completely missing! Maybe this is the key...

#!/system/bin/sh
load_module=`/system/xbin/grep key_bluetooth_driver /data/data/com.android.extra.settings/shared_prefs/com.android.extra.settings_preferences.xml | /system/xbin/sed 's/boolean//g' | /system/xbin/sed 's/name//g' | /system/xbin/sed 's/value//g' | /system/xbin/sed 's/key_bluetooth_driver//g' | /system/xbin/sed 's/[<|/|>|=|"| ]//g'`

if [ "$load_module" != "false" ]; then
insmod /system/lib/modules/net/bluetooth/bluetooth.ko
insmod /system/lib/modules/net/bluetooth/l2cap.ko
insmod /system/lib/modules/net/bluetooth/sco.ko
insmod /system/lib/modules/net/bluetooth/hidp/hidp.ko
insmod /system/lib/modules/net/bluetooth/rfcomm/rfcomm.ko
insmod /system/lib/modules/net/bluetooth/bnep/bnep.ko
insmod /system/lib/modules/drivers/bluetooth/btusb.ko
insmod /system/lib/modules/drivers/input/misc/uinput.ko
sleep 1
chmod 666 /sys/class/rfkill/rfkill0/state
fi



Fri Sep 21, 2012 4:42 pm
Profile
Level 2
User avatar

Joined: Tue Aug 30, 2011 10:06 am
Posts: 31
Post Solved!
Looks like I needed to reapply update2.zip
Rather stupidly I didn't backup before applying it so have now lost all my settings... :oops:



Fri Sep 21, 2012 5:08 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © phpBB Group.
JiongTang@2008
[ Time : 0.303s | 15 Queries | GZIP : On ]