Skip to content

Commit

Permalink
bump version to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengwen Yuan committed Aug 3, 2019
1 parent 30cd23c commit ae466c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MobileInsight Mobile Version
==============

This repository includes the codes to build MobileInsight mobile version. It wraps the MobileInsight monitor and analyzer modules (`mobileinsight-core`) into an Android application, and provides key utilities (UI, log collection/viewer, protocol analyzer, plugin service etc.) to faciliate in-device use.
This repository includes the codes to build MobileInsight mobile version. It wraps the MobileInsight monitor and analyzer modules (`mobileinsight-core`) into an Android application, and provides key utilities (UI, log collection/viewer, protocol analyzer, plugin service etc.) to faciliate in-device use.

The structure of this repo is organized as follows:

Expand All @@ -16,7 +16,7 @@ The structure of this repo is organized as follows:
└── resources: application icon and welcome screen
```

The lastest version of MobileInsight mobile app is v3.4.0.
The lastest version of MobileInsight mobile app is v4.0.0.


## Quickstart
Expand All @@ -25,7 +25,7 @@ It is strongly recommended to use the standalone Vagrant configuration file to a

First, install `virtualbox` and `vagrant`. You can follow the instructions at [VirtuBox.org](https://www.virtualbox.org) and [Vagrant](https://www.vagrantup.com).

Second, obtain the newest `Vagrantfile` for MobileInsight development from the [release page](https://github.com/mobile-insight/mobileinsight-dev/releases). You should put it under your development path, say `/path/to/dev`. Run the `Vagrantfile` and install the virtual image using `vagrant up`.
Second, obtain the newest `Vagrantfile` for MobileInsight development from the [release page](https://github.com/mobile-insight/mobileinsight-dev/releases). You should put it under your development path, say `/path/to/dev`. Run the `Vagrantfile` and install the virtual image using `vagrant up`.

```
cd /path/to/dev
Expand All @@ -38,10 +38,10 @@ vagrant up

Depending on the network and CPU speed, the installation may take half hour or longer.

Then, 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` (for example, the compiled APK version is 3.4.0).
Then, 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` (for example, the compiled APK version is 4.0.0).

```
adb install MobileInsight-3.4.0-debug.apk
adb install MobileInsight-4.0.0-debug.apk
```

For more details on using the provided `Vagrantfile` to configure the MobileInsight, please refer to the [`mobileinsight-dev` repo](https://github.com/mobile-insight/mobileinsight-dev).
Expand Down Expand Up @@ -85,9 +85,9 @@ The compiled APK can be copied out of the virtual machine by copying to the `/va
You may install the APK to phone after that.

```
(vm shell) $ cp MobileInsight-3.4.0-debug.apk /vagrant
(vm shell) $ cp MobileInsight-4.0.0-debug.apk /vagrant
(vm shell) $ exit
(host shell) $ adb install -r MobileInsight-3.4.0-debug.apk
(host shell) $ adb install -r MobileInsight-4.0.0-debug.apk
```

__NOTE__: If upstream core functionalities of MobileInsight ([`mobileinsight-core`](https://github.com/mobile-insight/mobileinsight-core)) changes, you need to clean the existing MobileInsight *distribution* and re-compile it:
Expand All @@ -113,7 +113,7 @@ The recommended way to install the `mobileinsight-mobile` repo and set up the en
```
git clone https://github.com/mobile-insight/python-for-android.git
cd python-for-android
python setup.py install
python2 setup.py install
```

2. Install Android SDK.
Expand Down
4 changes: 2 additions & 2 deletions config/config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ p4a_path : /home/vagrant/.python-for-android

app_name : MobileInsight

app_version : 3.4.0
app_version : 4.0.0

pkg_name : net.mobileinsight.app

dist_name : mi3
dist_name : mi4

# the old pygame bootstrap is depreciated
bootstrap : sdl2
Expand Down
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# Filename: deploy.py

'''
Expand Down
Binary file modified resources/presplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae466c7

Please sign in to comment.