Top "Su" questions

GENERAL SU SUPPORT IS OFF-TOPIC.

Rooting ICS emulator; pushing su fails with "Out of memory"

I'm trying to root my ICS AVD, and have tried this: adb shell mount -o rw,remount -t yaffs2 /dev/…

android android-emulator su
Use shell_exec() to restart server?

I have a 128MB VPS and every now and then it gets cluttered. Rebooting will fix the issue but what …

php linux reboot su natty
Android Runtime.getRuntime().exec and rsync

I'm tryng to run rsync on my device. I have the binary in /system/xbin/rsync and I'm trying to …

android exec rsync su root
How can I execute commands as another user with their .bash_profile instead of the current user's?

I want to run a command as a not-root user in a startup script (rc.local). The command I want …

linux sudo init su .bash-profile
su and sudo in a shell script

There is a shell script (/bin/sh, not bash) that requires root permissions for execution. If it is ran by …

linux shell sudo su
Disable supersu permission dialog

Is it possible to disable the "grant/deny" popup dialog when my app needs to perform tasks that require root …

android su
Running an app with root permission in Android

Do you know how to run an app in Android with root permission? I used the following snippet but the …

android permissions root su
Android : programmatically copying apk to /system/app

I am trying to install a system app from my java code, and so far, I haven't had any success. …

android root android-install-apk su