So I am trying to disable hardware through the device files for the mako. I have found how to disable the radio and also the accelerometer. Is there a feature like this to disable Audio, Bluetooth, and GPS?
#android_device_lge_mako / device.mk # Disbale Radio PRODUCT_PROPERTY_OVERRIDES += \ ro.radio.noril=yes #android_device_lge_mako / overlay / frameworks / base / core / res / res / values / config.xml <!-- If true, enables auto-rotation features using the accelerometer. Otherwise, auto-rotation is disabled. Applications may still requestto use specific orientations but the sensor is ignored and sensor-basedorientations are not available. Furthermore, all auto-rotation relatedsettings are omitted from the system UI. In certain situations we maystill use the accelerometer to determine the orientation, such as whendocked if the dock is configured to enable the accelerometer. --><bool name="config_supportAutoRotation">false</bool> -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.