8000 Some code in run.sh can not execute correctly on my Ubuntu 12.04 · Issue #7 · openstf/minicap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

8000 Some code in run.sh can not execute correctly on my Ubuntu 12.04 #7

New issue

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

Closed
KilmerZhao opened this issue Oct 9, 2015 · 1 comment
Closed

Comments

@KilmerZhao
Copy link

The script
'size=$(adb shell dumpsys window | grep -Eo 'init=\d+x\d+' | head -1 | cut -d= -f 2)'
can not find the string 'init=480x854'

Should change to
'size=$(adb shell dumpsys window | grep -Eo 'init=[0-9]+x[0-9]+' | head -1 | cut -d= -f 2)'

@sorccu
Copy link
Member
sorccu commented Oct 22, 2016

Closing this issue as it's very old. However Ubuntu 12.04 is too old as well, that was probably the issue. I don't care about supporting ancient build systems.

@sorccu sorccu closed this as completed Oct 22, 2016
stoefln pushed a commit to stoefln/minicap that referenced this issue Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0