2013-02-25 12:05:21 +00:00
|
|
|
Category:System
|
2013-02-27 14:52:09 +00:00
|
|
|
License:Apache2
|
2013-02-25 12:05:21 +00:00
|
|
|
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:
|
2013-03-06 23:58:38 +00:00
|
|
|
An app to allow or disallow apps' requests to run as root, like the
|
2013-02-25 12:05:21 +00:00
|
|
|
Superuser app that comes with custom ROMs. The difference here is
|
|
|
|
that the entire app can be built from source with the Android
|
2013-03-06 23:58:38 +00:00
|
|
|
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.
|
2013-02-25 12:05:21 +00:00
|
|
|
.
|
|
|
|
|
2013-03-04 13:59:45 +00:00
|
|
|
Requires Root:Yes
|
|
|
|
|
2013-02-25 12:05:21 +00:00
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/koush/Superuser.git
|
|
|
|
|
2013-03-06 23:58:38 +00:00
|
|
|
Build Version:1.0.1.3,1013,bbc08f1,subdir=Superuser,patch=about.patch;packageid.patch,\
|
|
|
|
srclibs=KoushWidgets@d1b10a53171,prebuild=\
|
2013-03-04 13:59:45 +00:00
|
|
|
echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties && \
|
2013-02-27 14:52:09 +00:00
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties && \
|
2013-03-06 23:58:38 +00:00
|
|
|
sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' jni/su/su.h && \
|
2013-02-27 14:52:09 +00:00
|
|
|
sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk,buildjni=yes
|
2013-02-25 12:05:21 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:None
|
2013-03-06 23:58:38 +00:00
|
|
|
Current Version:1.0.1.3
|
|
|
|
Current Version Code:1013
|
2013-02-25 12:05:21 +00:00
|
|
|
|