fr3ts0n / AndrOBD

Android OBD diagnostics with any ELM327 adapter
http://fr3ts0n.github.io/AndrOBD/
GNU General Public License v3.0
1.45k stars 310 forks source link

Device can be connected but nothing is shown #251

Closed jtzf520 closed 11 months ago

jtzf520 commented 11 months ago

Expected behavior

Press any buttons to check vehicle info, vehicle data etc... wont work

AndrOBD Debug log files

AndrOBD.log.1.txt

Log detail level

ALL

Important details on your environment:

Additional context

Add any other context about the problem here.

I tried to link the device through bluetooth but nothing appeared in the screen whenever i tried to press vehicle info or any other stuff.

fr3ts0n commented 11 months ago

In your log file I cannot detect any communication from/to your BT adapter.

The phone / app does not appear to get any confirmation of the BT connection attempt. It re-tries connection with a fallback socket, but no confirmation / communication appears there as well :cry:

Communication path:
[phone] ---x--- [BT adapter] ---?--- [ECU]

Pls can you assure for you test:

I can see in the log that you try to connect with a secured BT socket. I know of some adaptors in the field which fail on secured BT socket connection. (however, that failure did show differently in the logs). It still could be worth a try to disable the secure BT connection in the app settings.

Thx

jtzf520 commented 11 months ago

Hi...it's solved already, thank you very much for your help :)

fr3ts0n commented 11 months ago

Just out of curiosity: What was the cause?

jtzf520 commented 11 months ago

Sorry for the late respond, was busy these few days...btw, its the secured bt connection tht you mentioned. I've disabled it and it works just fine :)

fr3ts0n commented 11 months ago

Would it be possible for you to post your experience with your adapter to following query issue?

187

This might help others as well ... Thx