Android OBD Reader using bluetooth.
OBD-Bluetooth-Reader is hosted in the following web site
https://github.com/awisalkarni/OBD-Bluetooth-Reader
If you think the Android project OBD-Bluetooth-Reader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of OBD-Bluetooth-Reader.
Item | Value |
---|---|
Java File Count | 34 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_LOCATION_EXTRA_COMMANDS android.permission.ACCESS_MOCK_LOCATION android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.CONTROL_LOCATION_UPDATES android.permission.INTERNET android.permission.WAKE_LOCK |
There are 5 image files in OBD-Bluetooth-Reader. The names of the image files are listed as follows.
car.png compass.png mpg.png pump.gif temp.png
The following screenshort is generated from the image listed above.
OBD-Bluetooth-Reader has the following Java source files.
awis.obd.activity.ObdReaderCommandActivity.java awis.obd.activity.ObdReaderConfigActivity.java awis.obd.activity.ObdReaderMainActivity.java awis.obd.command.AirIntakeTempObdCommand.java awis.obd.command.AverageFuelEconomyObdCommand.java awis.obd.command.CommandEquivRatioObdCommand.java awis.obd.command.DtcNumberObdCommand.java awis.obd.command.EngineRPMObdCommand.java awis.obd.command.EngineRunTimeObdCommand.java awis.obd.command.FuelEconomyCommandedMAPObdCommand.java awis.obd.command.FuelEconomyMAPObdCommand.java awis.obd.command.FuelEconomyObdCommand.java awis.obd.command.FuelPressureObdCommand.java awis.obd.command.FuelTrimObdCommand.java awis.obd.command.IntObdCommand.java awis.obd.command.IntakeManifoldPressureObdCommand.java awis.obd.command.MassAirFlowObdCommand.java awis.obd.command.ObdCommand.java awis.obd.command.ObdMultiCommand.java awis.obd.command.PressureObdCommand.java awis.obd.command.SpeedObdCommand.java awis.obd.command.TempObdCommand.java awis.obd.command.ThrottleObdCommand.java awis.obd.command.TimingAdvanceObdCommand.java awis.obd.command.TroubleCodesObdCommand.java awis.obd.config.ObdConfig.java awis.obd.drawable.AccelGaugeView.java awis.obd.drawable.CoolantGaugeView.java awis.obd.drawable.GradientGaugeView.java awis.obd.exception.ConfigException.java awis.obd.io.ObdCommandConnectThread.java awis.obd.io.ObdConnectThread.java awis.obd.io.ObdReaderService.java awis.obd.io.ObdReaderServiceConnection.java