Last active
February 17, 2016 17:28
-
-
Save coliver/7283195cf2d8f608911c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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