On Jun 4, 4:31 pm, Ronnyek <[email protected]> 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 rather prevent it from automatically > starting on boot. (there are services that start on boot events or even > after that on demand).
It's possible, if the authors of other things running on the box were not careful to handle the possibility that some of the get system service requests could return null, that you may end up having to make do-nothing implementations of some of these services. Stripping the code down to empty methods shouldn't result in much memory footprint. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
