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
The text was updated successfully, but these errors were encountered:
怎么样更新?Redmi K30 5G miui12.07 Android 10 能看到画面,不能操作,adb可以用,鼠标点击屏幕没反应
Sorry, something went wrong.
Doing some research on https://github.com/openatx/stf-binaries
set -e adb push node_modules/@devicefarmer/minicap-prebuilt/prebuilt/noarch/minicap.apk /data/local/tmp/ JSON=$(adb shell CLASSPATH=/data/local/tmp/minicap.apk app_process /system/bin io.devicefarmer.minicap.Main -i) WIDTH=$(jq ".width" <<< $JSON) HEIGHT=$(jq ".height" <<< $JSON) ROTATION=$(jq ".rotation" <<< $JSON) adb shell CLASSPATH=/data/local/tmp/minicap.apk app_process /system/bin io.devicefarmer.minicap.Main -P "${WIDTH}x@${HEIGHT}@${WIDTH}x${HEIGHT}/$ROTATION" -Q 80 -s > tmp.jpg file tmp.jpg
No branches or pull requests
The text was updated successfully, but these errors were encountered: