Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Matthieu Bachelier edited this page Feb 21, 2017 · 1 revision

Welcome to the AutoAirplaneMode wiki!

Init

To build AutoAirplaneMode, clone this project on your computer. It was design with Android Studio (2.2.3). Import should be straight forward.

Run

In order to launch this App, you need to tweak a few things. It's not possible to directly start App with:

<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />

There's a script installSystem.sh that you need to link with Android Studio. You need to specify where ADB is located on your computer:

ADB_EXE=/c/ADB2/adb

Android Studio

Follow this excellent answer on StackOverflow

Clone this wiki locally