max314 / android-obd-reader

Automatically exported from code.google.com/p/android-obd-reader
0 stars 0 forks source link

Trouble Codes does not work on 2008 Ford Focus CAN #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Induce Check Engine Light via disconnect of MAF (Engine Light On) 
2.Configure Reader 
3.Trouble Codes 

What is the expected output? P code for MAF and Air Temp 
What do you see instead? No output (Clear Codes Works)

What version of the product are you using? Latest Available
On what operating system? Android 2.2

I would reccomend Mode 13 - Pulls all codes including history and pending.

Please provide any additional information below.

Original issue reported on code.google.com by Roger.F....@gmail.com on 26 Sep 2010 at 8:02

GoogleCodeExporter commented 9 years ago
Could be interesting.

Thanks for your feedback,
PP

Original comment by pjpi...@gmail.com on 15 Sep 2011 at 8:10

GoogleCodeExporter commented 9 years ago

Original comment by pjpi...@gmail.com on 22 Sep 2011 at 6:41

GoogleCodeExporter commented 9 years ago
I never did anything to actually implement the decoding of trouble codes.  I 
copied some code from the PyOBD project but never tested it or attempted to run 
it.  Just FYI.

Original comment by bricela...@gmail.com on 22 Sep 2011 at 6:47

GoogleCodeExporter commented 9 years ago
Dear Author:
I have downloaded your code and compiled it succefully for an Android 2.2 phone.
But it seems I can't actually connect it to my car. I've tried other similar 
app, it works fine, so the problem must come from your app.

After I press the "Start live Data" from the menu, I always get a connetion 
error notification. I restart my bluetooth after every connection failure.Then 
I try to reset protocol, but it didn't work etheir.

Could you please give me some enlightment on this issue? Thanks very much.

Original comment by federerc...@gmail.com on 28 Nov 2011 at 9:17

GoogleCodeExporter commented 9 years ago
Which version did you download?

Original comment by pjpi...@gmail.com on 28 Nov 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Hi 
I downloaded the source code, added the missing package, and compiled it to get 
an APK.
Am I right?

Original comment by federerc...@gmail.com on 1 Dec 2011 at 1:03

GoogleCodeExporter commented 9 years ago
Hi again
   The missing package is "com.nullwire.trace". I find it on this website:
https://github.com/Pretz/improved-android-remote-stacktrace/tree/master/src/com/
nullwire/trace

   But I don't think this is the reason for my error. As I said before, I get connection error. 

   Could you please check the bluetooth connection part of your code?

Original comment by federerc...@gmail.com on 1 Dec 2011 at 1:14

GoogleCodeExporter commented 9 years ago
Download the code from branch dev-1_3.

Original comment by pjpi...@gmail.com on 1 Dec 2011 at 6:42

GoogleCodeExporter commented 9 years ago
i don't know the version. i just use this command:
git clone http://code.google.com/p/android-odb-reader/

Original comment by federerc...@gmail.com on 6 Dec 2011 at 8:05

GoogleCodeExporter commented 9 years ago
git branch --track dev-1_3 origin/dev-1_3

I recommend you to read a little about Git :-)

Original comment by pjpi...@gmail.com on 6 Dec 2011 at 10:28

GoogleCodeExporter commented 9 years ago
Thanks a lot,sir. Really helped!!!!!

Original comment by federerc...@gmail.com on 9 Dec 2011 at 12:35