-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Please check before submitting an issue
- I have searched the issues and haven't found anything relevant
- I will upload bugreport file in KernelSU Manager - Settings - Report log
- I know how to reproduce the issue which may not be specific to my device
Describe the bug
(This issue may look like #2095, but I can't verify yet)
Currently with latest KSU on BlissOS, tested on kernel 6.1 & 6.6 & 6.9 & 6.11, there are some bugs that I started to notice: While some apps like Aurora Store, Neo Store & FoxLog can be able to grant root and use normally, some are broken in functions or just straight up not working:
- Termux can only be able to go to
su
if using/system/bin/su
, and when in su no $PATH is set other than Termux or KSU own path. - MiXplorer can't be able to use
Allow Root
even set withrootexplorer.root
orsystem
template. I tried another app Amaze File Manager with theirRoot Explorer
&Use legacy listing for root
and it can do things like show the whole/data
but can't access anything in/data/app
. - If using another term app like TermOnePlus, it will not working even if using either
su
or/system/bin/su
All recent BlissOS builds with KernelSU 1.0.1 have this issue. And currently they are on kernel 6.1. I bumped kernel to 6.6 to test locally and it show the same behaviour. For newer kernel that are on stable branch, the same behaviour can be seen on this PR I made . Recently I do try to build for kernel 6.11 and it also have the same behaviour (here is my fork for 6.11).
To Reproduce
- For kernel 6.1 + KSU 1.0.1 testing, download any latest stable build of BlissOS
- For kernel 6.1 + KSU 0.9.2 testing, download older builds such as 16.9.6, 15.9.1 or 14.10.2
- For kernel 6.9 + KSU 0.9.2 testing, download latest BlissOS Zenith (16.9.6)
- For kernel 6.6 + KSU 1.0.1 or kernel 6.11 + KSU 1.0.1 tesing, it's currently WIP and still being worked on. If anyone ask, I'll provide.
Expected behavior
Apps can be able to grant root and work as expected
Screenshots
An example of Termux can't use su
can be seen here : #1785 (comment)
Logs
will provide soon
Device info
- Device: Generic x86_64-v2 devices
- OS Version: Android 11/12.1/13/14
- KernelSU Version: 1.0.1 (latest main)
- Kernel Version: 6.1.x + 6.6.x + 6.11.x
Additional context
One last thing that I tested is to downgrade to 0.9.2 as some people suggested , it only work with kernel 6.1 & 6.6. If you port it to higher kernel like 6.9, it will have the exact same issue.