-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
1,455 additions
and
11 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,82 @@ | ||
--- | ||
layout: page | ||
title: android/am (فارسی) | ||
description: "مدیر فعالیت های اندروید" | ||
content_hash: b616b8f9cbbc19bab623842e5868d48e19b729d4 | ||
last_modified_at: 2023-09-14 | ||
related_topics: | ||
- title: বাংলা version | ||
url: /bn/android/am.html | ||
icon: bi bi-globe | ||
- title: Deutsch version | ||
url: /de/android/am.html | ||
icon: bi bi-globe | ||
- title: English version | ||
url: /en/android/am.html | ||
icon: bi bi-globe | ||
- title: español version | ||
url: /es/android/am.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/android/am.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/android/am.html | ||
icon: bi bi-globe | ||
- title: italiano version | ||
url: /it/android/am.html | ||
icon: bi bi-globe | ||
- title: Nederlands version | ||
url: /nl/android/am.html | ||
icon: bi bi-globe | ||
- title: polski version | ||
url: /pl/android/am.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/android/am.html | ||
icon: bi bi-globe | ||
- title: português (Portugal) version | ||
url: /pt_PT/android/am.html | ||
icon: bi bi-globe | ||
- title: русский version | ||
url: /ru/android/am.html | ||
icon: bi bi-globe | ||
- title: தமிழ் version | ||
url: /ta/android/am.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/android/am.html | ||
icon: bi bi-globe | ||
- title: o‘zbek version | ||
url: /uz/android/am.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/android/am.html | ||
icon: bi bi-globe | ||
- title: 中文 (繁體, 台灣) version | ||
url: /zh_TW/android/am.html | ||
icon: bi bi-globe | ||
--- | ||
|
||
This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. | ||
|
||
<hr># am | ||
|
||
مدیر فعالیت های اندروید | ||
اطلاعات بیشتر: <https://developer.android.com/studio/command-line/adb#am>. | ||
|
||
- یک فعالیت خاص رو شروع کن : | ||
|
||
`am start -n `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">com.android.settings/.Settings</span> | ||
|
||
- یک فعالیت خاص رو شروع کن و داده به آن ارسال کن : | ||
|
||
`am start -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">android.intent.action.VIEW</span>` -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">tel:123</span> | ||
|
||
- فعالیتی که با دسته بندی و عمل خاصی مطابقت داره رو شروع کن : | ||
|
||
`am start -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">android.intent.action.MAIN</span>` -c `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">android.intent.category.HOME</span> | ||
|
||
- یک اینتنت رو به یک URI تبدیل میکنه : | ||
|
||
`am to-uri -a `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">android.intent.action.VIEW</span>` -d `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">tel:123</span> |
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,68 @@ | ||
--- | ||
layout: page | ||
title: android/bugreport (فارسی) | ||
description: "نمایش یک گزارش خطا اندروید." | ||
content_hash: eef58cb9e001de532f9818b8e105401fa9463998 | ||
last_modified_at: 2023-09-14 | ||
related_topics: | ||
- title: বাংলা version | ||
url: /bn/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: Deutsch version | ||
url: /de/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: English version | ||
url: /en/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: español version | ||
url: /es/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: italiano version | ||
url: /it/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: polski version | ||
url: /pl/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: português (Portugal) version | ||
url: /pt_PT/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: русский version | ||
url: /ru/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: தமிழ் version | ||
url: /ta/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: o‘zbek version | ||
url: /uz/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/android/bugreport.html | ||
icon: bi bi-globe | ||
- title: 中文 (繁體, 台灣) version | ||
url: /zh_TW/android/bugreport.html | ||
icon: bi bi-globe | ||
--- | ||
|
||
This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. | ||
|
||
<hr># bugreport | ||
|
||
نمایش یک گزارش خطا اندروید. | ||
این دستور فقط از طریق `adb shell` قابل اجراست. | ||
اطلاعات بیشتر: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreport>. | ||
|
||
- یک گزارش خطای کامل از دستگاه مورد نظر نمایش میدهد : | ||
|
||
`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,77 @@ | ||
--- | ||
layout: page | ||
title: android/bugreportz (فارسی) | ||
description: "تولید یک گزارش خطای اندروید فشرده شده." | ||
content_hash: c14d9bb06e6e58e6cf7db8d8d0bfbb2d19bc93ab | ||
last_modified_at: 2023-09-14 | ||
related_topics: | ||
- title: বাংলা version | ||
url: /bn/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: Deutsch version | ||
url: /de/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: English version | ||
url: /en/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: español version | ||
url: /es/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: polski version | ||
url: /pl/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: português (Portugal) version | ||
url: /pt_PT/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: русский version | ||
url: /ru/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: தமிழ் version | ||
url: /ta/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: o‘zbek version | ||
url: /uz/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/android/bugreportz.html | ||
icon: bi bi-globe | ||
- title: 中文 (繁體, 台灣) version | ||
url: /zh_TW/android/bugreportz.html | ||
icon: bi bi-globe | ||
--- | ||
|
||
This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. | ||
|
||
<hr># bugreportz | ||
|
||
تولید یک گزارش خطای اندروید فشرده شده. | ||
این دستور فقط از طریق `adb shell` قابل اجراست. | ||
اطلاعات بیشتر: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>. | ||
|
||
- تولید که گزارش خطای کامل از یک دستگاه اندرویدی : | ||
|
||
`bugreportz` | ||
|
||
- نمایش فرایند اجرای دستور `bugreportz` : | ||
|
||
`bugreportz -p` | ||
|
||
- نمایش نسخه `bugreportz` : | ||
|
||
`bugreportz -v` | ||
|
||
- نمایش راهنمایی : | ||
|
||
`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,75 @@ | ||
--- | ||
layout: page | ||
title: android/cmd (فارسی) | ||
description: "مدیر سرویس اندروید." | ||
content_hash: 1395cf53e6caa645718df53536e3ded9402927c9 | ||
last_modified_at: 2023-09-14 | ||
related_topics: | ||
- title: বাংলা version | ||
url: /bn/android/cmd.html | ||
icon: bi bi-globe | ||
- title: Deutsch version | ||
url: /de/android/cmd.html | ||
icon: bi bi-globe | ||
- title: English version | ||
url: /en/android/cmd.html | ||
icon: bi bi-globe | ||
- title: español version | ||
url: /es/android/cmd.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/android/cmd.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/android/cmd.html | ||
icon: bi bi-globe | ||
- title: italiano version | ||
url: /it/android/cmd.html | ||
icon: bi bi-globe | ||
- title: polski version | ||
url: /pl/android/cmd.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/android/cmd.html | ||
icon: bi bi-globe | ||
- title: português (Portugal) version | ||
url: /pt_PT/android/cmd.html | ||
icon: bi bi-globe | ||
- title: русский version | ||
url: /ru/android/cmd.html | ||
icon: bi bi-globe | ||
- title: தமிழ் version | ||
url: /ta/android/cmd.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/android/cmd.html | ||
icon: bi bi-globe | ||
- title: o‘zbek version | ||
url: /uz/android/cmd.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/android/cmd.html | ||
icon: bi bi-globe | ||
- title: 中文 (繁體, 台灣) version | ||
url: /zh_TW/android/cmd.html | ||
icon: bi bi-globe | ||
--- | ||
|
||
This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. | ||
|
||
<hr># cmd | ||
|
||
مدیر سرویس اندروید. | ||
اطلاعات بیشتر: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>. | ||
|
||
- فهرست تمام سرویس های درحال اجرا : | ||
|
||
`cmd -l` | ||
|
||
- فراخوان یک سرویس : | ||
|
||
`cmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">سرویس</span> | ||
|
||
- فراخوان یک سرویس با مقادیر ورودی : | ||
|
||
`cmd `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">سرویس</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">استدلال 1 استدلال 2 ...</span> |
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,67 @@ | ||
--- | ||
layout: page | ||
title: android/dalvikvm (فارسی) | ||
description: "ماشین مجازی اندروید." | ||
content_hash: efdff9b9ba97076a3e2c28a9444e13ba0868bda1 | ||
last_modified_at: 2023-09-14 | ||
related_topics: | ||
- title: বাংলা version | ||
url: /bn/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: Deutsch version | ||
url: /de/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: English version | ||
url: /en/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: español version | ||
url: /es/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: français version | ||
url: /fr/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: Indonesia version | ||
url: /id/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: italiano version | ||
url: /it/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: polski version | ||
url: /pl/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: português (Brasil) version | ||
url: /pt_BR/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: português (Portugal) version | ||
url: /pt_PT/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: русский version | ||
url: /ru/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: தமிழ் version | ||
url: /ta/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: Türkçe version | ||
url: /tr/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: o‘zbek version | ||
url: /uz/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: 中文 version | ||
url: /zh/android/dalvikvm.html | ||
icon: bi bi-globe | ||
- title: 中文 (繁體, 台灣) version | ||
url: /zh_TW/android/dalvikvm.html | ||
icon: bi bi-globe | ||
--- | ||
|
||
This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while. | ||
|
||
<hr># dalvikvm | ||
|
||
ماشین مجازی اندروید. | ||
اطلاعات بیشتر: <https://source.android.com/devices/tech/dalvik>. | ||
|
||
- اجرای یک برنامه جاوا : | ||
|
||
`dalvikvm -classpath `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">مسیر/به/فایل.jar</span>` `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">classname</span> |
Oops, something went wrong.