XiaomiFirmwareUpdater / xiaomi-flashable-firmware-creator

Xiaomi Flashable Firmware Creator
https://xiaomifirmwareupdater.com/projects/xiaomi-flashable-firmware-creator/
GNU General Public License v3.0
149 stars 45 forks source link

Feature Request - Auto Create Firmware Zip from ROM Link #6

Closed maruashok closed 4 years ago

maruashok commented 4 years ago

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)

yshalsager commented 4 years ago

@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.

maruashok commented 4 years ago

Ok bro I will test it tomorrow

On Thu, 15 Oct, 2020, 6:44 pm Youssif Shaaban Alsager, < notifications@github.com> wrote:

@maruashok https://github.com/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.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/XiaomiFirmwareUpdater/xiaomi-flashable-firmware-creator.py/issues/6#issuecomment-709316446, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE23W4QICKVETVS53SBYGATSK3YVBANCNFSM4QOZ3JWQ .

yshalsager commented 4 years ago

Pushed to master and usable starting from 440e9534