|
||||
Re: Bluetooth and Android?
Alex asked me to post a testing thread on XDA.
[TESTING] New audio routing - xda-developers Have fun... |
This post has been thanked 5 times. |
|
||||
Re: Bluetooth and Android?
Quote:
Update - whew! Not easy to do - I would just adb push everything folks, don't even mess with bind mounts... It does work tho, I have BT and audio does seem to work better - I still have a lot of other things to test, but so far it's great . Last edited by arrrghhh; 05-13-2011 at 07:17 PM. |
|
||||
Re: Bluetooth and Android?
Maybe someone can answer this question, when you add the following two lines to the init.rc:
chmod 666 /dev/htc-acoustic_wincechmod 666 /dev/tpa2016d2 It's referencing files/folders (/dev/htc-acoustic_wince and /d/tpa2016d2) that don't exist in my build (I know this because when I adb and look through the file structures neither of those exist). Is there something that I need to add/copy for those?
__________________
|
|
||||
Re: Bluetooth and Android?
Quote:
Quote:
Those should be separate lines. I believe these devices are created with the new libs... I assume you asked because something isn't working, so what is it? |
This post has been thanked 1 times. |
|
||||
Re: Bluetooth and Android?
Quote:
|
This post has been thanked 1 times. |
|
||||
Re: Bluetooth and Android?
Yep, I sure am.
Extracted kernel-01324.zip to SDcard\ANDBOOT I've copied: .csv files from WinMo to root of SD card Extracted libaudio.zip to /system/lib BCM4325D1.hcd from WinMo to /system/etc brcm_patchram_plus to to system/bin and chmod'd it Edited /init.rc and /init.cfg/init.froyo.rc with these: service hciattach /system/bin/brcm_patchram_plus -r --enable_hci \ --enable_lpm --baudrate 4000000 \ --patchram /system/etc/BCM4325.hcd /dev/ttyHS1 Haven't tried BCM4325D0 yet, that is my next step because the above didn't work for me. I'm avoiding bind mounting as much as possible. Am I missing something? |
|
||||
Re: Bluetooth and Android?
Quote:
chmod 666 /dev/htc-acoustic_wince chmod 666 /dev/tpa2016d2 |
This post has been thanked 1 times. |
|
|
|