Skip to content
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

droidbox.py assumes adb is in ../platform-tools #5

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments
Closed

droidbox.py assumes adb is in ../platform-tools #5

GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
In droidbox.py:
call(['../platform-tools/adb', 'logcat', '-c'])

[taken from the current source snapshot]

is wrong because it assumes adb is in that directory, which may be totally 
wrong.

Solutions:
- create a variable and ask end-user to set this variable in the source file
- modify droidbox.py to search for adb in the PATH
- create an installation program that builds the correct architecture to launch 
droidbox and copies adb in the right directory
- etc.

Regards

Original issue reported on code.google.com by aaforti...@gmail.com on 6 Sep 2011 at 1:33

@GoogleCodeExporter
Copy link
Author

same remark for launching monkeyrunning in droidbox.py

Original comment by aaforti...@gmail.com on 6 Sep 2011 at 2:04

@GoogleCodeExporter
Copy link
Author

I'm working on this right now

Original comment by lantz.pa...@gmail.com on 8 Sep 2011 at 1:12

@GoogleCodeExporter
Copy link
Author

Original comment by lantz.pa...@gmail.com on 10 Mar 2012 at 3:08

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant