8 /bin/mount -o remount,rw / /
10 PATH=/sbin:/system/sbin:/system/bin:/bin:/system/xbin:/system/xbin/bb:/data/local/bin
12 /bin/echo "Rootfs loaded."
14 /bin/mount -t proc proc /proc
15 /bin/mount -t sysfs sys /sys
20 if [ $notnand = "0" ] ; then
21 echo "running from NAND"
22 /bin/mount -t yaffs2 /dev/block/mtdblock2 /system
23 /bin/mount -t yaffs2 /dev/block/mtdblock3 /data
29 # Try unpartitioned card
30 if [ ! -d /sys/block/mmcblk0/$partition ] ; then
34 if [ -f /sys/class/vogue_hw/gsmphone ] ; then
35 echo "GSM phone found"
38 #mkdir -m 0777 /sdcard
39 #fsck already done in initrd
40 mount -t vfat -o fmask=0000,dmask=0000,rw,flush,noatime,nodiratime /dev/block/$partition /sdcard
41 [ $? -eq 0 ] || fail "Failed to mount the SD card. Cannot continue."
43 if [ ! -d /sdcard/cache ] ; then
48 mount /sdcard/cache /cache
50 CARD_PATH=`/bin/grep -o "rel_path=.*" /proc/cmdline | /bin/sed -e "s/.*rel_path=//g" -e "s/ .*//g"`
51 if [ "$CARD_PATH" = "" ];then
54 if [ -d /sdcard/$CARD_PATH ] ; then
55 card=/sdcard/$CARD_PATH
61 if [ $notnand = "1" ] ; then
63 if [ -f $card/data.gz ] ; then
64 echo "Please wait... extracting Data Image"
65 if [ -f $card/data.img ] ; then
68 gzip -df $card/data.gz
69 [ $? -eq 0 ] || fail "Failed to extract Data Image"
70 mv $card/data $card/data.img
75 echo "Checking for partition..."
76 if [ -d /sys/block/mmcblk0/mmcblk0p2 ] ; then
78 if [ -d /sys/block/mmcblk0/mmcblk0p3 ] ; then
83 if [ -f $card/backupsystem/installedsystem.sqsh -o -f $card/backupsystem/installedsystem.img -o -f $card/backupsystem.ext2 ]; then
84 echo "Partitioned Build Detected"
89 if [ $PARTITIONED -lt 2 ] ; then
91 if [ ! -f $card/data.img ] ; then
92 echo "Creating a new Data store"
93 dd if=/dev/zero of=$card/data.img bs=1048576 count=256
94 [ $? -eq 0 ] || fail "Failed to allocate the storage"
95 mke2fs -F $card/data.img
96 [ $? -eq 0 ] || fail "Failed to format the storage"
100 if [ $PARTITIONED -lt 2 ] ; then
101 losetup /dev/block/loop0 $card/data.img
102 [ $? -eq 0 ] || fail "Failed to find data.img on SD Card"
103 e2fsck -y /dev/block/loop0
104 mount -t ext2 -o noatime,nodiratime,sync /dev/block/loop0 /data
106 e2fsck -y /dev/block/mmcblk0p3
107 mount -t ext2 -o noatime,nodiratime /dev/block/mmcblk0p3 /data
109 [ $? -eq 0 ] || fail "Failed to mount /data"
111 if [ $PARTITIONED -eq 0 ] ; then
112 if [ -f $card/system.ext2 ] ; then
113 echo "Using uncompressed system"
114 losetup /dev/block/loop1 $card/system.ext2
115 [ $? -eq 0 ] || fail "Failed to reach system.ext2 on SD Card"
116 e2fsck -y /dev/block/loop1
117 mount -t ext2 -o noatime,nodiratime /dev/block/loop1 /system
118 [ $? -eq 0 ] || fail "Failed to mount /system"
120 [ -f $card/system.sqsh ] ; then
121 echo "Using SquashFS system"
122 losetup /dev/block/loop1 $card/system.sqsh
123 [ $? -eq 0 ] || fail "Failed to find system.sqsh on SD Card"
124 mount -t squashfs -o ro,noatime,nodiratime /dev/block/loop1 /system
125 [ $? -eq 0 ] || fail "Failed to mount /system"
127 losetup /dev/block/loop1 $card/system.img
128 [ $? -eq 0 ] || fail "Failed to find system.img on SD Card"
129 mount -t cramfs -o ro,noatime,nodiratime /dev/block/loop1 /system
130 [ $? -eq 0 ] || fail "Failed to mount /system"
133 echo "Using partitioned system"
134 e2fsck -y /dev/block/mmcblk0p2
135 mount -t ext2 -o ro,noatime,nodiratime /dev/block/mmcblk0p2 /system
136 [ $? -eq 0 ] || fail "Failed to mount /system"
140 if [ -d $card/AndroidApps ] ; then
141 echo Copying Applications
142 if [ ! -d /data/app ] ; then
143 mkdir -m 0771 /data/app
145 /bin/cp $card/AndroidApps/* /data/app
146 chown -R 1000:1000 /data/app
149 if [ ! -d $card/media ] ; then
150 echo You have no media folder, please extract the resources to your SD card android folder
153 /bin/rm -rf /data/etc
154 /bin/mkdir -m 0755 /data/etc
156 cp -a /system/etc/* /etc
157 cp -ar /init.etc/* /etc/
159 LCDDENSITY=`/bin/grep -o "lcd.density=.*" /proc/cmdline | /bin/sed -e "s/.*lcd.density=//g" -e "s/ .*//g"`
161 if [ "$LCDDENSITY" != "" ] ; then
162 echo "ro.sf.lcd_density=$LCDDENSITY" >> /etc/default.prop
163 echo Setting ro.sf.lcd_density=$LCDDENSITY
166 if [ ! -d /data/shared_prefs ] ; then
167 mkdir -m 0770 /data/shared_prefs
169 chmod 0770 /data/shared_prefs
170 chown 1000:1000 /data/shared_prefs
171 mount /data/shared_prefs /shared_prefs
173 mount /sdcard/cache /tmp
175 cp /system/build.prop /tmp/build.prop
180 ### Is this a Kaiser?
181 if cat /proc/cpuinfo|grep -q Kaiser ; then
182 echo "KAISER detected"
185 elif cat /proc/cpuinfo|grep -q Polaris ; then
186 echo "POLARIS detected"
189 elif cat /proc/cpuinfo|grep -q Diamond ; then
190 echo "DIAMOND detected"
193 elif cat /proc/cpuinfo|grep -q Raphael ; then
194 echo "RAPHAEL detected"
197 elif cat /proc/cpuinfo|grep -q blackstone ; then
198 echo "BLACKSTONE detected"
201 elif cat /proc/cpuinfo|grep -q Topaz ; then
202 echo "TOPAZ detected"
205 elif cat /proc/cpuinfo|grep -q Rhodium ; then
206 echo "RHODIUM detected"
210 echo "VOGUE detected"
211 sed -i s/^wifi/#wifi/ /tmp/build.prop
214 mount --bind /tmp/build.prop /system/build.prop
216 ### Fix su on some builds...
217 mount --bind /bin/su /system/bin/su 2> /dev/null
218 mount --bind /bin/su /system/xbin/su 2> /dev/null
223 echo "Checking for build type..."
224 if [ -f /system/hero.build ] ; then
225 echo "Hero build detected"
228 ln /data/app_s /system/app
230 elif [ -f /system/eclairhero.build ] ; then
231 echo "HERO 2.1 BUILD DETECTED -- ECLAIR"
232 RCSCRIPT="eclairhero"
233 RCCONFIG="eclairhero"
235 elif [ -f /system/eclair.build ] ; then
236 echo "Eclair build detected"
240 elif [ -f /system/tattoo.build ] ; then
241 echo "Tattoo build detected"
245 elif [ -f /system/donut.build ] ; then
246 echo "Donut build detected"
250 elif [ -d /system/lib/donut ] ; then
251 echo "Donut build detected"
255 elif [ -f /system/xrom.build ] ; then
256 echo "xROM build detected"
260 elif [ -f /system/rogers.build ] ; then
261 echo "Rogers build detected"
265 elif [ -f /system/cyanogen.build ] ; then
266 echo "cyanogen experimental detected.....eating donuts"
270 elif [ -f /system/custom.build ] ; then
271 echo "Custom init.rc detected"
272 cp /system/sysinit.rc /build.cfg/init.sysinit.rc
277 echo "Unknown Android build. Assuming Ion variant"
281 # for the fake sensors library
282 mount /lib/hw /system/lib/hw -o loop
283 chmod 666 /dev/input/event0
285 if [ $DIAMOND -eq 1 ] ; then
286 RCCONFIG="ion.diamond"
290 if [ $KAISER -eq 1 ] ; then
291 RCSCRIPT="$RCSCRIPT.kaiser"
294 echo "using /init.$RCSCRIPT.rc as init.rc"
295 echo "using $card/conf/$RCCONFIG.user.conf"
297 cp "/init.cfg/init.$RCSCRIPT.rc" /etc/init.rc
299 #Assume this rootfs.img will be used only on "good" devices
300 #Meaning raph/diam/blac/
302 # echo /dev/block/mmcblk0p2 > /sys/devices/platform/usb_mass_storage/lun0/file
303 ifconfig usb0 192.168.20.1 up
304 busybox telnetd -b 192.168.20.1 -l /bin/sh
306 #mkdir -m 0777 /smodem
307 if [ -d /data/dropbear/ ] ; then
309 mknod /dev/random c 1 8
310 mknod /dev/urandom c 1 9
311 /bin/dropbear -r /data/dropbear/dropbear_rsa_host_key -s
314 if [ "$WIFI_TI" = "1" ] || [ "$WIFI_BCM" = "1" ];then
315 if [ -e "$card/modules-$(uname -r).tar.gz" ] ;then
316 echo "Installing $card/modules-$(uname -r).tar.gz"
317 if [ ! -d "/data/modules" ] ; then
320 mount --bind /data/modules /lib/modules
321 tar xzf $card/modules-$(uname -r).tar.gz -C /lib/modules
324 cp bcm4329.ko /etc/wifi
326 mount --bind /etc/wifi /system/lib/modules
328 sed -i s/^#wifi/wifi/ /tmp/build.prop
331 if [ "$WIFI_TI" = "1" ];then
332 if [ "`grep -c ^wifi /tmp/build.prop`" != "2" ]; then
333 echo "wifi.interface = tiwlan0" >> /tmp/build.prop
334 echo "wifi.supplicant_scan_interval = 45" >> /tmp/build.prop
338 if [ "$WIFI_BCM" = "1" ];then
339 if [ "`grep -c ^wifi /tmp/build.prop`" != "2" ]; then
340 echo "wifi.interface = eth0" >> /tmp/build.prop
341 echo "wifi.supplicant_scan_interval = 45" >> /tmp/build.prop
344 # fyi: firmware is loaded from /etc/wifi/bcm432x/bcm4325-rtecdc.bin, nvram from /data/wifi-nvram.txt
346 mount --bind /etc/wifi/bcm432x/dhcpcd.conf /system/etc/dhcpcd/dhcpcd.conf
347 mount --bind /etc/wifi/bcm432x/wpa_supplicant.conf /system/etc/wifi/wpa_supplicant.conf
348 mount --bind /etc/wifi/bcm432x/bcm4325-libhardware_legacy.so /system/lib/libhardware_legacy.so
350 # init.rc: fix wpa_supplicant service
351 sed -i s/-itiwlan0/-ieth0/ /etc/init.rc
352 sed -i s/-Dtiwlan0/-Dwext/ /etc/init.rc
354 # init.rc: fix dhcpcd service, wifi.interface, and wpa_supplicant service socket
355 sed -i s/tiwlan0/eth0/ /etc/init.rc
358 sed -i s/user\ wifi/#user\ wifi/ /etc/init.rc
359 sed -i s/group\ wifi/#group\ wifi/ /etc/init.rc
361 # extract nvram (todo: clean this up/integrate with TI calibration)
362 if [ ! -e /data/wifi-nvram.txt ]; then
363 for SKIP in 5744 4736;do
364 insmod /lib/modules/mtdchar.ko
365 mknod /dev/mtd0ro c 90 1
366 mkdir /lib/modules/$(uname -r)
368 dd if=/dev/mtd0ro of=/tmp/tempcal bs=8192 count=1 skip=$SKIP
371 rmdir /lib/modules/$(uname -r)
372 dd if=/tmp/tempcal of=/data/wifi-nvram.txt bs=1 count=466
375 if grep nocrc= /data/wifi-nvram.txt 2>&1 > /dev/null;then
379 if [ "$SKIP" = "5744" ];then
380 echo "CDMA Rhodium detected"
382 if [ "$SKIP" = "4736" ];then
383 echo "GSM Rhodium detected"
390 if [ -f "$card/conf/$RCCONFIG.user.conf" ]; then
391 /bin/userinit.sh -c "$card/conf/$RCCONFIG.user.conf"
393 echo "No user config files ($RCCONFIG) found on sdcard"
396 mount -tdebugfs none /dbgfs
397 #Activate baclight control
398 echo 3 > /sys/class/htc_hw/test
400 echo 40 >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
401 #Activate full charging
402 echo 2 > /dbgfs/htc_battery/charger_state
404 echo 1024 > /dbgfs/micropklt_dbg/sleep_leds
406 if /bin/grep -c 'physkeyboard=fuze' /proc/cmdline >/dev/null ; then
407 echo "USING RAPH110|FUZE LAYOUT"
408 cp -f /init.etc/keymaps/fuze_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
409 cp -f /init.etc/keymaps/fuze_microp-keypad.kl /etc/keymaps/microp-keypad.kl
410 cp -f /init.etc/keymaps/fuze_raph_navi_pad.kl /etc/keymaps/raph_navi_pad.kl
411 elif /bin/grep -c 'physkeyboard=raph' /proc/cmdline >/dev/null ; then
412 echo "USING NEW RAPH LAYOUT"
413 cp -f /init.etc/keymaps/raphfix_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
414 elif /bin/grep -c 'physkeyboard=tilt2' /proc/cmdline >/dev/null ; then
415 echo "USING EXPERIMENTAL TILT2 LAYOUT"
416 cp -f /init.etc/keymaps/tilt2_microp-keypad.kl /etc/keymaps/microp-keypad.kl
417 cp -f /init.etc/keymaps/tilt2_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
418 cp -f /init.etc/keymaps/tilt2_navi_pad.kl /etc/keymaps/raph_navi_pad.kl
419 elif /bin/grep -c 'physkeyboard=rhod210' /proc/cmdline >/dev/null ; then
420 echo "USING EXPERIMENTAL RHOD210 LAYOUT"
421 cp -f /init.etc/keymaps/rhod210_microp-keypad.kl /etc/keymaps/microp-keypad.kl
422 cp -f /init.etc/keymaps/rhod210_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
423 cp -f /init.etc/keymaps/rhod210_navi_pad.kl /etc/keymaps/raph_navi_pad.kl
425 echo "USING OLD KEYMAP"
426 cp -f /init.etc/keymaps/oldqwerty_microp-keypad.kcm.bin /etc/keymaps/microp-keypad.kcm.bin
427 cp -f /init.etc/keymaps/oldqwerty_microp-keypad.kl /etc/keymaps/microp-keypad.kl
428 cp -f /init.etc/keymaps/oldqwerty_raph_navi_pad.kl /etc/keymaps/raph_navi_pad.kl
431 for i in /sys/class/input/input* ; do
432 if [ "`cat $i/name`" = "tssc-manager" ] ; then
434 echo "Touchscreen device directory is $i"
438 if [ -f $card/ts-calibration ] ; then
439 echo "Using Saved Touchscreen Calibration"
440 echo 128,128,1903,128,128,1907,1903,1907,1024,1024 > $touchscreendir/calibration_screen
441 cat $card/ts-calibration > $touchscreendir/calibration_points
444 mknod /dev/graphics/fb0 c 29 0
446 echo; echo; echo; echo; echo; echo; echo; echo "Calibrating Touchscreen:"
447 echo "Click the Five Targets in order -- Top Left, Top Right, Middle, Bottom Left, Bottom Right"
448 echo "(Tap lightly. The screen is quite sensitive.)"
450 echo 0,0,0,0,0,0,0,0,0,0 | cmp -s $touchscreendir/calibration_points # determine if calibration is still null -- means failed calibration
451 if [ $? -eq 0 ] ; then
452 echo "Touchscreen Calibration Failed"
454 echo "Touchscreen Calibration Successful; Saving..."
455 cat $touchscreendir/calibration_points > $card/ts-calibration
459 mkdir /dev/msm_camera
460 mknod /dev/msm_camera/control0 c 250 0
461 mknod /dev/msm_camera/config0 c 250 1
462 mknod /dev/msm_camera/frame0 c 250 2