-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magisk with libsu version after 4.0 show version as N/A #7021
Comments
Duplicate of #6914 |
This ROM use https://github.com/html6405/android_device_samsung_n5100 as kernel, and there is no related logic that hide root. @yujincheng08 |
to confirm, when you launched magisk and it shows N/A, use a root file explorer or terminal to check if /system/bin/su exists? |
Duplicate of #6976 |
@vvb2060 From screenshot it can be indicated that magisk daemon is working, which differ from the case that described in XDA.
@yujincheng08 konawifi:/ $ su
konawifi:/ # magisk --path
/sbin
konawifi:/ # mount | grep "magisk on"
magisk on /sbin type tmpfs (rw,seclabel,relatime,mode=755)
magisk on /sbin/.magisk/mirror/sbin type tmpfs (rw,seclabel,relatime,mode=755)
magisk on /system/bin/app_process32 type tmpfs (rw,seclabel,relatime,mode=755) according to 33f5154, if |
tldr for the
Should try to bisect between v24.1 and v24.2 to see what breaks the second stage install/log reader. Rollback libsu to 4.0.2 on commit f2c15c7 produce a manager that can detect Magisk version. |
start from this commit, manager behaves like below: before this commit: after v25.0, the manager can get manager log, but still cannot get magisk log Kernel version: 3.0.101-lineage-g318c6b765916 |
Open Magisk app, then run |
@canyie Magisk version: 5e2ef1b |
🤔 It's weird. |
|
🤔 Not sure how the shell get blocked
|
app-debug.zip |
not working.
via recovery it gave |
Maybe some other regressions I think? Does this build still show version N/A? |
Yes. |
Try artifacts from the latest CI build? https://github.com/topjohnwu/Magisk/actions/runs/5617639740 |
Works. Thank you! |
Another thing that I noticed is that the magisk cannot install by patch image in manager (saying |
Yeah, I noticed some regressions as well, and I submitted some fixes to the master branch. Retry with the latest CI build? https://github.com/topjohnwu/Magisk/actions/runs/5625739626 |
Hmm, looks like I messed up my internal storage's permission which makes it not working. Anyway, boot patch method is now working. |
Device & Android version: See #7020
Magisk version name: dd93556
Magisk version code: 26102
followed instruction in #7014 with no luck.
magisk_log_26102.log
magisk_log_v24.1_ndebug.log
magisk_log_v25.0_ndebug.log
The text was updated successfully, but these errors were encountered: