#Script to set Freerunner to 'car mode' by risto at kurppa d0t fi #If you have any ideas how to improve this, let me know! # Turn on 500mA charging echo 500 > /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/force_usb_limit_dangerous #Turn on the GPS echo 1 > /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gps.0/pwron # Turn off the screen blanking and suspend # TODO #Rotate screen DISPLAY=:0 xrandr -o 3 #Start tangogps tangogps # Turn on screen blanking and suspend # TODO #Rotate screen back to normal position DISPLAY=:0 xrandr -o 0