[MOD] Superuser 2.0.3 - Human readability

Search This thread

GirLuvsDroid

Senior Member
Feb 16, 2010
302
144
Wilmington, DE
I had previously reported that version 2.0.2 didn't work on my Droid on Pete's Bugless Beast v0.8. I'm happy to report that I tried 2.0.3 this morning on my BB v0.8 ROM using ROM Manager and this time it worked perfectly! I didn't lose root access this time. I LOVE the new format for the listing of apps to which permissions have been granted. So awesome! Thanks ChainsDD!!
 

bigjay517

Member
Apr 25, 2010
21
3
Hey, I have the moto droid running my stock 2.1 rooted. I am clueless as how to install this. I pushed it to my phone(I think). I don't get prompted for SU access whenever I make an action now. Did I mess this up?
 

toellby

Member
Feb 18, 2009
7
0
Can you please answer me one silly question?
I did Root an CustomROM to my HTC Hero, but now I'm stuck.
When doing Root to Desire, flash your SU.zip to my Desire, does it mean it is a CustomRom? Can I flash a CustomRom like AhmgskMod Sense Rom _over_?

thanks a lot...
 

S_Dot

Senior Member
Apr 4, 2010
1,057
37
Am i missing something whenever I open SuperUser I dont see anything.. just black...

I have allowed several root permissions in the past but never got it to show up in SuperUser.. ??
 

ashketchum

Member
May 3, 2010
25
10
Wow, this is exactly what I was looking for. I recently rooted my Motorola Milestone, and the update.zip I used contained the very first version of Superuser (I think) and I noticed that the user interface was very "primitive". So I was searching for updated version of Superuser and finally found it today. :D

I installed it manually (not through recovery mode) and its working fine! Thanks a lot ChainsDD! :D
 

stari4ek

Senior Member
Sep 2, 2009
80
3
Minsk
Tried to push it manually to Villain 5.5 (2.1) on HTC Hero GSM.
Got exception in su. Superuser.apk doesn't work too - show empty black activity.

Reverted to old one.

I can provide call stack and logcat if you're interested.
 
D

Deleted member 267841

Guest
Spanish translation of strings

hi,
i sent the spanish translation of strings.xml.
please include in next release.
thank's

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Superusuario</string>
<string name="app_name_request">Petición superusuario</string>
<string name="app_name_perms">Permisos superusuario</string>
<string name="allow">Permitir</string>
<string name="forget">Olvidar</string>
<string name="cancel">Cancelar</string>
<string name="deny">Denegar</string>
<string name="remember">Recordar</string>
<string name="uid">(uid: %d)</string>
<string name="request">%s es %s (uid: %d)</string>
<string name="detail_package">Paquete:</string>
<string name="detail_request">UID solicitado:</string>
<string name="detail_command">Comando:</string>
<string name="detail_status">Estado:</string>
<string name="detail_created">Creado el:</string>
<string name="detail_last_accessed">Último acceso:</string>
<string name="request_message">La siguiente aplicación ha solicitado acceso de superusuario:</string>
<string name="request_app_name">App:</string>
</resources>
 
D

Deleted member 267841

Guest
hi,
i have a little problem with our application...
i have installed bash (and sh, of cource) in my /system/bin/
on my terminal emulator, i have configured bash has the
default shell. works ok, except when i type "su" command.
in this case, the shell is changed to "sh" even if i try to pass
"-" to the "su" command ("-" param is to use the previous
environment).
i have tried the (standard) "-s" parameter for forze the /system/bin/bash
but is not supported (in your source).
PLEASE, add the "-s" parameter to your source to forze the
shell modificacion.
if i try to pass "-c bash" to "su" command, works fine, but
is uggly

Code:
bash-1.4 $ ls -l /system/bin/sh /system/bin/bash
-rwxr-xr-x root shell    91064  2010-03-04 11:33 sh
-rwxr-xr-x root shell 1521072  2010-05-14 11:33 bash
bash-1.4 $ su 
sh # exit
bash-1.4 $ su - 
sh # exit
bash-1.4 $ su -s /system/bin/bash
Permission Denied
bash-1.4 $ su -s /system/bin/sh
Permission Denied
bash-1.4 $ su -c bash
bash-1.4 #
 
Last edited by a moderator: