#The hardware of S900_M08_P05_GPRS_MG323 is same as S900_M07_P05_GPRS_MG323, only swap SDMA and SDMB.
on early-boot
	chmod 755 /usr/bin/wpa_supplicant
on early-init
	insmod /startup/modules/bcm5892-rtc.ko
	start ueventd

on init
	insmod /startup/modules/devices_base.ko
	insmod /startup/modules/S900_M07_P05_GPRS_MG323.ko	
	insmod /startup/modules/ioconfig.ko
	write /sys/class/backlight/pwm-backlight/brightness  100
	insmod /startup/modules/pm_bcm5892.ko
    setprop ro.security_version  "Prolin 21.301.110.100.101"

#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_bq24103.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_tda8026.ko
	insmod /startup/modules/msr.ko
	insmod /startup/modules/pcd_base.ko
	insmod /startup/modules/pcd_rc663.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
	insmod /startup/modules/ads7846.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!= insmod /startup/modules/rsi_client.ko
	if property:ro.fac.wifi!= insmod /startup/modules/rsi_master.ko firmware_path=/startup/firmware/redpine/ sdio_clock=20 driver_mode=1 eeprom_address_type=0 txiq_feature=0	
	
#log server driver
	insmod /startup/modules/logger.ko

#printer driver
	if property:ro.fac.printer=LTPJ245G insmod /startup/modules/sii_printer.ko
	if property:ro.fac.printer=PRT-48F insmod /startup/modules/prt_printer.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
	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 fs
	export TSLIB_CONSOLEDEVICE none
	export TSLIB_FBDEVICE /dev/fb
	export TSLIB_TSDEVICE /dev/tp
	export TSLIB_CALIBFILE /etc/ts/pointercal
	export TSLIB_CONFFILE /etc/ts/ts.conf
	export TSLIB_PLUGINDIR /usr/lib/ts

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
	
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 -iwlan0 -Drsi -c /startup/wifi_settings.cfg 
	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