I believe if you set BOARD_HAVE_BLUETOOTH := false or leave it as default in `BoardConfig.mk` then it is compiled without Bluetooth support. If you haven't ported the WiFi part, I believe it won't be even working. Same for vibrator. As Gingerbread is designed for phones, I don't believe there will be an easy way to disable radio.
Could you perhaps write a bit about what you've tried to disable them? Mohammad Mahefooz於 2012年6月4日星期一UTC+8下午7時19分01秒寫道: > > We have successfully ported Android 2.3.6 on an IP Set top box. But there > are many unnecessary services such as Bluetooth, WiFi, Vibrator, Radio, > Power etc running on the box which are consuming lot of RAM. We tried to > disable them, but the box is crashing continuously. Can anyone suggest how > to remove/disable these services at the time of building without causing > the crashing? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
