init.S920_M08_P02_SAM_4G_ME909.rc 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. #For S920_M08_P02_SAM_4G_ME909
  2. on early-init
  3. insmod /startup/modules/bcm5892-rtc.ko
  4. start ueventd
  5. on init
  6. insmod /startup/modules/devices_base.ko
  7. insmod /startup/modules/S920_M08_P01_SAM_4G_ME909.ko
  8. insmod /startup/modules/ioconfig.ko
  9. write /sys/class/backlight/pwm-backlight/brightness 100
  10. insmod /startup/modules/pm_bcm5892.ko
  11. setprop ro.security_version 14.00.04
  12. #USB support
  13. insmod /startup/modules/bcm589x-dwccom.ko
  14. insmod /startup/modules/bcm589x-otg.ko
  15. insmod /startup/modules/tty-devices.ko
  16. insmod /startup/modules/tty-host.ko
  17. insmod /startup/modules/bcm589x-usb-host.ko
  18. #base drivers
  19. # battery, must before than power on gprs
  20. insmod /startup/modules/bm_mp2625gl.ko
  21. insmod /startup/modules/pmu_dummy.ko
  22. insmod /startup/modules/misc.ko
  23. insmod /startup/modules/input_base.ko
  24. insmod /startup/modules/keypad_matrix.ko
  25. #power on gprs
  26. if property:ro.fac.radio!= write /sys/devices/platform/misc/gprs/cmd 0
  27. #switch wifi power.NOTE othis position must before the WIFI driver and after the PUM driver!
  28. write /sys/devices/platform/misc/wifi/cmd 0
  29. #card drivers (sci msr pcd)
  30. insmod /startup/modules/sci_bcm5892_ncn8025.ko
  31. insmod /startup/modules/msr.ko
  32. insmod /startup/modules/pcd_base.ko
  33. insmod /startup/modules/pcd_as3911.ko
  34. #security drivers (bbl, sec, verify)
  35. insmod /startup/modules/bcm5892_bbl.ko
  36. insmod /startup/modules/bcm589x-sec.ko
  37. insmod /startup/modules/verify.ko
  38. #sound driver
  39. if property:ro.fac.audiocard=CS4344-CZZR insmod /startup/modules/bcm589x_i2s.ko
  40. if property:ro.fac.audiocard=BCM589X_DAC insmod /startup/modules/bcm589x_dac.ko
  41. #touchscreen driver
  42. write /sys/devices/:amba:i2c1/enabled 1
  43. insmod /startup/modules/synaptics_dsx.ko
  44. #log server driver
  45. insmod /startup/modules/logger.ko
  46. #printer driver
  47. if property:ro.fac.printer=PT48D-HLV insmod /startup/modules/pt48d-hlv.ko
  48. if property:ro.fac.printer=02 insmod /startup/modules/pt48d-hlv.ko
  49. chmod 666 /sys/power/state
  50. chmod 666 /sys/class/backlight/pwm-backlight/brightness
  51. chmod 666 /sys/devices/platform/keypad/backlight_on
  52. chmod 666 /sys/devices/platform/keypad/buzzer_user_duration
  53. chown root hwdev /sys/devices/platform/keypad/buzzer_user_duration
  54. chmod 666 /sys/devices/platform/keypad/buzzer_user_freq
  55. chown root hwdev /sys/devices/platform/keypad/buzzer_user_freq
  56. chmod 222 /sys/devices/platform/keypad/buzzer_user_trigger
  57. chown root hwdev /sys/devices/platform/keypad/buzzer_user_trigger
  58. chmod 666 /sys/devices/platform/keypad/buzzer_user_volume
  59. chown root hwdev /sys/devices/platform/keypad/buzzer_user_volume
  60. chmod 222 /sys/devices/platform/keypad/buzzer_user_stop
  61. chown root hwdev /sys/devices/platform/keypad/buzzer_user_stop
  62. chmod 660 /sys/devices/platform/keypad/buzzer_keypad_duration
  63. chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_duration
  64. chmod 660 /sys/devices/platform/keypad/buzzer_keypad_freq
  65. chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_freq
  66. chmod 666 /sys/devices/platform/keypad/buzzer_keypad_enable
  67. chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_enable
  68. chmod 660 /sys/devices/platform/keypad/buzzer_keypad_volume
  69. chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_volume
  70. write /sys/devices/platform/keypad/buzzer_keypad_duration 150
  71. write /sys/devices/platform/keypad/buzzer_user_duration 150
  72. #time of back light auto active, unit:Second
  73. setprop persist.sys.backlighttime 60
  74. setprop persist.sys.sleeptime 0
  75. setprop persist.sys.sleepwaittime 1
  76. # usb ethernet driver
  77. insmod /startup/modules/asix.ko
  78. # create some symlinks
  79. if property:ro.fac.radio!= symlink /dev/ttyUSB0 /dev/ttywl
  80. if property:ro.fac.radio!= symlink /dev/ttyUSB2 /dev/mux1
  81. if property:ro.fac.bt!= symlink /dev/ttyAMA1 /dev/ttybt
  82. if property:ro.fac.gps=03 symlink /dev/ttyUSB3 /dev/ttygps
  83. symlink /dev/input/event0 /dev/keypad
  84. symlink /dev/input/event1 /dev/keypad_ped
  85. symlink /dev/input/event2 /dev/tp
  86. symlink /dev/input/event3 /dev/tp_ped
  87. symlink /dev/graphics/fb0 /dev/fb
  88. symlink /dev/graphics/fb1 /dev/fb_ped
  89. on post-fs
  90. #LCD driver
  91. symlink /startup/firmware/lcd_240x320_r90.rle /startup/firmware/lcd.watermark
  92. write /sys/class/backlight/pwm-backlight/brightness 0
  93. insmod /startup/modules/lcd_fb.ko
  94. insmod /startup/modules/lcd_hw_ctrl.ko
  95. if property:ro.fac.videocard=TM035KBH08-36 insmod /startup/modules/lcd_panel_TM035KBH08_36.ko
  96. if property:ro.fac.videocard=08 insmod /startup/modules/lcd_panel_TM035KBH08_36.ko
  97. if property:ro.fac.videocard=11 insmod /startup/modules/lcd_panel_H35C65_00E.ko
  98. if property:ro.fac.videocard=12 insmod /startup/modules/lcd_panel_H35C128_01N.ko
  99. if property:ro.fac.videocard=15 insmod /startup/modules/lcd_panel_H35C128_01N.ko
  100. if property:ro.fac.videocard=20 insmod /startup/modules/lcd_panel_H35C128_01N.ko
  101. on early-boot
  102. chmod 755 /usr/bin/wpa_supplicant_ap6181
  103. #wifi
  104. wait /sys/class/mmc_host/mmc0/mmc0:0001
  105. if property:ro.fac.wifi=03 insmod /startup/modules/bcmdhd.ko firmware_path=/startup/firmware/bcm_ap6181/fw_bcm40181a2.bin nvram_path=/startup/firmware/bcm_ap6181/nvram_ap6181.txt iface_name=wlan0 config_path=/startup/firmware/bcm_ap6181/config.txt PAX_INT_GPIO=28
  106. if property:ro.fac.wifi=04 insmod /startup/modules/bcmdhd.ko firmware_path=/startup/firmware/bcm_ap6181/fw_bcm43438a0.bin nvram_path=/startup/firmware/bcm_ap6181/nvram_ap6212.txt iface_name=wlan0 config_path=/startup/firmware/bcm_ap6181/config.txt PAX_INT_GPIO=28
  107. on boot
  108. if property:ro.fac.wifi!= start wpa_supplicant
  109. service servicemanager /usr/bin/servicemanager
  110. class core
  111. user root
  112. group root
  113. critical
  114. onrestart restart systemservice
  115. onrestart restart ipservice
  116. service wpa_supplicant /usr/bin/logwrapper /usr/bin/wpa_supplicant_ap6181 -Dnl80211 -iwlan0 -c /startup/wpa_supplicant_ap6181.conf
  117. disabled
  118. user root
  119. group root
  120. service usbwifi /usr/bin/wpa_supplicant_ap6181 -Dwext -iwlan0 -c /startup/wifi_settings.cfg
  121. disabled
  122. user root
  123. group root
  124. service bsa_server /data/opt/bin/bsa_server -lpm -d /dev/ttybt -p const -u /tmp/ -k /data/var/bluetooth/ap6212_ble_local_keys
  125. disabled
  126. user root
  127. group root
  128. service ipservice /usr/bin/ipservice
  129. disabled
  130. user root
  131. group root
  132. service pedd /usr/bin/pedd
  133. user root
  134. group root
  135. service modemd /usr/bin/modemd
  136. disabled
  137. user root
  138. group root
  139. service keyman /usr/bin/keyman
  140. disabled
  141. user root
  142. group root
  143. service xcb /usr/bin/xcbd
  144. disabled
  145. user MAINAPP
  146. group MAINAPP
  147. service crashd /usr/bin/crashd
  148. user MAINAPP
  149. group MAINAPP
  150. service systemservice /usr/bin/systemservice
  151. user root
  152. group root
  153. service gpsd /usr/bin/gpsd -N -n /dev/ttygps
  154. disabled
  155. user root
  156. group root
  157. on property:persist.sys.ipservice.enable=1
  158. start ipservice
  159. on property:persist.sys.ipservice.enable=0
  160. stop ipservice
  161. on property:persist.sys.modemd.enable=1
  162. start modemd
  163. on property:persist.sys.modemd.enable=0
  164. stop modemd
  165. on property:persist.sys.xcb.enable=1
  166. start xcb
  167. on property:persist.sys.xcb.enable=0
  168. stop xcb
  169. on property:rt.app.gpsd.enable=1
  170. start gpsd
  171. on property:rt.app.gpsd.enable=0
  172. stop gpsd
  173. on property:rt.app.bsa_server.enable=1
  174. start bsa_server
  175. on property:rt.app.bsa_server.enable=0
  176. stop bsa_server