• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root 2.1 Bugless Beast Bluetooth issue??

inssane

Android Expert
Sorry if this has been addressed - I flipped through and couldn't find anything.
On the 2.01 Beast my Bluetooth worked fine (Jawbone I) and now my phone finds it "Jawbone" but will not complete the pair and connect for use.

This is killing me bc of all the BT time I spend. Grrrr
Any advice?
 
Sorry if this has been addressed - I flipped through and couldn't find anything.
On the 2.01 Beast my Bluetooth worked fine (Jawbone I) and now my phone finds it "Jawbone" but will not complete the pair and connect for use.

This is killing me bc of all the BT time I spend. Grrrr
Any advice?

If you made a nandroid backup of your Bluetooth.apk I'd recommend to reinstall that. I have the Smoked Glass Theme Rom and noticed my Bluetooth was totally crippled. I got the Bluetooth.apk for the "Ultimate.v2.0" and installed it and it worked like a charm. Maybe you can try too. I was going to post the .apk but the zip capacity is so small here. Just get the Ultimate.v2.0 Rom and get the Bluetooth.apk out of it. Put it in the root of your SDcard and enter this into your Terminal emulator.

Code:
su
mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system
mv /system/app/Bluetooth.apk /system/app/Bluetooth.bak
busybox cp /sdcard/Bluetooth.apk /system/app/Bluetooth.apk
chmod 755 /system/app/Bluetooth.apk
sync
reboot
 
Back
Top Bottom