Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST TRY #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/auto-ozip-decrypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
types: [started]

env:
FIRMWARE_LINK: https://download.c.realme.com/flash/Rollbackpack/realme_narzo%2020/RMX2191_11_OTA_0190_all_nksxIPHHdisT.ozip #edit link here...
FIRMWARE_NAME: RMX2191_11_OTA_0190_all_nksxIPHHdisT.ozip #edit file name here, you can find the name of file from link itself...
FIRMWARE_LINK: https://download.c.realme.com/osupdate/RMX2185_11_OTA_0970_all_coCt7PPQe3Da.ozip
#edit link here...
FIRMWARE_NAME: RMX2185_11_OTA_0970_all_coCt7PPQe3Da.ozip #edit file name here, you can find the name of file from link itself...
FINAL_ZIP_NAME: THE_NAME_OF_ZIP_YOU_WANT.zip #This will be the name of final zip which will be uploaded. You can leave it unchanged.
TZ: Asia/Kolkata

Expand All @@ -40,10 +41,10 @@ jobs:
sudo -H pip install --upgrade pip
sudo -H pip install setuptools wheel docopt pycryptodome
wget https://raw.githubusercontent.com/techyminati/oppo_ozip_decrypt/master/ozipdecrypt.py
sudo python ozipdecrypt.py $FIRMWARE_NAME
sudo python ozipdecrypt.py $FIRMWARE_NAME
zip -r RMX2185_11_OTA_0970_all_coCt7PPQe3Da.zip

- name: Upload Decrypted zip if AES keys not found.
continue-on-error: true
- name: Upload Decrypted zipRMX2185_11_OTA_0970_all_coCt7PPQe3Da.ozip
run: |
curl https://bashupload.com/ -T *.zip #file will be uploaded to bashupload, so mirror it if you are decrypting for community uses

Expand Down