File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
############################################################################
2
2
#
3
- # Copyright (c)
2012 - dsixda (
[email protected] )
3
+ # Copyright (c)
2013 - dsixda (
[email protected] )
4
4
#
5
5
# Android Kitchen is 100% free. This script file is intended for personal
6
6
# and/or educational use only. It may not be duplicated for monetary
@@ -204,6 +204,11 @@ then
204
204
sed -i -e '/symlink mksh /d' META-INF/com/google/android/update-script
205
205
fi
206
206
207
+ if [ ! -e system/bin/wiperiface_v02 ]
208
+ then
209
+ sed -i -e '/symlink wiperiface_v02 /d' META-INF/com/google/android/update-script
210
+ fi
211
+
207
212
if [ ! -e system/bin/ip ]
208
213
then
209
214
perl -pi -e 's/set_perm 0 3003 06755 SYSTEM:bin\/ip\n//g' META-INF/com/google/android/update-script
Original file line number Diff line number Diff line change @@ -54,4 +54,19 @@ symlink toolbox SYSTEM:bin/uptime
54
54
symlink toolbox SYSTEM:bin/vmstat
55
55
symlink toolbox SYSTEM:bin/watchprops
56
56
symlink toolbox SYSTEM:bin/wipe
57
+ symlink toolbox SYSTEM:bin/chcon
58
+ symlink toolbox SYSTEM:bin/setenforce
59
+ symlink toolbox SYSTEM:bin/grep
60
+ symlink toolbox SYSTEM:bin/runcon
61
+ symlink toolbox SYSTEM:bin/touchinput
62
+ symlink toolbox SYSTEM:bin/md5
63
+ symlink toolbox SYSTEM:bin/getsebool
64
+ symlink toolbox SYSTEM:bin/setsebool
65
+ symlink toolbox SYSTEM:bin/restorecon
66
+ symlink toolbox SYSTEM:bin/getenforce
67
+ symlink toolbox SYSTEM:bin/load_policy
68
+ symlink toolbox SYSTEM:bin/cp
69
+ symlink toolbox SYSTEM:bin/playback
70
+ symlink toolbox SYSTEM:bin/du
71
+ symlink wiperiface_v02 SYSTEM:bin/wiperiface
57
72
You can’t perform that action at this time.
0 commit comments