diff --git a/README.md b/README.md index 508eabd..6db44de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It will run and compile a MobileInsight apk, and run an offline MobileInsight an When the process finish install and returns the shell, a MobileInsight app is already compiled and copied to your path (`/path/to/dev`). You can install it on supported Android phone and try it out immediately using `adb`. - adb install MobileInsight-4.0.0-debug.apk + adb install MobileInsight-5.0.0-debug.apk You can stop the virtual machine using either command: @@ -74,7 +74,6 @@ We love pull requests and discussing novel ideas. You can open issues here to re The following Slack group is used exclusively for discussions about developing the MobileInsight and its sister projects: -+ Dev Slack Group: https://mobileinsight-dev.slack.com (join via this [link](https://goo.gl/htJGqT)) + Email: support@mobileinsight.net For other advanced topics, please refer to the wiki and the [MobileInsight website](http://www.mobileinsight.net). \ No newline at end of file diff --git a/Vagrantfile b/Vagrantfile index fe4b7c6..8164980 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,28 +2,45 @@ # vi: set ft=ruby : # MobileInsight Vagrant Installation Script -# Copyright (c) 2019 MobileInsight Team +# Copyright (c) 2017 MobileInsight Team # Author: Zengwen Yuan, zyuan (at) cs.ucla.edu -# Version: 1.3 +# Version: 1.2 $INSTALL_BASE = <