#!/system/bin/sh
export PATH=/system/bin:$PATH
/system/bin/mot_boot_mode1
for BOOT in "/system/etc/init.d/"*; do
	.$BOOT
	done