Yes, "try commenting out the rfkill and the hciattach from the
bluedroid?" works fine.
May be one should propose changes in bluetooth.c, it is not transport
independent.
May be rfkill module can be moved into bluez kernel portion and radio
power could be controlled using Bluetooth ON and Bluetoot
Can you try commenting out the rfkill and the hciattach from the bluedroid?
leave only the bluetoothd to start on turning on bluetooth
yes, I agree the current android's bluedroid is not easy for the USB
bluetooth devices, but it shouldn't be too difficult either...
On Mon, Oct 18, 2010 at 3
Hi,
Thank you. I have tried to add the lines below to my init.rc file.
However, the result is still the same.
service hciattach /system/bin/hciattach -l
user root
group bluetooth net_bt_admin misc
disabled
oneshot
Whenever I try to enable Bluetooth on the UI, I get the messages
below;
D/Bluetoo