Quote:
Originally Posted by manekineko
You're using the kernels that go along with this right?
|
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?