linuxdeploy
linuxdeploy copied to clipboard
Cannot disable stealth mode
I enabled stealth mode on my run running lineage os 17.1 and now I am unable to disable.
Referencing this issue: https://github.com/meefik/linuxdeploy/issues/621
Here is my output (running with cmd on windows):
adb shell am start -n ru.meefik.linuxdeploy/.MainActivity
Starting: Intent { cmp=ru.meefik.linuxdeploy/.MainActivity }
Error type 3
Error: Activity class {ru.meefik.linuxdeploy/ru.meefik.linuxdeploy.MainActivity} does not exist.
Indeed this is the case. Do I have to uninstall/reinstall?
from inside chroot: unchroot su -c "am start -n ru.meefik.linuxdeploy/.activity.MainActivity"
open adb shell su for root execute: adb shell am start -n ru.meefik.linuxdeploy/.activity.MainActivity