zhstyle / droidbox

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

.apk not installed & run #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installed Android SDK (tried 2.1 and 2.3) and DroidBox
2. Started the Android emulator and then DroidBox
3. Infinite wait for the analysis...

What is the expected output? What do you see instead?

The apps are not installed on the emulator, so no logs about dynamic analysis 
are collected. Only with human interaction, DroidBox starts to collect logs.

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

The latest compiled droidbox on Debian 5.0 (VirtualBox)

Please provide any additional information below.

Original issue reported on code.google.com by preluded...@gmail.com on 17 Sep 2012 at 9:38

Attachments:

GoogleCodeExporter commented 8 years ago
first time I've executed it, I had the following error message:

ImportError: No module named json

so in droidbox.py I changed  "import json" with "import simplejson as json"

Original comment by preluded...@gmail.com on 18 Sep 2012 at 4:52