Compare commits
No commits in common. "1e874b7fd3ad4632bb9679970f7daa41b099b3f0" and "57a6d9d70152c123df8ccdaa48ba7b9e0a2b2ff5" have entirely different histories.
1e874b7fd3
...
57a6d9d701
41
README-RU.md
41
README-RU.md
|
@ -1,41 +0,0 @@
|
||||||
# Linux switch для Mi Pad 5 (форк [Windows Switch](https://github.com/entaromia/mi-pad5-windows-switch))
|
|
||||||
|
|
||||||
|
|
||||||
## Отличия от Windows Switch
|
|
||||||
- Добавлена кнопка в быстрые настройки
|
|
||||||
- Добавлена возможность сохранить boot и dtbo от android
|
|
||||||
- Очищает dtbo при перезагрузке в linux
|
|
||||||
|
|
||||||
|
|
||||||
## Требования:
|
|
||||||
- Рутированный android
|
|
||||||
- Уже установленный linux
|
|
||||||
- vbmeta_disabled.img (https://timoxa0.su/share/nabu/manual/vbmeta_disabled.img)
|
|
||||||
|
|
||||||
|
|
||||||
## Установка
|
|
||||||
|
|
||||||
### Android:
|
|
||||||
1) Прошейте `vbmeta_disabled.img` через fastboot
|
|
||||||
```console
|
|
||||||
fastboot flash vbmeta_ab <path/to/vbmeta_disabled.img>
|
|
||||||
```
|
|
||||||
> [!Warning]\
|
|
||||||
> Данное дейставие может привести к необходимости wipe data в recovery
|
|
||||||
|
|
||||||
2) Установите последнюю версию `linuxswitch.apk` с [релиза](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
|
||||||
3) Запустите приложение и предоставьте root доступ
|
|
||||||
4) Нажмите "Dump android images"
|
|
||||||
5) Достаньте `android.boot.img` и `andoid.dtbo.img` из `/sdcard/linux/`
|
|
||||||
6) Назовите boot от linux `linux.boot.img` и положите в `/sdcard/linux/`
|
|
||||||
7) Перезагрузитесь в linux, нажав "Switch to Linux"
|
|
||||||
|
|
||||||
### Linux:
|
|
||||||
1) Скачайте последнюю версию `s2a.zip` с [релиза](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
|
||||||
2) Распакуйте `s2a.zip` в linux
|
|
||||||
3) Положите `android.boot.img` и `andoid.dtbo.img` в папку `s2a`
|
|
||||||
4) Запустите терминал в папку с `install.sh` и выполните команду
|
|
||||||
```console
|
|
||||||
sudo ./install.sh
|
|
||||||
```
|
|
||||||
5) Перезагрузитесь в android, запустив "Switch2Android" и меню приложений
|
|
33
README.md
33
README.md
|
@ -1,33 +1,30 @@
|
||||||
# Linux switch for Mi Pad 5 ([Windows Switch](https://github.com/entaromia/mi-pad5-windows-switch) fork) ([RU](./README-RU.md))
|
# 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
|
||||||
|
|
||||||
|
|
||||||
## Pre-requirements
|
## Prerequirements
|
||||||
- Rooted android
|
- Rooted android
|
||||||
- Already installed linux
|
- Already installed linux
|
||||||
- vbmeta_disabled.img (https://timoxa0.su/share/nabu/manual/vbmeta_disabled.img)
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
## Intallation
|
||||||
|
|
||||||
### Android side:
|
### Android side:
|
||||||
1) Flash `vbmeta_disabled.img` via fastboot
|
1) Install `linuxswitch.apk` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
||||||
```console
|
2) Open installed app and grant root access
|
||||||
fastboot flash vbmeta_ab <path/to/vbmeta_disabled.img>
|
3) Place images:
|
||||||
```
|
```
|
||||||
> [!Warning]\
|
linux boot.img -> /sdcard/linux/linux.boot.img
|
||||||
> This may result in the need to wipe data in recovery.
|
vbmeta_disabled.img -> /sdcard/linux/linux.vbmeta.img
|
||||||
|
```
|
||||||
2) Install `linuxswitch.apk` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
4) Open app again and tap "Dump android images"
|
||||||
3) Open installed app and grant root access
|
5) Move `android.boot.img` and `android.dtbo.img` to PC from `/sdcard/linux/`
|
||||||
4) Open app again and tap "Dump android images"
|
6) Done
|
||||||
5) Move `android.boot.img` and `andoid.dtbo.img` to PC from `/sdcard/linux/`
|
|
||||||
6) Rename linux boot to `linux.boot.img` and put it to `/sdcard/linux/`
|
|
||||||
7) Now you can tap "Switch to Linux" to boot linux
|
|
||||||
|
|
||||||
### Linux side:
|
### Linux side:
|
||||||
1) Download `s2a.zip` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
1) Download `s2a.zip` from [Releases](https://github.com/timoxa0/Switch2Linux-Nabu/releases)
|
||||||
|
@ -37,4 +34,4 @@
|
||||||
```console
|
```console
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
```
|
```
|
||||||
5) Now you can reboot to android with Switch2Android app
|
5) Done
|
||||||
|
|
|
@ -54,13 +54,15 @@ class MainActivity : AppCompatActivity() {
|
||||||
|
|
||||||
val suffix: String = Shell.cmd("getprop ro.boot.slot_suffix").exec().out[0].toString()
|
val suffix: String = Shell.cmd("getprop ro.boot.slot_suffix").exec().out[0].toString()
|
||||||
|
|
||||||
|
buttonS2L.isEnabled = true
|
||||||
if (!isFileExist("/sdcard/linux/")) {
|
if (!isFileExist("/sdcard/linux/")) {
|
||||||
Shell.cmd("mkdir /sdcard/linux/").exec()
|
Shell.cmd("mkdir /sdcard/linux/").exec()
|
||||||
}
|
} else if (!isFileExist("/sdcard/linux/linux.vbmeta.img")) {
|
||||||
if (!isFileExist("/sdcard/linux/linux.boot.img")) {
|
showToast("linux.vbmeta.img bot found", applicationContext)
|
||||||
|
finish()
|
||||||
|
} else if (!isFileExist("/sdcard/linux/linux.boot.img")) {
|
||||||
showToast("linux.boot.img not found", applicationContext)
|
showToast("linux.boot.img not found", applicationContext)
|
||||||
} else {
|
finish()
|
||||||
buttonS2L.isEnabled = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
textSlot.text = this.resources.getString(R.string.slot_text).format(suffix[1])
|
textSlot.text = this.resources.getString(R.string.slot_text).format(suffix[1])
|
||||||
|
|
BIN
assets/screenshot.jpg
Normal file
BIN
assets/screenshot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in a new issue