My graph is wild. At default trigger I get spots of red, no green. Green appears at 31 trigger in player. Also, my graph looks like a forest, all peaks. I'm quite sure my accelerometer works, I've used it before with success.
#if not on the N900, a acceleration sensor has to be simulated uname=os.uname() if(uname[1]=="Nokia-N900"): data.demo=0 #runs on real N900 hardware else: data.demo=1 #runs on other hardware/OS
data.demo=0