feat: add direct car telemetry management

This commit is contained in:
2026-07-31 23:14:40 +02:00
parent 530162cbf7
commit e347a581e1
16 changed files with 447 additions and 57 deletions
+10
View File
@@ -0,0 +1,10 @@
# Direct ADB car telemetry helper
`CarTelemetryProbe` is a small, read-only DEX program run by Android's `app_process`
through ADB. It is pushed to `/data/local/tmp` and is never installed as an Android
application. It binds directly to the factory SAIC vehicle service and performs only
the known getter transactions for SOC, range, speed, voltage, consumption, and charging
status.
The checked-in `server/assets/car-telemetry-probe.dex` is built from this source for
Android API 28. It has no MG Utility dependency and sends no vehicle-control calls.