mirror of https://github.com/CrimsonTome/tldr.git
adb-reverse: update Polish translation (#13584)
parent
581fc79c29
commit
ac04d0f4f3
|
@ -3,18 +3,18 @@
|
||||||
> Android Debug Bridge Reverse: zwrotne połączenie socketowe z emulowanego lub prawdziwego urządzenia Android.
|
> Android Debug Bridge Reverse: zwrotne połączenie socketowe z emulowanego lub prawdziwego urządzenia Android.
|
||||||
> Więcej informacji: <https://developer.android.com/tools/adb>.
|
> Więcej informacji: <https://developer.android.com/tools/adb>.
|
||||||
|
|
||||||
- Listuj wszystkie zwrotne połączenia socketowe z emulatorów i urządzeń:
|
- Wypisz wszystkie zwrotne połączenia socketowe z emulatorów i urządzeń:
|
||||||
|
|
||||||
`adb reverse --list`
|
`adb reverse --list`
|
||||||
|
|
||||||
- Przekieruj port TCP z emulatora lub urządzenia do localhost:
|
- Przekieruj port TCP z emulatora lub urządzenia do localhost:
|
||||||
|
|
||||||
`adb reverse tcp:{{remote_port}} tcp:{{local_port}}`
|
`adb reverse tcp:{{zdalny_port}} tcp:{{lokalny_port}}`
|
||||||
|
|
||||||
- Usuń wybrane zwrotne połączenie z emulatora lub urządzenia:
|
- Usuń wybrane zwrotne połączenie z emulatora lub urządzenia:
|
||||||
|
|
||||||
`adb reverse --remove tcp:{{remote_port}}`
|
`adb reverse --remove tcp:{{zdalny_port}}`
|
||||||
|
|
||||||
- Usuń wszystkie zwrotne połączenie z emulatorów lub urządzeń:
|
- Usuń wszystkie zwrotne połączenia z wszystkich emulatorów lub urządzeń:
|
||||||
|
|
||||||
`adb reverse --remove-all`
|
`adb reverse --remove-all`
|
||||||
|
|
Loading…
Reference in New Issue