fr3ts0n / AndrOBD

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

Bug can not read any fault code #272

Open TVGSOFT opened 1 month ago

TVGSOFT commented 1 month ago

Describe the bug

I tried to use this app and read a fault code from my car, however I didn't receive any fault code from 3 modes: 03, 07, and 0A

But I used another app https://play.google.com/store/apps/details?id=com.ovz.carscanner&hl=en And I can see a fault code. I tested on Mazda CX5 2020 as the same issue as well. 2024-07-18 18 17 32

Is there any special method to read the fault codes?

Important details on your environment:

Additional context

Add any other context about the problem here.

fr3ts0n commented 1 month ago

Please could you attach a log file? See: https://github.com/fr3ts0n/AndrOBD/wiki/Reporting-improvements---issues#debug-log-files

Thx

TVGSOFT commented 1 month ago

AndrOBD.log.0.txt @fr3ts0n This is the log.

ieffuie4 commented 1 month ago

@TVGSOFT You missed to configure the log level. Quote from the link that describe how to access the logfiles: "Preferred detail level for issue analysis is FINE." But you have kept the default log level instead of setting it to FINE.

TVGSOFT commented 1 month ago

AndrOBD.log.0.txt @fr3ts0n Attached the log.

fr3ts0n commented 1 month ago

None of the logged vehicle responses does indicate any DFC set. All 3 OBD services of DFC reading report xx00, which means NO fault set. Also the OBD data service reports 0 faults set.

Does the other app read additional NON-OBD services to read failure codes?

TVGSOFT commented 1 month ago

Hi @fr3ts0n

I understand that they test the hidden DTC base on a mechanism. It's not part of OBD II mode. Do you have any experience on this?

fr3ts0n commented 1 month ago

No, not really. If it's not detected / reported in OBD services there is not much chance to add this to AndrOBD.