openstf / minicap

Stream real-time screen capture data out of Android devices.
Other
1.72k stars 622 forks source link

minicap can not run on smartisan pro2 #179

Open ScriptBaby7 opened 5 years ago

ScriptBaby7 commented 5 years ago

I got minicap source code,Then build and run on windows10,command outputs are as follows:

PS C:\Users\StephenWang\AndroidStudioProjects\minicap\libs\arm64-v8a>
PS C:\Users\StephenWang\AndroidStudioProjects\minicap\libs\arm64-v8a> adb shell LD_LIBRARY_PATH=/data/local/tmp/ /data/local/tmp/minicap -P 1080x2160@1080x2160/0 -t
PID: 12602
INFO: Using projection 1080x2160@1080x2160/0
issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.85. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

XiaLeon commented 5 years ago

@Slience007 try to add some logs in jni/minicap/minicap.cpp, your output log is here: std::cerr << "INFO: Using projection " << proj << std::endl; So add some logs after this and build using NDK