Running Magisk 30.7 + several modules, moved to teesimulator RS recently, but no UI when pressing Action, so tried installing
https://github.com/Enginex0/tricky-addon-enhanced/
it found target.txt asked auto or manual, select auto, all came clean, but after reboot, clicking Tee Simulator RS action opens some text screen to clear keys, not webui..
looking in logs found MANY:
` pm list packages -3 exited exit status: 20
[2026-07-05 01:56:42] [INFO] Boot completed
[2026-07-05 01:56:42] [INFO] Running VBHash extraction
[2026-07-05 01:56:42] [INFO] Checking for conflicts at boot
[2026-07-05 07:29:30] [INFO] Service started (manager=MAGISK)
[2026-07-05 07:29:36] [INFO] Waiting for boot completion
[2026-07-05 07:29:36] [INFO] Starting ta-enhanced daemon
[2026-07-05 07:29:36] [INFO] Daemon launched
Error: failed to read packages.list
Caused by:
pm list packages -3 exited exit status: 20
[2026-07-05 07:30:11] [INFO] Boot completed
[2026-07-05 07:30:11] [INFO] Running VBHash extraction
[2026-07-05 07:30:11] [INFO] Checking for conflicts at boot
[2026-07-05 07:47:33] [INFO] Service started (manager=MAGISK)
[2026-07-05 07:47:38] [INFO] Waiting for boot completion
[2026-07-05 07:47:38] [INFO] Starting ta-enhanced daemon
[2026-07-05 07:47:38] [INFO] Daemon launched
Error: failed to read packages.list
Caused by:
pm list packages -3 exited exit status: 20
`
also:
# cat conflict.log [1783191669] REGULAR: Yurikey [1783191796] REGULAR: Yurikey [1783192181] REGULAR: Yurikey
which it removed successfully.
but UI does not open , seems this is the line:
`233 pub fn scan_xposed() -> Result<Vec<String>> {
234 let all = packages::list_third_party()
235 .context("failed to read packages.list")?;`
not sure what is cause, since pm list packages works just fine:
:/data/adb/tricky_store/ta-enhanced # pm list packages |wc -l 554
Reproduced on 3 phones, both v7a and v8a, A10 and A15.. Any ideas how to debug?
Running Magisk 30.7 + several modules, moved to teesimulator RS recently, but no UI when pressing Action, so tried installing
https://github.com/Enginex0/tricky-addon-enhanced/
it found target.txt asked auto or manual, select auto, all came clean, but after reboot, clicking Tee Simulator RS action opens some text screen to clear keys, not webui..
looking in logs found MANY:
` pm list packages -3 exited exit status: 20
[2026-07-05 01:56:42] [INFO] Boot completed
[2026-07-05 01:56:42] [INFO] Running VBHash extraction
[2026-07-05 01:56:42] [INFO] Checking for conflicts at boot
[2026-07-05 07:29:30] [INFO] Service started (manager=MAGISK)
[2026-07-05 07:29:36] [INFO] Waiting for boot completion
[2026-07-05 07:29:36] [INFO] Starting ta-enhanced daemon
[2026-07-05 07:29:36] [INFO] Daemon launched
Error: failed to read packages.list
Caused by:
pm list packages -3 exited exit status: 20
[2026-07-05 07:30:11] [INFO] Boot completed
[2026-07-05 07:30:11] [INFO] Running VBHash extraction
[2026-07-05 07:30:11] [INFO] Checking for conflicts at boot
[2026-07-05 07:47:33] [INFO] Service started (manager=MAGISK)
[2026-07-05 07:47:38] [INFO] Waiting for boot completion
[2026-07-05 07:47:38] [INFO] Starting ta-enhanced daemon
[2026-07-05 07:47:38] [INFO] Daemon launched
Error: failed to read packages.list
Caused by:
pm list packages -3 exited exit status: 20
`
also:
# cat conflict.log [1783191669] REGULAR: Yurikey [1783191796] REGULAR: Yurikey [1783192181] REGULAR: Yurikeywhich it removed successfully.
but UI does not open , seems this is the line:
not sure what is cause, since pm list packages works just fine:
:/data/adb/tricky_store/ta-enhanced # pm list packages |wc -l 554Reproduced on 3 phones, both v7a and v8a, A10 and A15.. Any ideas how to debug?