forked from vantoman/kernel_xiaomi_sm6150
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
070c66a
commit df2afde
Showing
33 changed files
with
481 additions
and
104 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
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** | [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) | ||
|
||
# KernelSU | ||
|
||
Giải pháp root thông qua thay đổi trên nhân hệ điều hành cho các thiết bị Android. | ||
|
||
## Tính năng | ||
|
||
1. Hỗ trợ gói thực thi `su` và quản lý quyền root. | ||
2. Hệ thống mô-đun thông qua overlayfs. | ||
3. [Hồ sơ ứng dụng](https://kernelsu.org/guide/app-profile.html): Hạn chế quyền root của ứng dụng. | ||
|
||
## Tình trạng tương thích | ||
|
||
KernelSU chính thức hỗ trợ các thiết bị Android với nhân GKI 2.0(phiên bản nhân 5.10+), các phiên bản nhân cũ hơn(4.14+) cũng tương thích, nhưng bạn cần phải tự biên dịch. | ||
|
||
WSA, ChromeOS và Android dựa trên container(container-based) cũng được hỗ trợ bởi KernelSU. | ||
|
||
Hiên tại Giao diện nhị phân của ứng dụng (ABI) được hỗ trợ bao gồm `arm64-v8a` và `x86_64` | ||
|
||
## Sử dụng | ||
|
||
- [Hướng dẫn cài đặt](https://kernelsu.org/vi_VN/guide/installation.html) | ||
- [Cách để build?](https://kernelsu.org/vi_VN/guide/how-to-build.html) | ||
- [Website chính thức](https://kernelsu.org/) | ||
|
||
## Hỗ trợ dịch | ||
|
||
Nếu bạn muốn hỗ trợ dịch KernelSU sang một ngôn ngữ khác hoặc cải thiện bản dịch trước, vui lòng sử dụng [Weblate](https://hosted.weblate.org/engage/kernelsu/). | ||
|
||
### Thảo luận | ||
|
||
- Telegram: [@KernelSU](https://t.me/KernelSU) | ||
|
||
## Giấy phép | ||
|
||
- Tất cả các file trong thư mục `kernel` dùng giấy phép [GPL-2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) | ||
- Tất cả các thành phần khác ngoại trừ thư mục `kernel` dùng giấy phép [GPL-3](https://www.gnu.org/licenses/gpl-3.0.html) | ||
|
||
## Lời cảm ơn | ||
|
||
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): vì ý tưởng cho KernelSU. | ||
- [Magisk](https://github.com/topjohnwu/Magisk): một công cụ root mạnh mẽ. | ||
- [genuine](https://github.com/brevent/genuine/): vì phương pháp xác thực apk v2. | ||
- [Diamorphine](https://github.com/m0nad/Diamorphine): vì các phương pháp che giấu của rootkit . |
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,82 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="profile_namespace">Imenski prostor nosača</string> | ||
<string name="profile_namespace_inherited">Naslijeđen</string> | ||
<string name="profile_namespace_global">Globalan</string> | ||
<string name="profile_namespace_individual">Pojedinačan</string> | ||
<string name="profile_groups">Grupe</string> | ||
<string name="profile_capabilities">Sposobnosti</string> | ||
<string name="profile_selinux_context">SELinux kontekst</string> | ||
<string name="profile_umount_modules">Umount module</string> | ||
<string name="failed_to_update_app_profile">Ažuriranje Profila Aplikacije za %s nije uspjelo</string> | ||
<string name="require_kernel_version">Trenutna KernelSU verzija %d je preniska da bi upravitelj ispravno radio. Molimo vas da nadogradite na verziju %d ili noviju!</string> | ||
<string name="settings_umount_modules_default">Umount module po zadanom</string> | ||
<string name="settings_umount_modules_default_summary">Globalna zadana vrijednost za \"Umount module\" u Profilima Aplikacije. Ako je omogućeno, uklonit će sve izmjene modula na sistemu za aplikacije koje nemaju postavljen Profil.</string> | ||
<string name="profile_umount_modules_summary">Uključivanjem ove opcije omogućit će KernelSU-u da vrati sve izmjenute datoteke od strane modula za ovu aplikaciju.</string> | ||
<string name="module_update">Ažuriranje</string> | ||
<string name="module_downloading">Skidanje module: %s</string> | ||
<string name="module_start_downloading">Započnite sa skidanjem: %s</string> | ||
<string name="new_version_available">Nova verzija: %s je dostupna, kliknite da skinete</string> | ||
<string name="launch_app">Pokrenite</string> | ||
<string name="force_stop_app">Prisilno Zaustavite</string> | ||
<string name="restart_app">Resetujte</string> | ||
<string name="selinux_status_enforcing">U Provođenju</string> | ||
<string name="home">Početna</string> | ||
<string name="home_not_installed">Nije instalirano</string> | ||
<string name="home_click_to_install">Kliknite da instalirate</string> | ||
<string name="home_superuser_count">Superkorisnici: %d</string> | ||
<string name="home_module_count">Module: %d</string> | ||
<string name="home_unsupported">Nepodržano</string> | ||
<string name="home_unsupported_reason">KernelSU samo podržava GKI kernele sad</string> | ||
<string name="home_manager_version">Verzija Upravitelja</string> | ||
<string name="home_fingerprint">Otisak prsta</string> | ||
<string name="home_selinux_status">SELinux stanje</string> | ||
<string name="module_install">Instalirajte</string> | ||
<string name="install">Instalirajte</string> | ||
<string name="reboot">Ponovo pokrenite</string> | ||
<string name="settings">Podešavanja</string> | ||
<string name="module_version">Verzija</string> | ||
<string name="module_author">Autor</string> | ||
<string name="refresh">Osvježi</string> | ||
<string name="show_system_apps">Prikažite sistemske aplikacije</string> | ||
<string name="hide_system_apps">Sakrijte sistemske aplikacije</string> | ||
<string name="safe_mode">Sigurnosni mod</string> | ||
<string name="reboot_to_apply">Ponovo pokrenite da bi proradilo</string> | ||
<string name="module_magisk_conflict">Module su isključene jer je u sukobu sa Magisk-om!</string> | ||
<string name="home_learn_kernelsu_url">https://kernelsu.org/guide/what-is-kernelsu.html</string> | ||
<string name="home_click_to_learn_kernelsu">Naučite kako da instalirate KernelSU i da koristite module</string> | ||
<string name="home_support_title">Podržite Nas</string> | ||
<string name="send_log">Pošaljite Izvještaj</string> | ||
<string name="home_learn_kernelsu">Naučite KernelSU</string> | ||
<string name="about_source_code">Pogledajte izvornu kodu na %1$s<br/>Pridružite nam se na %2$s kanalu</string> | ||
<string name="profile_selinux_domain">Domena</string> | ||
<string name="profile_selinux_rules">Pravila</string> | ||
<string name="failed_to_update_sepolicy">Neuspješno ažuriranje SELinux pravila za: %s</string> | ||
<string name="home_working">Radi</string> | ||
<string name="home_working_version">Verzija: %d</string> | ||
<string name="home_kernel">Kernel</string> | ||
<string name="selinux_status_permissive">Permisivno</string> | ||
<string name="uninstall">Deinstalirajte</string> | ||
<string name="selinux_status_unknown">Nepoznato</string> | ||
<string name="module_empty">Nema instaliranih modula</string> | ||
<string name="superuser">Superkorisnik</string> | ||
<string name="module">Modula</string> | ||
<string name="reboot_bootloader">Ponovo pokrenite u Pogonski Učitavatelj</string> | ||
<string name="reboot_recovery">Ponovo pokrenite u Oporavu</string> | ||
<string name="module_uninstall_success">%s deinstalirana</string> | ||
<string name="reboot_userspace">Lagano Ponovo pokretanje</string> | ||
<string name="module_failed_to_enable">Neuspješno uključivanje module: %s</string> | ||
<string name="reboot_download">Ponovo pokrenite u Preuzimanje</string> | ||
<string name="module_failed_to_disable">Neuspješno isključivanje module: %s</string> | ||
<string name="reboot_edl">Ponovo pokrenite u EDL</string> | ||
<string name="module_uninstall_failed">Neuspješna deinstalacija: %s</string> | ||
<string name="selinux_status_disabled">Isključeno</string> | ||
<string name="about">O</string> | ||
<string name="module_uninstall_confirm">Jeste li sigurni da želite deinstalirati modulu %s\?</string> | ||
<string name="module_overlay_fs_not_available">overlayfs nije dostupan, modula ne može raditi!</string> | ||
<string name="home_support_content">KernelSU je, i uvijek če biti, besplatan, i otvorenog izvora. Možete nam međutim pokazati da vas je briga s time da napravite donaciju.</string> | ||
<string name="profile_default">Zadano</string> | ||
<string name="profile_template">Šablon</string> | ||
<string name="profile_custom">Prilagođeno</string> | ||
<string name="profile_name">Naziv profila</string> | ||
</resources> |
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.