android-obd-reader
android-obd-reader copied to clipboard
Android OBD-II Reader application that uses pure OBD-II PID's Java API.
I have a ELM327 device and i want to calculate distance from start point to end point with ELM327 device and not with GPS.I am a newbie and I am...
//package name: com.github.pires.obd.reader //version: 2.0-RC2 //target sdk version: android-18 java.lang.RuntimeException: Unable to resume activity {com.github.pires.obd.reader/com.github.pires.obd.reader.activity.MainActivity}: java.lang.NullPointerException at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2790) at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2819) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1298) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5103) at java.lang.reflect.Method.invokeNative(Native...
I installed the apk in BLU Mobile, Samsung Galaxy Note. I got the issue "Orientation Sensor is missing ?" List out the supported mobiles
in case someone have interest, that's a simple example of a server implementation to receive an display the data from the reader, write in meteor. https://github.com/filipeportes/obdserver
Caused by: com.github.pires.obd.exceptions.MisunderstoodCommandException: Error running AT E0, response: ? at java.lang.Class.newInstance(Native Method) at com.github.pires.obd.commands.ObdCommand.checkForErrors(ObdCommand.java:220) at com.github.pires.obd.commands.ObdCommand.readResult(ObdCommand.java:140) at com.github.pires.obd.commands.ObdCommand.run(ObdCommand.java:88) at com.rohan.darshan.autoginie_obd2.MainActivity.nextStep(MainActivity.java:179) at com.rohan.darshan.autoginie_obd2.MainActivity$Task.doInBackground(MainActivity.java:216) at com.rohan.darshan.autoginie_obd2.MainActivity$Task.doInBackground(MainActivity.java:210) at android.os.AsyncTask$2.call(AsyncTask.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)...
I have wrong readins for data on that application. The speed was displayed as a constant 65km/h while standing still and engine RPM of 4163. Also the runtime was a...
Would be nice to work on adding mode 22 support for enhanced PID's. I can assist.
For some unknown reason, Maven is used to resolve dependencies and it fails.