Fix FAQ formatting
This commit is contained in:
parent
ed84e18b1a
commit
77ebe786ea
1 changed files with 7 additions and 7 deletions
14
FAQ.md
14
FAQ.md
|
@ -44,9 +44,9 @@ If your device is not detected, you may need some [drivers] (on Windows). There
|
||||||
|
|
||||||
### Device unauthorized
|
### Device unauthorized
|
||||||
|
|
||||||
> ERROR: Device is unauthorized:
|
> ERROR: Device is unauthorized:
|
||||||
> ERROR: --> (usb) 0123456789abcdef unauthorized
|
> ERROR: --> (usb) 0123456789abcdef unauthorized
|
||||||
> ERROR: A popup should open on the device to request authorization.
|
> ERROR: A popup should open on the device to request authorization.
|
||||||
|
|
||||||
When connecting, a popup should open on the device. You must authorize USB
|
When connecting, a popup should open on the device. You must authorize USB
|
||||||
debugging.
|
debugging.
|
||||||
|
@ -60,10 +60,10 @@ If it does not open, check [stackoverflow][device-unauthorized].
|
||||||
|
|
||||||
If several devices are connected, you will encounter this error:
|
If several devices are connected, you will encounter this error:
|
||||||
|
|
||||||
ERROR: Multiple (2) ADB devices:
|
> ERROR: Multiple (2) ADB devices:
|
||||||
ERROR: --> (usb) 0123456789abcdef device Nexus_5
|
> ERROR: --> (usb) 0123456789abcdef device Nexus_5
|
||||||
ERROR: --> (tcpip) 192.168.1.5:5555 device GM1913
|
> ERROR: --> (tcpip) 192.168.1.5:5555 device GM1913
|
||||||
ERROR: Select a device via -s (--serial), -d (--select-usb) or -e (--select-tcpip)
|
> ERROR: Select a device via -s (--serial), -d (--select-usb) or -e (--select-tcpip)
|
||||||
|
|
||||||
In that case, you can either provide the identifier of the device you want to
|
In that case, you can either provide the identifier of the device you want to
|
||||||
mirror:
|
mirror:
|
||||||
|
|
Loading…
Reference in a new issue