diff --git a/.vale.ini b/.vale.ini index 788ac9b..5e81484 100755 --- a/.vale.ini +++ b/.vale.ini @@ -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 diff --git a/content/technical/qself/reference/devices/index.md b/content/technical/qself/reference/devices/index.md index dad6214..a39cfee 100644 --- a/content/technical/qself/reference/devices/index.md +++ b/content/technical/qself/reference/devices/index.md @@ -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 ":" shell pm grant + `adb -s ":" shell pm grant ` === "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. - - - - - - - - -