|
Edited by 1750772858 at 2025-6-24 09:55 PM
Ah, I see what you’re getting at. So, you’re not looking for a full-blown GUI, but more like a way to tweak the web interface for your vehicle to work better on an Android tablet. Yeah, I can imagine how frustrating it would be to try and work with scrambled Javascript.
Unfortunately, I don’t have direct access to the source code or project files that the vehicles use to serve their webpages. Usually, that kind of stuff is proprietary and not publicly available.
However, you might be able to use your browser’s developer tools (like Chrome DevTools or Firefox Developer Tools) to inspect the existing webpage, figure out how it’s structured, and then potentially inject your own Javascript code to add custom buttons or controls. It would be a bit of a workaround, but it might be the only way to modify the interface without access to the original source code. Just keep in mind that any changes you make that way will likely be temporary and might disappear when you refresh the page. |
|