RikkaApps / Sui

Modern super user interface implementation on Android.
GNU General Public License v3.0
2.4k stars 129 forks source link

授权弹窗不显示 #28

Closed Kazurin-775 closed 2 years ago

Kazurin-775 commented 2 years ago

WADB 中点击启动「无线 adb」之后,对应菜单项置灰,但是授权弹窗不显示。必须手动在 Sui 管理器中设置成「允许」之后才能授权成功。

Screenshot_2022-02-15-13-35-31-963_moe haruue wadb

MaterialFiles 同理,打开「根目录」之后无限转圈,需要手动授权。

相关日志:

02-15 13:41:48.406  4083  4328 E Logger  : No available log folder
02-15 13:41:48.691  2784  3102 D GestureInputHelper: onInputEvent action=0
02-15 13:41:48.691  2784  3102 W RecentsModel: getRunningTaskContainHome
02-15 13:41:48.699  2784  3102 D GestureInputHelper: onInputEvent, lastGestureMode=com.miui.home.recents.GestureModeHome@dc36ea8, newGestureMode=com.miui.home.recents.GestureModeApp@2887be0
02-15 13:41:48.700  2784  3073 E StateBroadcastUtils: sendFsStateBroadCast state=taskSnapshot   channel=gesture
02-15 13:41:48.722  2784  3102 D GestureInputHelper: onInputEvent action=1
02-15 13:41:48.722  2784  3102 D GestureTouchEventTracker: stopTailCatcher
02-15 13:41:48.722  2784  3102 D GestureTouchEventTracker: mUpType=10
02-15 13:41:48.733   820  1212 E Service : manager is null

查看 PID 820 的命令行,可以确认是 Sui 守护进程:

nabu:/ $ cat /proc/820/cmdline
sui
RikkaW commented 2 years ago

提供完整的开机 log(或者杀掉一次 system UI 期间的)

Kazurin-775 commented 2 years ago

logcat-coldboot.txt

logcat-kill-systemui.txt

RikkaW commented 2 years ago

先重装一个最新的 CI 版本看看吗(

https://github.com/RikkaApps/Sui/actions 这里选一个最新的

Kazurin-775 commented 2 years ago

刷了 12.5.0-release 之后就正常了,谢谢 :)