You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
问题描述
在 小米17ProMax (Android 16 / HyperOS) 设备上运行 TS-Enhancer-Extreme 时,发现最后一个安装的应用包名未能正确写入
target.txt文件中。列表中的其他应用均正常显示,唯独最新安装的那个缺失。经过调试,手动执行
adb shell pm list packages -3可以正常输出所有包名(包括最后一个),说明 ADB 命令本身无误。复现步骤
com.example.test)。target.txt文件内容。com.example.test出现在列表中。com.example.test缺失,列表只包含之前的应用。环境信息
调试过程与临时解决方案
我尝试在脚本的
packagelistupdate方法体中,强行加入了一个延时: