[MOD] Superuser 2.0.3 - Human readability

Search This thread

s1ckGhost

New member
Apr 20, 2010
1
0
I installed about 3 times, and still am missing the SU App.

Going to restore my back-up

Thanks, hopefully ill have better luck later on.
 

Wysie

Senior Member
Jul 4, 2009
1,122
6
Flashed it over CM5.0.6, and I must say it looks very nice! However, I had to re-grant root access to all the apps, you might want to put that in your first post. Awesome work as always, ChainsDD! :D
 

Amon_RA

Retired Senior Recognized Developer
Jan 2, 2009
1,295
400
Flashed over previous version and getting a FC each time I try to open the Superuser app : log
 
Last edited:

bigballa

Senior Member
Feb 24, 2009
866
90
Atlanta
www.twitter.com
just a little tip
if u flashed this
but ur themer didnt update their theme for this it wont work
happened to me on O))) just had to reflash the SU file and it worked again :)
 

Luxferro

Senior Member
Nov 19, 2009
1,511
436
Long Island, NY
Seems to be working fine on my Motorola Droid running CM5.0.6.2.

I just cleared the original SU app list before rebooting into recovery and applying su-2.0.2-signed.zip.
 

ChainsDD

Retired Recognized Developer
Feb 11, 2009
201
354
Suffolk, UK
noshufou.com
I know that that's what happens if you flash it on Enom's 1.8.1 ROM. :(

I may have a fix for that. Test version in the hands of my beta tester, once he gets back to me, I'll post it.

Flashed over previous version and getting a FC each time I try to open the Superuser app : log

I see the issue. I'm looking into it now. Thanks

muncheese said:

Shall I change it in the title for you? :eek:
 

leonnib4

Senior Member
Mar 1, 2010
1,458
86
Paris
If french could be usefull:

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Super-utilisateur</string>
    <string name="app_name_request">Requête super-utilisateur</string>
    <string name="app_name_perms">Permissions super-utilisateur</string>
    <string name="allow">Autoriser</string>
    <string name="forget">Oublier</string>
    <string name="cancel">Annuler</string>
    <string name="deny">Refuser</string>
    <string name="remember">Se souvenir</string>
    <string name="uid">(idu : %d)</string>
    <string name="request">%s en tant que %s (idu : %d)</string>
    <string name="detail_package">Paquet :</string>
    <string name="detail_request">IDU requis :</string>
    <string name="detail_command">Commande :</string>
    <string name="detail_status">Status :</string>
    <string name="detail_created">Créé le :</string>
    <string name="detail_last_accessed">Dernier accès :</string>
    <string name="request_message">L'application suivante requiert un accès super-utilisateur :</string>
    <string name="request_app_name">Application :</string>
</resources>
 

csolanol

Senior Member
Apr 18, 2010
1,753
2,626
Spanish translation if you are interested:
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Superusuario</string>
    <string name="app_name_request">Petición de Superusuario</string>
    <string name="app_name_perms">Permisos de 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 as %s (uid: %d)</string>
    <string name="detail_package">Paquete:</string>
    <string name="detail_request">UID Solicitada:</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 está solicitando acceso como superusuario:</string>
    <string name="request_app_name">Aplicación:</string>
</resources>
 
Last edited:

MarkM83

Senior Member
Feb 20, 2010
192
4
Danish translation - Couldn't find english version

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Superbruger</string>
    <string name="app_name_request">Ansøg om superbruger tilladelse</string>
    <string name="app_name_perms">Superbruger tilladelser</string>
    <string name="allow">Godkend</string>
    <string name="forget">Glem</string>
    <string name="cancel">Annullere</string>
    <string name="deny">Afvis</string>
    <string name="remember">Husk</string>
    <string name="uid">(ID : %d)</string>
    <string name="request">%s som %s (ID : %d)</string>
    <string name="detail_package">Pakke:</string>
    <string name="detail_request">Tilladelsesniveau :</string>
    <string name="detail_command">Sti (Kommando) :</string>
    <string name="detail_status">Status :</string>
    <string name="detail_created">Oprettet :</string>
    <string name="detail_last_accessed">Seneste adgang :</string>
    <string name="request_message">Dette program kræver root adgang :</string>
    <string name="request_app_name">Program :</string>
</resources>

Having trouble translating <string name="request"></string>
 
Last edited: