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. Android and system apps

Android and system apps

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 312 Views 2 Watching
  • 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.
  • mrdebugM Offline
    mrdebugM Offline
    mrdebug
    wrote on last edited by mrdebug
    #1

    This question is not only related to Qt for Android but it is a generic question on Android.

    Is a system app installable only in a rooted device?
    If yes wich is the right way to check if a device is rooted?
    If not when a system app is installable?

    My scenario is not a smartphone but a generic industrial device based on Android.

    Need programmers to hire?
    www.labcsp.com
    www.denisgottardello.it
    GMT+1
    Skype: mrdebug

    raven-worxR 1 Reply Last reply
    0
    • mrdebugM mrdebug

      This question is not only related to Qt for Android but it is a generic question on Android.

      Is a system app installable only in a rooted device?
      If yes wich is the right way to check if a device is rooted?
      If not when a system app is installable?

      My scenario is not a smartphone but a generic industrial device based on Android.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by raven-worx
      #2

      @mrdebug:

      Is a system app installable only in a rooted device?

      AFAIK yes. Since they are placed in a special place, separated from the user-apps and thus isn't accesible with the "runtime" user.

      If yes wich is the right way to check if a device is rooted?

      the most common way is to check for the "su" command being available.
      For example: https://stackoverflow.com/a/8097801

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      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