Compare commits

...

3 commits

Author SHA1 Message Date
timoxa0 d410187ccc Move to lon-tool 2024-07-14 21:42:40 +05:00
timoxa0 414e33f523 Update screenshot 2024-07-14 21:42:24 +05:00
timoxa0 846e88bfdd Add project chats links 2024-07-14 21:42:14 +05:00
10 changed files with 112 additions and 41 deletions

View file

@ -21,6 +21,10 @@
## Разное
- [Чат проекта (Англ)](https://s.tx0.su/lonchat)
- [Чат проекта (Рус)](https://s.tx0.su/lonchatru)
- [Статус Проекта](guide/Russian/status-ru.md)
- [Переустановка](guide/Russian/reinstall-ru.md)

View file

@ -21,6 +21,10 @@ This project is in an early stage, all the files here have been contributed by o
## Miscellaneous
- [Project Chat](https://s.tx0.su/lonchat)
- [Project Ru Chat](https://s.tx0.su/lonchatRU)
- [Project Status](guide/English/status-en.md)
- [Reinstallation](guide/English/reinstall-en.md)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1,014 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

77
assets/nabu.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.8 MiB

View file

@ -7,7 +7,7 @@
### Prerequisites
- Brain
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v2)
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v3)
### Notes:
> [!Warning]\
@ -21,7 +21,7 @@
3. #### Flash image to device using deployer
```
lon-deployer /path/to/rootfs.img
lon-tool deploy /path/to/image.lni
```
Deployer will ask you for username, password and linux partition size

View file

@ -8,14 +8,18 @@
### Prerequisites
- Brain
#### Get LoN Deployer
##### Windows:
- Install deployer and platform tools using this command
#### Get lon-tool
##### Windows 10-11:
- Install lon-tool and platform tools using this command
```
powershell.exe -C "irm https://s.tx0.su/lnd | iex"
powershell.exe -C "irm https://s.tx0.su/ltw | iex"
```
##### Linux:
- Install android platform tools with your packet manager
- Download binary from [here](https://github.com/timoxa0/LoN-Deployer/releases/)
- Install lon-tool and platform tools using this command
```
curl -Ls s.tx0.su/ltl | bash
```
### [Next step: Installing Linux](./install-en.md)

View file

@ -10,19 +10,8 @@ If you want to uninstall linux this is used instead of deleting partitions manua
If you want to relock your bootloader you'll need your partition table to be stock.
### Prerequisites
- [ADB & Fastboot](https://developer.android.com/studio/releases/platform-tools)
- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin)
### Restore GPT
> Replace ```<gpt_both0.bin>``` with the path to the gpt_both0.bin file.
### Uninstall with lon-tool
```cmd
fastboot flash partition:0 <gpt_both0.bin>
```
### Erase userdata to avoid bootloop and restore FS size
```cmd
fastboot -w
lon-tool uninstall
```

View file

@ -7,7 +7,7 @@
### Требования
- Мозги
- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v2)
- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v3)
### Примечание:
> [!Warning]\
@ -21,7 +21,7 @@
3. #### Прошейте образ используя установщик
```
lon-deployer /путь/к/rootfs.img
lon-tool deploy /путь/к/image.lni
```
Установщик спросит у вас имя пользователя, пароль и размер раздела для Linux

View file

@ -8,14 +8,18 @@
### Требования:
- Мозги
#### Установите LoN Deployer
##### Windows:
- Выполните эту команду для установки LoN Deployer, adb и fastboot
#### Установите lon-tool
##### Windows 10-11:
- Выполните эту команду для установки lon-tool, adb и fastboot
```
powershell.exe -C "irm https://s.tx0.su/lnd | iex"
powershell.exe -C "irm https://s.tx0.su/ltw | iex"
```
##### Linux:
- Установите adb и fastboot через пакетный менеджер вашего дистрибутива
- Загрузите исполняемый файл [отсюда](https://github.com/timoxa0/LoN-Deployer/releases/)
- Выполните эту команду для установки lon-tool
```
curl -Ls s.tx0.su/ltl | bash
```
### [Следующий шаг: установка Linux](./install-ru.md)

View file

@ -6,21 +6,10 @@
Если вы хотите удалить Linux, используйте данный упрощенный метод вместо ручного удаления разделов чтобы исключить риск ошибки.
Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии.
Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии.)
### Требования
- [ADB и Fastboot](https://developer.android.com/studio/releases/platform-tools)
- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin)
### Восстановление GPT
> Замените ```<gpt_both0.bin>``` путём к файлу `gpt_both0.bin`.
### Удаление через lon-tool
```cmd
fastboot flash partition:0 <gpt_both0.bin>
```
### Очистите раздел `userdata` чтобы избежать цикличной перезагрузки и восстановить размер файловой системы
```cmd
fastboot -w
lon-tool uninstall
```