0

I am working with a developer to develop an app that will provide parents with some control over Android Tablet PC. This include locking the camera, blocking access to some apps, blocking websites, blocking some advertising networks ..etc. The developer is telling me the devices need to be rooted.

So can the above be done without rooting the device ?

If must root the device. Then what does it mean for the Tablet PC user ? And would the app be installed normally?

dcanh121
  • 4,665
  • 11
  • 37
  • 84
  • [Rooting (Androind)](http://en.wikipedia.org/wiki/Rooting_%28Android_OS%29) should provide a start .. it means "user beware". I would *not* rely on it for general consumption as support (official or otherwise) varies between devices. –  Jul 25 '12 at 23:35
  • Hey you need not of root permission see my answer heer http://stackoverflow.com/questions/9598629/mdm-workflow-in-android/11663694#11663694 – Pankaj Kumar Jul 26 '12 at 07:31

1 Answers1

0

You can't do that without rooting your device. It requires SuperUser permissions.

silentw
  • 4,835
  • 4
  • 25
  • 45
  • OK. What will be the implication for the end user (owner of Tablet PC) who is going to install the app. Any special steps for rooting ? – user1409463 Jul 25 '12 at 23:54
  • There are a variety of tools to root the device, depends on the device. Here's an example of one: SuperOneClick. The only implication for the end user, is to use a tool or an app to root he's device, after that, he's free to install your application and give it SuperUser rights. – silentw Jul 25 '12 at 23:57
  • Thanks .. that is very informative answer .. We are planning to sell our own Tablet PC for kids. So we can do the process (Run SuperOneClick, then install the app) in our workshop. Is this correct? .. Also, does the user need to root the device again to install a new update for the app. – user1409463 Jul 26 '12 at 00:03
  • Do you know which will be the devices? – silentw Jul 26 '12 at 00:05
  • It is Chinese Android Tablet PC .. we will put our own brand on it. The manufacturer will put the app while building the device. – user1409463 Jul 26 '12 at 00:07
  • That's awesome. Maybe you can ask the manufacturer to do the rooting task for you, or you can easily do it using some app or tool that are all around the internet! :) – silentw Jul 26 '12 at 00:13