View Single Post
  #20 (permalink)  
Old 03-11-2011, 11:07 PM
arrrghhh's Avatar
arrrghhh
Testing Extraordinaire
Offline
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: Bluetooth and Android?

Quote:
Originally Posted by JustusIV View Post
Thanks for the info. Learn something new every time i come here. :P
Alright, one of our amazing devs (the same that brought us the camera, viruscrazy aka Jerome) has sent an update via the mailing list. I am reposting it here, verbatim.

Quote:
Originally Posted by Jerome
Hi,

Some of you already know that I was working on Bluetooth for the rhodium these days. It's now working at full speed (4Mbps) and I've been able to make a call using a BT headset (need to make a last test to check that both uplink and downlink works, right now, I made test by calling voicemail).

In the mean time, I've made my diamond to work at full speed and make a call to my voicemail through the BT headset (also need to test in both ways).

Please find attached the 3 patches required for bluetooth on rhodium (well, these patches are only the kernel side patches, I will do the patches for the userland side).

* For the brf6350 bluetooth modules (diamond, raph, ...), there only a small change to do in the rootfs :

in /init.cfg/init.froyo.rc (or init.gingerbread.rc, but haven't tested because not yet switched to gingerbread), change the following lines:

service hciattach /system/bin/hciattach \
-n -s 115200 /dev/ttyHS1 texas 115200 flow

with :

service hciattach /system/bin/hciattach \
-n -s 115200 /dev/ttyHS1 texasalt 4000000 flow

(need to use texasalt to load the firmware file bcm6350.bin already present in the image).

Regards, Jerome
Reply With Quote
This post has been thanked 2 times.