Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/system/bin/sh
- mount -o remount,rw /
- MARK=/data/local/symbol_thirdpart_apks_installed
- PKGS=/system/app
- chmod 755 -R /system/app
- chgrp root /system/app
- chown root /system/app
- find $PKGS -name "*\.apk" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- MARK=/data/local/symbol_thirdpart_apks_installed
- PKGS=/system/priv-app
- chmod 755 -R /system/priv-app
- chgrp root /system/priv-app
- chown root /system/priv-app
- find $PKGS -name "*\.apk" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- mount -o remount,rw /
- MARK=/data/local/symbol_thirdpart_apks_installed
- PKGS=/product/app
- chmod 755 -R /product/app
- chgrp root /product/app
- chown root /product/app
- find $PKGS -name "*\.apk" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- MARK=/data/local/symbol_thirdpart_apks_installed
- PKGS=/product/priv-app
- chmod 755 -R /product/priv-app
- chgrp root /product/priv-app
- chown root /product/priv-app
- find $PKGS -name "*\.apk" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.apk" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chgrp root {} \;
- find $PKGS -name "*\.so" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chmod 644 {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- MARK=/data/local/symbol_thirdpart_apks_installed
- PKGS=/vendor/app
- mount -o remount,rw /
- mount -o remount,rw /vendor
- chmod 755 -R /vendor/app
- chgrp shell /vendor/app
- chown root /vendor/app
- busybox find $PKGS -name "*\.apk" -exec /system/bin/chmod 644 {} \;
- busybox find $PKGS -name "*\.apk" -exec /system/bin/chgrp root {} \;
- busybox find $PKGS -name "*\.apk" -exec /system/bin/chown root {} \;
- busybox find $PKGS -name "*\.so" -exec /system/bin/chmod 644 {} \;
- busybox find $PKGS -name "*\.so" -exec /system/bin/chgrp root {} \;
- busybox find $PKGS -name "*\.so" -exec /system/bin/chown root {} \;
- busybox find $PKGS -name "*\.odex" -exec /system/bin/chmod 644 {} \;
- busybox find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- busybox find $PKGS -name "*\.odex" -exec /system/bin/chown root {} \;
- busybox find $PKGS -name "*\.vdex" -exec /system/bin/chmod 644 {} \;
- busybox find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
- busybox find $PKGS -name "*\.vdex" -exec /system/bin/chown root {} \;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement