B4A Question #StartAtBoot: true doesn't work with android 9 - MarkusR (first post)    Oct 14, 2019   (1 reaction) you used #StartAtBoot in other than starter service?
i remember in the starter service it had no effect.
in own service i had it working in android 8.1
some notes from erel here
https://www.b4x.com/android/forum/threads/why-does-this-service-not-start-at-bootup.110363/ B4A Question How to start an app at boot Android 9 - Mike1970    Dec 28, 2019 Hi everyone, i'm trying to start my app when the phone boots up.
I tried with "StartAtBoot: True" in a service, and also tried this project.
I tried with the Kiosk example by Erel, but it doesn't start automatically after the reboot* (and i can also close the app when locked doing the swipe up gest B4A Question Firebase Notifications are not working - Kevin Hartin (first post)    Jun 14, 2021 It was originally #StartAtBoot: False but had tried #StartAtBoot: True at the time of posting the error
Actually nothing works now. I installed 10.9 Beta and now everything compiles OK, but immediately crashes on load on the device. Nothing on the debug screen.
I have uninstalled 10.9 and reins B4A Question Best way to call a service every 30 minutes - Anser (first post)    Jul 22, 2018 Applied #StartAtBoot: True and is working fine.
Eliminated PartialLock. Stil it is working as expected, so I assume that if we use StartServiceAt(), acquiring a partial lock may not be required
I scheduled the service to run every 60 minutes. So far working fine every one hour for the past 9 hrs
A B4A Question B4A Sdk Manager Error - Alex_197 (first post)    Jul 21, 2024 Take a look on line 9 - thiis is my Starter code #Region Service Attributes #StartAtBoot: False #ExcludeFromLibrary: True #End Region Sub Process_Globals 'These global variables will be declared once when the application starts. 'These variables can be accessed from all modules. B4A Question Why does this service not start at bootup? - biometrics    Oct 10, 2019 A service which starts at bootup with "#StartAtBoot: True" isn't working on Android 7.1.2. It works fine on version 4-6.
I created a new app & service with nothing but a toast message when the service starts. It's not starting on boot up. Can you see what is wrong?
I'm using B4A 9.5.
I've attache B4A Question BLE Android 9 - Scanning stops when screen turned off - Jmu5667    Feb 28, 2019 Hello We are working with these devices, https://store.kontakt.io/next-generation/43-asset-tag-s18-3.html. We have a service that runs and is scanning: #Region Service Attributes #StartAtBoot: False #End Region Sub Process_Globals 'These global variables will be declared once when the B4A Question Android 9 Pie / Android sdk 28 and PhoneEvents [SOLVED] - Magma    Mar 05, 2019 Hi there... after updating some things at my project and manifest file to target new sdk 28... PhoneEvents can't show the Incoming Phone Number... at log... when i have target sdk: 26 works good... heres my code: #Region Service Attributes #StartAtBoot: True #StartCommandReturnValue: and Italian Avvio automatico app - Fulvio75 (first post)    Mar 20, 2024 Ho provato con questo per il momento sembra funzionare:
Nuovo Servizio chiamato AutoStart dentro ho messo
#Region Service Attributes
#StartAtBoot: true
#End Region
Sub Process_Globals
End Sub
Sub Service_Create
StartActivity(Main)
End Sub
Sub Service_Start (Starting B4A Question StartAtBoot does not load layout - BOHANG    Aug 07, 2023 I have created a new B4XPages project and set StartAtBoot: True in Starter. It is normal to manually open the app, but the layout is not displayed when the app is turned on and automatically runs.
144549
This is the Starter code
#Region Service Attributes
#StartAtBoot: True
#ExcludeFromLi Page: 1   2   3   4   5   6   7   Powered by ColBERT |