About 204,000 results
Open links in new tab
  1. How to fix BOOT_COMPLETED not working Android

    I've seen this answer to "Android BOOT_COMPLETED not received when application is closed" said BOOT_COMPLETED not send to application unless user launch your application first, …

  2. applications - Open an app on startup/after booting - Android ...

    Apr 24, 2015 · Most Android OEMs do not provide a built-in auto-start manager. However, Android allows apps to listen to the system's BOOT_COMPLETED event to do something, …

  3. What is the boot process of an Android device?

    Feb 24, 2021 · What happens behind the scene (screen) during a boot process when an Android device is switched on? It will be helpful if the answers can help a non geek to understand …

  4. RECEIVE_BOOT_COMPLETED not received on Android 11

    Feb 19, 2022 · RECEIVE_BOOT_COMPLETED not received on Android 11 Asked 3 years, 10 months ago Modified 2 years, 4 months ago Viewed 7k times

  5. java - Android - Start service on boot - Stack Overflow

    From everything I've seen on Stack Exchange and elsewhere, I have everything set up correctly to start an IntentService when Android OS boots. Unfortunately it is not starting on boot, and …

  6. android - BroadcastReceiver not receiving BOOT_COMPLETED

    Feb 19, 2011 · On newer Android versions, you need to run adb shell am broadcast -a android.intent.action.BOOT_COMPLETED -p com.mypackage.name. Without restricting the …

  7. Android BOOT_COMPLETED not received when application is closed

    am broadcast -a android.intent.action.BOOT_COMPLETED The event is received correctly, however, if the application is closed the event is not receieved, nor is it received at start up.

  8. How to unpack and edit boot.img for ROM porting?

    Try to boot using the new ROM (without flashing it yet, so in case of issues you just have to restart the phone to get it back on target, replace the ./new-boot.img file name with your own): sudo …

  9. How to start/ launch application at boot time Android

    May 3, 2012 · This Stack Overflow thread discusses how to start or launch an Android application at boot time.

  10. How do I start my app when the phone starts on Android?

    Nov 3, 2021 · I tried using the sample code in this tutorial but it seems outdated and it did not work. So what changes do I have to make and to what files to have my app start automatically …