mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:22:08 +02:00

* scrcpy: Add "--serial" option Display a mirror of a specific device based on its serial ID or IP address, as shown in the "adb devices" command * Simplify words * Update pages/common/scrcpy.md Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> * common/cd: Add Indonesian translation * ipconfig: Add Indonesian translation * ipconfig: Fix typo * scrcpy: Localize Indonesian path/to/file * Update pages.id/windows/ipconfig.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * ipconfig: Localise adapter to adaptor Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
32 lines
945 B
Markdown
32 lines
945 B
Markdown
# scrcpy
|
|
|
|
> Tampilkan layar and kontrol perangkat Android anda di dalam desktop.
|
|
> Informasi lebih lanjut: <https://github.com/Genymobile/scrcpy>.
|
|
|
|
- Tampilkan layar sebuah perangkat yang terhubung:
|
|
|
|
`scrcpy`
|
|
|
|
- Tampilkan layar perangkat tertentu berdasarkan ID atau alamat IP-nya (temukan menggunakan perintah `adb devices`):
|
|
|
|
`scrcpy --serial {{0123456789abcdef|192.168.0.1:5555}}`
|
|
|
|
- Tampilkan layar dalam mode layar penuh / fullscreen:
|
|
|
|
`scrcpy --fullscreen`
|
|
|
|
- Putarkan tampilan layar perangkat dalam kelipatan 90 derajat (berlawanan arah jarum jam):
|
|
|
|
`scrcpy --rotation {{0|1|2|3}}`
|
|
|
|
- Tunjukkan indikator sentuhan pada perangkat fisik:
|
|
|
|
`scrcpy --show-touches`
|
|
|
|
- Rekam tampilan layar perangkat ke dalam file video tertentu:
|
|
|
|
`scrcpy --record {{jalan/menuju/file.mp4}}`
|
|
|
|
- Tentukan direktori yang akan digunakan untuk memindahkan file (non-APK) ke dalam perangkat melalui drag-and-drop:
|
|
|
|
`scrcpy --push-target {{jalan/menuju/direktori}}`
|