Skip to content

Commit 948d31e

Browse files
committed
update README.md
1 parent 161a6d0 commit 948d31e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ OPTIONS:
148148
-d, --debug
149149
Enable debug info
150150
151+
--dpi <DPI>
152+
Force DPI (experimental)
153+
151154
-f, --full-frames
152155
Pass only complete frames during data transfer to the headunit
153156
@@ -171,7 +174,7 @@ OPTIONS:
171174
Log file path [default: /var/log/aa-proxy-rs.log]
172175
173176
-m, --mitm
174-
Enable MITM mode (experimental, currently for testing only)
177+
Enable MITM mode (experimental)
175178
176179
-s, --stats-interval <SECONDS>
177180
Interval of showing data transfer statistics (0 = disabled) [default: 0]
@@ -223,6 +226,14 @@ I will not add these files into this repository to avoid potential problems. You
223226

224227
Special thanks to [@gamelaster](https://github.com/gamelaster/) for the help, support and his [OpenGAL Proxy](https://github.com/gamelaster/opengal_proxy) project.
225228

229+
### DPI settings
230+
Thanks to above MITM mode a DPI setting of the car HU can be forced/replaced. This way we can change the hardcoded value to our own. This is allowing to view more data (at cost of readability/font size).<br>
231+
Example with Google Maps, where a `Report` button is available after changing this value:
232+
233+
|160 DPI (default)|130 DPI|
234+
|---|---|
235+
|![](images/160dpi.png)|![](images/130dpi.png)
236+
226237
## Troubleshooting
227238
Sometimes deleting the system Bluetooth cache at /var/lib/bluetooth and restarting bluetoothd fixes persistent issues with device connectivity.
228239
Consider also using "Forget" of bluetooth device in the Android phone.

images/130dpi.png

445 KB
Loading

images/160dpi.png

606 KB
Loading

0 commit comments

Comments
 (0)