AnClark / twrp_device_xiaomi_helium

For build Xiaomi Max Pro only. NOTICE, Encryption is fully supported in this configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeamWin Recovery Project

Device configuration for Xiaomi Mi Max (helium)

Basic Spec Sheet
CHIPSET Qualcomm MSM8956 Snapdragon 650 / Qualcomm MSM8976 Snapdragon 652
CPU Quad-core 1.4 GHz Cortex-A53 & Dual-core 1.8 GHz Cortex-A72
Quad-core 1.4 GHz Cortex-A53 & Quad-core 1.8 GHz Cortex-A72
GPU Adreno 510
Memory 3/4 GB
Shipped Android Version Android 6.0 with MIUI
Storage 64/128 GB
Battery 4850 mAh (non-removable)
Dimensions 173.1 x 88.3 x 7.5 mm
Display 1080 x 1920 pixels 6.44"
Rear Camera 16.0 MP
Front Camera 5.0 MP
Release Date May 2016

Xiaomi Mi Max

How-to compile it:

Download Omni source. Minimal Manifest TWRP is highly recommended:

mkdir omni8_minimal
cd omni8_minimal
repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-8.1 --no-clone-bundle

Download device tree repo:

git clone -b omni-8.1 https://github.com/AnClark/twrp_device_huawei_hwp6_u06.git device/xiaomi/helium

To build:

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

This repo included a prebuilt kernel, but you can still work with source. Kernel sources are available at: https://github.com/LineageOS/android_kernel_xiaomi_msm8956.

About

For build Xiaomi Max Pro only. NOTICE, Encryption is fully supported in this configuration.


Languages

Language:Makefile 91.3%Language:Shell 8.7%