From 90d0ec0491f0700ab86dd9a2cef848c38847c63f Mon Sep 17 00:00:00 2001 From: Javlon <56770292+javlonrahimov@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:51:55 +0500 Subject: [PATCH] am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Uzbek language (#7041) --- pages.uz/android/am.md | 20 ++++++++++++++++++++ pages.uz/android/bugreport.md | 9 +++++++++ pages.uz/android/bugreportz.md | 21 +++++++++++++++++++++ pages.uz/android/cmd.md | 16 ++++++++++++++++ pages.uz/android/dalvikvm.md | 8 ++++++++ pages.uz/android/dumpsys.md | 29 +++++++++++++++++++++++++++++ 6 files changed, 103 insertions(+) create mode 100644 pages.uz/android/am.md create mode 100644 pages.uz/android/bugreport.md create mode 100644 pages.uz/android/bugreportz.md create mode 100644 pages.uz/android/cmd.md create mode 100644 pages.uz/android/dalvikvm.md create mode 100644 pages.uz/android/dumpsys.md diff --git a/pages.uz/android/am.md b/pages.uz/android/am.md new file mode 100644 index 000000000..ea5e3c352 --- /dev/null +++ b/pages.uz/android/am.md @@ -0,0 +1,20 @@ +# am + +> Android faoliyat boshqaruvi. +> Ko'proq malumot: . + +- 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}}` diff --git a/pages.uz/android/bugreport.md b/pages.uz/android/bugreport.md new file mode 100644 index 000000000..f6e30dff3 --- /dev/null +++ b/pages.uz/android/bugreport.md @@ -0,0 +1,9 @@ +# bugreport + +> Android xatolik xisobotini ko'rsatish. +> Bu buyruq faqat `adb shell` orqali amalga oshiriladi. +> Ko'proq malumot: . + +- Android qurulmasida to'liq xatoliklar xabarini ko'rsatish: + +`bugreport` diff --git a/pages.uz/android/bugreportz.md b/pages.uz/android/bugreportz.md new file mode 100644 index 000000000..9b7a7a4c5 --- /dev/null +++ b/pages.uz/android/bugreportz.md @@ -0,0 +1,21 @@ +# bugreportz + +> Arxivlangan Android xatolik xisoboti. +> Bu buyruq faqat `adb shell` orqali amalga oshiriladi. +> Ko'proq malumot: . + +- 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` diff --git a/pages.uz/android/cmd.md b/pages.uz/android/cmd.md new file mode 100644 index 000000000..886d1fc5a --- /dev/null +++ b/pages.uz/android/cmd.md @@ -0,0 +1,16 @@ +# cmd + +> Android xizmatlar boshqaruvchisi. +> Ko'proq malumot: . + +- Barcha bajarilayotgan xizmatlarni ko'rsatish: + +`cmd -l` + +- Biron xizmatni chaqirish: + +`cmd {{alarm}}` + +- Xizmatni argumentlar bilan ishlatish: + +`cmd {{vibrator}} {{vibrate 300}}` diff --git a/pages.uz/android/dalvikvm.md b/pages.uz/android/dalvikvm.md new file mode 100644 index 000000000..c2f6c3cc4 --- /dev/null +++ b/pages.uz/android/dalvikvm.md @@ -0,0 +1,8 @@ +# dalvikvm + +> Android Java virtual mashinasi. +> Ko'proq malumot: . + +- Java dasturini ishga tushirish: + +`dalvikvm -classpath {{fayl/uchun/yo_l.jar}} {{klassnomi}}` diff --git a/pages.uz/android/dumpsys.md b/pages.uz/android/dumpsys.md new file mode 100644 index 000000000..7bf6f0d08 --- /dev/null +++ b/pages.uz/android/dumpsys.md @@ -0,0 +1,29 @@ +# dumpsys + +> Android tizimi xizmatlari to'g'risida malumot berish. +> Bu buyruq faqatgina `adb shell` bilan ishlatiladi. +> Ko'proq malumot: . + +- 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}}`