jbrodo / droidbox

Automatically exported from code.google.com/p/droidbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starts with errors

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. start emulator
2. ./droidbox.sh file.apk
3.

What is the expected output? What do you see instead?
sh-3.2# ./droidbox.sh file.apk 

 ____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
Exception in thread Thread-2:logs   (Ctrl-C to view logs)
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "scripts/droidbox.py", line 144, in run
    call(['monkeyrunner', 'scripts/monkeyrunner.py', apkName, runPackage, runActivity], stderr=PIPE)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 486, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 672, in __init__
    errread, errwrite)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1202, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory



What version of the product are you using? On what operating system?

sh-3.2# uname -a
Darwin a-MacBook-Pro-2.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug  9 
20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64

sh-3.2# python -V
Python 2.7.1

Please provide any additional information below.

Even though I have python 2.7.1 errors point to directories to 2.7?

Original issue reported on code.google.com by al...@demyo.com on 12 Jan 2012 at 1:39

Please see the new tarball where the system.img has been updated fixing this 
issue

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

  • Changed state: Fixed
I had met the problem too.
I had used the DroidBox411RC.tar.gz,executed according to the steps in 
Project Home.

#uname -a
Linux ling-Dell-System-Inspiron-N4120 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 
17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

#python -V
Python 2.7.4

Extra: I had opened one terminal.

Original comment by Pengling...@gmail.com on 28 Mar 2014 at 4:43