.
This commit is contained in:
parent
8cbf745b20
commit
b3badf4539
2 changed files with 4 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue