tiann
c4c597da9e
website: Add docs for REPLACE variables
2023-03-27 17:27:53 +08:00
tiann
e5617e236c
website: Fix sidebar of zh_CN
2023-03-27 17:01:01 +08:00
tiann
b1af4ada60
ksud: fix clippy
2023-03-27 15:44:18 +08:00
tiann
284b962d64
website: Add anchors for zh_CN
2023-03-27 15:35:57 +08:00
tiann
86ff022dc6
website: Add docs for REMOVE
2023-03-27 15:17:55 +08:00
tiann
dcbbbab11e
ksud: Support remove files in customize.sh by REMOVE variables.
...
e.g:
REMOVE="
/system/app/YouTube
/system/app/Bloatware
"
2023-03-27 15:04:28 +08:00
tiann
14b2afe78d
feat: Add documentation for rescuing from bootloop.
...
- Add new link to sidebar of zh_CN documentation page
- Add new link to sidebar navigation in English documentation page
- Add new guide for rescuing from bootloop
- Include methods for rescuing wrong module flashing
- Provide mechanisms for safe mode and AB updates for module recovery
2023-03-27 11:37:18 +08:00
tiann
ba4ffa7598
ksud: Since we have forbidden module running when Magisk installed, we
...
can now move common script from /data/adb/ksu/post-fs-data.d ->
/data/adb/post-fs-data.d and /data/adb/ksu/service.d ->
/data/adb/service.d
2023-03-27 10:51:25 +08:00
tiann
92ae0e5460
ci: Fix cross build error with Rust 1.68
2023-03-26 17:35:33 +08:00
Kung-chih
1ace028cef
Update zh-rHK and zh-rTW strings ( #323 )
2023-03-26 15:51:01 +08:00
tiann
43ca2b9831
Add docs for module
2023-03-26 15:43:34 +08:00
Shatyuka
ecd5af76ab
kernel: use git from PATH ( #316 )
...
One should have git in PATH in order to build Android kernel.
Also it's weird that git is used in `setup.sh` without absolute path.
2023-03-23 15:01:24 +08:00
Shatyuka
be452a22f0
kernel: Makefile new line with posix compatible ( #318 )
...
30abd9e310 (commitcomment-105526985)
2023-03-23 10:41:12 +08:00
tiann
6d6f793c69
Revert "kernel: add new line in driver Makefile ( #317 )"
...
This reverts commit 30abd9e310 .
2023-03-22 19:33:08 +08:00
Shatyuka
30abd9e310
kernel: add new line in driver Makefile ( #317 )
...
some device tree has no new line in Makefile
2023-03-22 15:39:12 +08:00
Soo-Hwan Na
d0e3b2672d
kernel: Add input hook to ksu_hooks.h ( #315 )
...
Then we don't have to do extern input_hook(...) ; input_hook(..) and
just include header file and use input_hook(...) only
Like
f39f4823a1
Not
0c491aca8a
2023-03-21 09:45:12 +08:00
github-actions[bot]
3b8a3ca26f
[add device]: ( #311 )
...
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/310
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com >
2023-03-20 10:23:16 +08:00
github-actions[bot]
33a096da22
[add device]: ( #309 )
...
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/308
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: weishu <twsxtd@gmail.com >
2023-03-20 10:22:01 +08:00
github-actions[bot]
72ba3ba086
[add device]: Asus Zenfone Max Pro M1/M2 ( #313 )
...
Asus Zenfone Max Pro M1/M2 has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/312
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-20 10:19:47 +08:00
tiann
5dd430e6a6
website: update FAQ
2023-03-14 11:00:35 +08:00
tiann
77056a7100
kernel: remove unused poll wait becuase we always call this in post-fs-data, no need to wait for /data mounted
2023-03-08 15:45:56 +08:00
TinyHai
76b9790ffb
manager: make a small adjustment to module screen ( #291 )
2023-03-03 17:29:53 +08:00
weishu
54d2962a0d
kernel: add_type for 5.4 is supported actually.
2023-03-03 11:17:17 +07:00
TinyHai
7846b2a440
manager: replace SwipeRefresh with PullRefreshIndicator & refactor so… ( #288 )
...
- replace SwipeRefresh with PullRefreshIndicator
- optimize pull refresh
- refactor some code
- fix install bottom in module page again
2023-03-02 12:35:41 +08:00
tiann
8bbfe0c26d
manager: Add pstore and diag to bugreport
2023-03-02 11:46:12 +08:00
Amicia De Rune
5c67334889
manager: update id translation ( #286 )
...
Signed-off-by: RooGhz720 <rooghz720@gmail.com >
2023-03-02 11:00:43 +08:00
tiann
0b1b73a05d
manager: Fix install button in module page
2023-03-01 14:22:46 +08:00
tiann
203dc42e75
manager: hide install button when magisk installed.
2023-03-01 12:51:04 +08:00
tiann
9f6e9f5db6
manager: Show module conflict state with Magisk
2023-03-01 12:12:31 +08:00
tiann
ee09b9f9f4
ksud: Breaking change: modules are mounted to /data/adb/modules and will disable itself when magisk installed.
2023-03-01 11:49:54 +08:00
tiann
c534ef672e
manager: Add prop to bugreport
2023-03-01 11:48:24 +08:00
tiann
c34a5ae2a6
ksud: Disable modules when magisk installed
2023-03-01 11:41:53 +08:00
tiann
1c65048813
website: fix typo and add KernelFlasher
2023-03-01 10:56:20 +08:00
uaevuon
3b8d0b83d4
website: Fix typo ( #283 )
2023-02-28 14:10:31 +08:00
Fankesyooni
b2c39af069
website: Fix wrong directory name in document ( #282 )
...
I think there is a misspell in document
2023-02-27 22:57:40 +08:00
rhjdvsgsgks
5c3df7e7a5
kernel: make some compiler happy again ( #279 )
...
e743722449
still not fix #252
2023-02-26 22:08:50 +08:00
tiann
ffa5a93c75
ksud: fix mount and remount order
2023-02-26 11:44:08 +08:00
tiann
794b725928
website: Update sirius device. close #275
2023-02-25 10:50:50 +08:00
tiann
ffc06525fb
ksud: don't touch rootfs mount
2023-02-24 20:00:57 +08:00
tiann
3fe99712ba
manager: Remove the confusing UI of system rw. Many users don't know what is used for and most users don't need this (it is recommended to use module to modify /system). Maybe i'll add it back for cli usage (such as ksud enable system_rw
2023-02-24 12:41:32 +08:00
TinyHai
765c2b7d1f
manager: update dep version to fix bug #269 ( #272 )
2023-02-24 12:25:01 +08:00
tiann
f789bb8c53
ksud: make it buildable without git installed
2023-02-24 11:55:03 +08:00
tiann
745f109686
Revert "ksud: make it buildable without git installed"
...
This reverts commit 8ed3bd53ac .
2023-02-24 11:53:04 +08:00
tiann
8ed3bd53ac
ksud: make it buildable without git installed
2023-02-24 11:41:39 +08:00
weishu
40d7d62af2
kernel: optimize vfs_read probe.
2023-02-23 12:12:50 +07:00
weishu
09fb118d22
kernel: return early for prctl command
2023-02-22 14:26:53 +07:00
Howard Wu
0c3731b0bd
Fix WSA Kernel build ( #267 )
...
1. Use ubuntu-20.04
1. Use LLVM 12
1. Fix build cache
1. Fix KernelSU version
2023-02-22 09:20:37 +08:00
tiann
349fd09440
ksud: remove original file after copy
2023-02-22 00:08:18 +08:00
tiann
bd3773f32a
Revert "ci: use ubuntu-latest for wsa build"
...
This reverts commit 572708c283 .
2023-02-21 23:58:31 +08:00
tiann
572708c283
ci: use ubuntu-latest for wsa build
2023-02-21 23:56:19 +08:00