mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Uzbek language (#7041)
This commit is contained in:
parent
9aeda55ed8
commit
90d0ec0491
6 changed files with 103 additions and 0 deletions
20
pages.uz/android/am.md
Normal file
20
pages.uz/android/am.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# am
|
||||||
|
|
||||||
|
> Android faoliyat boshqaruvi.
|
||||||
|
> Ko'proq malumot: <https://developer.android.com/studio/command-line/adb#am>.
|
||||||
|
|
||||||
|
- Anniq bir faoliyatni boshlash:
|
||||||
|
|
||||||
|
`am start -n {{com.android.settings/.Settings}}`
|
||||||
|
|
||||||
|
- Faoliyatni boshlash va unga malumot o'tkazish:
|
||||||
|
|
||||||
|
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
||||||
|
|
||||||
|
- Biron harakat va kategoriyaga mos keluvchi faoliyatni boshlash:
|
||||||
|
|
||||||
|
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
|
||||||
|
|
||||||
|
- Intentni URI ga o'zgartirish:
|
||||||
|
|
||||||
|
`am to-uri -a {{android.intent.action.VIEW}} -d {{tel:123}}`
|
9
pages.uz/android/bugreport.md
Normal file
9
pages.uz/android/bugreport.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# bugreport
|
||||||
|
|
||||||
|
> Android xatolik xisobotini ko'rsatish.
|
||||||
|
> Bu buyruq faqat `adb shell` orqali amalga oshiriladi.
|
||||||
|
> Ko'proq malumot: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreport/>.
|
||||||
|
|
||||||
|
- Android qurulmasida to'liq xatoliklar xabarini ko'rsatish:
|
||||||
|
|
||||||
|
`bugreport`
|
21
pages.uz/android/bugreportz.md
Normal file
21
pages.uz/android/bugreportz.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# bugreportz
|
||||||
|
|
||||||
|
> Arxivlangan Android xatolik xisoboti.
|
||||||
|
> Bu buyruq faqat `adb shell` orqali amalga oshiriladi.
|
||||||
|
> Ko'proq malumot: <https://android.googlesource.com/platform/frameworks/native/+/master/cmds/bugreportz/>.
|
||||||
|
|
||||||
|
- Android qurulmasida to'liq arxivlangan xatoliklar xisobotini yaratish:
|
||||||
|
|
||||||
|
`bugreportz`
|
||||||
|
|
||||||
|
- Bajarilayotgan `bugreportz` jarayonni progresini ko'rsatish:
|
||||||
|
|
||||||
|
`bugreportz -p`
|
||||||
|
|
||||||
|
- `bugreportz` ni versiyasini ko'rsatish:
|
||||||
|
|
||||||
|
`bugreportz -v`
|
||||||
|
|
||||||
|
- Yordam ko'rsatish:
|
||||||
|
|
||||||
|
`bugreportz -h`
|
16
pages.uz/android/cmd.md
Normal file
16
pages.uz/android/cmd.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# cmd
|
||||||
|
|
||||||
|
> Android xizmatlar boshqaruvchisi.
|
||||||
|
> Ko'proq malumot: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||||
|
|
||||||
|
- Barcha bajarilayotgan xizmatlarni ko'rsatish:
|
||||||
|
|
||||||
|
`cmd -l`
|
||||||
|
|
||||||
|
- Biron xizmatni chaqirish:
|
||||||
|
|
||||||
|
`cmd {{alarm}}`
|
||||||
|
|
||||||
|
- Xizmatni argumentlar bilan ishlatish:
|
||||||
|
|
||||||
|
`cmd {{vibrator}} {{vibrate 300}}`
|
8
pages.uz/android/dalvikvm.md
Normal file
8
pages.uz/android/dalvikvm.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# dalvikvm
|
||||||
|
|
||||||
|
> Android Java virtual mashinasi.
|
||||||
|
> Ko'proq malumot: <https://source.android.com/devices/tech/dalvik>.
|
||||||
|
|
||||||
|
- Java dasturini ishga tushirish:
|
||||||
|
|
||||||
|
`dalvikvm -classpath {{fayl/uchun/yo_l.jar}} {{klassnomi}}`
|
29
pages.uz/android/dumpsys.md
Normal file
29
pages.uz/android/dumpsys.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# dumpsys
|
||||||
|
|
||||||
|
> Android tizimi xizmatlari to'g'risida malumot berish.
|
||||||
|
> Bu buyruq faqatgina `adb shell` bilan ishlatiladi.
|
||||||
|
> Ko'proq malumot: <https://developer.android.com/studio/command-line/dumpsys>.
|
||||||
|
|
||||||
|
- Tizimning barcha xizmatlari haqida tahliliy malumot:
|
||||||
|
|
||||||
|
`dumpsys`
|
||||||
|
|
||||||
|
- Biron xizmat to'g'risida tahliliy malumot olish:
|
||||||
|
|
||||||
|
`dumpsys {{service}}`
|
||||||
|
|
||||||
|
- `dumpsys` buyrug'idagi barcha xizmatlarni chiqaradi:
|
||||||
|
|
||||||
|
`dumpsys -l`
|
||||||
|
|
||||||
|
- Xizmatning argumentlarini chiqaradi:
|
||||||
|
|
||||||
|
`dumpsys {{service}} -h`
|
||||||
|
|
||||||
|
- Tahliliy malumotlar ro'yhatidan biron xizmatni qoldirish:
|
||||||
|
|
||||||
|
`dumpsys --skip {{service}}`
|
||||||
|
|
||||||
|
- Time out ni belgilash (sekundlarda):
|
||||||
|
|
||||||
|
`dumpsys -t {{sekund}}`
|
Loading…
Add table
Reference in a new issue