Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Update su binary and Superuser.apk
Browse files Browse the repository at this point in the history
su binary is version 3.0.32
Superuser.apk is version 3.0.7

Also, rename the su binary to just "su."
  • Loading branch information
alanorth committed May 14, 2012
1 parent d723627 commit 41c70b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/boot.img-ramdisk/noma/install_su.sh
Expand Up @@ -19,7 +19,7 @@ chmod 0755 /sbin/busybox
rm -f /system/bin/su
rm -f /system/xbin/su
# now copy su and make sure it's setuid root (see: http://en.wikipedia.org/wiki/Setuid)
cp /noma/res/su-2.3.6.3-efgh /system/bin/su
cp /noma/res/su /system/bin/su
chown 0.0 /system/bin/su
chmod 06755 /system/bin/su

Expand All @@ -34,7 +34,7 @@ chmod 0644 /system/app/Superuser.apk
chown 0.0 /system/app/Superuser.apk

# try to clean up to free some RAM
rm /noma/res/su-2.3.6.3-efgh
rm /noma/res/su
rm /noma/res/Superuser.apk

# back to read only
Expand Down
Binary file modified release/boot.img-ramdisk/noma/res/Superuser.apk
Binary file not shown.
Binary file added release/boot.img-ramdisk/noma/res/su
Binary file not shown.
Binary file removed release/boot.img-ramdisk/noma/res/su-2.3.6.3-efgh
Binary file not shown.

0 comments on commit 41c70b7

Please sign in to comment.