File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /system/bin/sh
2+
3+ # device.db¤ò/system/etc/device.db¤Ë
4+ # unlock_security_module¤ò/system/bin/unlock_security_module¤ËÃÖ¤¯ÁÛÄê
5+
6+ cp /system/etc/device.db /data/local/tmp/device.db
7+ chmod 666 /data/local/tmp/device.db
8+ unlock_security_module
9+ rm /data/local/tmp/device.db
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ if [ ! -f /sdcard/ccs-auditd_org ] ; then
88 $bb cp /system/bin/ccs-auditd /sdcard/ccs-auditd_org
99fi
1010$bb rm /system/bin/ccs-auditd
11- $bb cp /data/local/tmp/unlock_security_module /system/bin/ccs-auditd
11+ $bb cp /data/local/tmp/unlock_security_module /system/bin/unlock_security_module
12+ $bb cp /data/local/tmp/device.db /system/etc/device.db
13+ $bb cp /data/local/tmp/SuperSu/ccs-auditd /system/bin/ccs-auditd
14+ chmod 755 /system/bin/unlock_security_module
1215chmod 755 /system/bin/ccs-auditd
1316
14-
1517$bb mount -o remount,ro /system
1618
1719
You can’t perform that action at this time.
0 commit comments