How to convert Oppo Realme Ozip Firmware to zip

Ozip is a file type which is a encrypted compressed archive file on python which allow user to compress large data on a small file. some manufactures like oppo and realme serve their OTA update in Ozip file format so here we share a detailed guide to convert ozip file into zip file format.

Steps to convert Ozip to Zip:

  • Download & setup python on your computer
  • Download & extract convert tool
  • extract your device firmware/ ozip file to tool folder
  • open command window in tool folder (in address bar type cmd and hit enter)
  • Install pycryptodome for that send below code
pip install pycryptodome
  • type below code to covert ozip to zip
ozip2zip.py <*.ozip>