

| The Following 3 Users Say Thank You to pali For This Useful Post: | ||


| The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
modprobe fbcon
printf "Press any key to get a shell.../n"
for q in 4 3 2 1 0
do
printf "$q"
if (read -n 1 -t 1)
then
printf "\b\b"
insmod $MODULE_PATH/led-class.ko
insmod $MODULE_PATH/leds-lp5523.ko
insmod $MODULE_PATH/omap_wdt.ko
insmod $MODULE_PATH/twl4030_wdt.ko
sleep 1
for p in /sys/bus/platform/devices/*_wdt/misc:*; do
n=`basename $p | sed "s/.*://"`
rm -f /dev/$n
mknod /dev/$n c `cat $p/dev | sed "s/:/ /g"`
done
for i in 1 2 3 4 5 6; do
echo 25 > /sys/class/leds/lp5523\:kb$i/brightness
done
watchdog -t 15 /dev/watchdog
watchdog -t 15 /dev/twl4030_wdt
loadkmap < /etc/nokia-n900.kmap
sh
killall watchdog
break
fi
printf "\b"
done
name=`busybox uname -r` insmod /lib/modules/$name/font.ko insmod /lib/modules/$name/softcursor.ko insmod /lib/modules/$name/bitblit.ko insmod /lib/modules/$name/fbcon.ko busybox sh $T2S -s 2 -H center -y $y -T 0xF800 -t "line: $?"; y=$((y+20)) pressAnyKey
| The Following User Says Thank You to RobbieThe1st For This Useful Post: | ||
busybox sh $T2S -s 2 -H center -y $y -T 0xF800 -t "line: $?"; y=$((y+20)) pressAnyKey
| The Following 2 Users Say Thank You to RobbieThe1st For This Useful Post: | ||
| The Following User Says Thank You to hawaii For This Useful Post: | ||