Re: IOIO-OTG with Android 6.0

2016-12-21 Thread István Rostás
Thank you, I will check it! 2016. október 21., péntek 10:16:40 UTC+2 időpontban István Rostás a következőt írta: > > Hi Guys! > I encountered a connection problem with Android 6.0 on HTC and Alcatel > phones. I tested seedstudio IOIO hardware and the ioio hardware tester from &

Re: IOIO-OTG with Android 6.0

2016-12-14 Thread István Rostás
Please some yes or no if somebody use ioio with android 6.0! -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to ioio-users+unsubscr...@googlegroups.com. To post to

IOIO-OTG with Android 6.0

2016-10-21 Thread István Rostás
Hi Guys! I encountered a connection problem with Android 6.0 on HTC and Alcatel phones. I tested seedstudio IOIO hardware and the ioio hardware tester from google play. The tester can't recognise my IOIO nor connect to it. Additionally I have a my own diy IOIO device (lib ver 0506) it also

Re: A simpler dev environment for hobbyists.

2016-09-19 Thread István Rostás
Hi Barry, you are absolutely right, but think of that in the computer world if there is a problem then there is a lot of solution. instead of java, try the b4a language what has a simple syntax and good support for android and ioio. visit www.b4x.com. it worth! Steeven -- You received this

Re: How can I connect to ioio?

2016-07-12 Thread István Rostás
Thank you for your reply Ytai. I have tried with IOIOAndroidApplicationHelper but somehow there was involved a need to have an activity, so I simply did a broadcast receiver what I use with showed source and the accessory connection is ok. -- You received this message because you are

Re: How can I connect to ioio?

2016-07-09 Thread István Rostás
I don't know how to do it. Can you give me some orientation about it? Is there some missing thing to work at last? The existing apps don't help me, because I can't have directly none of activity to extend of or starting service. I would love use them, this would be the best way I know, as I can

Re: How can I connect to ioio?

2016-06-21 Thread István Rostás
I eliminated the activity-related part of the helloioio example app, and I used a lower-level connection code and I can connect my ioio. Thanks for all! BA.Log("IOIOConnectionRegistry.addBootstraps"); IOIOConnectionRegistry.addBootstraps(new String[]{

Re: How can I connect to ioio?

2016-06-17 Thread István Rostás
, included the read and write too. I did a 10 cycle read-write without error. So I get this big task: I have to transform the helloioio example into a b4 lib. 2016. június 15., szerda 11:51:26 UTC+2 időpontban István Rostás a következőt írta: > > Hi Guys! > I have a small looper cl

Re: Cannot instantiate the LogImpl class. ...

2016-06-16 Thread István Rostás
I found the missing class, added the project so this error is solved. I just wondering why ths class is missing from the ioiolibcore-5.07.jar? package ioio.lib.spi; import ioio.lib.spi.Log.ILogger; import android.util.Log; public class LogImpl implements ILogger { @Override public void

Re: Cannot instantiate the LogImpl class. ...

2016-06-16 Thread István Rostás
I fount in the internet the missing class, added to my project and this error is solved: package ioio.lib.spi; import ioio.lib.spi.Log.ILogger; import android.util.Log; public class LogImpl implements ILogger { @Override public void write(int level, String tag, String message) {

How can I connect to ioio?

2016-06-15 Thread István Rostás
Hi Guys! I have a small looper class (from the helloioio sample), what I instantiate so: private Looper ls; ls = new Looper(); but the ioio connection is dead. Of course the ioio harwdare is connected to the tablet. What have to do to the connection be alive? It is important, the Looper class

Re: Cannot instantiate the LogImpl class. ...

2016-06-14 Thread István Rostás
It would be great, thank you! 2016. június 14., kedd 17:37:11 UTC+2 időpontban István Rostás a következőt írta: > > Hi Guys! > I use the HelloIOIO example. This works very good. But I have to transform > this into a b4a library based as non activity. I use latest eclipse (with &

Cannot instantiate the LogImpl class. ...

2016-06-14 Thread István Rostás
Hi Guys! I use the HelloIOIO example. This works very good. But I have to transform this into a b4a library based as non activity. I use latest eclipse (with IOIOLibCore-5.07.jar, java se 1.6). I nowhere find an example how to connect to the ioio hardware so I have a lot of problem,

Re: IOIO Stream has been closed

2016-05-12 Thread István Rostás
I made a java program and test the android -> ioio -> rfid reader/writer connection (read and write, of course) and there was about 10 test cycle without any error. IOIO and its java library is OK. 2016. február 2., kedd 9:38:39 UTC+1 időpontban István Rostás a következőt írta: >

Re: IOIO Stream has been closed

2016-02-02 Thread István Rostás
First of all I thank you for your respond. Now I haven't any java program, it isn't my main language, but I will make to try, and will come back with the result! -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group

Re: IOIO Stream has been closed

2016-01-30 Thread István Rostás
When I close the yoyo ( close uart, close streams, unregisterreceiver, disconnect) after I use an uart pin rx3, tx4, I can't reconnect to yoyo. I vainly close the uart, at connect I got the message, pin 4 already claimed. -- You received this message because you are subscribed to the Google

Re: IOIO Stream has been closed

2016-01-26 Thread István Rostás
This error happen only when I am reading from uart, then I have to write too. The length of the written text is very short: 3 byte. 2016. január 26., kedd 5:39:05 UTC+1 időpontban István Rostás a következőt írta: > > Hi Guys, > I read a lof of articles about this problem, but the

IOIO Stream has been closed

2016-01-25 Thread István Rostás
Hi Guys, I read a lof of articles about this problem, but there wasn't answer what would be good for me. I use a diy ioio with a serially connected rfid reader. I use a home made b4a (b4x.com) program. Te rfid reader reads 13bytes in each 5 seconds, repeatedly. When I use this with android