scrcpy-flutter
scrcpy-flutter copied to clipboard
how to use
I also tried to build this project with Flutter. I set the key and IP, but no pictures appeared. Could you give me a detailed tutorial
- Did you start the
server.jar
- Then check if server running. see
I am also not able to use your app
steps I followed:
Step 1:
adb push ./scrcpy-server-flutter.jar /sdcard/scrcpy-server-flutter.jar
Output
Step 2:
adb shell CLASSPATH=/sdcard/scrcpy-server-flutter.jar nohup app_process / --nice-name=scrcpy_device_server com.genymobile.scrcpy.Server alrothd86390dlo0 error 0 8000000 0 -1 true - true true 0 false false - - false >/dev/null 2>&1 &
Output
Step 3:
I run Flutter application and added key = alrothd86390dlo0
the click on + button and added ip of Mobile phone.
I tried troubleshoot as well
after executing adb shell "ps -A | grep scrcpy_device_server"
Output
and after executing this
adb shell CLASSPATH=/sdcard/scrcpy-server-flutter.jar nohup app_process / --nice-name=scrcpy_device_server com.genymobile.scrcpy.Server <16_char_key> error 0 8000000 0 -1 true - true true 0 false false - - false
Output: