-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Uzbek language (…
- Loading branch information
1 parent
9aeda55
commit 90d0ec0
Showing
6 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |