Update install guide

This commit is contained in:
timoxa0 2024-01-14 00:46:19 +05:00
parent 179dc047a5
commit 57a6d9d701

View file

@ -1,28 +1,37 @@
# Linux switch for Mi Pad 5 ([Windows Switch](https://github.com/entaromia/mi-pad5-windows-switch) fork) # Linux switch for Mi Pad 5 ([Windows Switch](https://github.com/entaromia/mi-pad5-windows-switch) fork)
## Differences from original windows switch ## Differences from original windows switch
- Added Quick Settings tile - Added Quick Settings tile
- Added ability to dump android images - Added ability to dump android images
- Cleans dtbo on reboot - Cleans dtbo on reboot
## Installation
1) Install app from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases) ## Prerequirements
2) Open app and grant root access - Rooted android
3) Tap "Dump android images" - Already installed linux
4) Move `android.boot.img` and `android.dtbo.img` to PC from `/sdcard/linux/`
5) Place images:
## Intallation
### Android side:
1) Install `linuxswitch.apk` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
2) Open installed app and grant root access
3) Place images:
``` ```
linux boot.img -> /sdcard/linux/linux.boot.img linux boot.img -> /sdcard/linux/linux.boot.img
vbmeta_disabled.img -> /sdcard/linux/linux.vbmeta.img vbmeta_disabled.img -> /sdcard/linux/linux.vbmeta.img
``` ```
6) Tap "Switch to Linux" 4) Open app again and tap "Dump android images"
7) Download s2a.zip from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases) 5) Move `android.boot.img` and `android.dtbo.img` to PC from `/sdcard/linux/`
8) Unzip s2a.zip in linux 6) Done
9) Place `android.boot.img` and `andoid.dtbo.img` to `s2a` folder
10) Install switcher ### Linux side:
1) Download `s2a.zip` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
2) Unzip `s2a.zip` in linux
3) Put `android.boot.img` and `andoid.dtbo.img` into `s2a` folder
4) Install with command
```console ```console
sudo ./install.sh sudo ./install.sh
``` ```
11) Run Switch2Android and enter your password 5) Done
![Screenshot](./assets/screenshot.jpg "screenshot")