* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
This commit is contained in:
Vitor Henrique
2024-02-22 09:23:50 -03:00
committed by GitHub
parent 89ef27bb53
commit 006abfda34
155 changed files with 155 additions and 155 deletions

View File

@@ -1,7 +1,7 @@
# am
> Manajer aktivitas untuk Android.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb#am>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb#am>.
- Mulaikan aktivitas tertentu:

View File

@@ -1,7 +1,7 @@
# dalvikvm
> Mesin virtual Java untuk Android.
> Informasi lebih lanjut: <https://source.android.com/devices/tech/dalvik>.
> Informasi lebih lanjut: <https://source.android.com/docs/core/runtime>.
- Jalankan sebuah program Java:

View File

@@ -2,7 +2,7 @@
> Berikan informasi tentang layanan (daemon) sistem milik Android.
> Perintah ini hanya dapat dijalankan melalui `adb shell`.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/dumpsys>.
> Informasi lebih lanjut: <https://developer.android.com/tools/dumpsys>.
- Tampilkan informasi diagnostik terhadap seluruh layanan sistem Android:

View File

@@ -1,7 +1,7 @@
# logcat
> Tampilkan dan simpan log sistem.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/logcat>.
> Informasi lebih lanjut: <https://developer.android.com/tools/logcat>.
- Tampilkan log sistem:

View File

@@ -1,7 +1,7 @@
# pm
> Tampilkan daftar pemasangan aplikasi di dalam sebuah perangkat Android.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb#pm>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb#pm>.
- Tampilkan daftar seluruh aplikasi yang terpasang:

View File

@@ -2,7 +2,7 @@
> Lakukan tangkapan (screenshot) layar perangkat Anda.
> Perintah ini hanya dapat dijalankan melalui `adb shell`.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb#screencap>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb#screencap>.
- Lakukan tangkapan layar (screenshot):

View File

@@ -1,7 +1,7 @@
# adb install
> Android Debug Bridge Install: Memasang paket ke emulator Android atau perangkat Android terhubung.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
- Pasang aplikasi Android ke emulator/perangkat:

View File

@@ -1,7 +1,7 @@
# adb-logcat
> Dapatkan dan simpan log sistem pada perangkat Android.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/logcat>.
> Informasi lebih lanjut: <https://developer.android.com/tools/logcat>.
- Tampilkan log sistem pada perangkat yang terhubung saat ini:

View File

@@ -1,7 +1,7 @@
# adb reverse
> Android Debug Bridge Reverse: membalik koneksi socket dari emulator Android atau perangkat Android terhubung.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
- Daftar semua koneksi socket terbalik dari emulator dan perangkat:

View File

@@ -1,7 +1,7 @@
# adb shell
> Android Debug Bridge Shell: Menjalankan perintah shell jarak jauh pada emulator Android atau perangkat Android terhubung.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
- Mulaikan shell interaktif jarak jauh di emulator/perangkat:

View File

@@ -2,7 +2,7 @@
> Android Debug Bridge: berkomunikasi dengan emulator Android atau perangkat Android terhubung.
> Kami mempunyai dokumentasi terpisah untuk menggunakan subperintah seperti `adb shell`.
> Informasi lebih lanjut: <https://developer.android.com/studio/command-line/adb>.
> Informasi lebih lanjut: <https://developer.android.com/tools/adb>.
- Cek apakah proses server adb telah dimulai dan memulainya: