tomasz-grobelny
tomasz-grobelny
I use remote development extension of vscode so the sources and process are remote. Here is how lldb behaves in "manual" scenario: ``` root@arm:/home/tomek# lldb (lldb) attach 11568 Process 11568...
As for number of parallel jobs - for development I often need to use just one job (-j 1), but that is also due to clangd consuming quite a lot...
AAClient goes through all devices and calls Device::switchToAOA() - this would be my starting point for investigation. First try excluding the switchToAOA call for you WiFi module and if that...
Not at the moment, this would require quite some development. And one would need to have wireless headunit (or equivalent) to reverse engineer the protocol - I don't have one...
Android Auto Protocol uses client and server certificates for mutual "authentication". It is in quotes as the only real effect is making the protocol more difficult to implement, it does...
What do you mean by "lock" pico? Do you mean colorful stripes and black and white noise in lower right corner? If so then it works :-) Whether now or...
I'll do my best, but it might take several days as I am quite busy recently.
Have a look here: https://vimeo.com/510447226
Thanks for the ideas and kind words, I will consider donations and features. However, this is my hobby project done in my spare time (I bet it would be hard...
For the devices: C2 may not have enough performance - worth trying nonetheless) RPi3 to the best of my knowledge does not have USB controller capable of working in gadget...