Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Automatically Start Application on mobile Startup

Automatically Start Application on mobile Startup

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 4 Posters 445 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ketan__Patel__0011K Offline
    Ketan__Patel__0011K Offline
    Ketan__Patel__0011
    wrote on last edited by
    #1

    Hello Qt Experts

    Is there any way to start the application when mobile is on after Reboot process.

    J.HilkJ KroMignonK 2 Replies Last reply
    0
    • Ketan__Patel__0011K Ketan__Patel__0011

      Hello Qt Experts

      Is there any way to start the application when mobile is on after Reboot process.

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @Ketan__Patel__0011 unless you have a rooted/bricked mobile device, then no there is no way. And that is intentional.


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Check KDAB Android service blog posts. You can do it use broadcast receiver ( Android)

        1 Reply Last reply
        0
        • Ketan__Patel__0011K Ketan__Patel__0011

          Hello Qt Experts

          Is there any way to start the application when mobile is on after Reboot process.

          KroMignonK Offline
          KroMignonK Offline
          KroMignon
          wrote on last edited by
          #4

          @Ketan__Patel__0011 said in Automatically Start Application on mobile Startup:

          Is there any way to start the application when mobile is on after Reboot process.

          Not really without rooting the device.
          You can start service at boot, but only if app has been (after each new install/update) started at least once by user and user has allow it (because of android security rules).

          It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth. (Sherlock Holmes)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved