Feature Request - Auto Create Firmware Zip from ROM Link
maruashok opened this issue · 3 comments
Hi bro,
will you please add feature to create zip from mi recovery download link?
Using remotezip i am downloading firmware-update directory only (modified version) and creating firmware manually.
if you like you can add feature to create zip by passing recovery link instead of recovery zip, it will auto download firmware from given link and than create firmware from that files,
Note - remotezip will only download files specified in list, so it will save much data(no need to download whole zip)
@maruashok I have implemented this feature successfully in https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator.py/tree/v2
If you can test and give me feedback I'd be grateful.
Please note that run method has been changed, you must use python3 -m xiaomi_flashable_firmware_creator
now.
Pushed to master and usable starting from 440e953