Android Question Bluetooth errors. Please help me !

I have an example with a robot connected by bluetooth. I send some commands to robot, but i get some errors on android aplication. I attached application and errors. please help me.
 

Attachments

  • proba.zip
    169 KB · Views: 155
  • errors.txt
    48.8 KB · Views: 178

DonManfred

Expert
Licensed User
Longtime User
There is no single Error in the txt file. You can not get any data when your activity is not in front.

Move the connection and transport code to the starter service.
 
Upvote 0
I test it. Thank you, but i still have some error.
I used a bluetooth example from forum (i think from Erel) and i modified it to directly connect to robot. Connection is ok. First command from voice recognition is ok, but after i have astream interruption. Plase help me.
 

Attachments

  • robocar1.zip
    324.8 KB · Views: 172
Upvote 0
I have attached the log that appears when I run the program. The program interrupts the bluetooth stream when it goes from speech recognition to sending via bluetooth (the application pauses, appears in foreground voice recognition from google, and then the result is sent to the application to send via bluetooth but interrupts astream).
Thank you for help!
 

Attachments

  • robocar log.txt
    2.1 KB · Views: 170
Upvote 0
Top