OSDN Git Service

enable wifi by default and disable screen touch sounds (annoying!)
[android-x86/device-ibm-thinkpad.git] / init.thinkpad_x41t.rc
1 on boot
2     chown system system /sys/class/backlight/thinkpad_screen/brightness
3
4     setkeycode 0x6d 115
5     setkeycode 0x6e 114
6     setkeycode 0x69 28
7     setkeycode 0x6b 158
8     setkeycode 0x68 127
9     setkeycode 0x6c 172
10     setkeycode 0x67 116
11
12     setprop system_init.startsurfaceflinger 0
13
14 service wacom-input /system/bin/wacom-input
15     class late_start
16     disabled
17
18 service tablet-mode /system/bin/tablet-mode
19     class late_start
20     disabled
21     oneshot
22
23 service amixer-pcm /system/bin/alsa_amixer set PCM 100 on
24     oneshot
25     disabled
26
27 on property:dev.bootcomplete=1
28     start wacom-input
29     start tablet-mode
30     start amixer-pcm
31
32     chmod 660 /sys/class/rfkill/rfkill0/state
33     chown system bluetooth /sys/class/rfkill/rfkill0/state