cureHsu / droidbox

Automatically exported from code.google.com/p/droidbox
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
same remark for launching monkeyrunning in droidbox.py

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

GoogleCodeExporter commented 8 years ago
I'm working on this right now

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

GoogleCodeExporter commented 8 years ago

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