scrcpy-flutter icon indicating copy to clipboard operation
scrcpy-flutter copied to clipboard

how to use

Open lambert123456 opened this issue 2 years ago • 2 comments

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

lambert123456 avatar May 29 '22 03:05 lambert123456

  1. Did you start the server.jar
  2. Then check if server running. see

diyews avatar May 29 '22 15:05 diyews

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 image

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 image

Step 3: I run Flutter application and added key = alrothd86390dlo0 the click on + button and added ip of Mobile phone. image

I tried troubleshoot as well

after executing adb shell "ps -A | grep scrcpy_device_server" Output image

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: image

dilwarSingh avatar Jul 28 '23 07:07 dilwarSingh