fdroiddata/metadata/org.fdroid.superuser.txt
David Black f4de7d8029 update at.tomtasche.reader, net.momodalo.app.vimtouch and
org.fdroid.superuser (no theming in this strangely)
2013-03-28 18:43:27 +00:00

56 lines
2.5 KiB
Plaintext

Category: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
Summary:Manage root access
Description:
An app to allow or disallow apps' requests to run as root, like the
Superuser app that comes with custom ROMs. The difference here is
that 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.
It should work with both ARM and x86.
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
Repo Type:git
Repo:https://github.com/koush/Superuser.git
Build Version:1.0.1.3,1013,bbc08f1,subdir=Superuser,patch=about.patch;packageid.patch,\
srclibs=KoushWidgets@d1b10a53171,prebuild=\
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties && \
sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' jni/su/su.h && \
sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk,buildjni=yes
Build Version:1.0.1.6,1016,2be82fa09,subdir=Superuser,patch=about.patch;packageid.patch,\
srclibs=KoushWidgets@ddc30339c3,prebuild=\
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties && \
sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' jni/su/su.h && \
sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk,buildjni=yes
Auto Update Mode:None
Update Check Mode:None
Current Version:1.0.1.6
Current Version Code:1016