[android-porting] Re: How to disable certain services?

2012-06-06 Thread Alvin Wong
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

[android-porting] Re: How to disable certain services?

2012-06-05 Thread Chris Stratton
On Jun 4, 4:31 pm, Ronnyek wrote: > Edit the init.rc file which may be in your init ramdisk or just in the root > of the boot partition. You can disable a service by adding a line beneath > last configuration option for the service called disabled. This will > temporarily disable the service. or r

[android-porting] Re: How to disable certain services?

2012-06-04 Thread Ronnyek
Edit the init.rc file which may be in your init ramdisk or just in the root of the boot partition. You can disable a service by adding a line beneath last configuration option for the service called disabled. This will temporarily disable the service. or rather prevent it from automatically sta