You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,9 @@ OPTIONS:
148
148
-d, --debug
149
149
Enable debug info
150
150
151
+
--dpi <DPI>
152
+
Force DPI (experimental)
153
+
151
154
-f, --full-frames
152
155
Pass only complete frames during data transfer to the headunit
153
156
@@ -171,7 +174,7 @@ OPTIONS:
171
174
Log file path [default: /var/log/aa-proxy-rs.log]
172
175
173
176
-m, --mitm
174
-
Enable MITM mode (experimental, currently for testing only)
177
+
Enable MITM mode (experimental)
175
178
176
179
-s, --stats-interval <SECONDS>
177
180
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
223
226
224
227
Special thanks to [@gamelaster](https://github.com/gamelaster/) for the help, support and his [OpenGAL Proxy](https://github.com/gamelaster/opengal_proxy) project.
225
228
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
+
||
236
+
226
237
## Troubleshooting
227
238
Sometimes deleting the system Bluetooth cache at /var/lib/bluetooth and restarting bluetoothd fixes persistent issues with device connectivity.
228
239
Consider also using "Forget" of bluetooth device in the Android phone.
0 commit comments