Questions tagged [root-access]

For questions specifically requiring root permissions. If your issue is about rooting your device, use the 'rooting' tag instead; for unrooting, use the 'unrooting' tag.

What is "root"?

Basically, root is the user with the id 0, the "first citizen", the only one with full permissions to everything on the OS level of Unix/Linux systems. Hence, it is the "Administrative Account" -- which on the named Unix/Linux systems is accessible by default (even if not always directly).

Android bases on Linux (it runs on top of a Linux kernel). But as the devices ship, their "root" accounts are usually not accessible (to save the manufacturers/services from the requests of "noobs" having used the root-powers inadequately and broken their system, e.g. by uninstalling core apps). The process of gaining root access to your device is called .

So what is this tag about, when should I use it?

This tag is not intended to show-off: "Hey, I've got root on my device!" -- but rather to indicate "My issue is connected with root". You need not specify it when other tags already make this clear: e.g. would imply root, as the Link2SD app does not work without root access. Same applies for , and most likely several other tags.

Related tags

  • : for questions about how to get your device rooted
  • : for questions on reverting the 'rooting' process (which might be necessary e.g. if you need to turn in your device to a repair-service)
  • : an app to manage which other apps will be granted root permissions. An alternative is the SuperSU app.

Further readings on this site

1747 questions
46
votes
1 answer

How exactly does "root" work? Do all applications run as root on my phone after rooting?

I've been reading about rooting the phone, but I have some concept doubts: when you buy an Android phone from a carrier, you don't have "root" access. When you start your phone, does that mean a "user" account (like I have on at Linux/Mac,…
39
votes
8 answers

How can I tell if I have root?

I've been attempting to root my phone (Samsung Intercept M910, but that probably doesn't matter). How can I tell that I have actually, successfully gained root? I've run a few apps which require root, and some work and some don't, so I'm unclear if…
Stefan Lasiewski
  • 988
  • 5
  • 11
  • 22
30
votes
6 answers

How to prevent applications from discovering my phone as being Rooted

I have to install an application that has discovered my device to be rooted. So this is a two part question. How did it discover in the first place that my phone has been rooted How to prevent the application from discovering my phone as being…
satts
  • 403
  • 1
  • 4
  • 6
9
votes
0 answers

How to remove root backdoor on an Allwinner device?

I read on The Register that a root backdoor is triggered by writing rootmydevice to the special file /proc/sunxi_debug/sunxi_debug. That gives the current running process root privileges. If that file is present on your device or single-board…
John Rose
  • 241
  • 1
  • 2
  • 6
7
votes
1 answer

Hide rooting to an application

I'm currently using a custom Android 5.0 ROM on a Sony Z1c and thoroughly enjoying the freedom. Looking forward to a point very soon when I can install MultiROM and have the Ubuntu Touch installed aswell.... having OS specific for applications makes…
Nick
  • 71
  • 3
6
votes
1 answer

How do I grant root privileges to an app?

I have installed Root Explorer on my HTC G12 phone. When try to view /init.rc, it shows 'No root privilege' and ask me to root my phone. It seems Root Explorer didn't run as root (or this process is not added to some group with storage access). And,…
soul2003
  • 161
  • 1
  • 1
  • 3
5
votes
2 answers

How do I know if my device is rooted?

Possible Duplicate: How can I tell if I have root? I am a noob when it comes to android. I've read a little about rooting, but I still haven't figured out how to know if my device is already rooted or not (I bought it from a questionable store,…
Joe
  • 535
  • 2
  • 5
  • 17
4
votes
2 answers

Difference between 'Administrator' and root privileges

There is an app called smart app lock. It has an option to prevent uninstalling of the app. Ticking it gives confirmation to add app to system administrators. Root was not required to make it work. What privileges does this 'Administrator' get? I…
John K
  • 479
  • 5
  • 23
3
votes
1 answer

i have already root my nexus4,but why it shows “shell@mako:/ $ ”when i enter command“adb shell”

Should not shell@mako:/ $ be shell@mako:/ #? Or I haven't root successfully yet? How to check whether my nexus4 have root successfully? Thanks!
wbj1022
  • 33
  • 4
3
votes
1 answer

Switch root manager from Kingo Root to Superuser

I have Kingo Root on my phone, and I am trying to switch to Superuser by ClockWorkMod any help is appreciated
DanHolli
  • 183
  • 1
  • 10
3
votes
1 answer

Root exists, but is unusable

One of my long-standing issues with allwinner Q8 is how its root, which was there when I brought it, can't seem to be used. No root manager came with it, so I installed SuperSU(Like a normal) to find that nothing can make requests at root. I can't…
Dan Brown
  • 1,731
  • 1
  • 16
  • 39
2
votes
1 answer

System Files Edit Without Root?

can I change system files on my android without them being rooted. And does changing the files mean my phone is now rooted ?
Ekene
  • 23
  • 1
  • 1
  • 3
2
votes
4 answers

I bought a rooted LG g2 phone on ebay should I be worried?

As the title says. I bought a new lg g2 from eBay. After playing around with it for about 2 weeks I noticed that it is rooted and has a Chinese superuser app installed. I heard a while ago that some phones bought from eBay had viruses on it so I am…
HanMah
  • 123
  • 3
2
votes
1 answer

Permissions and owners of /system/etc/hosts

Can somebody please tell me what permissions, owner & group I should give to /system/etc/hosts file? My current script is: #!/system/bin/sh ln -s /system/etc /etc touch /etc/hosts chmod 644 /etc/hosts chown root:root /etc/hosts echo "IPADDR DOMAIN"…
ashish
  • 21
  • 2
2
votes
2 answers

When rooting android device, what is changed in device?

Not a Duplicate Claim If you are tempted to flag this as a duplicate of questions like "How to root my android phone?" or "What can I do with a rooted android device?", then please take the time to read my question carefully. My question is not…
Daniel S.
  • 195
  • 2
  • 2
  • 8
1
2 3 4 5 6 7 8