[android-developers] Re: android 3DOF controller - call for developers

2010-02-15 Thread Jubei
to contribute at some point. > > On Feb 5, 7:07 pm, Jubei wrote: > > > Just wanted to let the community know that I"ve released the source > > code and I'd be more than happy to accept code contribution to the > > project (even if the source isn't very rea

[android-developers] android 3DOF controller - call for developers

2010-02-05 Thread Jubei
Just wanted to let the community know that I"ve released the source code and I'd be more than happy to accept code contribution to the project (even if the source isn't very readable). http://code.google.com/p/androidcontroller/ If anybody is interested in helping out drop me a line. -- You rec

[android-developers] dev phone sensors erratic output

2009-02-11 Thread Jubei
and I recorded them. The data is presented in the following order "x;heading;y" 2;106;-2 2;106;-2 -18;39;12 <--- false reading 2;106;-1 2;106;-1 -18;39;12 <--- false reading 2;106;-1 -19;40;13 <--- false reading 2;106;-1 2;106;-1 Any ideas why th

[android-developers] Re: Accelerometer frequency

2009-02-11 Thread Jubei
Supposedly you pass a 3rd parameter to the sensormanager's registerLister function but It doesnt seem to make any difference. On Feb 11, 7:33 pm, ashu wrote: > Hey, I wanted to get the frequency of accelerometer output.  How many > readings can I get per second?  And to what precision do I get?