Closed Shiiddd closed 7 months ago
I recompiled everything on an emulated raspberry pi 4 just to be as close as possible as the device where i would put the compiled code in the end, dash opened without needing tobrun the script again but the phone was still lot veing recognised, after a bit of trial and error i thought that maybe my rpi wasn't seeing my phone as a phone, so i decided to make sure that it was by installing adb and enabling usb debug on my phone, now it works
As of now i don't think its's possible to compile it directly on the rpi due to ram limitations (maybe it's not true and I'm just dumb idk), what i did was:
sorry alot going on here.. firstly i do all my dev work in a VM but havent gotten AA to actually ever start (cant say ive put to much effort into making it work lol)
so it sounds like a permission thing maybe...
do you have /etc/udev/rules.d/51-dashusb.rules
installed?
https://github.com/openDsh/dash/blob/develop/install.sh#L595
Issue
Make sure you are running the latest version before reporting an issue.
Hardware
Installation Method: Install.sh or Image
Description of problem:
I installed it in a weird way because my rpi 3b couldn't compile it all on his own, (tried at least 10 times without success, openauto and dash compilation made it freeze, I think there is not enough ram to do the job), so i emulated an aarch64 machine with debian bullseye installed and 6GB of ram to compile it all and then moved all the folders on the rpi 3b, i managed to open dash but whenever i connect my phone to the rpi my phone says connected to auto, but dash keeps saying "Connect Device to Start Android Auto", has the problem something to do with the rpi or the "hacky" way in which i installed it? If the problem is the installation, how can i install it correctly?
How I installed it
More info