summaryrefslogtreecommitdiff
path: root/patch
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2017-10-14 13:34:00 -0300
committerosm0sis <osm0sis@outlook.com>2017-10-14 13:34:00 -0300
commit721c5db7c27a000c1762431ed7a3d46ef3eac5d2 (patch)
tree77dc1b2b1db81220eb15ea96f626255765b55f6d /patch
parentaa1377c9abc6f991a28c4e54e87adc55d84c9aa7 (diff)
Example: clean ups and fixes for current functions
- remove more things confusing to new adopters (AK2 does not root) - update patch_fstab examples for corrected syntax DO NOT MERGE if you have already updated your ramdisk properly for your device
Diffstat (limited to 'patch')
-rw-r--r--patch/init.superuser4
-rw-r--r--patch/init.superuser.rc20
2 files changed, 0 insertions, 24 deletions
diff --git a/patch/init.superuser b/patch/init.superuser
deleted file mode 100644
index 0748763..0000000
--- a/patch/init.superuser
+++ /dev/null
@@ -1,4 +0,0 @@
-# SuperSU daemonsu
-service daemonsu /system/xbin/daemonsu --auto-daemon
- user root
- group root
diff --git a/patch/init.superuser.rc b/patch/init.superuser.rc
deleted file mode 100644
index fc6b6a2..0000000
--- a/patch/init.superuser.rc
+++ /dev/null
@@ -1,20 +0,0 @@
-# SuperSU daemonsu
-service daemonsu /system/xbin/daemonsu --auto-daemon
- user root
- group root
-
-# Superuser su_daemon
-service su_daemon /system/xbin/su --daemon
- oneshot
-
-on property:persist.sys.root_access=0
- stop su_daemon
-
-on property:persist.sys.root_access=2
- stop su_daemon
-
-on property:persist.sys.root_access=1
- start su_daemon
-
-on property:persist.sys.root_access=3
- start su_daemon