Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5bf36ecc authored by Florian Bausch's avatar Florian Bausch Committed by Weblate
Browse files

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (31 of 31 strings)

Translation: /e/ support center/Pages/Install-Gsi
Translate-URL: https://i18n.e.foundation/projects/e-support-center/pagesinstall-gsi/pt_BR/
parent a88f3e55
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -34,17 +34,17 @@ O objetivo é verificar se:
  - arm ou
  - arm 64

- If the device is "System as root" then a A/B build will be necessary
- Se o dispositivo estiver configurado como "Sistema como root" ("System as root"), será necessária uma compilação A/B

So, please note the following information:
- name of the required system image (for example system-arm64-ab.img.xz)
- Under Dynamic Partition, check if you need fastbootd
Portanto, anote as seguintes informações:
- nome da imagem do sistema necessária (por exemplo, system-arm64-ab.img.xz)
- Na seção Dynamic Partition, verifique se você precisa do fastbootd


## Remoção do dm verity

- This can be done on some devices using twrp 
- A slightly more complicated method is by extracting the kernel and reflashing it with the below command
- Isso pode ser feito em alguns dispositivos usando o TWRP
- Um método um pouco mais complicado consiste em extrair o kernel e reinstalá-lo com o comando abaixo

```shell
fastboot flash --disable-verity --disable-verification boot boot.img
@@ -52,7 +52,7 @@ fastboot flash --disable-verity --disable-verification boot boot.img

## Grave a imagem do sistema

Once you know which system image you need, download it
Assim que souber qual imagem do sistema você precisa, faça o download

- [Arm A](https://images.ecloud.global/dev/treble_arm_avN/) (system-arm-a.img.xz)
- [Arm A/B](https://images.ecloud.global/dev/treble_arm_bvN/) (system-arm-ab.img.xz)
@@ -67,7 +67,7 @@ Se for necessário o fastbootd, inicie com
fastboot reboot fastboot
```

then, in every cases, extract system.img and flash it with this command line
e depois, em todos os casos, extraia o arquivo system.img e instale-o usando esta linha de comando

```shell
fastboot flash system system.img