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

Echo not starting at boot #6

Closed
nico202 opened this issue Oct 22, 2015 · 2 comments
Closed

Echo not starting at boot #6

nico202 opened this issue Oct 22, 2015 · 2 comments

Comments

@nico202
Copy link

nico202 commented Oct 22, 2015

Hi, thanks for the app.
I'm running android 5.1.1, echo is working, but right now it wont start automatically at boot (it starts only when I run it for the first time, so every time I do a reboot if I forget to open the app again it wont work).
Can someone help?

Thanks

@no-go
Copy link

no-go commented Dec 19, 2016

I had the same problem. The App must be installed on "internal" and not on "sdcard" to receive the booting intent. There is a AndroidManifest.xml file in the code. Add ...

android:installLocation="internalOnly"

... to the Tag. This schould work :-D

@mafik mafik closed this as completed in 18074b5 Dec 20, 2016
@mafik
Copy link
Owner

mafik commented Dec 20, 2016

Thanks!

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

No branches or pull requests

3 participants