linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

Cannot disable stealth mode

Open mleziva opened this issue 4 years ago • 2 comments

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.

mleziva avatar Feb 03 '21 14:02 mleziva

Indeed this is the case. Do I have to uninstall/reinstall?

George-Seven avatar Oct 11 '21 16:10 George-Seven

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

michager avatar Apr 01 '24 19:04 michager