W walterfn2 Member Licensed User Longtime User Nov 6, 2011 #1 Hello, I have a problem... I want to make my app to auto start up when phone is turned on. My app service "Start At Boot" is checked, but it is not starting after phone (HTC Desire) restart. Maybe somebody has a solution? Thank you
Hello, I have a problem... I want to make my app to auto start up when phone is turned on. My app service "Start At Boot" is checked, but it is not starting after phone (HTC Desire) restart. Maybe somebody has a solution? Thank you
Erel B4X founder Staff member Licensed User Longtime User Nov 6, 2011 #2 Have you checked "Do not overwrite manifest file"? A permission is required for starting at boot. Upvote 0
W walterfn2 Member Licensed User Longtime User Nov 6, 2011 #3 Thank you for respond. Yes, I tried with checked and unchecked "Do not overwrite manifest file", but still no luck. Erel said: Have you checked "Do not overwrite manifest file"? A permission is required for starting at boot. Click to expand... Upvote 0
Thank you for respond. Yes, I tried with checked and unchecked "Do not overwrite manifest file", but still no luck. Erel said: Have you checked "Do not overwrite manifest file"? A permission is required for starting at boot. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Nov 6, 2011 #4 This option should not be checked. You should check the unfiltered logs during startup if there are any errors. Upvote 0
This option should not be checked. You should check the unfiltered logs during startup if there are any errors.
W walterfn2 Member Licensed User Longtime User Nov 6, 2011 #5 Option unchecked. After emulator restart and logs review I found only this what is about my application: asec path com.test.app-1 asec mount com.test.app-1 {} 1000 asec path com.test.app-1 Erel said: This option should not be checked. You should check the unfiltered logs during startup if there are any errors. Click to expand... Upvote 0
Option unchecked. After emulator restart and logs review I found only this what is about my application: asec path com.test.app-1 asec mount com.test.app-1 {} 1000 asec path com.test.app-1 Erel said: This option should not be checked. You should check the unfiltered logs during startup if there are any errors. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2011 #6 If you like you can upload your project (File - Export as zip) and I will check it. Upvote 0
W walterfn2 Member Licensed User Longtime User Nov 7, 2011 #7 Erel, everything started to work when I unchecked "Can install to external storage". Erel said: If you like you can upload your project (File - Export as zip) and I will check it. Click to expand... Upvote 0
Erel, everything started to work when I unchecked "Can install to external storage". Erel said: If you like you can upload your project (File - Export as zip) and I will check it. Click to expand...
Erel B4X founder Staff member Licensed User Longtime User Nov 7, 2011 #8 I forgot about it. Good point. Upvote 0
W walterfn2 Member Licensed User Longtime User Nov 7, 2011 #9 Thank you for your help. Erel said: I forgot about it. Good point. Click to expand... Upvote 0
A adamioan Member Licensed User Longtime User Dec 21, 2011 #10 walterfn2 said: Erel, everything started to work when I unchecked "Can install to external storage". Click to expand... So Erel, is there any way to accomplish "start on boot" without unchecking "can install to SD card"? Upvote 0
walterfn2 said: Erel, everything started to work when I unchecked "Can install to external storage". Click to expand... So Erel, is there any way to accomplish "start on boot" without unchecking "can install to SD card"?
Erel B4X founder Staff member Licensed User Longtime User Dec 21, 2011 #11 I don't think so. As I understand Android doesn't support "Start at boot" on externally installed applications. Upvote 0
I don't think so. As I understand Android doesn't support "Start at boot" on externally installed applications.
A adamioan Member Licensed User Longtime User Dec 21, 2011 #12 Thanks for the immediate answer. Upvote 0