• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/koush/Superuser


Commit MetaInfo

Revision7ab528e5b68a1b87e49665893058a29ac3cc05fc (tree)
Time2013-12-01 15:22:41
AuthorKoushik Dutta <koushd@gmai...>
CommiterKoushik Dutta

Log Message

Version 1.0.2.7

Leave binary setuid, as the daemon now guards for that.

Change-Id: I379005938bfb68954255ebe54e3cb482a0087e7d

Change Summary

Incremental Difference

--- a/Superuser/AndroidManifest.xml
+++ b/Superuser/AndroidManifest.xml
@@ -1,8 +1,8 @@
11 <?xml version="1.0" encoding="utf-8"?>
22 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
33 package="com.koushikdutta.superuser"
4- android:versionCode="1026"
5- android:versionName="1.0.2.6" >
4+ android:versionCode="1027"
5+ android:versionName="1.0.2.7" >
66
77 <uses-sdk
88 android:minSdkVersion="8"
--- a/Superuser/assets/update-binary
+++ b/Superuser/assets/update-binary
@@ -64,8 +64,6 @@ MIN=${MIN//.*}
6464
6565 if [ "${MAJ}${MIN}" -ge 43 ]
6666 then
67- # on 4.3+, the daemon need not be setuid.
68- chmod 0755 /system/xbin/su
6967 # check for rom su daemon before clobbering install-recovery.sh
7068 if [ ! -f "/system/etc/.has_su_daemon" ]
7169 then