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

1758 questions
317
votes
3 answers

I've rooted my phone. Now what? What do I gain from rooting?

This is a common question by those who have just rooted their phones. What apps, ROMs, benefits, etc. do I get from rooting? What should I be doing now?
Bryan Denny
  • 21,904
  • 20
  • 79
  • 98
177
votes
9 answers

What is the difference between: Rooting, Jailbreaking, ROM, Mod, etc.?

What is the difference between: Unlocking the bootloader (prerequisite for doing many, though not all, other things below) Rooting Jailbreaking ROM NAND and Nandroid Operating System Mod (e.g. CyanogenMod) Recovery (ClockworkMod, Amon Ra) Custom…
Lie Ryan
  • 19,065
  • 6
  • 66
  • 83
78
votes
4 answers

How to start root shell with Android Studio?

I just installed Android Studio. How do I get into root shell on my phone? Or do I have to download ADB separately?
trusktr
  • 1,297
  • 3
  • 14
  • 21
74
votes
4 answers

How to mount /system rewritable or read-only? (RW/RO)

How can I mount the /system directory rewritable or read-only on my Android phone?
Thomas Vos
  • 4,040
  • 5
  • 36
  • 46
50
votes
7 answers

Is there a way for me to run Adb shell as root without typing in 'su'?

Is there a way for me to run Adb shell as root without typing in su? I want to be able to have root access without going into the shell.
Hank
  • 643
  • 1
  • 6
  • 5
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
35
votes
2 answers

What is the default Android Root Password?

What is the default password for the Android root account? Can I change the root password after rooting my android device by simply typing passwd? How does the rooting process work? If I use a "one click root" app, what is it doing to my phone?
Ajith
  • 456
  • 1
  • 4
  • 10
34
votes
2 answers

What do the terms "BL", "AP", "CP", and "CSC" mean in Odin?

I'm trying to Use Odin to download a OS to my phone (Trying to put Raspbian. Raspbian runs on the raspberry pi which has an ARM processor my android phone also has one so hopefully it'l work.) (does something like an ISO file work? i dunno i'm gonna…
user223559
32
votes
2 answers

What exactly is superuser.apk and su?

I've done a lot of reading into rooting of Android devices. I really want to know exactly what is going on at each step before I commit to the process. I'm a little confused as to where the superuser.apk and su files come from. It doesn't look like…
kaspnord
  • 483
  • 2
  • 6
  • 8
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
23
votes
3 answers

Which filesystem does Android attach to the root directory?

I know that Android uses FAT32 for SD cards and mounts them via FUSE. But which FS is attached at /? Some kind of ext? ZFS?
yanpas
  • 345
  • 1
  • 2
  • 5
23
votes
6 answers

Using SMB server without root access

I'm looking for a way for my HTC Hero (Android 2.1) so I can share the contents of my SD card and phone memory over the WiFi network like a regular Windows file share. I'd like one that does not require me to root my phone, and am willing to pay for…
Day
  • 333
  • 1
  • 2
  • 7
22
votes
1 answer

Manually switch from ART to Dalvik

I wanted to try out the new ART runtime, but didn't realize my custom ROM doesn't support it. So now I am getting recurring Force Closed messages after booting, and can't get through to the settings menu to switch back to Dalvik. So before I wipe…
David B.
  • 223
  • 1
  • 2
  • 4
22
votes
1 answer

SELinux and chroot system call

TL; DR: This is a question about the final step, in a portable, developer-oriented rooting process, that works across all Android machines. It is not based on any exploit - it is something that we are legally and morally allowed to do, as…
ttsiodras
  • 691
  • 2
  • 5
  • 12
1
2 3
99 100