-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raspberry support ? #179
Comments
The easiest way is to compile it directly on your raspberry pi. |
Hi I also try to compile it. Fails right now because of missing license for android sdk. Trying to install sdk manager on laptop with ubuntu and copy the license to the pi. |
Facing some problems on Pi3 with stretch: without root access i get this error when building:
with root access it says:
and can't launch:
|
|
Right already did this and had this error after chmod:
So i copied content of platform-tools to another folder and renamed the original one. Now i get this error...
|
There is a problem with your Android SDK instalation. Just for info why did you install it in Anyway, you can use the prebuilt server so that you don't have to build it with the Android SDK. |
Thx that worked. Just another problem with input. From mouse on pi i can control my phone but from touchpanel on pi there is no reaction. Mouse moves on pi but nothing happends. |
👍
See #22. |
Hello, |
@scott87 I had luck on the Raspberry Pi 3 with this tutorial: https://www.linuxuprising.com/2019/03/control-android-devices-from-your.html I was was using scrcpy for a silly hardware project to get video streaming from the OculusQuest VR headset to the back of my head: https://www.youtube.com/watch?v=Wm-bfn3tqLM That said I had to set the RasPi to 800x600 and go full screen to get decent framerate. I launched scrcpy with the following settings for that video: scrcpy --fullscreen --no-control --bit-rate 2M --crop 1024:768:288:336 |
how compile client for raspberry pi 3 ? #
The text was updated successfully, but these errors were encountered: