totlth
what bluetooth chipset do you guys have? is it a broadcom? because the sequent is in desperate need of a bluetooth fix
also, the sdcard thing. that is a huge pain for us but hopefully you have better luck with having a different chipset and what not
you will have to mount directly to /storage/sdcard0 or whatever, something in the /storage directory. the vold.fstab, storagelist.xml(if you have a custom one) and ramdisk inits will need to be modified to reflect the changes
the main problem on ours is the fact that /storage becomes controlled by zygote and made part of the tmpfs, the phones apps then read the sdcard directory as if it were just an empty folder on the tmpfs displaying the size of the sd as around 300mb(size of the tmpfs) however apon using adb shell or im assuming even a terminal emulator, you can cd to the same directory that was just seemingly empty in the file manager, do an ls, and see your sd card contents... its confusing as hell lol. but yea like i said that may just be us
update the paths, make sure to symlink to /mnt/sdcard and /sdcard, and i recommend a custom storagelist.xml if you dont already have one. good luck