Magiskは、Androidをカスタマイズするためのオープンソースソフトウェアのスイートであり、Android 5.0以降のデバイスをサポートしています。
いくつかのハイライト機能:
Githubは、公式のマジスク情報とダウンロードを入手できる唯一のソースです。
デバッグビルドからのバグレポートのみが受け入れられます。
インストールの問題については、ブート イメージとインストール ログの両方をアップロードします。
Magisk の問題の場合は、ブート ログキャットまたは dmesg をアップロードします。
Magiskアプリがクラッシュした場合は、クラッシュが発生したときにlogcatを記録してアップロードします。
git clone --recurse-submodules https://github.com/topjohnwu/Magisk.git
pip install colorama
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/Contents/Home"
export PATH="/path/to/androidstudio/jre/bin:$PATH"
C:\Path\To\Android Studio\jre\bin
PATH
ANDROID_SDK_ROOT
./build.py ndk
build.py
-h
./build.py all -h)
config.prop
config.prop.sample
config.prop
MagiskアプリとそのスタブAPKのデフォルトの文字列リソースは、次の場所にあります。
app/src/main/res/values/strings.xml
stub/src/main/res/values/strings.xml
それぞれを翻訳し、それぞれの場所に配置します()。
[module]/src/main/res/values-[lang]/strings.xml
Magisk, including all git submodules are free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.