.idea | ||
app | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README-RU.md | ||
README.md | ||
settings.gradle |
Linux switch for Mi Pad 5 (Windows Switch fork) (RU)
Differences from original windows switch
- Added quick settings tile
- Added ability to dump android images
- Cleans dtbo on reboot
Pre-requirements
- Rooted android
- Already installed linux
Installation
Android side:
-
Flash
vbmeta_disabled.img
via fastbootfastboot flash vbmeta_ab <path/to/vbmeta_disabled.img>
Warning
This may result in the need to wipe data in recovery.
-
Install
linuxswitch.apk
from Releases -
Open installed app and grant root access
-
Open app again and tap "Dump android images"
-
Move
android.boot.img
andandoid.dtbo.img
to PC from/sdcard/linux/
-
Rename linux boot to
linux.boot.img
and put it to/sdcard/linux/
-
Now you can tap "Switch to Linux" to boot linux
Linux side:
- Download
s2a.zip
from Releases - Unzip
s2a.zip
in linux - Put
android.boot.img
andandoid.dtbo.img
intos2a
folder - Install with command
sudo ./install.sh
- Now you can reboot to android with Switch2Android app