[android-developers] Bluetooth in Android How to enable bccmd

2008-12-15 Thread Jerry Zhang
Hi, I wanna enable the bluetooth in Android. On my board, I need to use the command bccmd to configure my bluetooth chip firstly. However I can not find it in the Android file system. Maybe I have to recompile the android sdk to enable it. I know that the bluez-libs is located in

[android-developers] How to get android fs from sdk1.0

2008-12-02 Thread Jerry Zhang
Hello, I am trying to port android1.0 to my omap2430 board. I have ported the android m5-rc14 file system, and it works well. But when I tried to extract the file system from 1.0 as I did from m5-rc14. the android's shell reports Read-only file system. Any suggestion to solve it? Thanks