Skip to content

yoshi3jp/android_device_samsung_a25ex

 
 

Repository files navigation

Android device tree for samsung SM-A253Z (a25ex)

  • WARNING! This devicetree has a dependency. Clone MT6835 Common before you attempt to build!
  • The Soong build system uses more than 16GB of memory in the beginning. If the system cannot allocate enough memory, the build system will crash.
  • PLEASE note: while this tree may build successfully, a successful boot is not guaranteed. As a matter of fact, the resulting build from this tree WILL NOT BOOT yet.

How-to compile it:

  • twrp-12.1 Manifest
    repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-12.1
  • Sync
    repo sync
  • Clone A25 5G twrp tree
    git clone https://github.com/yoshi3jp/android_device_samsung_a25ex.git -b common device/samsung/a25ex
  • Build
    export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch twrp_a25ex-eng; mka recoveryimage

Multidisabler

once in twrp go to advanced, terminal and type "multidisabler" to stop restoration of stock recovery

About

Galaxy A25 5G Mediatek | WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 83.9%
  • Shell 16.1%