qwaider / droidbox

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

Error while running droidbox.py #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to run droidbox.py
2.
3.

What is the expected output? What do you see instead?
Some kind of logs. here is what I see - 
-----------------------------------------------------------------------
 ____                        __  ____
/\  _`\    [beta]    __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
Exception in thread Thread-2:logs   (Ctrl-C to view logs)
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
    self.run()
  File "./droidbox.py", line 153, in run
    call(['./monkeyrunner', 'monkeyrunner.py', apkName, runPackage, runService])
  File "/usr/lib/python2.7/subprocess.py", line 486, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1213, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

^C   [*] Collected 0 sandbox logs    
-----------------------------------------------------------------------    

What version of the product are you using? On what operating system?
Ubuntu 11.04 32-bit on Windows 7 VMware environment

Please provide any additional information below.
Heres what I have been following.

Started as mentioned in the guide. On step 8 I get the above shown output 
instead of the expected output. I was earlier getting Monkeyrunner script not 
found error but then I replaced the existing monkeyrunner with the one provided 
in the archives here in the /tools folder. Did I do something wrong there?

Please help!

Original issue reported on code.google.com by girsch...@gmail.com on 12 Oct 2011 at 3:13

GoogleCodeExporter commented 9 years ago
Please check the release candidate version, isntruction are available at the 
frontpage. If you have further problems with the new version, let me know

Original comment by pat...@pjlantz.com on 13 Oct 2011 at 10:41

GoogleCodeExporter commented 9 years ago
I see there is a Compile page with instruction to android source download and 
compilation... Is that a necessary step as well?

Original comment by girsch...@gmail.com on 13 Oct 2011 at 8:09

GoogleCodeExporter commented 9 years ago
It's not necessary, all images included in the RC version have been 
pre-compiled.
The compile guide are just some instructions if you want to make changes to 
TaintDroid and/or the Android source

Original comment by pat...@pjlantz.com on 13 Oct 2011 at 8:17

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
i have the same problem. raise child_exception.
I am running on Ubuntu 14.04 DroidBox_4.1.1 version and I am using it with 
Android version 4.1.2 emulator. How can i fix this issue?
Thanks.

Original comment by azulfa...@gmail.com on 22 Jan 2015 at 8:46

GoogleCodeExporter commented 9 years ago
Problem solved. My bad

Original comment by azulfa...@gmail.com on 22 Jan 2015 at 9:32