1 KiB
1 KiB
Linux switch for Mi Pad 5 (Windows Switch fork)
Differences from original windows switch
- Added Quick Settings tile
- Added ability to dump android images
- Cleans dtbo on reboot
Prerequirements
- Rooted android
- Already installed linux
Intallation
Android side:
- Install
linuxswitch.apk
from Releases - Open installed app and grant root access
- Place images:
linux boot.img -> /sdcard/linux/linux.boot.img vbmeta_disabled.img -> /sdcard/linux/linux.vbmeta.img
- Open app again and tap "Dump android images"
- Move
android.boot.img
andandroid.dtbo.img
to PC from/sdcard/linux/
- Done
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
- Done