on boot setprop ro.build.product smdkc110 setprop ro.product.device smdkc110 setprop ro.radio.noril yes setprop ro.bt.bdaddr_path "/data/misc/bluetoothd/bt_addr" # fake some battery state setprop status.battery.state Slow setprop status.battery.level 5 setprop status.battery.level_raw 50 setprop status.battery.level_scale 9 # ko files for 3D insmod /modules/pvrsrvkm.ko insmod /modules/s3c_lcd.ko insmod /modules/s3c_bc.ko # wi-fi mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp # create data/gps for GPS demon chown root system /dev/s3c2410_serial1 chmod 664 /dev/s3c2410_serial1 mkdir /data/gps 771 system system chown system system /data/gps chown root system /sys/class/sec/gps/GPS_PWR_EN/value chmod 664 /sys/class/sec/gps/GPS_PWR_EN/value chown root system /sys/class/gpio/gpio104/value chmod 664 /sys/class/gpio/gpio104/value chown root system /sys/class/gpio/gpio105/value chmod 664 /sys/class/gpio/gpio105/value service glgps /system/bin/gpsd/glgps_samsungJupiter -c /system/etc/jupiter.xml user system group system inet # 3D init service pvrsrvinit /system/bin/pvrsrvinit user root group root oneshot # permissions for bluetooth. chown bluetooth bluetooth ro.bt.bdaddr_path chown bluetooth bluetooth /dev/s3c2410_serial0 chmod 0600 /dev/s3c2410_serial0 chmod 0660 /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf socket wpa_eth0 dgram 0660 wifi wifi disabled oneshot service dhcpcd /system/bin/dhcpcd -ABKL disabled oneshot # Permissions for System Server and daemons. chown system system /sys/class/backlight/s5p_bl/brightness service hciattach /system/bin/bcm_attach -d --enable_hci \ --baudrate 921600 --patchram system/etc/firmware/bcm4329.hcd /dev/s3c2410_serial0 user bluetooth group bluetooth net_bt_admin disabled oneshot