Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Daemon processes to be run by init.
- ##
- service ueventd /sbin/ueventd
- critical
- service console /system/bin/sh
- console
- user shell
- group shell system log
- # Samsung USB Mode : system properties are linked with sysfs
- # write /sys/class/sec/switch/UsbMenuSel 0
- on property:persist.service.usb.setting=0
- write /sys/devices/platform/android_usb/UsbMenuSel 0
- on property:persist.service.usb.setting=1
- write /sys/devices/platform/android_usb/UsbMenuSel 1
- on property:persist.service.usb.setting=2
- write /sys/devices/platform/android_usb/UsbMenuSel 2
- on property:persist.service.usb.setting=3
- write /sys/devices/platform/android_usb/UsbMenuSel 3
- on property:persist.service.usb.setting=4
- write /sys/devices/platform/android_usb/UsbMenuSel 4
- # adbd is controlled by the persist.service.adb.enable system property
- service adbd /sbin/adbd
- disabled
- # adbd on at boot in emulator
- on property:ro.kernel.qemu=1
- start adbd
- on property:persist.service.adb.enable=1
- start adbd
- on property:persist.service.adb.enable=0
- stop adbd
- on property:persist.service.slate_mode=1
- write /sys/class/power_supply/battery/slate_test_mode 1
- on property:persist.service.slate_mode=0
- write /sys/class/power_supply/battery/slate_test_mode 0
- # 3D init
- service pvrsrvinit /system/bin/pvrsrvinit
- user root
- group root
- oneshot
- service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/wifi/bcm_supp.conf
- socket wpa_eth0 dgram 0660 wifi wifi
- disabled
- oneshot
- #for WiFi MFG(TestMode)
- service mfgloader /system/bin/mfgloader
- disabled
- oneshot
- #service wlandutservice /system/bin/wlandutservice
- # disabled
- # oneshot
- service wlservice /system/bin/wlservice
- disabled
- oneshot
- service macloader /system/bin/macloader
- oneshot
- # end of wifi
- service dhcpcd /system/bin/dhcpcd
- disabled
- oneshot
- service servicemanager /system/bin/servicemanager
- user system
- critical
- onrestart restart zygote
- onrestart restart media
- service vold /system/bin/vold
- socket vold stream 0660 root mount
- socket usbstorage stream 0660 root mount
- ioprio be 2
- socket enc_report stream 0660 root mount
- service notified_event /system/bin/notified_event
- user system
- group system
- socket notified_event stream 0660 root system
- service netd /system/bin/netd
- socket netd stream 0660 root system
- service debuggerd /system/bin/debuggerd
- service ril-daemon /system/bin/rild
- socket rild stream 660 root radio
- socket rild-debug stream 660 radio system
- user root
- group radio cache inet misc audio sdcard_rw log
- service mobex-daemon /system/bin/npsmobex
- user system
- group system inet
- service DR-deamon /system/bin/drexe
- user root
- group system radio inet net_raw
- service pppd_cdma /system/bin/pppd_runner
- user root
- group radio cache inet misc system
- oneshot
- # Custom Script Configuration
- service userscript /system/bin/sh /bin/userscript.sh
- user root
- group system
- critical
- oneshot
- service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
- socket zygote stream 666
- onrestart write /sys/android_power/request_state wake
- onrestart write /sys/power/state on
- onrestart restart media
- onrestart restart netd
- service media /system/bin/mediaserver
- user media
- group system audio camera graphics inet net_bt net_bt_admin net_raw radio
- ioprio rt 4
- service samsungani /system/bin/samsungani
- user graphics
- group graphics
- disabled
- oneshot
- service playsound /system/bin/playsound
- user media
- group system
- disabled
- oneshot
- service bootanim /system/bin/bootanimation
- user graphics
- group graphics
- disabled
- oneshot
- service dbus /system/bin/dbus-daemon --system --nofork
- socket dbus stream 660 bluetooth bluetooth
- user bluetooth
- group bluetooth net_bt_admin
- # +++++++++++++++++++++++++++++++++++++++++++
- # for Broadcom Bluetooth
- # Start BTLD -----------------------------------------
- service btld /system/bin/logwrapper /system/bin/btld -hb 3000000 -hp /dev/s3c2410_serial0 -lpm 1
- # init.rc does not yet support applying capabilities, so run as root and
- # let btld drop uid to bluetooth with the right linux capabilities
- group bluetooth net_bt_admin
- disabled
- oneshot
- service obexd /system/bin/logwrapper /system/bin/obexd
- #socket bluetooth stream 660 bluetooth bluetooth
- #socket dbus_bluetooth stream 660 bluetooth bluetooth
- # init.rc does not yet support applying capabilities, so run as root and
- # let obexd drop uid to bluetooth with the right linux capabilities
- # user root
- group bluetooth net_bt_admin
- disabled
- oneshot
- service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -n -d
- socket bluetooth stream 660 bluetooth bluetooth
- socket dbus_bluetooth stream 660 bluetooth bluetooth
- # init.rc does not yet support applying capabilities, so run as root and
- # let bluetoothd drop uid to bluetooth with the right linux capabilities
- group bluetooth net_bt_admin misc
- disabled
- service hfag /system/bin/sdptool add --channel=10 HFAG
- user bluetooth
- group bluetooth net_bt_admin
- disabled
- oneshot
- service hsag /system/bin/sdptool add --channel=11 HSAG
- user bluetooth
- group bluetooth net_bt_admin
- disabled
- oneshot
- service opush /system/bin/sdptool add --channel=12 OPUSH
- user bluetooth
- group bluetooth net_bt_admin
- disabled
- oneshot
- service pbap /system/bin/sdptool add --channel=19 PBAP
- user bluetooth
- group bluetooth net_bt_admin
- disabled
- oneshot
- service installd /system/bin/installd
- socket installd stream 600 system system
- service flash_recovery /system/etc/install-recovery.sh
- oneshot
- service racoon /system/bin/racoon
- socket racoon stream 600 system system
- # racoon will setuid to vpn after getting necessary resources.
- group net_admin
- disabled
- oneshot
- service mtpd /system/bin/mtpd
- socket mtpd stream 600 system system
- user vpn
- group vpn net_admin net_raw
- disabled
- oneshot
- service keystore /system/bin/keystore /data/misc/keystore
- user keystore
- group keystore
- socket keystore stream 666
- service immvibed /system/bin/immvibed
- user shell
- group shell
- oneshot
- service dumpstate /system/bin/dumpstate -s
- socket dumpstate stream 0660 shell log
- disabled
- oneshot
- service orientationd /system/bin/orientationd
- user compass
- group input
- service geomagneticd /system/bin/geomagneticd
- user compass
- group system input
- service gps-daemon /system/vendor/bin/gpsd
- user system
- group system inet
- #end of PCInternet share
- # [Yagya for Victory WiMAX DHCP 20100208
- service dhcpcd_wimax /system/bin/dhcpcd uwbr0 -ABK
- disabled
- oneshot
- # Yagya for Victory WiMAX DHCP 20100208]
- # Yagya for Victory "sprintpcs.com" realm issue as below.
- # wimax cannot send and receive data packet before add route, when subnet mask is 255.255.255.255
- service wimax_route /system/bin/route add default dev uwbr0
- disabled
- oneshot
- # Yagya, for ip renew.
- service wimax_renew /system/bin/dhcpcd -n uwbr0
- disabled
- oneshot
- on property:sys.boot_completed=1
- stop bootanim
Advertisement
Add Comment
Please, Sign In to add comment