https://github.com/LinggaCR17/BasedSources-X657B/blob/main/LICENSE
https://www.needrom.com/download/infinix-x657b/
Firmware (fw) details: BasedA10, BasedA11, ARM32-binder with ARM64-bit SoC.
- Installing GSI's Requirements
- system-arm32_binder64-ab.img.xz
- requirements stock (fw)
- Move all file to minimal_adb-fastboot
on screen
adb devices -> (allow)
adb reboot bootloader
on bootloader
fastboot devices
fastboot --disable-verification flash vbmeta vbmeta.img
fastboot --disable-verification flash vbmeta vbmeta_system.img
fastboot --disable-verification flash vbmeta vbmeta_vendor.img
on bootloader (options)
fastboot flash boot magisk_patch-boot.img
fastboot flash recovery your_twrp-recovery.img
fastboot reboot fastboot
on fastbootd
fastboot getvar is-userspace
fastboot delete-logical-partition system_ext
fastboot delete-logical-partition product
system-arm32_binder64-ab.img.xz -> extract system-arm32_binder64-ab.img -> rename system-arm32_binder64-ab.img -> system.img
on fastbootd (installing)
fastboot erase system
fastboot flash system system.img
on fastbootd (options)
fastboot -w <- (wipe)
fastboot reboot
or:
fastboot reboot recovery