Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-viliv-s5: Commit

device/viliv/s5


Commit MetaInfo

Revisiond1226c58c3f30f2f5a293f96230da46adc6bbed6 (tree)
Time2010-08-05 20:14:22
AuthorOwen Kwon <pinebud@gmai...>
CommiterOwen Kwon

Log Message

modified iotool path, disabled dri access

Change Summary

Incremental Difference

--- a/init.rc
+++ b/init.rc
@@ -259,7 +259,7 @@ service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so -- -d /de
259259 socket rild-debug stream 660 radio system
260260 user root
261261 group radio cache inet misc
262-/
262+
263263 service ppp /system/bin/pppd call gprs
264264 user root
265265 group system radio
--- a/init.s5.rc
+++ b/init.s5.rc
@@ -11,6 +11,7 @@ on boot
1111 setprop alsa.mixer.capture.earpiece Capture
1212 setprop alsa.mixer.playback.headset Master
1313 setprop alsa.mixer.playback.speaker Master
14+ chmod 0000 /dev/dri/card0
1415
1516 service s5wifi /system/bin/sh /system/etc/init.s5.sh
1617 oneshot
--- a/init.s5.sh
+++ b/init.s5.sh
@@ -4,10 +4,10 @@
44 echo s5NoSleep > /sys/power/wake_lock
55
66 #turn on wifi
7-/system/xbin/s5_onoff 0x7 0x1
7+/system/bin/s5_onoff 0x7 0x1
88
99 #turn on BT
10-/system/xbin/s5_onoff 0x2 0x1
10+/system/bin/s5_onoff 0x2 0x1
1111 #modprobe libertas_sdio # moved to initrd"
1212
1313 #netcfg eth0 dhcp
--- a/ins_pointercal.sh
+++ b/ins_pointercal.sh
@@ -1,8 +1,8 @@
11 #!/bin/sh
22 #enable touch screen : s5
3-/system/xbin/iowrite 0x1de 0x5a
4-/system/xbin/iowrite 0x1df 0xa5
5-/system/xbin/ioread 0x1de
3+/system/bin/iowrite 0x1de 0x5a
4+/system/bin/iowrite 0x1df 0xa5
5+/system/bin/ioread 0x1de
66
77 if [ -f /system/etc/pointercal ]; then
88 mkdir /data/system
Show on old repository browser