What is this:
- This is a script which can be used from a Linux PC (should work on Mac too) in order to modify the OTA updates.
- It is suitable for all 6039 and 6045 devices.
- The owners of 6039 which returned the fastboot commands to their devices by using the guide in this section need to use the script in order to modify and install future OTA updates.
- The script removes the checks and the patches for the recovery. In addition for the 6039 users removes the check and the patches which remove the fatsboot commands.
How to use it:
- There are dependencies (i.e. packages which are needed) in order the script to function properly. In order to be widely supported the script has been written as bash script and needs only zip and unzip binaries in order to modify the upgrade file. All other commands used in it should be available as core packages on any Linux system.
- The script must have executable permissions and the update file to be provided as argument e.g.
there a few questions which can be asked by the script, which must be answered with y/n. At the end, in the directory from where the script has been executed, you will have a modified flashable ZIP which can be installed through TWRP in order to upgrade the device.
md5sum: f401a1a5baafa20110cf47606b45d99a ota_modifier.zip
P.S. If someone can modify the script to work under Windows is welcome to do it.
- This is a script which can be used from a Linux PC (should work on Mac too) in order to modify the OTA updates.
- It is suitable for all 6039 and 6045 devices.
- The owners of 6039 which returned the fastboot commands to their devices by using the guide in this section need to use the script in order to modify and install future OTA updates.
- The script removes the checks and the patches for the recovery. In addition for the 6039 users removes the check and the patches which remove the fatsboot commands.
How to use it:
- There are dependencies (i.e. packages which are needed) in order the script to function properly. In order to be widely supported the script has been written as bash script and needs only zip and unzip binaries in order to modify the upgrade file. All other commands used in it should be available as core packages on any Linux system.
- The script must have executable permissions and the update file to be provided as argument e.g.
Code:
ota_modifier.sh /home/Downloads/update.zipmd5sum: f401a1a5baafa20110cf47606b45d99a ota_modifier.zip
P.S. If someone can modify the script to work under Windows is welcome to do it.
No comments:
Post a Comment