Skip to content

Instantly share code, notes, and snippets.

@coliver
Last active February 17, 2016 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coliver/7283195cf2d8f608911c to your computer and use it in GitHub Desktop.
Save coliver/7283195cf2d8f608911c to your computer and use it in GitHub Desktop.
# Install genymotion
https://www.genymotion.com/
# Install Android SDK
# Download Genymotion-ARM-Translation v1.1
# Google it
# Genymotion:
# Using Google Nexus 7 - 4.3 - API 18 VM
adb push ~/Downloads/Genymotion-ARM-Translation_v1.1.zip /sdcard/Download
adb shell "/system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation_v1.1.zip"
adb reboot
adb install ~/Download/sHighfive\ Video\ Conferencing_vv1.33.1-28-ged19612_apkpure.com.apk
adb reboot
## If you need to update, uninstall first:
# adb shell pm uninstall com.highfive.android.mobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment