- 688
I have a way to automate B-spec racing with a Nokia N900. Not many people have this phone but if anybody is interested please let me know here and I will replace this with a more thorough guide of how to do it.
On the N900 you need to install
Easydebian
Bluemaemo
xdotool
Pair the N900 with the PS3 via bluetooth in bluemaemo then while bluemaemo is in the background run this script from an x-terminal
this will skip all menus and keep doing the same race again and again until you close bluemaemo.
On the N900 you need to install
Easydebian
Bluemaemo
xdotool
Pair the N900 with the PS3 via bluetooth in bluemaemo then while bluemaemo is in the background run this script from an x-terminal
Code:
#! /bin/sh
fixkbdfocus bluemaemo
while :
do
xdotool key KP_Enter
xdotool key Down
done
this will skip all menus and keep doing the same race again and again until you close bluemaemo.
Last edited: