We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
server.jar
Sorry, something went wrong.
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
adb push ./scrcpy-server-flutter.jar /sdcard/scrcpy-server-flutter.jar
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 &
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.
alrothd86390dlo0
I tried troubleshoot as well
after executing adb shell "ps -A | grep scrcpy_device_server" Output
adb shell "ps -A | grep scrcpy_device_server"
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
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:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: