When I look inside "update.zip" from the first page, there is a file called "default.prop" that seems to get installed.
Code:
#
# ADDITIONAL_DEFAULT_PROPERTIES
#
ro.secure=0
ro.allow.mock.location=0
ro.debuggable=1
persist.sys.usb.config=mtp,adb
Do I have to worry about default.prop overwriting a pre-existing file? What is the reason for adding this? Is it for busybox?
Edit: Also, why is update.zip not signed? Do we not have to sign zip files anymore?
Edit2: I signed "update.zip.zip" from the first page and made two versions, one with Superuser and one with SuperSu.
|