Giter Club home page Giter Club logo

droidbox's People

droidbox's Issues

Error while running droidbox.py

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 [email protected] on 12 Oct 2011 at 3:13

.apk not installed & run

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 [email protected] on 17 Sep 2012 at 9:38

Attachments:

Timeout while trying to create monkey mananger

What steps will reproduce the problem?

1. cd android-sdk-linux_x86/tools
2. ./emulator -avd droidbox -system systemBeta.img -ramdisk ramdisk.img -kernel 
zImage &
3. ../platform-tools/adb shell setprop dalvik.vm.execution-mode int:portable
4. ../platform-tools/adb logcat dalvikvm:W *:S | ./droidbox.py 
com.droiddream.bowlingtime.apk

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

I've never seen an example about what is a normal droidbox output.
This are the error that i'm receiving:

110918 09:22:14.691:S [main] [com.android.monkeyrunner.adb.AdbMonkeyDevice] 
Timeout while trying to create monkey mananger.
(the entire result is Attached).

What version of the product are you using? On what operating system?
Using Ubuntu 11.04 x64

Please provide any additional information below.

After the message described the script still running, and some times this error 
happens more than once.
It looks like the script is in a loop. I left it running for more than 2 hours. 
By pressing Crtl+C I can see the logs with some results.

Usually how much time droidbox need to analyse an apk? How do i know
that the analisys is finished?
The application that i wan't to analyse must be previously installed
in the emulator?
During the analysis i just have to wait, or i need to interact with
the application thru the emulator?
The error message below is normal? How can i correct this? 

Please forgive me to bother you with so many questions, i know that you are 
really busy, but i become really interested in this project and really want to 
know more about how it works. Unfortunatelly my programing skills aren't so 
developed to figure out all the answers by myself, but i'm working on it.

Original issue reported on code.google.com by [email protected] on 20 Sep 2011 at 12:20

Attachments:

monkeyrunner.py script file error

I'm executing droidbox and getting this error:

Can't open specified script fileogs   (Ctrl-C to view logs)
Usage: monkeyrunner [options] SCRIPT_FILE

    -s      MonkeyServer IP Address.
    -p      MonkeyServer TCP Port.
    -v      MonkeyServer Logging level (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF)

The system is a Ubuntu 10.10 and the TaintDroid.apk is installed in the avd. 
I'm using the systemBeta.img, ramdisk.img and zImage provided in this site.

Sorry for my english

Original issue reported on code.google.com by [email protected] on 3 Sep 2011 at 9:46

Running error on droidbox.py

What steps will reproduce the problem?

1. Start the emulator with ./startemu.sh Android21 
2. Start analyzing samples: ./droidbox.sh file.apk

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

I expect to see the DroidBox logo and the dynamic output of the app but instead 
I see the traceback of an error in droidbox.py file. 

android@honeynet:~/tools/DroidBox$ ./droidbox.sh file.apk
/home/android/tools/DroidBox/scripts/utils.py:324: DeprecationWarning: 'B' 
format requires 0 <= number <= 255
  return self.sb.getRaw( valueString )
Traceback (most recent call last):
  File "scripts/droidbox.py", line 214, in <module>
    xml[i] = minidom.parseString( AXMLPrinter( zip.read( i ) ).getBuff() )
  File "/usr/lib/python2.6/xml/dom/minidom.py", line 1928, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 940, in parseString
    return builder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 223, in parseString
    parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 31, column 
15

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

I am using the DroidBox RC from Oct 13 on Ubuntu 10.04

Please provide any additional information below.
Thanks a lot.

Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 4:11

Project home installation guide doesn't work as such

The project home page explains how to quickly launch droidbox, but as such 
unfortunately it won't work.

Several other files must be downloaded (currently from the svn repository), not 
only droidbox.py: e.g utils.py
or you get:
Traceback (most recent call last):
 File "./droidbox.py", line 30, in <module>
   from utils import AXMLPrinter
ImportError: No module named utils

I guess the installation guide should be updated...

Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 1:38

Is this compatible with Android 2.3.3 ?

What steps will reproduce the problem?
1. Fetch Android 2.3.3
2. Follow the procedure as described here http://code.google.com/p/droidbox/
3. ???
4. PROFIT!

What is the expected output? What do you see instead?
Expected output is to see the home screen of Android, I only see the boot 
screen =>

What version of the product are you using? On what operating system?
Linux Ubuntu + Android SDKr12 + Android 2.3.3 API level 10 + DroidBox

Please provide any additional information below.
It's just a question as you say 2.1 on the project homepage.

Cheers!

Original issue reported on code.google.com by [email protected] on 21 Jul 2011 at 1:14

Download of systemAlpha.img not working

What steps will reproduce the problem?
1. Run $ wget -c http://droidbox.googlecode.com/files/systemAlpha.img 
2. Observe that it works until about 3% (2MB) completed.
3. Observe that it hangs indefinitely at that point. Stopping the wget and 
attempting a resume using -c option doesn't help.

What is the expected output? What do you see instead?
I expected to be able to complete download of the image file

What version of the product are you using? On what operating system?
Using Ubuntu 11.04, 64-bit. 

Please provide any additional information below.
Also tried downloading via Chromium browser, with same result (download stops 
at 2MB and then hangs until stopped.) All other files downloaded successfully, 
it's just the systemAlpha.img that is failing.

Original issue reported on code.google.com by [email protected] on 22 Aug 2011 at 2:53

Attachments:

Running error on droidbox.py when run ./droidbox.sh file.apk


What steps will reproduce the problem?
1. Start the emulator with ./startemu.sh Android22 
2. Start analyzing samples: ./droidbox.sh file.apk

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

I expect to see the DroidBox logo and the dynamic output of the app but instead 
I see the ERROR below of an error in droidbox.py file. 

x005@ubuntu:~/Downloads/DroidBox$ ./droidbox.sh hh.apk
./droidbox.sh: scripts/droidbox.py: /usr/local/bin/python: bad interpreter: No 
such file or directory

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

I am using the DroidBox RC from Oct 13 on Ubuntu 11.10

Please provide any additional information below.

Thanks

Original issue reported on code.google.com by [email protected] on 26 Nov 2011 at 11:02

some question with the output

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.

After I run ./droidbox.sh xx.apk 
In the terminal, it is always shown
____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
^C   [*] Collected 0 sandbox logs                         


     [Info]
     ------
        File name:  DroidBoxTests.apk
        MD5:        aed29f7e1405ebfd4fdceb387a1b947d
        SHA1:       4899999a96d3139c494e73934d0038ad5620bc91
        SHA256:     6cb4b4428e987c7fdde1bc867c550363f30e0d6cab336af69e6b19bec2a58e78
        Duration:   240.553128004s

[File activities]
     -----------------

        [Read operations]
        -----------------

        [Write operations]
        ------------------



How can I get more information or logs .





Original issue reported on code.google.com by [email protected] on 27 Feb 2012 at 2:04

Use -wipe-data in startemu script

If you really want to analyse malicious apps, you want to come up with a fresh 
OS every time.
Why not use the -wipe-data command in your startemu.sh script to clean up old 
apps that are installed?

Original issue reported on code.google.com by [email protected] on 17 Apr 2012 at 9:47

Failed to execute the application -- DroidBox411 RC

Running latest DroidBox411 RC version and it gives an error 'Failed to 
execute'. I am using the test apk under downloads.

 ____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
Failed to execute the application.


What version of the product are you using? On what operating system?
Mac OS 10.8, emulator 4.1.2

I also tried Droidbox23 and it works fine but why not this version.

Please help.

Thanks



Original issue reported on code.google.com by [email protected] on 2 Jan 2014 at 1:54

No module named pylab?

What steps will reproduce the problem?
1../startemu.sh 2.1
2.I modified droidbox.py like this '#!/usr/bin/python',and can ./droidbox.sh 
xxx.apk now,or there'll be an error:/usr/local/bin/python,no such file or 
directory
3../droidbox.sh xxx.apk,then-->no module named pylab

What is the expected output? What do you see instead?
I got this:no module named pylab

What version of the product are you using? On what operating system?
Python 2.7,Ubuntu-11.04

Please provide any additional information below.
I cannot ./droidbox.sh correctly if I don't modify droidbox.py like this 
'#!/usr/bin/python',but I got an error shown in step 3,is it related to my 
modification??
Thanx a lot!

Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 10:05

Script hangs forever

What steps will reproduce the problem?
1. Running the script on an APK file.

What is the expected output? What do you see instead?
The script should hang indefinitely.

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

Please provide any additional information below.
Hey, I'm working on some research, and I"m trying to use DroidBox to profile a 
few hundred APKs, I am able to close the application by pressing ctrl+C, but I 
was wondering if there was a more elegant way to end the script.

I think the problem is because the threads aren't closing because the 
application is still running in the emulator?

Original issue reported on code.google.com by [email protected] on 24 Jun 2012 at 3:19

What's the “tree.png” meaning?

What steps will reproduce the problem?
1.
2.
3.

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


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


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 May 2012 at 1:38

Collected 0 sandbox logs ...

What steps will reproduce the problem?
1.run emulator 
2../droidbox.sh emultorname
3. Goto waiting screen :

 ____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
^C   [*] Collected 0 sandbox logs          

What is the expected output? What do you see instead?
I want to got many logs, but always zero.

What version of the product are you using? On what operating system?
I used the Droidbox and Droidbox23, and got the same result,
I used the Ubuntu13.04,

Please provide any additional information below.

Hey, I got the problem about none logs,
All APK test has none logs include the DroidboxTests.apk,
 ____                        __  ____
/\  _`\               __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
^C   [*] Collected 0 sandbox logs                     

And the sandbox logs is still 0 whenever run any times.After Actrl+C,there was 
nothing I got ,and the png pictures was empty,too.
Can anyone help me?Thanks for advance.

Original issue reported on code.google.com by [email protected] on 12 Sep 2013 at 3:49

problem when running droidbox

hello, when i done something follow on your instructor. I run: ./droidbox.sh 
file.apk
There is problem 
Waiting for the device...
Installing the application game.apk...
08:12:20 E/Device: Error during Sync: Local path doesn't exist.
Running the component tyn.nature/tyn.nature.MainMenu...
Failed to execute the application.
DroidBox 4.1.1

Original issue reported on code.google.com by [email protected] on 11 Dec 2013 at 1:16

Some APK's dont get installed

What steps will reproduce the problem?
1. start droidbox with emulator (image from Downloads)
2. use random APK
3. sometimes the APK does not get installed within 1 Minute (after that i 
installed it manually

Is there any way i can find out why the sandbox is not infected with my apk? I 
cant see anything in the log beside that the calendar is crashing all the time 
(see other bugreport).
If i install the APK by hand its working fine.

Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 10:09

differentiate between timestamp and treemap

Hi,
What steps will reproduce the problem?
1.I am trying to compare between timestamp and treemap, and its seems the 
output is difference.
2.Would you please have a look at the sample and compare between treemap and 
timestamp. Its indicate there is no network read activity has occurred in the 
timesstamp,however in the other side treemap it have rectangle operation that 
indicate there is network read activity.
3. I have check in other sample applicaiton and I can't distingush the between 
treemaps and timestamps. is there any relation between timestamp and treemap. I 
have to find documnts for droidbox bu t I could find.
4.its indicate that file write activity used one time in the treemap and 
service also activity one time in the timestamp. and the rectangle is total 
difference. Dedxload nad service is the same relation 1:1 hoever filewrite has 
been called one time and its gives different rectangle?
What is the expected output? What do you see instead?
I expect to see the proportional review of the operations such as network read. 
or am in the right way.

What version of the product are you using? On what operating system?
I am using ubuntu 11.10.

Please provide any additional information below.

Thanks for all. 

Kind Regards,
Moutaz

Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 4:17

Error about logs whilst unning

I'm having errors whilst running droidbox.py there seems to be an issue with 
monkeyrunner and the options required to run 


root@bt:~/Desktop/android-sdk-linux_x86/tools# ../platform-tools/adb logcat 
dalvikvm:W *:S | ./droidbox.py app.apk

 ____                        __  ____
/\  _`\    [beta]    __    /\ \/\  _`\
\ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _
 \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\
  \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \ \L\ \/>  </
   \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\
    \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/
Can't open specified script fileogs   (Ctrl-C to view logs)
Usage: monkeyrunner [options] SCRIPT_FILE

    -s      MonkeyServer IP Address.
    -p      MonkeyServer TCP Port.
    -v      MonkeyServer Logging level (ALL, FINEST, FINER, FINE, CONFIG, INFO, WARNING, SEVERE, OFF)





Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 8:25

Droidbox log in a file

Does anyone know if it is possible to write the droidbox output log in a file?


I'm using a linux distribution and the version Droidbox RC.

Thank you.

__________________________________________________________________________

¿Alguien sabe cómo guardar en un fichero de texto el log resultante de una 
ejecución del droidbox? Guardar en un fichero de texto lo que se muestra por 
pantalla.

Muchas gracias de antemano.


Original issue reported on code.google.com by [email protected] on 18 Mar 2013 at 10:50

repo times out

What steps will reproduce the problem?
android@android-laptop:~/droidbox$ repo init -u 
git://android.git.kernel.org/platform/manifest.git -b android-2.1_r2.1p
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
fatal: cannot obtain manifest git://android.git.kernel.org/platform/manifest.git

What is the expected output? What do you see instead?
Hopefully the info above is enough to explain. Other repo init's seem to work.


What version of the product are you using? On what operating system?
Latest version on Ubuntu 10.04 LTS (x86)


Please provide any additional information below.
I appreciate your help!

Original issue reported on code.google.com by [email protected] on 26 Oct 2011 at 5:26

No graphs being produced

What steps will reproduce the problem?
1. Run startemu.sh on a Nexus4 AVD 
2. Run droidbox.sh on DroidBoxTests.apk
3. Ctrl-C when enough data is logged

What is the expected output? What do you see instead?
Expected graphs of data. Just saw data being outputted.

What version of the product are you using? On what operating system?
Running DroidBox411RC on Ubuntu 13.10

Please provide any additional information below.
I checked the droidbox.py script and realized that matplotlib/pylab is never 
used on the data collected. The output data dictionary is just dumped out and 
the script exits. There are no calls to graphing features in any of the code.

Original issue reported on code.google.com by [email protected] on 10 Apr 2014 at 7:43

Error--- pylab import *

I followed the instruction, the last step has problem:

Running ./droidbox.sh file.apk is giving error. 
Traceback (most recent call last):
  File "scripts/droidbox.py", line 41, in <module>
    from pylab import *
ImportError: No module named pylab

What version of the product are you using? On what operating system?
Using OSX 10.8
python 2.7.2

Please also tell where the file.apk should be, I placed it inside 
/sdk/platform-tools

Thanks in advance!




Original issue reported on code.google.com by [email protected] on 22 Dec 2013 at 7:50

  • Merged into: #41

How DroidBox Log is being created??

I am using droid box for tesing app, But i am not being able to figure out how 
Droidbox inserts its TAGs to the logs created which is further being used to 
analyse api file?
What i have guessed till now is, it might be due to Droidbox modified system 
image, if so then which file in system.img is being used to create TAGs like 
fdAcess in log ?
Please help. Thanks in advance. 

Original issue reported on code.google.com by [email protected] on 26 Dec 2012 at 6:08

Log File

How can I generate log file from the android apps, dunning dynamic analysis?

Original issue reported on code.google.com by [email protected] on 29 Nov 2011 at 4:00

Droidbox's manual


Apparently Droidbox is a tool for analysis and for better understanding. I 
wonder if there is an manual for the Droidbox.

I can install and run Droidbox perfectly, however, I don't understand the log 
output and the 2 generated graph's  (behaviorsample.png & treesample.png).

Could any one explain the 2 sample graph's and the log generated for me please?

Thanks.

Original issue reported on code.google.com by [email protected] on 13 Dec 2011 at 10:09

Droid box emulator not loading

I am getting Collected 0 Logs message from the terminal despite starting the 
emulator using the command ./startemu.sh.

Also the emulator gets stuck showing the image "ANDROID" on the screen.
When I ran the ./droidbox.sh .apk file the terminal shows "Waiting for device"

Please clarify


Original issue reported on code.google.com by [email protected] on 18 Apr 2014 at 10:35

The process com.android.calendar crashes after startup

What steps will reproduce the problem?
1. Starting the emulator with startemu.sh

What version of the product are you using? On what operating system?
The newest available compiled droidbox version on 32-bit Ubuntu 11.10

Please provide any additional information below.
After the startup of the emulator the process com.android.calendar crashes. If 
I start the emulator with the original system image it works.
Here the log:
W/dalvikvm(  166): threadid=3: thread exiting with uncaught exception 
(group=0x4001d5a0)
E/AndroidRuntime(  166): Uncaught handler: thread main exiting due to uncaught 
exception
E/AndroidRuntime(  166): java.lang.NullPointerException
E/AndroidRuntime(  166):    at 
com.android.providers.calendar.CalendarSyncAdapter.onAccountsChanged(CalendarSyn
cAdapter.java:1400)
E/AndroidRuntime(  166):    at 
android.content.AbstractSyncableContentProvider$1.onAccountsUpdated(AbstractSync
ableContentProvider.java:189)
E/AndroidRuntime(  166):    at 
android.accounts.AccountManager$10.run(AccountManager.java:826)
E/AndroidRuntime(  166):    at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(  166):    at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(  166):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  166):    at 
android.app.ActivityThread.main(ActivityThread.java:4363)
E/AndroidRuntime(  166):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(  166):    at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  166):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime(  166):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime(  166):    at dalvik.system.NativeStart.main(Native Method)



Original issue reported on code.google.com by [email protected] on 7 Jan 2012 at 8:06

tested apps stopped on emulator

What steps will reproduce the problem?
1. ./startemu.sh nexus4
2. ./droidbox.sh myapp.apk
3. The app is successfully deployed. But it stopped when started. 

What is the expected output? What do you see instead?
There is a little output but I don't think it's enough since the app stopped

What version of the product are you using? On what operating system?
4.1.1 RC. Ubuntu 12.04 32bit

Please provide any additional information below.
Some apps work, include the sample included in the 4.1.1 RC download file, but 
most apps won't. For example, Angry birds and fruit ninja do not work

Original issue reported on code.google.com by [email protected] on 8 May 2014 at 6:08

bad interpreter in droidbox.py

STEP TO REPROCUDE:
Try to exec ./droidbox.sh without Python interpreter in /usr/local/bin/python 
(but for example at /usr/bin/python)

ERROR:
./droidbox.sh: scripts/droidbox.py: /usr/local/bin/python: bad interpreter:
No such file or directory

Fail because droidbox.sh don't use `python` command to run the script and 
Python is trying to use hardcoded interperet from first line of droidbox.py 
which leads to crash if user has Python installed elsewhere. I assume.

I noticed there's an option for anyone to commit changes (?) but I didn't wanna 
to mess with your code without permission hence I filed this issue.

Cheers.

Original issue reported on code.google.com by [email protected] on 8 Mar 2012 at 9:25

monkey be killed when it test an apk with Droidbox

when i have install a apk file into emulator,i want to use "adb shell monkey -p 
xxxx 500" to test apk,but monkey be killed.why was it killed? or how to use 
monkeyrunner to test automatically?

adb -s emulator-5554 shell monkey -p cn.gw.systemtool.fastuninstall 500
[1]   Killed                  monkey -p cn.gw....

Original issue reported on code.google.com by [email protected] on 2 Jul 2012 at 3:29

DroidBox 2.3 no anti-evasion techniques?

Hi,

I seems that DroidBox 2.3 (in contrast to DroidBox 2.1) uses no anti-evasion 
techniques? Is that true? Is there a reason? Will the source be published here?

Thanks, 
Alex 

Original issue reported on code.google.com by [email protected] on 20 Sep 2012 at 9:00

droidbox.sh : OSError

What steps will reproduce the problem?
1.Setup a new AVD "Droid.avd"
2.$ ./startemu.sh Droid, loading a emulator successfully.
3.$ ./droidbox.sh <file.apk>, ERROR!

What is the expected output? What do you see instead?
According to some success case, the output should be 
                       __  ____
    \  _`\               __    /\ \/\  _`\\
     \ \ \/\ \  _ __  ___ /\_\   \_\ \ \ \L\ \   ___   __  _ 
      \ \ \ \ \/\`'__\ __`\/\ \  /'_` \ \  _ <' / __`\/\ \/'\\ 
       \ \ \_\ \ \ \/\ \L\ \ \ \/\ \L\ \ \ \L\ \\ \L\ \/>  </
        \ \____/\ \_\ \____/\ \_\ \___,_\ \____/ \____//\_/\_\\
         \/___/  \/_/\/___/  \/_/\/__,_ /\/___/ \/___/ \//\/_/

But, after input the order "./droidbox.sh <file.apk>", it output the error-info:

Traceback (most recent call last):
  File "scripts/droidbox.py", line 516, in <module>
    main(sys.argv)
  File "scripts/droidbox.py", line 297, in main
    call(['adb', 'logcat', '-c'])
  File "/usr/lib/python2.7/subprocess.py", line 524, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1308, 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?
product: DroidBox411RC.tar.gz
operating system: 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
Android SDK:android-sdk-r22.6.1-linux.tgz
JDK version: Java 1.6.0_45
python version: Python 2.7.4

Please provide any additional information below.
I had tried to find solution online and read the Issue 34, I just opened one 
terminal.

Thanks for help!

Original issue reported on code.google.com by [email protected] on 28 Mar 2014 at 5:20

Abort a program after a certain time


The logs and 2 photos are generated when 'ctrl+c'  is pressed. 

Since I am trying to automate the process of running some applications, 20 sec 
each. 

Is there away to abort a program after 20sec? Is that something can be done?

I have added the the following statement at the end of the line in the file 
droidbox.sh However, the program is exit in 20 sec (which is good) but the not 
good but is there 2 photos are not generated.

& sleep 20 && kill ${!}

Any ideas?

Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 2:07

Why does application crash while connecting Internet?

What steps will reproduce the problem?
  1.Start emulator with system.img & zImage builded by source of droidbox 2.3
  2.open explorer or apks and connect the Internet 
  3.the application closes immediately   


What is the expected output? What do you see instead?
  I wish running droidbox in order to inspect the network situation of apks. 

What version of the product are you using? On what operating system?
  Using droidbox 2.3 on ubuntu 12.04.

Please provide any additional information below.
  I wonder what the problem is.I need for your help.Thanks.

Original issue reported on code.google.com by [email protected] on 21 Jun 2013 at 4:36

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

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 [email protected] on 6 Sep 2011 at 1:33

starts with errors

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 [email protected] on 12 Jan 2012 at 1:39

No valid output after DroidBox logo

Hello,

On running droidbox I 
get the following output

Waiting for the device...
Installing the application 
./_com.allen.txthej_1_1.0_F438ED38B59F772E03EB2CAB97FC7685.apk...
10:18:49 E/Device: Error during Sync: Local path doesn't exist.
Running the component com.allen.txthej/com.allen.txthej.txtReader...
Starting the activity .txtReader...
Application started
Analyzing the application during infinite time seconds...
{"apkName": "./_com.allen.txthej_1_1.0_F438ED38B59F772E03EB2CAB97FC7685.apk", 
"enfperm": [], "recvnet": {}, "servicestart": {}, "sendsms": {}, "cryptousage": 
{}, "sendnet": {}, "accessedfiles": {}, "fdaccess": {}, "dataleaks": {}, 
"opennet": {}, "recvsaction": {"com.eguan.state.Receiver": 
"android.intent.action.BOOT_COMPLETED"}, "dexclass": {}, "hashes": 
["f438ed38b59f772e03eb2cab97fc7685", 
"35b223e521abc1cb6b8043f95c2a133c11ed8be4", 
"80612fe193401626268553c54a865e67b76311e782005ede2ba7a87a5d637420"], 
"closenet": {}, "phonecalls": {}}

Original issue reported on code.google.com by [email protected] on 8 Nov 2013 at 3:27

File xx.apk not found

What steps will reproduce the problem?
1.Start the emulator with ./startemu.sh Android2.1
2.Specify which apk to analysis, ./droidbox.sh Test.apk

What is the expected output? What do you see instead?
File Test.apk not found.
Is it some specific place we need to store the application? /data/app or 
/system/app?

What version of the product are you using? On what operating system?
Running Ubuntu 10.04 on Virtualbox.

Please provide any additional information below.
Have installed matploitlib which I think include pylab, not sure because I 
can't find pylab just by itself. pylab only regards the outcome of the 
diagrams, not about finding .apk?

Original issue reported on code.google.com by [email protected] on 20 Apr 2012 at 8:41

Generated images.

Hello, How can I see the generated images for visualization of analysis in the 
droidbox? or how to generate images in droidbox?

Original issue reported on code.google.com by [email protected] on 7 Jan 2014 at 3:49

Droidbox.sh OSError

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 [email protected] on 22 Sep 2012 at 9:21

behaviourgraph is always 60 seconds on x axis

What steps will reproduce the problem?
1. start droidbox with timer of > 60 seconds
2. everything after 60 seconds will be cut off


What version of the product are you using? On what operating system?
droidbox for android 2.3

Please provide any additional information below.
change line 662 in droidbox.py to the time which is set by the user or to the 
time the sandbox was running in case it was aborted earlier or no duration was 
given.

Original issue reported on code.google.com by [email protected] on 28 Aug 2012 at 9:30

a possible enhancement: monitoring package install


I was wondering if it is possible in droidbox 2.3 to discriminate between 
simple file activity and an 'install apk' activity,
when the file that is accessed is an apk and the malware actually installs it 
on the emulator.

I was monitoring the activity of the malware D13D1BC63026B9C26C7CD4946B1BAE0 
com.bntsxdn.pic.apk (an MSZombie.A sample from contagio) inside droidbox, and 
I've noticed that the installation of the new package a33.jpg.apk was reported 
as a file activity... But, indeed, it is a bit more dangerous that a simple 
file activity.

Do you have any clue on how to intercept package installations in droidbox?

Thank you very much!
Madalina

Original issue reported on code.google.com by [email protected] on 18 Sep 2012 at 1:59

Long log messages get truncated

What steps will reproduce the problem?
1. Start the emulator
2. Start 'adb logcat'
3. Open the browser and go to 'www.google.at'
4. View logcat output

Very long log messages get truncated. I think the loggers 'max entry' size 
should be increased. 

$ adb logcat -g
ring buffer is 64Kb (63Kb consumed), max entry is 20480b, max payload is 20460b


Example log entry:

W/dalvikvm(257): DroidBox: { "RecvNet": { "srchost": "www.google.at", 
"srcport": "80", "data": 
"60316a7e39efbfbdefbfbd5531144defbfbdefbfbd3b1321efbfbd4eefbfbd443467efbfbd7c28e
fbfbd482643efbfbdefbfbdefbfbd622fefbfbdefbfbdefbfbd52efbfbdefbfbdefbfbdefbfbdefb
fbd41efbfbd5eefbfbd0600efbfbd70efbfbd7b307befbfbd0968c8ae36efbfbd75efbfbdefbfbd0
3efbfbdefbfbdefbfbd7a624b07460c64efbfbdefbfbdd9a2efbfbdefbfbd5e14572fefbfbdefbfb
d26463e56efbfbd3defbfbd780149256defbfbd73efbfbd15efbfbd6defbfbdefbfbd3cefbfbd7d3
fefbfbdefbfbd68efbfbdefbfbdefbfbdefbfbdefbfbdefbfbd1fefbfbd13efbfbd7eefbfbdefbfb
defbfbd6106216722efbfbd40404defbfbd2033efbfbdefbfbdefbfbd50efbfbd77efbfbd671c4c6
cefbfbd1eefbfbd6cefbfbd204cca9255c3adefbfbd17efbfbdd58fefbfbd4b1fc99b3731efbfbde
fbfbd652f17efbfbdefbfbd6cefbfbd7befbfbd201c78efbfbd20efbfbdefbfbd435eefbfbd6b1c5
449efbfbd32efbfbd4defbfbdefbfbd285e526eefbfbd4f0fefbfbdefbfbd70d0b6efbfbdefbfbd6
eefbfbd505a59cdaa497f0b19efbfbd5b14efbfbd6f79efbfbd57efbfbd72efbfbd7763efbfbd20e
fbfbdefbfbd72efbfbdefbfbdefbfbd52efbfbd2b14efbfbdefbfbd6defbfbdefbfbdefbfbd3eefb
fbdefbfbd49efbfbd5b74cb8b2defbfbdefbfbdefbfbdefbfbd7defbfbd2befbfbdefbfbdefbfbd7
defbfbd5737c394efbfbd795defbfbd6cefbfbdefbfbd5aefbfbd6fefbfbdefbfbd3d236defbfbd5
54748efbfbdcc845a6f34efbfbd3fefbfbdefbfbd540f74efbfbdefbfbd54efbfbd003cefbfbd3b5
eefbfbd52785420efbfbdefbfbdefbfbdefbfbd145cefbfbd6fefbfbd57efbfbd296ed9ad37efbfb
defbfbdefbfbd2b5b7a65cd955736efbfbdefbfbd6a65efbfbd7b33efbfbdefbfbd7aefbfbdd49b1
54aefbfbd76efbfbd381befbfbdefbfbd2935efbfbd55dbb1efbfbd7d05efbfbdefbfbd755a4269e
fbfbd35efbfbdefbfbdefbfbd04efbfbd7cefbfbdefbfbd7d2fefbfbddd951befbfbd6fefbfbdefb
fbdefbfbd25efbfbdefbfbdefbfbd64efbfbd12efbfbd50efbfbd5eefbfbdefbfbdefbfbd2b643c4
7efbfbdefbfbd3061efbfbd2676efbfbd447befbfbd4910efbfbd6f24efbfbd4b5eefbfbd1262d3b
018efbfbd14623aefbfbd4318efbfbd551b5d3e15594207445b1f7fefbfbdefbfbd117c41efbfbde
fbfbd2a18c28d0e4aefbfbd54efbfbd26efbfbd7010efbfbd01efbfbd3510efbfbddb8befbfbdefb
fbd3befbfbd62efbfbd1a2f32cc917a48efbfbd7547efbfbdefbfbd426c375d7cefbfbd3fefbfbd3
c467d7fefbfbdefbfbd06efbfbdefbfbdefbfbd2fefbfbdefbfbdd6b13149efbfbdc3be5809035fe
fbfbdefbfbdefbfbdefbfbd465e2cefbfbd0fefbfbd7b21efbfbdefbfbdefbfbd3cefbfbd7f7e1ee
fbfbdefbfbdefbfbd41efbfbd60efbfbd1e5cefbfbd63efbfbd07c593efbfbd74efbfbd0b1f0349e
fbfbd2019efbfbdefbfbdefbfbd11efbfbdefbfbd326cefbfbdefbfbdefbfbd2aefbfbd7aefbfbde
fbfbdefbfbdefbfbd09efbfbd2019103cefbfbd114cefbfbdefbfbdefbfbd49efbfbd3eefbfbdefb
fbdefbfbd390befbfbd1d061308efbfbd321123efbfbdefbfbd1befbfbdd98defbfbd1cefbfbdefb
fbdefbfbd23efbfbdefbfbdefbfbd1b1e032c7cefbfbd0fefbfbdefbfbdefbfbdefbfbd2eefbfbdd
48b6c0cefbfbdefbfbdefbfbd543b2011efbfbd63efbfbdefbfbd6a610923efbfbd31efbfbd2befb
fbd4cefbfbd64efbfbd50c6817c04efbfbdefbfbd67efbfbd7f21efbfbdefbfbd77efbfbd0737593
cefbfbd7f1e61200cefbfbdefbfbdefbfbdefbfbd3fefbfbd6aefbfbdefbfbd5e2eefbfbd5b69efb
fbdcbb0efbfbdefbfbdefbfbd63c8a3606576efbfbdefbfbdefbfbd162361efbfbd60efbfbd48de9
defbfbd25efbfbdefbfbdefbfbd25efbfbd155477efbfbd3c2c7aefbfbdefbfbd7801efbfbdefbfb
d0fefbfbd5f11efbfbdefbfbd2befbfbdefbfbd39efbfbd2defbfbd3342efbfbd33266aefbfbdefb
fbdd1885aefbfbdefbfbdefbfbdefbfbdde9fefbfbdefbfbdefbfbdefbfbd55efbfbd12efbfbdefb
fbd67de8e1cefbfbdefbfbd02446d48efbfbd3312efbfbd15efbfbdefbfbd7fefbfbdefbfbd73efb
fbdefbfbdefbfbd77efbfbdefbfbd74efbfbd1d604befbfbdefbfbdefbfbdc8b0efbfbd66efbfbd1
a54efbfbd0779efbfbd00efbfbd16efbfbd07efbfbd321439efbfbd6341091624d0a250efbfbdd38
36eefbfbdefbfbd13efbfbd7fefbfbdefbfbdefbfbdefbfbdefbfbd38efbfbdefbfbdefbfbdefbfb
ddd86efbfbdefbfbdefbfbdefbfbdd982efbfbd37efbfbd053c1fefbfbd6cefbfbd61efbfbdefbfb
defbfbdefbfbdefbfbdefbfbd1e241b7cefbfbd43efbfbd21efbfbdefbfbdefbfbdefbfbd60efbfb
d1b52efbfbdefbfbdefbfbd7d72efbfbd4a24300befbfbd2f6cefbfbdefbfbdefbfbd30efbfbd743
733205b464fefbfbdefbfbd0b1859efbfbd49efbfbd53efbfbd11efbfbd29613fefbfbd7c4001efb
fbdefbfbd470e3defbfbd1defbfbd1fefbfbdefbfbd4e17035a0f3cefbfbd29efbfbdefbfbd25efb
fbd4eefbfbdefbfbd3977efbfbd7e7f7b61efbfbdefbfbd19efbfbd4befbfbdefbfbdefbfbd0fefb
fbd0c452aefbfbdefbfbd0c38efbfbdefbfbdefbfbd25c6a5efbfbdefbfbdefbfbdefbfbdefbfbd2
defbfbdefbfbdefbfbdefbfbd4d1befbfbdefbfbd4607144e6cd39879efbfbd4020efbfbd067a1ce
fbfbd50efbfbd16efbfbd736523efbfbd51efbfbd10efbfbd18efbfbd7e63efbfbd6e7f63efbfbde
fbfbd420fefbfbd4c4d4117efbfbd10efbfbd79efbfbd18efbfbd201e43efbfbd4548efbfbdefbfb
defbfbdefbfbd315eefbfbd25742defbfbd6160efbfbd275b1aefbfbdefbfbd4a48efbfbdefbfbde
fbfbdefbfbdefbfbd701defbfbddd827cefbfbdefbfbd3766cfb6efbfbd2041efbfbdefbfbdefbfb
d066a16efbfbdefbfbdefbfbd704235efbfbd1f7f17efbfbd5fefbfbd40c7beefbfbd202defbfbd5
0efbfbdefbfbd2fefbfbd7607efbfbd33efbfbd6b505c56657b0fefbfbdefbfbd6a614938193b540
771efbfbdefbfbd7e5b2412efbfbd6b0befbfbdefbfbdefbfbdefbfbd2a4635efbfbdefbfbdc690e
fbfbd4a5f164818efbfbdefbfbdefbfbd69efbfbd6aefbfbdefbfbd2521efbfbd38efbfbd6befbfb
defbfbd7438efbfbdefbfbd42efbfbd0804361e365f32efbfbd3545efbfbdefbfbdefbfbd1873692
17e4defbfbd32efbfbdefbfbdc88fefbfbdefbfbd1f28efbfbdefbfbdefbfbd72d9a2efbfbd5cefb
fbdefbfbd57efbfbd5fefbfbdefbfbdd994efbfbdefbfbd6977efbfbdefbfbd6eefbfbdefbfbd39e
fbfbd4d65efbfbd0e14efbfbd3275efbfbd32537f35712810efbfbddeb330efbfbdefbfbdefbfbd4
4efbfbdefbfbdefbfbdefbfbd234defbfbd44efbfbdefbfbd4b4f775defbfbd4f61efbfbdefbfbd1
f63efbfbdefbfbdefbfbdefbfbdccaf31efbfbdefbfbdefbfbd66efbfbd5fefbfbd127d30efbfbde
9a797efbfbd44efbfbdefbfbd1fefbfbd5cefbfbd70024548c2a3efbfbdefbfbdefbfbd387313291
725c99cefbfbdefbfbd1026efbfbdefbfbd1befbfbd30efbfbd661defbfbd7eefbfbdefbfbdefbfb
d5fefbfbdefbfbd21efbfbdefbfbd31efbfbdd985374620efbfbd0e46efbfbd375defbfbdefbfbd4
a49efbfbdefbfbdefbfbdefbfbd4defbfbd5b32efbfbd5f0b3e3d2331efbfbdefbfbd2a7720010fe
fbfbdefbfbd63efbfbd5aefbfbd52efbfbd72efbfbd24efbfbd43efbfbdefbfbd48efbfbd0cefbfb
d76efbfbd1452efbfbd1d5254efbfbd096932efbfbd12efbfbd14efbfbd21efbfbd5b4aefbfbd60e
fbfbd5aefbfbd2c18efbfbd6defbfbd4878efbfbdefbfbdd08a52271aefbfbdefbfbdefbfbdd19c2
54befbfbd52efbfbdefbfbd58efbfbdefbfbd4befbfbd7cefbfbdefbfbd4befbfbd65efbfbd235b4
b1cefbfbd34efbfbd05094fefbfbd20efbfbd4b30323061efbfbdefbfbd330064efbfbdefbfbd3fe
fbfbd0e65462c04efbfbd6cefbfbdefbfbdefbfbd442aefbfbd36efbfbdefbfbdefbfbd04efbfbd3
3efbfbd775420efbfbd020120efbfbd1643efbfbdefbfbd4139efbfbd1dc892efbfbd2a5b44efbfb
defbfbdefbfbdefbfbd2f4a11efbfbd1aefbfbd1a58efbfbd384743efbfbde9878824efbfbdefbfb
defbfbd2b00efbfbd426005efbfbd3cefbfbd38efbfbd68efbfbd4d24efbfbd7115efbfbdefbfbd0
7efbfbd60efbfbd7e235f60405e0401efbfbdefbfbd013dc38e00efbfbdefbfbd725c1cefbfbd37e
fbfbdefbfbdefbfbd7745efbfbd2defbfbdefbfbd52efbfbd7befbfbdefbfbd2042efbfbdefbfbde
fbfbd2d0cefbfbd3defbfbd6b08efbfbd37efbfbd1310347726efbfbd08efbfbd3a0b5e536d15efb
fbdefbfbdefbfbdd0b842efbfbd3cefbfbd51efbfbdefbfbd48efbfbdefbfbd6942efbfbd2fefbfb
defbfbdefbfbdefbfbd3474cdbeefbfbdefbfbdefbfbd1defbfbdefbfbdefbfbdefbfbd6529efbfb
d15df92efbfbd5958efbfbd744d455cefbfbdefbfbd24efbfbd5cefbfbdefbfbd75671eefbfbdefb
fbd7cefbfbdefbfbd7d267defbfbdefbfbd3605efbfbd6772efbfbd76efbfbd3befbfbdefbfbdefb
fbdefbfbdefbfbdefbfbdefbfbd4e4aefbfbdefbfbdefbfbd5b2460efbfbd4fefbfbdefbfbd27efb
fbdefbfbd071eefbfbdefbfbdefbfbd4031efbfbd6f0f2f7aefbfbdd39520efbfbd7e2056262befb
fbd323bdabdefbfbdefbfbdefbfbd006144efbfbd3d12efbfbd05efbfbdefbfbd1d0befbfbdefbfb
d7e6842efbfbd6e373eefbfbd45787e57efbfbd1864d0a3243befbfbd382675efbfbd0c7d79efbfb
d44efbfbd7f57e2b58f04efbfbdefbfbdefbfbd49e884a36614efbfbd1befbfbd38e4afaf2eefbfb
defbfbd2befbfbd6eefbfbd012f2e20efbfbdefbfbd1d78155d09efbfbdefbfbdc6a652efbfbdefb
fbdefbfbd41efbfbd58efbfbdefbfbdefbfbd6befbfbd5363efbfbd202d2fefbfbd71efbfbdefbfb
defbfbd4befbfbdefbfbdefbfbdefbfbd1701efbfbdefbfbd44efbfbd4f39efbfbd79efbfbd42efb
fbdefbfbdefbfbd5ddfbdefbfbdefbfbd6fefbfbd4f11efbfbd2fefbfbd7d0cd4b1efbfbdefbfbde
fbfbd2f2427efbfbdefbfbd7b6fefbfbd4fefbfbd5d3f41efbfbdefafa4dc95187b2b71efbfbdefb
fbdefbfbdefbfbd1fefbfbd7befbfbd0035efbfbd23efbfbd30267d38efbfbdefbfbd01efbfbdefb
fbd2673c2a9efbfbdefbfbd1fefbfbd202f74efbfbdcc8a5e53e78f9e5cefbfbdefbfbdefbfbd253
c5a59efbfbd356eefbfbd15efbfbd37efbfbd2007efbfbdefbfbdefbfbd1cefbfbd130e7266efbfb
d1c6032efbfbd71efbfbd70efbfbd1f642012efbfbd0b65dcaeefbfbd7128d693efbfbdefbfbd1ce
fbfbdefbfbd72efbfbd187edf8c200c1279db9d39efbfbd5bdb8fefbfbd1cefbfbdefbfbdefbfbd4
1efbfbd16d8a30fefbfbdefbfbd6eefbfbd22efbfbd76cbaa7defbfbdda99efbfbd70efbfbdefbfb
defbfbd043a3cefbfbdefbfbdefbfbdefbfbd5defbfbdefbfbd207c0befbfbdefbfbdefbfbdefbfb
defbfbddaafefbfbd1f0000efbfbdefbfbd20206120200300efbfbdefbfbd2cefbfbdefbfbdefbfb
d0000202030202020207b61efbfbdefbfbdefbfbdefbfbd63efbfbd6fefbfbdefbfbd18efbfbd613
0efbfbd17efbfbdefbfbd1fefbfbdefbfbd1eefbfbd1cefbfbd397fefbfbdefbfbdefbfbdcca3d7b
4efbfbd71240fefbfbd721c79efbfbd50efbfbd61efbfbdefbfbd59efbfbdc5bdefbfbdefbfbd1ee
fbfbdefbfbd03efbfbd35efbfbde6baaaefbfbd6befbfbd4661efbfbd47efbfbd1e534fefbfbdefb
fbdefbfbd5d550ec4911c35512205efbfbd09efbfbd6befbfbd49440021efbfbd69efbfbd233209e
fbfbd4befbfbd2eefbfbdefbfbd2aefbfbd02efbfbd29efbfbd20efbfbdefbfbd6075efbfbdefbfb
d2a2745efbfbd79efbfbd171d2842efbfbdefbfbd5d62383fefbfbdefbfbd75efbfbd4d4fefbfbd2
fefbfbd68efbfbdefbfbdefbfbd5eefbfbd4befbfbd4c7eefbfbd26efbfbd3cefbfbdefbfbdefbfb
defbfbdefbfbd20efbfbdefbfbd20efbfbd4eefbfbd49efbfbd38efbfbd49efbfbd0cefbfbd284f4
f3f1eefbfbd61efbfbdefbfbd4f06624eefbfbd281defbfbd70efbfbd4e21472e0536efbfbd7b0c7
40eefbfbd6b08c899efbfbd73efbfbdefbfbd20efbfbd617befbfbd6069efbfbd3e4befbfbdefbfb
d4aefbfbd24024418efbfbd4b771e61efbfbdefbfbd3befbfbdefbfbd01efbfbd6e3f67c8a57e0ec
f85efbfbdefbfbd2520efbfbd2f2b6a0befbfbdefbfbdefbfbdefbfbd48efbfbd34efbfbdefbfbd7
326efbfbd3eefbfbd41efbfbdefbfbdc3b45c003c48efbfbd42202befbfbd6530dbb1cca94c1b33e
fbfbd1fefbfbd66efbfbd626867efbfbd54efbfbdefbfbd2cefbfbd7eefbfbdefbfbdefbfbd50efb
fbdefbfbd6058efbfbdefbfbdefbfbd2579efbfbd2fefbfbdefbfbd6a082846efbfbd7668105fd29
aefbfbd5aefbfbd60efbfbd6104efbfbd11efbfbd56efbfbd271a03efbfbdefbfbd20efbfbd433ee
fbfbdefbfbd323fca823c1a5d30efbfbdca9250265dc8a9114f76efbfbd1d0cefbfbd5b60efbfbd7
4efbfbdefbfbdefbfbdefbfbd2fefbfbdcdb2debf58767fefbfbd01efbfbd1159efbfbdefbfbd2e3
53e41efbfbd5261efbfbd4eefbfbdefbfbd506049efbfbd39efbfbdefbfbdefbfbdefbfbd3301efb
fbdefbfbd4b752e0355efbfbd30efbfbdefbfbdefbfbd24efbfbd032830efbfbd07efbfbdefbfbd0
4efbfbd126812efbfbdefbfbdefbfbdefbfbdefbfbd68efbfbdefbfbd313e3e2f5e30c9bb49efbfb
defbfbd09efbfbd56efbfbdefbfbdefbfbdefbfbd22557351efbfbdefbfbd59efbfbd5405efbfbde
fbfbdefbfbd5b754a520755efbfbd51efbfbd343eefbfbd0663efbfbd5729efbfbdefbfbd4befbfb
defbfbd6258efbfbdefbfbd493befbfbd05efbfbd45efbfbdefbfbd0e26efbfbdefbfbdefbfbdefb
fbdefbfbd24efbfbdefbfbd24247f126eefbfbd0c25014a25efbfbd46efbfbdefbfbd130924efbfb
d1befbfbdefbfbd07efbfbd42efbfbd26efbfbd12efbfbdefbfbdefbfbd55402befbfbdefbfbd061
2d5b9efbfbd16585defbfbd36efbfbdefbfbdefbfbd0b7defbfbdefbfbdefbfbd47efbfbd3803360
2efbfbd23efbfbd7712624defbfbd07efbfbd01efbfbd3217efbfbd2873efbfbd20efbfbdefbfbde
fbfbdefbfbd01efbfbdefbfbd094e30665a2a6c3511efbfbd5816efbfbd4a016cefbfbdefbfbdefb
fbd5defbfbdefbfbdefbfbdefbfbd310954efbfbdcb95c8a50c6aefbfbdefbfbdefbfbd2aefbfbde
fbfbd54efbfbdefbfbd4defbfbd6550efbfbd19efbfbdefbfbdc7a21b01efbfbde5bbacefbfbd767
903efbfbdefbfbd5befbfbd655352efbfbdefbfbd5c0827275b011a07efbfbdd39705efbfbd7a7be
fbfbdefbfbd6823043460efbfbd01efbfbd170f15efbfbd67efbfbdefbfbd0728efbfbdefbfbd58e
fbfbd086539efbfbd1a212122efbfbdefbfbdefbfbdefbfbd28073a2aefbfbd1913efbfbd68efbfb
d151fefbfbdefbfbd3aefbfbd45efbfbdefbfbd4befbfbd003d19efbfbd5f5eefbfbdefbfbd017a7
0efbfbd76efbfbdefbfbd6defbfbd1c16efbfbd480e20efbfbd48efbfbd24efbfbd1befbfbd11efb
fbdefbfbd002536efbfbd05efbfbd21263f00efbfbd205a5725efbfbdefbfbd5fefbfbdefbfbdefb
fbd2003090eefbfbd23efbfbd06efbfbd0343efbfbd7f4eefbfbd00efbfbdefbfbd2f6cefbfbdefb
fbd21491e44efbfbdefbfbd24efbfbdefbfbd7679efbfbd17292f46efbfbd11efbfbdefbfbd20477
c41efbfbd4fefbfbd02efbfbdefbfbd00efbfbd6003efbfbdefbfbdefbfbdefbfbd29efbfbd61163
820efbfbdefbfbd0646611eefbfbdefbfbdefbfbd74efbfbd3c00efbfbdefbfbd0fefbfbd13300f3
cefbfbdefbfbdefbfbd27efbfbdefbfbd680f60efbfbdefbfbd34efbfbdefbfbd1c5fefbfbd09efb
fbd2eefbfbdefbfbdefbfbd35c790180464efbfbd46efbfbd345befbfbdefbfbdefbfbdefbfbdefb
fbd4befbfbdefbfbd00efbfbdcc9313241a44efbfbdefbfbd25efbfbdefbfbd19603d07317466263
a29efbfbd4d000cefbfbd20efbfbd07e4a4b704efbfbd312a21efbfbd08efbfbd5145efbfbd2e2be
fbfbd06efbfbd49efbfbd316fefbfbdefbfbd0720efbfbdefbfbdefbfbdefbfbd0717c28253efbfb
d29703cefbfbdefbfbd100368efbfbdefbfbd0e2eefbfbd69efbfbdefbfbd5150651f29efbfbd587
7556002efbfbdefbfbdefbfbdefbfbd203f60efbfbd06345eefbfbd40efbfbd5eefbfbdefbfbd2be
fbfbd6aefbfbdefbfbd060e176a2eefbfbd5fefbfbdefbfbd10555c5920efbfbd462e3d60efbfbd3
22defbfbd3c10706f27efbfbd2cefbfbd15efbfbd150befbfbd1218efbfbd204cefbfbd64efbfbd1
70e0933efbfbd2befbfbdefbfbd5f22577501202007046c1d3aefbfbd5c426358efbfbd64efbfbd0
befbfbdefbfbd1f18efbfbd3b20340eefbfbd2706131e147a5a0205efbfbd164c3c6eefbfbd5a4c0
1efbfbdefbfbd514522efbfbdefbfbdefbfbd61efbfbd2362efbfbddea5efbfbd2defbfbdefbfbd6
f762a36efbfbd19efbfbd3b6defbfbd49efbfbdefbfbd025aefbfbd16efbfbdefbfbdefbfbd3d6de
fbfbd105cefbfbdefbfbdefbfbd11efbfbd27efbfbdefbfbdefbfbd381029387f2eefbfbd71efbfb
d1b62efbfbdefbfbd13efbfbdefbfbd2c3b04efbfbdefbfbd26673aefbfbdefbfbd02efbfbd10efb
fbdefbfbd183fefbfbd6e02286f2054efbfbd021314efbfbd2cefbfbdefbfbd1f187a40efbfbd70e
fbfbd3a3167efbfbdefbfbd6cefbfbd0cefbfbdefbfbd21e0bfa02aefbfbdefbfbd25efbfbdefbfb
defbfbd56c7ab3614efbfbdefbfbd20201befbfbd6befbfbdefbfbd1befbfbd10efbfbd36efbfbd7
7efbfbd19efbfbdefbfbd6c536047efbfbdefbfbdefbfbdefbfbdefbfbd0b5672efbfbd7c2eea9db
84745501640efbfbd172271317fefbfbdefbfbd00efbfbdefbfbd1fefbfbd3d463558efbfbdefbfb
d6f0fefbfbd693e3c041d65efbfbdefbfbdefbfbd35efbfbd6604366221efbfbdefbfbd3c057607e
fbfbd1fefbfbd052befbfbd79efbfbdd4b503efbfbd1e67efbfbdefbfbdefbfbd3f5d497cefbfbd4
96c10efbfbdefbfbd503155437b06efbfbdefbfbdefbfbdefbfbd35efbfbd71efbfbdefbfbdefbfb
d15efbfbdefbfbd4b14efbfbd64efbfbdefbfbd01efbfbd3f10efbfbdefbfbdefbfbd02d786efbfb
d6fefbfbdefbfbd5defbfbd45efbfbd41efbfbd08efbfbd3e2fefbfbdefbfbd1e78efbfbd2eefbfb
d7b7541efbfbd1e3fefbfbd6aefbfbd155d54efbfbd0b485defbfbdefbfbdefbfbdefbfbd05efbfb
d34efbfbd23157948efbfbd64efbfbdefbfbd6062efbfbd09efbfbdefbfbdefbfbd15c5a4702a020
62f5d43efbfbd1523efbfbd6defbfbd0bc59964efbfbd543cefbfbd5eefbfbd6ae2a98046efbfbde
fbfbdefbfbd535831efbfbd4b6613efbfbd713c055aefbfbd1a1fefbfbd20efbfbdefbfbd3fefbfb
d503cefbfbdefbfbd3a27efbfbd5f15640fefbfbd071062efbfbd6aefbfbdefbfbdefbfbd0c3befb
fbd6aefbfbdefbfbd5105efbfbd0e2377efbfbdefbfbd3b2076efbfbd20efbfbd3931efbfbd75efb
fbdefbfbdefbfbdefbfbd65efbfbd60efbfbd1eefbfbdefbfbdefbfbd44efbfbd54efbfbdefbfbde
fbfbdefbfbd77efbfbd30efbfbdefbfbdefbfbd3667efbfbdefbfbd4a2932efbfbdefbfbdefbfbd5
115efbfbd04efbfbdefbfbd66efbfbdefbfbdefbfbdc8b07d3eefbfbd04efbfbdefbfbd2f7b35efb
fbdefbfbd72d88a60efbfbd06efbfbd73efbfbd5c7e20efbfbd3d0326485f0befbfbdefbfbdefbfb
defbfbd40efbfbd33efbfbdefbfbd5875efbfbd0c61efbfbdefbfbd76042e70efbfbdefbfbd1a5fe
fbfbdefbfbdefbfbd616042efbfbdefbfbdefbfbdefbfbd07efbfbd1eefbfbdefbfbdefbfbd38efb
fbd7defbfbdefbfbd12efbfbdefbfbd2016efbfbdefbfbdefbfbdefbfbdefbfbdefbfbd7befbfbdc
7adefbfbdefbfbdefbfbd0befbfbdefbfbd5558efbfbdefbfbdefbfbd1aefbfbd59efbfbd01efbfb
d3822efbfbdefbfbdefbfbd19efbfbd0279efbfbdefbfbdefbfbd3defbfbd183c012cefbfbdefbfb
d36efbfbdefbfbdefbfbd3c43efbfbd61efbfbd07efbfbd2658425aefbfbdefbfbdefbfbdefbfbde
fbfbd67efbfbd0e61efbfbd2768efbfbd3220efbfbd6712efbfbdefbfbd7befbfbdefbfbd1befbfb
d314eefbfbdefbfbdefbfbd06efbfbd0402efbfbdefbfbd0864efbfbd1f05efbfbd01efbfbd20efb
fbd7b41efbfbdefbfbd2002efbfbdefbfbd13efbfbd371cefbfbd7f3839efbfbdefbfbd132b1fefb
fbd2e0103efbfbdefbfbd620e1eefbfbdefbfbdefbfbdefbfbd25241164efbfbd046f37efbfbdefb
fbd38efbfbdefbfbd49efbfbd5defbfbdefbfbd1259efbfbdefbfbdefbfbd7d09efbfbd6120002b4
45eefbfbd047273efbfbd15efbfbdeeb389efbfbdefbfbd20efbfbd1defbfbd59efbfbd5defbfbde
fbfbd1befbfbdcb9e40ccad6015efbfbdccbbefbfbdefbfbd2041efbfbdcbb9efbfbd28efbfbdefb
fbd77efbfbd47efbfbd51efbfbdefbfbd7eefbfbd48efbfbdefbfbd04efbfbd34184142efbfbdefb
fbdefbfbd55efbfbd445cefbfbdefbfbd72efbfbd7aefbfbd14efbfbd644eefbfbdefbfbd391933e
fbfbdefbfbd7b63071fefbfbd5105efbfbdefbfbd06efbfbd40efbfbd3d011eefbfbdefbfbd78efb
fbd5fefbfbd2d4821190706efbfbdefbfbd6722efbfbd47271aefbfbdefbfbd1aefbfbd1c0178efb
fbd2f5c1befbfbd01185427c790efbfbd18efbfbd1c40efbfbdefbfbdde9757efbfbd2befbfbd59e
fbfbd41115363efbfbdefbfbd3d0eefbfbd5126efbfbd44efbfbdefbfbd1a3a4befbfbd0050203fe
fbfbdefbfbdefbfbdefbfbd1a40efbfbdefbfbd45efbfbdefbfbd6141efbfbd781aeebdabefbfbd5
3efbfbdefbfbdc981efbfbdefbfbd7c0f2405efbfbd076a09efbfbd1479efbfbd33efbfbd7b6e5c3
9efbfbdefbfbd1b55efbfbd02efbfbd5c2defbfbd34efbfbdefbfbd207defbfbd2d65efbfbd365e5
f2b7c24ca9cefbfbd223defbfbd63efbfbd5d2defbfbdefbfbd027dc59cefbfbde8a8a0efbfbd262
60869efbfbd182eefbfbd6c156c65efbfbdc4820276efbfbd2b78efbfbdefbfbd2aefbfbdefbfbde
fbfbdefbfbd45e1b98177efbfbd407631efbfbd5be6aabbefbfbdefbfbd38246eefbfbdefbfbdefb
fbdefbfbd7defbfbd5a3d4b2fefbfbdefbfbd173c2f0eefbfbdefbfbdefbfbd0848efbfbd600befb
fbd6a29efbfbdefbfbd75efbfbd2018efbfbd17382570efbfbdefbfbd57efbfbd5e7c1e73043062e
fbfbdefbfbddf927540efbfbd03efbfbdefbfbdefbfbdefbfbd7002541e000befbfbd0eefbfbd2b5
c0931efbfbdc28eefbfbdefbfbdefbfbdefbfbdefbfbd7fefbfbdefbfbd51efbfbd6befbfbdefbfb
defbfbdefbfbd2937efbfbd0c0f3defbfbd023defbfbd56efbfbdefbfbd10efbfbd3defbfbd6aefb
fbdc8b33251efbfbdefbfbdefbfbd06205fefbfbdd99b75efbfbdefbfbd4defbfbd062f2defbfbd5
03d2152efbfbd233f5befbfbd53efbfbd3f234e797b12efbfbdefbfbd2fefbfbdefbfbd3d39efbfb
d16024669efbfbd2defbfbdefbfbd5b6fefbfbdefbfbd4f1e4649efbfbd092c064958efbfbd763ee
fbfbdefbfbd2609efbfbd58efbfbd1cefbfbd1369efbfbd41efbfbdefbfbdefbfbdefbfbdefbfbd2
7efbfbd1defbfbd35296a4151efbfbdefbfbdefbfbdefbfbd3defbfbd76efbfbd47c78911efbfbd0
7efbfbd36efbfbdefbfbd1362efbfbd3b5c6c040f4821efbfbd1aefbfbd26efbfbdefbfbd49efbfb
defbfbd240f6953efbfbdefbfbd4f1defbfbd0cefbfbdefbfbd0513efbfbdefbfbd31efbfbdefbfb
d453a2eefbfbd732eefbfbd3f6202efbfbd22614b6f7b7d05efbfbd34efbfbdefbfbdefbfbd7be89
e887befbfbd7f41db8d56efbfbdefbfbd4568efbfbd26efbfbdefbfbd61efbfbdefbfbdefbfbdefb
fbdefbfbd16efbfbd37efbfbd123cefbfbdefbfbdd2aeefbfbdefbfbdefbfbdefbfbd5defbfbdefb
fbdefbfbd662f542fefbfbdefbfbdefbfbdefbfbdefbfbd660429efbfbd05efbfbd4627efbfbdefb
fbd5c22efbfbdefbfbd16efbfbdefbfbd4e4eefbfbd0eefbfbd55efbfbdefbfbdefbfbdefbfbdefb
fbdefbfbdefbfbdefbfbd624851e69289caacefbfbd00efbfbd4cefbfbd46efbfbdefbfbdefbfbde
fbfbd751cefbfbd16efbfbd0befbfbd2911efbfbd5f07efbfbd7549644cefbfbd4defbfbd776fefb
fbd6471346f711aefbfbd08efbfbd27efbfbdefbfbdefbfbd32deb128efbfbd1a34efbfbdefbfbde
fbfbdefbfbd790c12efbfbd22efbfbd6defbfbd4874efbfbd58efbfbd3eefbfbd0f1b110077efbfb
d7d28efbfbd7665efbfbdefbfbdefbfbd042eefbfbd371b70efbfbd57efbfbd70efbfbd1aefbfbd4
defbfbd46efbfbd6aefbfbd35efbfbdefbfbd4020efbfbd5befbfbd294e1b56efbfbd0300efbfbd5
2266219efbfbd31132559efbfbd304879efbfbdefbfbd7d04efbfbdefbfbd2376efbfbd782014efb
fbd5f417d172e1556efbfbd54efbfbdefbfbd3aefbfbd0968622defbfbdefbfbd0064efbfbdefbfb
defbfbdefbfbd4cefbfbd61efbfbd74efbfbd45efbfbdefbfbdefbfbd05103aefbfbdd08b087cd5a
eefbfbdefbfbdefbfbdefbfbdefbfbdefbfbd0ecfbbefbfbdefbfbdefbfbd772a62efbfbd5c25efb
fbd4220611eefbfbdefbfbdefbfbd1b12efbfbdefbfbdefbfbdefbfbdefbfbd4e5c13efbfbd41efb
fbd3fefbfbd25efbfbdefbfbdefbfbd7befbfbdefbfbd3b5622efbfbdefbfbd62efbfbd2b0119efb
fbdcdbdefbfbdefbfbdefbfbd4aefbfbd2f725eefbfbd46233c6c21efbfbd20efbfbd48efbfbd3e7
defbfbdc68b54150e30efbfbd105befbfbdefbfbd602defbfbd49efbfbdefbfbd58efbfbd0813582
4efbfbdefbfbdefbfbd385eefbfbdefbfbdefbfbdefbfbdefbfbd374271464f281e46efbfbd1803e
fbfbd25efbfbd1aefbfbd77efbfbd4eefbfbd3cefbfbd6726efbfbdefbfbdefbfbdefbfbd6e17435
aefbfbdefbfbdefbfbd716f02efbfbdefbfbd20efbfbd64efbfbd15c39e7f206b6cefbfbd15efbfb
d4174f18889b6200b40efbfbd4b24efbfbd2005efbfbd1413efbfbdefbfbdefbfbd6212efbfbdefb
fbd021befbfbdefbfbdefbfbd30efbfbdccb301efbfbd0119efbfbd1f114511efbfbd244defbfbd6
e633aefbfbdefbfbd3befbfbd31efbfbdefbfbd55efbfbdefbfbdd4bfefbfbd5d6a781e1eefbfbde
fbfbd753cefbfbd63efbfbd466d43efbfbd1ec7b168efbfbdefbfbdefbfbdefbfbdefbfbd376d500
914efbfbd1b3cefbfbdefbfbd5aefbfbd67efbfbd4235e8869cefbfbdefbfbd610b1244184f14efb
fbdefbfbdefbfbdefbfbdefbfbd43efbfbd32efbfbdefbfbdefbfbd2f4f79efbfbdefbfbd47efbfb
defbfbdefbfbdefbfbdefbfbdefbfbd01703a68efbfbd797e605cefbfbdefbfbdefbfbd2003efbfb
d1aefbfbd5462373c402cd0ab7fefbfbdefbfbd72efbfbd41391befbfbdefbfbd6c074fefbfbd75e
fbfbdefbfbd73efbfbd051defbfbd0659efbfbdefbfbdefbfbd1c6501efbfbd3c2711efbfbdefbfb
d7defbfbdc69cefbfbd44efbfbd2078d088efbfbdefbfbd36efbfbdefbfbd0f1840efbfbd1d2741d
19ec7bb1f50795c6710c29aefbfbdefbfbdefbfbd2f4204efbfbdefbfbd65cd9643efbfbdefbfbd6
050efbfbd1118efbfbd12efbfbdc3a32b7314efbfbd20efbfbdefbfbd665c76efbfbd02efbfbddda
b5b68efbfbdefbfbd70efbfbd28efbfbdefbfbd26efbfbd46efbfbdc39a202b4eefbfbdefbfbd081
9efbfbd5e55efbfbdefbfbdefbfbdefbfbd02efbfbd7b0477efbfbdefbfbd0f333c725cefbfbd203
aefbfbd57d9905fefbfbd640befbfbdefbfbdefbfbdefbfbdefbfbdefbfbd07efbfbdefbfbdefbfb
defbfbdefbfbdefbfbd2befbfbdefbfbd21efbfbd55113cefbfbd6c70efbfbdefbfbdefbfbd257c2
0efbfbdd1a4efbfbd06efbfbd03efbfbd34efbfbd67efbfbd06


Original issue reported on code.google.com by [email protected] on 8 Jan 2012 at 9:51

Error installing larger applications.

What steps will reproduce the problem?
1. Trying to install a larger application.
2.
3.

What is the expected output? What do you see instead?
I expect the application to install and run as normal. 

What version of the product are you using? On what operating system?
The application is Angry Birds Seasons, and the OS is the one used by droidbox. 
2.1. 

Please provide any additional information below.

I am trying to put this file through droidbox before I install it on my 
personal handset, yet the AVD always reports being out of space before I manage 
to get it installed. 

Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 10:38

why i can't start up the emulator

I have download files list in step 2,
then I Start the emulator with the new images, but my ddms can't connect to 
emulator , with "adb devices" command , no device list, 
so I download the system image released at 8 july to replace the 
systemAlpha.img ,
after that I can connect the emulator , but the emulator cann't enter home 
screen , 

the follow file is the ddms log , please check it !

thx


Original issue reported on code.google.com by [email protected] on 8 Aug 2011 at 3:40

Attachments:

Error: <ImportError: cannot import name OrderedDict>

What steps will reproduce the problem?
1. Run ./startemu.sh <AVD name>
2. Run ./droidbox.sh <file.apk> <duration in secs (optional)> 
3. Error

What is the expected output? What do you see instead?
- The expected is to open the emulator and run the dynamic analysis.

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

Please provide any additional information below.
- The problem can be solved changing in the file droidbox.py the:

from collections import OrderedDic

to

try:
    from collections import OrderedDict
except ImportError:
    # python 2.6 or earlier, use backport
    from ordereddict import OrderedDict

Original issue reported on code.google.com by [email protected] on 20 Mar 2014 at 4:12

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.