Top "Su" questions

GENERAL SU SUPPORT IS OFF-TOPIC.

How does Android SuperUser app detect that an app requests root?

I'm writing an app that will use su to execute some commands in the linux kernel. I was wondering how …

android security su
SSH Error - standard in must be a TTY

I'm trying to run the following command: ssh -i FILENAME.pem [email protected].…

amazon-web-services amazon-ec2 sudo su
Android- performing su commands programatically does not work

I need my app to perform some su commands programatically (phone is rooted). When done using adb, the commands work. …

android shell root su
scp file to different user in the remote server from local

generally, i login to a server xyz.com using my login credentials([email protected]), my home = /home/user/myuserid/ …

linux scp su
Force Close an app programmatically

I need to make an application that can programmatically do what the force stop button does to applications. (I am …

android shell adb root su
How can I execute "su" on Android?

process = Runtime.getRuntime().exec("su"); os = new DataOutputStream(process.getOutputStream()); os.writeBytes(command + "\n"); os.writeBytes("exit\n"); os.flush(); …

android root su
Execute shell commands and get output in a TextView

I want to execute some shell commands and get the output in a TextView. The command may have a continuous …

android shell scrollview android-logcat su
Root permission not granted to Android app for exceuting "su" command

I want to execute the "su" comand from an app..I have rooted the emulator and installed Superuser.apk(superuser 2.3.6.1) …

android shell su root roottools
Switch to postgres user on Mac

I would like to su to the postgres user on Mac, so that I can run postgres. What am I …

postgresql osx-lion sudo su
execute "su" failed in my fully rooted Android device

while i add this line to my code Process process = Runtime.getRuntime().exec("su -c"); or Process process = Runtime.getRuntime().…

android android-ndk su