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

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

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (13 of 13 strings)

Translation: /e/ support center/Pages/Insufficient-Permissions
Translate-URL: https://i18n.e.foundation/projects/e-support-center/pagesinsufficient-permissions/pt_BR/
parent d4e39db6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ Error: insufficient permissions for device
1. Crie o arquivo "51-android.rules".
1. Obtenha o ID do fabricante do dispositivo

    - Connect phone to PC via USB cable
     > Here we take the example of the Gigaset GS290 device
    - Obtain vendor ID by running lsusb in bash.
    - Conecte o telefone ao PC por meio de um cabo USB
     > Aqui, vamos usar o dispositivo Gigaset GS290 como exemplo
    - Obtenha o ID do fabricante executando o comando `lsusb` no terminal.

1. Isso deve resultar em uma tela com algumas linhas de saída, uma das quais seria semelhante a esta:

@@ -20,7 +20,7 @@ Error: insufficient permissions for device
    Bus 004 Device 004: ID 0e8d:201c MediaTek Inc
    ```

    Here it means that the GigaSet vendor ID is 0e8d.
    Isso significa que o ID do fabricante do GigaSet é 0e8d.

1. Mantenha a linha abaixo no arquivo "51-android.rules"

@@ -28,13 +28,13 @@ Error: insufficient permissions for device
    SUBSYSTEM=="usb", ATTR{idVendor}=="0e8d", MODE="0666", GROUP="plugdev"
    ```

1. Assign read permissions on the file & reboot
1. Atribua permissões de leitura ao arquivo e reinicie

    ```
    sudo chmod a+r /etc/udev/rules.d/51-android.rules
    ```

    Alternatively you can reload udev and the adb daemon with these commands
    Como alternativa, você pode recarregar o udev e o daemon adb com estes comandos

    ```
    sudo udevadm control --reload-rules