Skip to content

Instantly share code, notes, and snippets.

@Rodrigosolari
Created January 11, 2022 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rodrigosolari/5af3f987625db213b4d2a3b11310c3be to your computer and use it in GitHub Desktop.
Save Rodrigosolari/5af3f987625db213b4d2a3b11310c3be to your computer and use it in GitHub Desktop.
/ # ls -l /usr/libexec/droid-hybris/system/etc/init/disabled_services.rc
-rw-r--r-- 1 root root 870 Jan 11 2022 /usr/libexec/droid-hybris/system/etc/init/disabled_services.rc
/ # cat /usr/libexec/droid-hybris/system/etc/init/disabled_services.rc
service netd netd_HYBRIS_DISABLED
service installd installd_HYBRIS_DISABLED
service cameraserver cameraserver_HYBRIS_DISABLED
service audioserver audioserver_HYBRIS_DISABLED
service media mediaserver_HYBRIS_DISABLED
service update_engine update_engine_HYBRIS_DISABLED
service vendor.audio-hal /vendor/bin/hw/android.hardware.audio.service_HYBRIS_DISABLED
service lmkd /system/bin/lmkd_HYBRIS_DISABLED
service vold /system/bin/vold_HYBRIS_DISABLED
service wificond /system/bin/wificond_HYBRIS_DISABLED
service storaged /system/bin/storaged_HYBRIS_DISABLED
service surfaceflinger surfaceflinger_HYBRIS_DISABLED
service bootanim /system/bin/bootanimation_HYBRIS_DISABLED
service vendor.usb-hal-1-2 /vendor/bin/hw/android.hardware.usb@1.2-service_HYBRIS_DISABLED
service vendor.vibrator-1-0 /vendor/bin/hw/android.hardware.vibrator@1.0-service_HYBRIS_DISABLED
/ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment