OSDN Git Service

modified iotool path, disabled dri access
authorOwen Kwon <pinebud@gmail.com>
Thu, 5 Aug 2010 11:14:22 +0000 (20:14 +0900)
committerOwen Kwon <pinebud@gmail.com>
Thu, 5 Aug 2010 11:14:22 +0000 (20:14 +0900)
init.rc
init.s5.rc
init.s5.sh
ins_pointercal.sh

diff --git a/init.rc b/init.rc
index eb53ca8..2c85c65 100644 (file)
--- a/init.rc
+++ b/init.rc
@@ -259,7 +259,7 @@ service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /de
     socket rild-debug stream 660 radio system
     user root
     group radio cache inet misc
-/
+
 service ppp /system/bin/pppd call gprs
     user root
     group system radio
index 138c327..bc03f16 100644 (file)
@@ -11,6 +11,7 @@ on boot
     setprop alsa.mixer.capture.earpiece Capture
     setprop alsa.mixer.playback.headset Master
     setprop alsa.mixer.playback.speaker Master
+       chmod 0000 /dev/dri/card0
 
 service s5wifi /system/bin/sh /system/etc/init.s5.sh
        oneshot
index 2f7acf0..b94a77b 100755 (executable)
@@ -4,10 +4,10 @@
 echo s5NoSleep > /sys/power/wake_lock
 
 #turn on wifi
-/system/xbin/s5_onoff 0x7 0x1
+/system/bin/s5_onoff 0x7 0x1
 
 #turn on BT
-/system/xbin/s5_onoff 0x2 0x1
+/system/bin/s5_onoff 0x2 0x1
 #modprobe libertas_sdio                # moved to initrd"
 
 #netcfg eth0 dhcp
index 79b76a5..a047ab3 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #enable touch screen : s5
-/system/xbin/iowrite 0x1de 0x5a
-/system/xbin/iowrite 0x1df 0xa5
-/system/xbin/ioread 0x1de
+/system/bin/iowrite 0x1de 0x5a
+/system/bin/iowrite 0x1df 0xa5
+/system/bin/ioread 0x1de
 
 if [ -f /system/etc/pointercal ]; then
        mkdir /data/system