#For S920_M01_P03_SAM_WCDMA_MU509
on early-init
	insmod /startup/modules/bcm5892-rtc.ko
	start ueventd

on init
	insmod /startup/modules/devices_base.ko
	insmod /startup/modules/S920_M03_P03_SAM_WCDMA_MU509.ko	
	insmod /startup/modules/ioconfig.ko
	write /sys/class/backlight/pwm-backlight/brightness  100
	insmod /startup/modules/pm_bcm5892.ko
   	setprop ro.security_version 14.00.04

#USB support
	insmod /startup/modules/bcm589x-dwccom.ko
	insmod /startup/modules/bcm589x-otg.ko
	insmod /startup/modules/tty-devices.ko
	insmod /startup/modules/tty-host.ko
	insmod /startup/modules/bcm589x-usb-host.ko
	
#base drivers	
	# battery, must before than power on gprs
	insmod /startup/modules/bm_mp2625gl.ko
	insmod /startup/modules/pmu_dummy.ko
	insmod /startup/modules/misc.ko
	insmod /startup/modules/input_base.ko power_key=223 press_time=2
	insmod /startup/modules/keypad_matrix.ko
	#power on gprs
	if property:ro.fac.radio!=  write /sys/devices/platform/misc/gprs/cmd 0

#card drivers (sci msr pcd)
	insmod /startup/modules/sci_bcm5892_ncn8025.ko
	insmod /startup/modules/msr.ko
	insmod /startup/modules/pcd_base.ko
	insmod /startup/modules/pcd_as3911.ko

#security drivers (bbl, sec, verify)
	insmod /startup/modules/bcm5892_bbl.ko
	insmod /startup/modules/bcm589x-sec.ko
	insmod /startup/modules/verify.ko

#sound driver
	if property:ro.fac.audiocard=CS4344-CZZR insmod /startup/modules/bcm589x_i2s.ko
	if property:ro.fac.audiocard=BCM589X_DAC insmod /startup/modules/bcm589x_dac.ko
	
#touchscreen driver
	write /sys/devices/:amba:i2c1/enabled 1
	insmod /startup/modules/synaptics_dsx.ko

#log server driver
	insmod /startup/modules/logger.ko
	
#switch wifi power.NOTE othis position must before the WIFI driver and after the PUM driver!  
#	write /sys/devices/platform/misc/wifi/power 1
#wifi
	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
	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
	
#printer driver
	if property:ro.fac.printer=PT48D-HLV insmod /startup/modules/pt48d-hlv.ko
	if property:ro.fac.printer=02 insmod /startup/modules/pt48d-hlv.ko

	chmod 666 /sys/power/state
	chmod 666 /sys/class/backlight/pwm-backlight/brightness
	chmod 666 /sys/devices/platform/keypad/backlight_on

	chmod 666 /sys/devices/platform/keypad/buzzer_user_duration
	chown root hwdev /sys/devices/platform/keypad/buzzer_user_duration
	chmod 666 /sys/devices/platform/keypad/buzzer_user_freq
	chown root hwdev /sys/devices/platform/keypad/buzzer_user_freq
	chmod 222 /sys/devices/platform/keypad/buzzer_user_trigger
	chown root hwdev /sys/devices/platform/keypad/buzzer_user_trigger
	chmod 666 /sys/devices/platform/keypad/buzzer_user_volume
	chown root hwdev /sys/devices/platform/keypad/buzzer_user_volume
	chmod 222 /sys/devices/platform/keypad/buzzer_user_stop
	chown root hwdev /sys/devices/platform/keypad/buzzer_user_stop

	chmod 660 /sys/devices/platform/keypad/buzzer_keypad_duration
	chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_duration
	chmod 660 /sys/devices/platform/keypad/buzzer_keypad_freq
	chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_freq
	chmod 666 /sys/devices/platform/keypad/buzzer_keypad_enable
	chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_enable
	chmod 660 /sys/devices/platform/keypad/buzzer_keypad_volume
	chown root MAINAPP /sys/devices/platform/keypad/buzzer_keypad_volume

	#time of back light auto active, unit:Second 	
	setprop persist.sys.backlighttime 60

	setprop persist.sys.sleeptime 0
	setprop persist.sys.sleepwaittime 1
	
# usb ethernet driver
	insmod /startup/modules/asix.ko

# create some symlinks
	if property:ro.fac.radio!= symlink /dev/ttyAMA1 /dev/ttywl
	if property:ro.fac.bt!= symlink /dev/ttyAMA3 /dev/ttybt	
	symlink /dev/input/event0 /dev/keypad
	symlink /dev/input/event1 /dev/keypad_ped
	symlink /dev/input/event2 /dev/tp
	symlink /dev/input/event3 /dev/tp_ped	
	symlink /dev/graphics/fb0 /dev/fb
	symlink /dev/graphics/fb1 /dev/fb_ped
	
on post-fs
#LCD driver
	symlink /startup/firmware/lcd_240x320_r90.rle /startup/firmware/lcd.watermark
	write /sys/class/backlight/pwm-backlight/brightness  0
	insmod /startup/modules/lcd_fb.ko
	insmod /startup/modules/lcd_hw_ctrl.ko
	if property:ro.fac.videocard=TM035KBH08-36 insmod /startup/modules/lcd_panel_TM035KBH08_36.ko
	if property:ro.fac.videocard=08 insmod /startup/modules/lcd_panel_TM035KBH08_36.ko
	if property:ro.fac.videocard=11 insmod /startup/modules/lcd_panel_H35C65_00E.ko
	if property:ro.fac.videocard=12 insmod /startup/modules/lcd_panel_H35C128_01N.ko
	if property:ro.fac.videocard=15 insmod /startup/modules/lcd_panel_H35C128_01N.ko
	if property:ro.fac.videocard=20 insmod /startup/modules/lcd_panel_H35C128_01N.ko
	
on early-boot
	chmod 755 /usr/bin/wpa_supplicant_ap6181

on boot
	if property:ro.fac.wifi!= start wpa_supplicant
	
service servicemanager /usr/bin/servicemanager
	class core
	user root
	group root
	critical
	onrestart restart systemservice
	onrestart restart ipservice
	
service wpa_supplicant /usr/bin/logwrapper /usr/bin/wpa_supplicant_ap6181 -Dnl80211 -iwlan0 -c /startup/wpa_supplicant_ap6181.conf 
	disabled
	user root
	group root
	
service usbwifi /usr/bin/wpa_supplicant_ap6181 -Dwext -iwlan0 -c /startup/wifi_settings.cfg
	disabled
	user root
	group root
	
service ipservice /usr/bin/ipservice
	disabled
	user root
	group root

service pedd /usr/bin/pedd	
	user root
	group root

service modemd /usr/bin/modemd
	disabled
	user root
	group root

service keyman /usr/bin/keyman
	disabled
	user root
	group root

service xcb /usr/bin/xcbd
	disabled
	user MAINAPP
	group MAINAPP

service crashd /usr/bin/crashd
	user MAINAPP
	group MAINAPP

service systemservice /usr/bin/systemservice
	user root 
	group root 

on property:persist.sys.ipservice.enable=1
	start ipservice

on property:persist.sys.ipservice.enable=0
	stop ipservice

on property:persist.sys.modemd.enable=1
	start modemd

on property:persist.sys.modemd.enable=0
	stop modemd

on property:persist.sys.xcb.enable=1
	start xcb

on property:persist.sys.xcb.enable=0
	stop xcb