forked from tiann/KernelSU
-
Notifications
You must be signed in to change notification settings - Fork 0
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
31 changed files
with
408 additions
and
169 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
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
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
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
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
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,51 @@ | ||
|
||
[English](README.md) | [Español](README_ES.md) | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [日本語](README_JP.md) | [Polski](README_PL.md) | [Portuguese-Brazil](README_PT-BR.md) | [Türkçe](README_TR.md) | [Русский](README_RU.md) | [Tiếng Việt](README_VI.md) | [Indonesia](README_ID.md) | [עברית](README_iw.md) | **हिंदी** | ||
|
||
<div style="display: flex; align-items: center;"> | ||
<img src="https://kernelsu.org/logo.png" style="width: 96px;" alt=""> | ||
<div style="margin-left: 20px;"> | ||
<span style="font-size: large; "><b>KernelSU</b></span> | ||
<br> | ||
<span style="font-size: medium; "><i>Android उपकरणों के लिए कर्नेल-आधारित रूट समाधान।</i></span> | ||
</div> | ||
</div> | ||
|
||
## विशेषताएँ | ||
|
||
1. कर्नेल-आधारित `su` और रूट एक्सेस प्रबंधन। | ||
2. Overlayfs पर आधारित मॉड्यूल प्रणाली। | ||
3. [App Profile](https://kernelsu.org/guide/app-profile.html): Root शक्ति को पिंजरे में बंद कर दो। | ||
|
||
## अनुकूलता अवस्था | ||
|
||
KernelSU आधिकारिक तौर पर Android GKI 2.0 डिवाइस (कर्नेल 5.10+) का समर्थन करता है। पुराने कर्नेल (4.14+) भी संगत हैं, लेकिन कर्नेल को मैन्युअल रूप से बनाना होगा। | ||
|
||
इसके साथ, WSA, ChromeOS और कंटेनर-आधारित Android सभी समर्थित हैं। | ||
|
||
वर्तमान में, केवल `arm64-v8a` और `x86_64` समर्थित हैं। | ||
|
||
## प्रयोग | ||
|
||
- [स्थापना निर्देश](https://kernelsu.org/guide/installation.html) | ||
- [कैसे बनाना है ?](https://kernelsu.org/guide/how-to-build.html) | ||
- [आधिकारिक वेबसाइट](https://kernelsu.org/) | ||
|
||
## अनुवाद करना | ||
|
||
KernelSU का अनुवाद करने या मौजूदा अनुवादों को बेहतर बनाने में सहायता के लिए, कृपया इसका उपयोग करें [Weblate](https://hosted.weblate.org/engage/kernelsu/). | ||
|
||
## बहस | ||
|
||
- Telegram: [@KernelSU](https://t.me/KernelSU) | ||
|
||
## लाइसेंस | ||
|
||
- `Kernel` निर्देशिका के अंतर्गत फ़ाइलें हैं [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) | ||
- `Kernel` निर्देशिका को छोड़कर अन्य सभी भाग हैं [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html) | ||
|
||
## आभार सूची | ||
|
||
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): KernelSU विचार। | ||
- [Magisk](https://github.com/topjohnwu/Magisk): शक्तिशाली root उपकरण। | ||
- [genuine](https://github.com/brevent/genuine/): apk v2 हस्ताक्षर सत्यापन। | ||
- [Diamorphine](https://github.com/m0nad/Diamorphine): कुछ रूटकिट कौशल। |
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
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
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
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
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
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
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
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,45 @@ | ||
[English](README.md) | [Español](README_ES.md) | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [日本語](README_JP.md) | [Polski](README_PL.md) | [Portuguese-Brazil](README_PT-BR.md) | [Türkçe](README_TR.md) | [Русский](README_RU.md) | [Tiếng Việt](README_VI.md) | [Indonesia](README_ID.md) | **עברית** | [हिंदी](README_IN.md) | ||
|
||
# KernelSU | ||
|
||
פתרון לניהול root מבוסס על Kernel עבור מכשירי Android. | ||
|
||
## תכונות | ||
|
||
1. ניהול root ו־`su` מבוססים על Kernel. | ||
2. מערכת מודולים מבוססת overlayfs. | ||
3. [פרופיל אפליקציה](https://kernelsu.org/guide/app-profile.html): נעילת גישת root בכלוב. | ||
|
||
## מצב תאימות | ||
|
||
KernelSU תומך במכשירי Android GKI 2.0 (kernel 5.10+) באופן רשמי. לליבות ישנות (4.14+) יש גם תאימות, אך יידרש לבנות את הליבה באופן ידני. | ||
|
||
באמצעות זה, תמיכה זמינה גם ל-WSA, ChromeOS ומכשירי Android המבוססים על מיכלים. | ||
|
||
כרגע, רק `arm64-v8a` ו־`x86_64` נתמכים. | ||
|
||
## שימוש | ||
|
||
- [הוראות התקנה](https://kernelsu.org/guide/installation.html) | ||
- [איך לבנות?](https://kernelsu.org/guide/how-to-build.html) | ||
- [האתר רשמי](https://kernelsu.org/) | ||
|
||
## תרגום | ||
|
||
כדי לעזור בתרגום של KernelSU או לשפר תרגומים קיימים, יש להשתמש ב-[Weblate](https://hosted.weblate.org/engage/kernelsu/). | ||
|
||
## דיון | ||
|
||
- Telegram: [@KernelSU](https://t.me/KernelSU) | ||
|
||
## רשיון | ||
|
||
- קבצים תחת הספרייה `kernel` מוגנים על פי [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) | ||
- כל החלקים האחרים, למעט הספרייה `kernel`, מוגנים על פי [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html) | ||
|
||
## קרדיטים | ||
|
||
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): הרעיון של KernelSU. | ||
- [Magisk](https://github.com/topjohnwu/Magisk): הכלי הסופר חזק לניהול root. | ||
- [genuine](https://github.com/brevent/genuine/): אימות חתימת apk v2. | ||
- [Diamorphine](https://github.com/m0nad/Diamorphine): כמה יכולות רוט. |
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
Oops, something went wrong.