Ramble01 / droidbox

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

Droidbox.sh OSError #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run startemu.sh
2. Run droidbox.sh

What is the expected output? What do you see instead?
The apk file will be loaded and analysed. Instead when I load the apk file I 
get 2 lines saying adb: command not found and then terminal window will clear 
and display the following message:

Traceback (most recent call last):
  File "scripts/droidbox.py", line 247, in <module>
    call(['adb', 'logcat', '-c'])
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1249, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

I've made sure to export the relevant paths as stated in the install 
instructions and as far as I can tell the additional pylab and matplotlib have 
been installed fine as well.

What version of the product are you using? On what operating system?
Running Mac OS X 10.7.4 and the Beta for Droidbox 2.3

Original issue reported on code.google.com by jak.hamm...@gmail.com on 22 Sep 2012 at 9:21

GoogleCodeExporter commented 9 years ago
The issue has been resolved, sorry, this issue can be discarded now. It was a 
case of trying to run the script in 2 different terminal windows.

Original comment by jak.hamm...@gmail.com on 22 Sep 2012 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by spreitze...@googlemail.com on 18 Apr 2014 at 11:26