diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-11-19 07:25:16 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-11-19 07:25:16 +0700 |
commit | c8cc2151df123ad7cb5d60f714aff98869c2b301 (patch) | |
tree | a9776d5dc386b04e2af3b48a7b445bc3fb2fb96c | |
parent | 18d6aa760fd1ead306e16d3fae8cc84d20b946a7 (diff) | |
download | device_samsung_aries-common-c8cc2151df123ad7cb5d60f714aff98869c2b301.zip device_samsung_aries-common-c8cc2151df123ad7cb5d60f714aff98869c2b301.tar.gz device_samsung_aries-common-c8cc2151df123ad7cb5d60f714aff98869c2b301.tar.bz2 |
Revert "class core for services(?)"
This reverts commit 58bb767e9b715406531a290bb81df7a51d651d52.
-rw-r--r-- | init.aries.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/init.aries.rc b/init.aries.rc index 49bec9a..5c40517 100644 --- a/init.aries.rc +++ b/init.aries.rc @@ -113,29 +113,29 @@ service pvrsrvinit /system/vendor/bin/pvrsrvinit oneshot service gpsd /system/vendor/bin/gpsd -c /vendor/etc/gps.xml - class core + class main socket gps seqpacket 0660 gps system user gps group system inet service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf - class core + class main socket wpa_eth0 dgram 0660 wifi wifi disabled oneshot service dhcpcd_eth0 /system/bin/dhcpcd -ABKL - class core + class main disabled oneshot service iprenew_eth0 /system/bin/dhcpcd -n - class core + class main disabled oneshot service bdaddr /system/bin/bdaddr_read - class core + class main user root disabled oneshot @@ -145,7 +145,7 @@ on property:init.svc.bootanim=running service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \ --baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0 - class core + class main user bluetooth group bluetooth net_bt_admin disabled @@ -153,22 +153,22 @@ service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \ # bugreport is triggered by holding down volume down, volume up and power service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport - class core + class main disabled oneshot keycodes 114 115 116 service orientationd /system/vendor/bin/orientationd - class core + class main user compass group system input service geomagneticd /system/vendor/bin/geomagneticd - class core + class main user compass group system input service tvout /system/bin/tvoutserver - class core + class main user system group graphics |