rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

carplay.appimage cannot access #37

Closed Len-in closed 8 months ago

Len-in commented 11 months ago

First of all, Huge thanks for your great effort. WHen I tried to run setup-pi.sh I'm getting this following error. chmod: cannot access '/home/pi/Desktop/Carplay.AppImage': No such file or directory

Can you please sort this one?

Many thanks!

rhysmorgan134 commented 11 months ago

Ah I believe this will be an easy one, I am guessing you have installed raspbian with a different user to pi?

when you first open a terminal, type pwd , and then copy the output of that here

Thanks again for the support too!

Len-in commented 11 months ago

Many thanks, I’ll try it out.

rhysmorgan134 commented 11 months ago

No problem, I am happy to help you out with the commands if you need, but inside install.sh if you change all references of pi to whatever your username is, it should then run through no issue

Len-in commented 11 months ago

You are so kind. Thank you! I’ll try it out.

kostasfe commented 11 months ago

I saw similar behaviour at some point when trying to run the 32bit release on 64bit OS. Just thought you might want to doublecheck that you're using the correct release.

Len-in commented 11 months ago

Ah OK. Now I have installed it and I can see React App. But I couldn't see Car play window. I have directly connected iphone to Raspi. Am I need a dongle? I'm not sure why I can't see Car play window

kostasfe commented 11 months ago

Yes you do need a dongle, see issue #32 for help.

ahwinz commented 11 months ago

I have pi as the default user and I am also getting the bash: .CarPlay.AppImage: no such file or directory issue. I can see the icon on the desktop.

Len-in commented 11 months ago

Many thanks both.

rhysmorgan134 commented 11 months ago

I have pi as the default user and I am also getting the bash: .CarPlay.AppImage: no such file or directory issue. I can see the icon on the desktop.

Hi ahwinz, I suspect you are running a 32bit install, the setup.sh script downloads the 64 bit by default. You can download the 32 bit from here

https://github.com/rhysmorgan134/react-carplay/releases

rhysmorgan134 commented 11 months ago

I will make it so the script auto detects the version when I am back from holiday

ahwinz commented 11 months ago

Rhys,

Thanks for the suggestion. I have the 64bit raspidan os installed but I’ll try 32 bit everything. Or wait till the script is updated. Enjoy your holiday.

rhysmorgan134 commented 8 months ago

auto detect complete