Sui icon indicating copy to clipboard operation
Sui copied to clipboard

Modern super user interface implementation on Android.

Results 23 Sui issues
Sort by recently updated
recently updated
newest added

This is not a bug or something about that. i trying to read post-install.example.sh but still don't understand. and so i try to manual method copy file, but i don't...

* [PoC](https://github.com/Mufanc/Sui-Test/blob/954db902544aa34d9df674ecee9081728cf9c27f/app/src/main/java/sui/oneway/poc/MainActivity.kt#L35 )   该 Demo 的功能是设置 MIUI 的进程白名单,成功时会输出如下日志: ``` D/ProcessManager: update CL:[com.netease.cloudmusic] ```   使用 Shizuku 时功能正常,输出如下日志: ``` D/Service: transact: uid=10527, descriptor=miui.IProcessManager, code=8 ```   使用 Sui 时发生鉴权错误,找到如下日志: ``` W/Service: Permission Denial:...

- 系统:Android 11 (ArrowOS) - 设备:小米 6X (wayne) - Magisk: v24.3 - Sui: 当前 CI 最新版 (`f8eee8c`) v12.6.1-release 在手机上创建 `enable_adb_root` 文件并重启后,`adb root` 仍然提示 `adbd cannot run as root in production...

坚果r1 SmartisanOS 7.2.0.3 安卓8.1.0 riru 最新版 magisk最新版 模块列表 sui从12.0.0之后的版本都会出现这个问题 开发者设置闪退 且没有发送快捷方式提示 另外长按设置也不行,可能是因为锤子不支持shortcut 按*#组合键打开的是WiFi 12.0.0版本是可以正常使用的 希望大佬看下,闪退log已经附上 模块列表: ![Screenshot_2022-02-01-01-27-27-126_MSettings](https://user-images.githubusercontent.com/44950572/151843952-63f33049-2b11-4a3b-b4ce-d3479422b0ac.png)

Windows Subsystem for Android Windows 11 (10.0.22000 Build 22000) Sui v12.6.1 (Zygisk version) Magisk v24.1 (Zygisk) When using "App Ops", the little pop-up window that is supposed to ask for...

It would help narrowing down to the app in interest quicker.

Hello. I've updated to the latest Sui version from Magisk Manager and noticed that everytime i enter dev settings it always asks to add a home screen shortcut. I understand...

开启 adbd root 并 `adb root` 后,Android Studio 无法找到任何可调试的 app ,一些调试功能无法正常使用。 原因似乎是 app 无法连接到 jdwp-control ,推测是 adbd root 后位于 magisk domain ,而 appdomain 无法连接 magisk 的 socket 。 ![image](https://user-images.githubusercontent.com/56485584/192075361-3ccf93ae-6ae5-4c94-851b-aa7d1d8accf8.png) 参考修复实现:hook...