Suggest for RealDash app

Dear RealDash Development Team,

First, I would like to express my appreciation for your excellent work on RealDash. It’s a powerful and versatile tool that has become indispensable for many in the automotive enthusiast community.

I am writing to submit a feature request that I believe would significantly expand RealDash’s compatibility and ease of use for a specific and growing segment of users: those with Android-based instrument clusters and head units.

Suggestion:
I respectfully request that you consider adding native support within the main RealDash APK to read data directly from the Android system’s read_log function and catlog_service. This functionality is currently available through separate middleware tools, but integrating it directly would be a game-changer.
Make it second for those don’t have google play store
Problem & Justification:
Many modern vehicles, particularly from manufacturers like BMW, Mercedes-Benz, Volvo, and others, use Android-based clusters that broadcast a wealth of vehicle data (e.g., RPM, speed, coolant temp, fuel level, gear position) onto the vehicle’s CAN network, which the Android OS can access.

Currently, to make RealDash work with these systems, users must:

  1. Sideload a separate middleware app (e.g., a special logger tool) to act as a bridge.
  2. Configure this tool to read the catlog_service (read_log) and forward the data to RealDash via a virtual serial port or direct from the live data.

This process is complex, creates a potential point of failure, and can be intimidating for less technically-inclined users.

Proposed Solution:
By building the ability to read from catlog_service and parse the read_log stream directly into the RealDash app, you would eliminate the need for any intermediate adapter or tool. Users would simply need to:

  1. Install the RealDash APK on their Android.
  2. Grant the necessary permissions (potentially, but handled within the app).
  3. Select the appropriate data source within RealDash’s settings.

Benefits:

· Massively Expanded Plug-and-Play Compatibility: RealDash would work seamlessly on any compatible Android-based cluster without extra hardware or software.
· Simplified User Experience: It removes a significant technical barrier to entry, making the product accessible to a much wider audience.
· Performance & Reliability: A native implementation would likely be more efficient and stable than relying on an external middleware process.
· Market Leadership: This would firmly position RealDash as the most versatile and advanced dashboard solution on the market for both traditional and modern vehicle platforms.

This feature would not replace RealDash’s existing superb support for traditional OBD adapters and CAN hardware but would serve as a powerful additional data source option for a specific use case.

Thank you for taking the time to consider this request. I am confident that many users in the community would be thrilled to see this capability implemented.

I am available to provide more details, test beta versions, or assist in any way I can.

Sincerely,

[meshal88]
RealDash User

2 Likes

I did read your email but did not respond, sorry about that. I’m happy that you posted this to the forum so more RealDashers may chime in of how usable this feature would be in real life. This is a technique that I’m not familiar with.

Could you link me to these middleware tools that are extracting data from the logs, so I can take a look and better understand what is going on.

This sounds interesting. Assuming I understand correctly your proposal; At first, this seems like a very fragile approach. Any update could change/remove the output to the logs. Also, I’m assuming this requires root access to Android device so userbase is even smaller.

2 Likes

Hello my friend
thank you for your respond

it’s simple just some permission by ADB control for the app “no root required” ,the app does not interface directly with the vehicle’s CAN bus or sensors. Instead, it acts as a passive monitor for data that is already being broadcast by the vehicle’s hardware abstraction layer within the Android system,
core of the data retrieval is handled by a LogcatService . This service runs a background process that executes the logcat command, continuously reading the system log in real-time. The app specifically filters for log entries originating from the vehicle data service.

I’m more then happy to give you what it take to make it happen so i can use it in my car
and many who have new car with android built in
most of the new car have android cluster built in,

I hope this clarifies the process. Feel free to ask if you have any more technical questions.

any updates ? on this suggest ?

I have no experience with android logcat, but reading/parsing the text logs probably have more resource demand / lag than accessing the bus directly tru OBD port.

1 Like

I’m also suspicious of this working properly on wide scale. I think implementation should not be that hard, but I worry that we will be flooded by endless requests to change/update the logcat parsing. I’m sure there is no “Standard” of how vehicle information flows on the logcat, right?

The read log update the informations in seconds

Alright, please share an example log and parser and I will take a look.