All Projects → dynodroid → dynodroid

dynodroid / dynodroid

Licence: other
Automatic Input Generation System for Android Apps

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dynodroid

Avi
🎬 Pocket online cinema for Android (Deprecated)
Stars: ✭ 18 (-41.94%)
Mutual labels:  android-apps
USB Mass Storage Enabler
An app to mount memory card like pen drive
Stars: ✭ 32 (+3.23%)
Mutual labels:  android-apps
MeetMe
An Android apps that using google maps to track realtime location between two people that wanna meet with chat feature, and realtime tracking
Stars: ✭ 32 (+3.23%)
Mutual labels:  android-apps
xHyper-V
This module contains DSC resources for deployment and configuration of Microsoft Hyper-V.
Stars: ✭ 105 (+238.71%)
Mutual labels:  vhd
AgentBaker
Agent Baker is aiming to provide a centralized, portable k8s agent node provisioning lib as well as rich support on different OS image with optimized k8s binaries.
Stars: ✭ 45 (+45.16%)
Mutual labels:  vhd
UEFI MULTI
UEFI_MULTI - Make Multi-Boot USB-Drive
Stars: ✭ 33 (+6.45%)
Mutual labels:  vhd
android-online-course
Android Online Course
Stars: ✭ 22 (-29.03%)
Mutual labels:  android-apps
android-apps
This repository is for android apps. Where different android widgets & custom development examples are stored
Stars: ✭ 15 (-51.61%)
Mutual labels:  android-apps
awesome-android
A curated list of awesome open source Android applications, tutorials and resources.
Stars: ✭ 524 (+1590.32%)
Mutual labels:  android-apps
LocationFetcher
Easy Location fetching for Android apps.
Stars: ✭ 33 (+6.45%)
Mutual labels:  android-apps
TextHighlighter
TextHighlighter is a simple android library to show highlighted and styled text in android apps.
Stars: ✭ 25 (-19.35%)
Mutual labels:  android-apps
applivery-android-sdk
Applivery Android SDK
Stars: ✭ 19 (-38.71%)
Mutual labels:  android-apps
WSA-GA-Actions
Automated Script to bake WSA Packages with GApps, All that in just one click!
Stars: ✭ 18 (-41.94%)
Mutual labels:  android-apps

dynodroid

Automatic Input Generation System for Android Apps

Setup

  1. Clone the repository:
git clone [email protected]:dynodroid/dynodroid.git <local_repo_path>
  1. Download the sdcard image from the google drive link: https://drive.google.com/file/d/1b60pSjRiI-uGBNQZmrVLFmHlszob4oxK/view?usp=sharing
  2. Copy the downloaded sdcard image into setup location:
cp <path_to_the_downloaded_file> <local_repo_path>/dynodroidsetup/freshavd/emu.avd/sdcard.img
  1. Follow the instructions in the user doc

Self-contained VHD

  • You can download a self-contained VHD from the Google Drive.
  • Create a VirtualBox VM (select ubuntu, 32-bit) and load the above-downloaded VHD.
  • The username and password for the VHD are both dynodroid.

Using the VHD

The VHD will be running ubuntu 12.02, 32-bit OS. Login into the VHD under user-name and password as dynodroid. To test an app, follow the below instructions inside the VHD:

  1. Download the apk you want to test and copy into apps folder:
cp <path_to_apk_inside_VHD> /home/dynodroid/Desktop/dynodroiddeployment/apps/
  1. [Optional] Edit the file: /home/dynodroid/Desktop/dynodroiddeployment/dynodroid.properties according to the user doc.
  2. Run
cd /home/dynodroid/Desktop/dynodroiddeployment
ant run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].