Tool to extract image files from A/B OTA file
Copy and paste this command in terminal and press enter
git clone https://github.com/Sanju0910/android_ota_payload_dumper.git -b main /payload_dumper
Copy and paste each commands on terminal
sudo apt update && sudo apt upgrade -y
sudo apt install python2 python3
sudo apt install python-is-python3
Command Format
python payload_extracter.py <PATH_TO_ROM_ZIP> <OUT_DIR>
The below command is example
python payload_extracter.py /home/admin/Downloads/NordOxygen_14.I.11_OTA_2110_all_2205021358_6e38af882116.zip /home/admin/Downloads/Nord
Example :