Skip to content

onesmiledx/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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 53.0%
  • Makefile 47.0%