Skip to content

Device tree for building OrangeFox Recovery for Samsung Galaxy A32 4G (MTK), based on A325FXXU2BVD6.

Notifications You must be signed in to change notification settings

vertekplus/ofox_device_samsung_a32

 
 

Repository files navigation

Recovery Device Tree for the Samsung Galaxy A32 4G (MTK)

How-to compile it:

. build/envsetup.sh
lunch ofox_a32-eng
make recoveryimage

Blobs version:

Kernel base: A325FXXU2BVD6

Ramdisk, DTB, DTBO base: A325FXXU2BVD6

Kernel source:

https://github.com/captaincookie200/android_kernel_samsung_a32-recovery

Current Workaround for fixing settings resetting after reboot.

edit bootable/recovery/twrp.cpp and at line 396 (as of now) Change the bool to true. This makes the recovery load the themes twice. This should only be for encrypted devices but since it has fixed our issue we'll use this workaround until a proper solution has been found.

About

Device tree for building OrangeFox Recovery for Samsung Galaxy A32 4G (MTK), based on A325FXXU2BVD6.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 54.4%
  • Shell 45.6%