Re: How does the Android IOIO App loop() function work?

2015-03-22 Thread Ytai Ben-Tsvi
1. Are you using a very old version of IOIOLib? Looks like you're hitting a bug that has been resolved long ago. 2. You're not using the result correctly. You should call waitReady() on it, as well as check the return value for success. 3. You seem to still be generating a lot of

Re: Grove OTG shield compatible with V1?

2015-03-22 Thread Ytai Ben-Tsvi
I don't think it would work. The pin layout is not compatible. On Sun, Mar 22, 2015 at 12:30 PM, clay_shooter jfree...@freemansoft.com wrote: Has anyone used the Seeed Studio Grove OTG shield on a V1? -- You received this message because you are subscribed to the Google Groups ioio-users

Re: HelloIOIOService based robot not listening for connections.

2015-03-22 Thread Ytai Ben-Tsvi
onStart is deprecated on API = 5. Override onStartCommand() instead. On Sat, Mar 21, 2015 at 5:33 PM, Andrew Robinson mi16c...@gmail.com wrote: Hey...me and a friend are going through the code on the ioioService example and our onStart is not invoked...The same as our custom app which it's