Enable Bluetooth In NookColor
Disclaimer: As usual, a word of caution when it comes to playing around in Android. Follow the below instructions at your own risk. We are not responsible if your device gets damaged. This process will also void warranty.Here are the steps given by developer in the XDA thread. You need to have your NookColor rooted before proceeding with the instructions.
Add bluetooth capabilities (HCILL) in kernel
Toggle the WL12XX_RFKILL flag on in evt1a defconfig.
Take the bluetooth firmware (bts file) from gforge.ti ( wl1271 firmware) for froyo pandroid and put it into /system/lib/firmware, alias /lib/firmware to /system/lib/firmware (useful for command line).
boot the kernel and then
echo 0 >/sys/class/rfkill/rfkill0/state
echo 1 >/sys/class/rfkill/rfkill0/state
hciattach -s 115200/dev/ttyS1 texas
hcitool scan must show you your BT devices (if discoverable)
dskzone.net report
No comments:
Post a Comment