APatch icon indicating copy to clipboard operation
APatch copied to clipboard

the infinity superuser loading/超级用户页面无法加载

Open bit8192 opened this issue 8 months ago • 6 comments

Please check before submitting an issue/在提交 issue 前请检查

  • [x] I have searched the issues and haven't found anything relevant/我已经搜索了 issues 列表,没有发现于本问题相关内容
  • [x] If patch failed, root failed, or device unable to boot after flashing the new boot.img. Please goto KernelPatch/修复失败或刷入修补后镜像不能启动,请前往 KernelPatch 提问
  • [x] I will upload bugreport file in APatch Manager - Settings - Report log/我会上传 bureport 文件从 APatch 管理器 - 设置 - 发送日志
  • [x] I know how to reproduce the issue which may not be specific to my device/我知道如何重新复现这个问题

Version requirement/版本要求

  • [x] I am using latest CI version of APatch/我正在使用最新 CI 版本

Describe the bug/描述 bug

在adb命令中能够正常使用su获取root In the adb command, "su" can be used normally to obtain root

但是superadmin页面一直在加载 However, the superadmin page has been loading continuously

我找到了https://github.com/bmax121/APatch/issues/825这个问题,但是我们的内核似乎并不同,我也不知道如何解决这个问题 I found https://github.com/bmax121/APatch/issues/825 this problem, but we seem to be the kernel and different, I don't know how to solve this problem either

Reproduce method/复现方法

我并没有安装任何模块 I haven't installed any modules

Expected behavior/预期行为

superadmin页面能够列出应用并进行授权 The superadmin page can list applications and authorize them

Actual behaviour /实际行为

superadmin页面一直在加载 the superadmin page has been loading continuously

Screenshots/截图

Image

Image

Logs/日志

No response

Device Name/设备名称

Xiaomi 13 Pro

OS Version/系统版本

15 (API 35)

APatch Version/APatch 版本

11039

Kernel Version/内核版本

5.15.148-android13-8-00004

KernelPatch Version/KernelPatch 版本

0.11.2

Additional context/其他信息

APatch_bugreport_2025-04-23_22_36.tar.gz

bit8192 avatar Apr 23 '25 15:04 bit8192

Yes, I have the same bug. 是的,我也出现了同样bug

wings1848 avatar Jun 10 '25 08:06 wings1848

root may actually working, it may caused by binder not responding. https://github.com/People-11/APatch/actions/runs/16148150368 try my build, replaced IAPRootService.Stub.asInterface(binder).getPackages(0) with apApp.packageManager.getInstalledPackages(0) if this build not working for you, please switch back to official one. I removed the signature check for personal convenience, which reduces security

People-11 avatar Jul 11 '25 03:07 People-11

root may actually working, it may caused by binder not responding. https://github.com/People-11/APatch/actions/runs/16148150368 try my build, replaced IAPRootService.Stub.asInterface(binder).getPackages(0) with apApp.packageManager.getInstalledPackages(0) if this build not working for you, please switch back to official one. I removed the signature check for personal convenience, which reduces security

@People-11 This fixed the issue for me. Would you consider opening a PR to merge your changes? Thanks

Ephemera42 avatar Jul 21 '25 12:07 Ephemera42

@People-11 This fixed the issue for me. Would you consider opening a PR to merge your changes? Thanks

No, this commit actually use the same method as bmax removed here which is not working for him. And this method doesn't support multi-user.

People-11 avatar Jul 24 '25 07:07 People-11

Same bug. I have a boox note air 4c (an e-ink device); android 13 too, kernel 4.19.157

nahieluniversal avatar Oct 06 '25 20:10 nahieluniversal

Same bug. I have a boox note air 4c (an e-ink device); android 13 too, kernel 4.19.157

I solved the problem temporarily by resetting props with adb shell su on a computer, then using resetprop command. It fixes the problem until the device is rebooted

nahieluniversal avatar Oct 09 '25 12:10 nahieluniversal