.
All checks were successful
Spell Check / Check spelling (push) Successful in 9s
vale / runner / vale (push) Successful in 7s

This commit is contained in:
g_it 2026-04-23 22:34:12 +02:00
commit b3badf4539
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 4 additions and 11 deletions

View file

@ -6,3 +6,5 @@ Packages = https://gugulet.hu/technical/git/g_it/vale/raw/branch/main/gugulet-hu
BasedOnStyles = Google, Readability, write-good, proselint
gugulet-hu = YES
Google.Colons = NO
Google.DateFormat = NO
Google.Passive = NO

View file

@ -45,10 +45,10 @@ Once you have enabled ADB via wi-fi and you have the device's address you can co
To allow autoWear, for example, to change secure settings (such as toggling Theatre Mode) use the following command.
=== "Code"
adb -s "<IP-address>:<Port>" shell pm grant <package-name> <permission>
`adb -s "<IP-address>:<Port>" shell pm grant <package-name> <permission>`
=== "Example"
adb -s "192.168.123.132:12345" shell pm grant com.joaomgcd.autowear android.permission.WRITE_SECURE_SETTINGS
`adb -s "192.168.123.132:12345" shell pm grant com.joaomgcd.autowear android.permission.WRITE_SECURE_SETTINGS`
| Part | Description | Required |
| --- | --- | --- |
@ -110,12 +110,3 @@ Any laptop that can run Python is good enough for this project.
!!! note "Using commands in Powershell"
Please be aware that some terminal commands in Linux and macOS are different in Windows Powershell. There may be instances where you need to use ticks (`) to escape ceratin characters.