/BasedSources-X657B

Repositories.

GNU General Public License v3.0GPL-3.0

INFINIX MOBILITY LIMITED™

Repositories available
TWRP available
LICENSE

https://github.com/LinggaCR17/BasedSources-X657B/blob/main/LICENSE

OFFICIAL STOCK RELEASE

https://www.needrom.com/download/infinix-x657b/

Firmware (fw) details: BasedA10, BasedA11, ARM32-binder with ARM64-bit SoC.

A10 vndk 29.0 & A11 vndk 30.0

  • Installing GSI's Requirements

1000009250

For example

  • system-arm32_binder64-ab.img.xz

1000009251

Additional

  • requirements stock (fw)
vbmeta.img, vbmeta_system.img, vbmeta_vendor.img, boot.img, recovery.img, system.img
  • Move all file to minimal_adb-fastboot

1000009257

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

1000009260

on fastbootd (installing)
	fastboot erase system
	fastboot flash system system.img
	
on fastbootd (options)
	fastboot -w <- (wipe)
	
	fastboot reboot
	
	or:
	
	fastboot reboot recovery