Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stealth Mode revert #621

Closed
Yanik39 opened this issue Oct 23, 2016 · 4 comments
Closed

Stealth Mode revert #621

Yanik39 opened this issue Oct 23, 2016 · 4 comments
Labels

Comments

@Yanik39
Copy link

Yanik39 commented Oct 23, 2016

Hi,
Everything fine but when activated stealth mode naturally linux deploy icon from launcher gone. So how can i launch linux deploy or restore that missing icon?

@meefik
Copy link
Owner

meefik commented Oct 23, 2016

From Android terminal:

am start -n ru.meefik.linuxdeploy/.MainActivity

or from inside Linux container:

unchroot su -c "am start -n ru.meefik.linuxdeploy/.MainActivity"

and unckeck this option.

@Yanik39
Copy link
Author

Yanik39 commented Oct 23, 2016

Thanks for fast reply :D
I was trying to chnage it in data folder settings_conf.xml.

@meefik meefik closed this as completed Nov 1, 2016
@bots-developer
Copy link

Thank you bruh was really helpful

@michager
Copy link

michager commented Apr 5, 2024

in Android 4.4.4 with latest linux deploy the command is slightly different

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants