Start replacement of org.fdroid.superuser by original package

This commit is contained in:
Daniel Martí 2014-01-29 16:22:46 +01:00
parent 191f2d9263
commit 648c340ee1
2 changed files with 36 additions and 11 deletions

View File

@ -0,0 +1,36 @@
Categories:System
License:Apache2
Web Site:https://github.com/koush/Superuser
Source Code:https://github.com/koush/Superuser
Issue Tracker:https://github.com/koush/Superuser/issues
Auto Name:Superuser
Summary:Manage root access
Description:
An app to allow or forbid apps' requests to run as root. The entire app can be
built from source with the Android SDK and NDK, including the '''su''' binary
which is bundled within and copied to /system when the prompts are followed.
You must already have root for this to work, because it leverages the existing
su and Superuser app to install itself. However, if you know what you are
doing you can use this apk as a su/Superuser substitute if you are gaining an
initial root. Once the install is completed you can disable or remove the old
app.
.
Requires Root:Yes
Repo Type:git
Repo:https://github.com/koush/Superuser.git
Build:1.0.2.8,1027
commit=74363eaa79
subdir=Superuser
srclibs=1:KoushWidgets@2cc45f3
buildjni=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0.2.8
Current Version Code:1027

View File

@ -16,17 +16,6 @@ the existing su and Superuser app to install itself.
However, if you know what you are doing you can use this apk
as a su/Superuser substitute if you are gaining an initial root.
Once the install is completed you can disable or remove the old app.
We don't provide a flashable zip that could be flashed
in the event that something goes wrong. Assuming you have a
custom recovery, you can try the
Google Play description of com.koushikdutta.superuser
for a link to the developer's zip, which may need to be pushed
to /tmp via adb. Note that, because we use a different package ID
there should be no conflict between our's and his.
So, if you're not confident you can fix a bad
installation and your current Superuser isn't broken, it is probably
best to avoid it.
.
Requires Root:Yes