Hello,
Chat example starts to work under conditio what it is a first time. It is getting data in text format from remote Arduino device. Starts well but after several seconds slow down and finally comunication is blocked. I have to wait some minutes to be able to start this example and read data. Sometimes I am getting this foults in log panel:
Logger connected to: HTC HTC One A9s
--------- beginning of system
--------- beginning of main
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
Koniec
connected: false
java.io.IOException: read failed, socket might closed or timeout, read ret: -1
** Activity (main) Pause, UserClosed = true **
sending message to waiting queue (serial1_connected)
** Activity (main) Create, isFirst = false **
running waiting messages (1)
connected: false
java.io.IOException: read failed, socket might closed or timeout, read ret: -1
** Activity (main) Resume **
Koniec
Aditonally I can't start emulator. In IDE I have seen that I have to use HAXM driver for Intel CPU. May I install it safely ?
Kind regards
TomKluz