dtalley11

services

Aug 25th, 2013
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. ##init.rc##
  2. service ueventd /sbin/ueventd
  3. service console /system/bin/sh
  4. service adbd /sbin/adbd
  5. service servicemanager /system/bin/servicemanager
  6. service vold /system/bin/vold
  7. service netd /system/bin/netd
  8. service debuggerd /system/bin/debuggerd
  9. service ril-daemon /system/bin/rild
  10. service wvnvd /system/bin/wvnvd
  11. service surfaceflinger /system/bin/surfaceflinger
  12. service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
  13. service drm /system/bin/drmserver
  14. service media /system/bin/mediaserver
  15. service bootanim /system/bin/bootanimation
  16. service dbus /system/bin/dbus-daemon --system --nofork
  17. service bluetoothd /system/bin/bluetoothd -n
  18. service installd /system/bin/installd
  19. service flash_recovery /system/etc/install-recovery.sh
  20. service racoon /system/bin/racoon
  21. service mtpd /system/bin/mtpd
  22. service keystore /system/bin/keystore /data/misc/keystore
  23. service dumpstate /system/bin/dumpstate -s
  24. service kcjpropd /sysprop/kcjprop/kcjprop_daemon
  25. service gravityd /system/bin/gravityd
  26. service linearaccd /system/bin/linearaccd
  27. service rotatevecd /system/bin/rotatevecd
  28. service orientationd /system/bin/orientationd
  29. service geomagneticd /system/bin/geomagneticd
  30. service slideswitchd /system/bin/slideswitchd
  31. service tpusbwatch /system/bin/tp_usbwatchd
  32.  
  33. ##init.goldfish.rc##
  34. service qemu-props /system/bin/qemu-props
  35. service qemud /system/bin/qemud
  36. service goldfish-logcat /system/bin/logcat -Q
  37.  
  38. ##init.kyocera.usb.rc##
  39. service qcom-usb-sh /system/bin/sh /init.kyocera.usb.sh
  40.  
  41. ##init.qcom.rc##
  42. service usbhub_init /system/bin/usbhub_init
  43. service cnd /system/bin/cnd
  44. service rmt_storage /system/bin/rmt_storage /dev/block/mmcblk0p10 /dev/block/mmcblk0p11 /dev/block/mmcblk0p17
  45. service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh
  46. service bt-dun /system/bin/dun-server /dev/smd7 /dev/rfcomm0
  47. service bt-sap /system/bin/sapd 15
  48. service bridgemgrd /system/bin/bridgemgrd
  49. service port-bridge /system/bin/port-bridge /dev/smd0 /dev/ttyGS0
  50. service qmiproxy /system/bin/qmiproxy
  51. service qmuxd /system/bin/qmuxd
  52. service netmgrd /system/bin/netmgrd
  53. service sensors /system/bin/sensors.qcom
  54. service btwlancoex /system/bin/sh /system/etc/init.qcom.coex.sh
  55. service amp_init /system/bin/amploader -i
  56. service amp_load /system/bin/amploader -l 7000
  57. service amp_unload /system/bin/amploader -u
  58. service wpa_supplicant /system/bin/logwrapper /system/bin/wpa_supplicant -Dnl80211
  59. service dhcpcd_wlan0 /system/bin/dhcpcd -ABKLG
  60. service dhcpcd_p2p /system/bin/dhcpcd -ABKLG
  61. service iprenew_wlan0 /system/bin/dhcpcd -n
  62. service iprenew_p2p /system/bin/dhcpcd -n p2p
  63. service dhcpcd_bnep0 /system/bin/dhcpcd -BKLG
  64. service wiperiface /system/bin/wiperiface
  65. service gpsone_daemon /system/bin/gpsone_daemon
  66. service quipc_igsn /system/bin/quipc_igsn
  67. service quipc_main /system/bin/quipc_main
  68. service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh
  69. service drmdiag /system/bin/drmdiagapp
  70. service qcom-sh /system/bin/sh /init.qcom.sh
  71. service qcom-post-boot /system/bin/sh /system/etc/init.qcom.post_boot.sh
  72. service qcom-wifi /system/bin/sh /system/etc/init.qcom.wifi.sh
  73. service atfwd /system/bin/ATFWD-daemon
  74. service hdmid /system/bin/hdmid
  75. service ppd /system/bin/mm-pp-daemon
  76. service hostapd /system/bin/hostapd -dddd /data/hostapd/hostapd.conf
  77. service ds_fmc_appd /system/bin/ds_fmc_appd -p "rmnet0" -D
  78. service ims_regmanager /system/bin/exe-ims-regmanagerprocessnative
  79. service time_daemon /system/bin/time_daemon
  80. service ril-daemon1 /system/bin/rild -c 1
  81. service profiler_daemon /system/bin/profiler_daemon
  82. service sdcard /system/bin/sdcard /data/media 1023 1023
  83. service hcidump /system/bin/sh /system/etc/hcidump.sh
  84. service oemdiag /system/bin/oemdiag &
  85. service wifi_macset /system/bin/sh /system/etc/firmware/wlan/volans/KCJ/Wifi_Mac_Set.sh
  86. service kcj_wifi_on /system/bin/sh /system/etc/firmware/wlan/volans/KCJ/kcj_wifi_on.sh
  87. service monkeyd /system/bin/monkeyd
Advertisement
Add Comment
Please, Sign In to add comment