├── META-INF ├── CERT.RSA ├── CERT.SF ├── MANIFEST.MF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script └── README /META-INF/CERT.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mackief/update.zip--for-Android-Devices-/HEAD/META-INF/CERT.RSA -------------------------------------------------------------------------------- /META-INF/CERT.SF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mackief/update.zip--for-Android-Devices-/HEAD/META-INF/CERT.SF -------------------------------------------------------------------------------- /META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mackief/update.zip--for-Android-Devices-/HEAD/META-INF/MANIFEST.MF -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mackief/update.zip--for-Android-Devices-/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mackief/update.zip--for-Android-Devices-/HEAD/META-INF/com/google/android/updater-script -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------