Commit Graph

354 Commits

Author SHA1 Message Date
米凛MiRin
51556d1253 strings: add copyright infomation (#275)
* copyright: Correct copyright owner information

* string: add copyright infomation
2025-07-14 15:21:48 +08:00
ShirkNeko
ba26677cfc Merge some files and rewrite the update history 2025-03-22 14:09:21 +08:00
igor
d8dbcbb462 website: fix minor typos (#2482) 2025-03-02 15:55:29 +08:00
igor
cef7f30c2e website: update translation (#2471) 2025-02-24 11:41:00 +08:00
eclipsek20
611fe533b3 FAQ Slight spelling fix (#2470)
Fixed spelling in FAQ
2025-02-23 23:08:23 +08:00
eclipsek20
a41f454fa5 FAQ Edit regarding KernelSU support and wording change. (#2468)
Clarification on KernelSU device support and wording change in a few
FAQs.
2025-02-23 10:45:35 +08:00
igor
cbff9b8ba1 website: enhanced english/portuguese translation (#2427)
Enhanced english/portuguese translation for better fluency, grammar,
clarity, and text accuracy.
2025-02-13 11:54:30 +08:00
D8G Official
633bc4fc47 [add device]: Xiaomi Poco F6 (Peridot) (#2434)
Also update supported links
2025-02-12 12:10:11 +08:00
backslashxx
e7cffe3843 [Remove devices] daisy, sakura, ysl, sunny/mojito, fog/rain/wind (#2431)
810a62f795
2025-02-12 12:09:49 +08:00
Moe Baka
401b5b8c67 docs: typo & text spacing fixes (#2420)
修复一些错别字、标点;补充部分中英文间距
2025-02-07 09:54:29 +08:00
chinanoahli
de49edc2d7 website: fixed typos (#2401) 2025-02-01 21:52:48 +08:00
github-actions[bot]
b754f7af89 [add device]: (#2351)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2350

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com>
2025-01-24 19:32:32 +08:00
github-actions[bot]
7a9ac75a7b [add device]: (#2356)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2355

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com>
2025-01-24 19:30:58 +08:00
Tej Reddy Marthala
1d5d5b982d Add m23xq device kernel (#2346)
Add non-gki kernel

Device: Samsung Galaxy F23 and M23
2025-01-24 19:28:21 +08:00
weishu
dab95c16e5 Ads experiments 2025-01-07 13:49:40 +08:00
Rem01Gaming
946391d697 templates/shizuku.root: Fix shizuku service unable to run properly (#2319)
## Shizuku needs DAC_OVERRIDE and CHOWN capabilities to work properly
previous settings only grant `DAC_READ_SEARCH` causing Shizuku unable to
chown service executable and making it unable to work properly.
`DAC_OVERRIDE` capability added to allow Shizuku to execute it's service
after chown.

---

### Before Fix

![IMG_20241226_210507_769](https://github.com/user-attachments/assets/cea7329c-e393-4d8b-88cf-83be086971e5)

---
### After Fix

![IMG_20241226_211118_445](https://github.com/user-attachments/assets/e12a7aa8-2ee6-4bea-baca-47b99a4f8a44)

Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
2024-12-26 23:11:05 +08:00
misoni
f715af0688 website: Update Japanese translation of installation guide (#2296) 2024-12-25 10:27:03 +08:00
igor
a634ec2bfc website: update translation (#2226) 2024-12-13 12:22:07 +08:00
Vuong Kha Sieu
8d31bd3e5a Create wireguard.root template (#2249)
These two permission is absolutely required:
- CAP_NET_ADMIN is needed for modifying routes.
- CAP_NET_RAW is for modifying iptables.
When the app starts to set up a tunnel, it seems to execute "cat
/sys/module/wireguard/version" to check if wireguard kernel module is
loaded or not. Despite the permission seems okay, without
CAP_DAC_READ_SEARCH it could not read the version number and threw an
error in the application log.
CAP_DAC_OVERRIDE is needed optionally for installing Wireguard command
line tools. It could be turned back off once the binaries have been
copied.
2024-12-13 12:21:22 +08:00
Rissu
a30de429ab website: Remove device maintained by @rsuntk (#2262)
I no longer maintained it

Signed-off-by: rsuntk <rissu.ntk@gmail.com>
2024-12-13 12:20:55 +08:00
Rifat Azad
8031b9aae1 Renewed rmx3511 kernel source git repo link (#2164) 2024-10-29 13:57:46 +08:00
Rifat Azad
2f9210b2e7 add device to unofficial supported list (#2136)
added realme c35 (RMX3511) to the unofficial supported list
2024-10-15 10:02:06 +08:00
github-actions[bot]
2da7022a1e [add device]: (#2117)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2116

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-06 17:42:13 +08:00
Howard Wu
50f48a33f1 Update doc for zh_CN (#2049) 2024-09-14 11:56:28 +08:00
Peter Noël Muller
6db6893e1b website/docs: add N0Kernel and NOVA kernels (#2012)
Add N0kernel and NOVA kernels to the unofficially supported devices
section in the KernelSU website.
KernelSU isn't added in the [source of NOVA
kernel](https://github.com/kvsnr113/xiaomi_sm8250_kernel), however his
builds include KernelSU ones as it can be seen in his [releases
repo](https://github.com/kvsnr113/nova_kernel_releases/releases).
2024-09-04 14:57:10 +08:00
igor
0622225eca website: update translation (#2010) 2024-08-25 22:10:53 +08:00
Rem01Gaming
f4561e51a8 templates/kernelmanager.root: Adjust capabilities (#1948)
* Following capabilities are removed as not commonly used on Kernel
Managers:
 - CAP_SYS_NICE
 - CAP_PERFMON
 - CAP_SYS_MODULE
 - CAP_SYS_RESOURCE

* Added CAP_DAC_OVERRIDE to prevent read/write permission issues

Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
2024-08-25 12:02:13 +08:00
sus
4b978cc7c1 website: Updated translations (#1959)
更新翻譯
2024-08-25 11:52:43 +08:00
dabao1955
8169a16f56 website: fix selected kernelsu version on non-gki steps (#1848) 2024-08-25 11:51:50 +08:00
Pang YS
f7ae418e49 id_ID: Update guide for Non-GKI devices (#1975) 2024-08-25 11:51:25 +08:00
github-actions[bot]
195c9081bc [add device]: (#2006)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/2005

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-25 11:49:53 +08:00
igor
3dc6e65586 website: fix typo (#1834) 2024-06-29 10:55:55 +08:00
dabao1955
0fa203d021 website: fix typo (#1807) 2024-06-16 22:06:15 +08:00
igor
149d25751c website: update translations (#1796) 2024-06-05 01:15:55 +08:00
Coconut
0373646f41 non-GKI:Remove maintainer Coconutat's repositories (#1794) 2024-06-03 16:37:52 +08:00
KeJia
55950be0eb 从非官方支持设备中移除K-Nel-M1721 (#1792) 2024-06-03 16:37:22 +08:00
weishu
1f24daa79d docs: Add description for non gki integration 2024-06-01 21:18:34 +08:00
igor
b766b98513 website: fixed small typo (#1780) 2024-05-29 11:18:27 +08:00
igor
916d6bcd06 website: update translation (#1779) 2024-05-28 10:30:59 +08:00
igor
1071a5c135 website: update translations (#1772) 2024-05-27 10:35:41 +08:00
Akari
81f1a47cec website: added conditional preprocessor directive (#1774)
Signed-off-by: Akari <akariondev@gmail.com>
2024-05-27 10:33:44 +08:00
Scruel Tao
6a3979842b doc: add boot scripts process explanation (#1726)
Co-authored-by: weishu <twsxtd@gmail.com>
2024-05-26 17:10:45 +08:00
igor
57a5f39f81 website: update translations (#1760) 2024-05-25 11:08:35 +08:00
Sreeshankar K
717c0fee61 [add device] OnePlus Nord - avicii (#1749) 2024-05-21 09:36:11 +08:00
Joseph P
82d965f44c docs: update documentation for the website (#1750)
Description:

I was originally browsing through project's FAQ on the
[website](https://kernelsu.org/) and noticed a few discrepancies across
the text.<br>I edited them out, and once having finished with the FAQ, I
looked through other website pages as well.

Changes:

- updated documentation for the project's website (English version).

--
P.S. I actually appreciate the partial documentation on GKI and in-depth
Android mechanisms present in it. While there is of course documentation
from Google, it is nice to have guidelines from a more practical
standpoint.
2024-05-21 09:35:51 +08:00
igor
d76004c6f1 website: update translations (#1717) 2024-05-16 10:30:48 +08:00
Hadad D
fb6ce7ee62 json: added KSU support in Android 14 for the Xiaomi Redmi 7 and Xiao… (#1732)
…mi Redmi Y3.

makes ksu user happy.
2024-05-16 10:28:55 +08:00
weishu
109442f8c4 docs: Add devpts description for non gki 2024-05-09 12:05:10 +08:00
Flame
8ee274f7d8 device: remove POCO F3/Redmi K40/Mi 11X (alioth) (#1694)
I do patches now,
https://codeberg.org/vyrine/android_vendor_extra/src/branch/main/patches/kernel_xiaomi_sm8250/0001-Implement-KernelSU.patch
2024-05-04 16:07:34 +08:00
Ruchit Marathe
32e0b57b46 [add device] Galaxy A52 and A72 (#1696)
* Update links for a52sxq and m52xq since BlackMesa123 stepped down and
i took over for those devices as well

Change-Id: I9b35fdce65da74fa757d5b77a3819c3174e12160

Signed-off-by: Ruchit <risenid@duck.com>
2024-05-04 16:07:09 +08:00