Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 985 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 985 Bytes

TWRP Device configuration for Motorola Moto G7 Plus

Device specification

Basic Spec Sheet
CPU Octa-core 1.8 GHz Kryo 260
CHIPSET Qualcomm SDM636 Snapdragon 636
GPU Adreno 509
Memory 4GB
Shipped Android Version 9.0 (Pie)
Storage 64GB
Battery 3000 mAh
Dimensions 157 x 75.3 x 8.3 mm
Display 1080 x 2270 pixels, 19:9 ratio
Rear Camera 16 MP, f/1.7, 1.22µm, PDAF, OIS + 12 MP, 1.25µm depth sensor
Front Camera 12 MP, 1.25µm

Device Picture

Kernel Source

Check here: https://github.com/Jleeblanch/kernel_motorola_sdm660/tree/twrp-9.0-lake

How to compile

export ALLOW_MISSING_DEPENDENCIES=true
. build/envsetup.sh
lunch omni_lake-eng
mka clean && mka recoveryimage

Test build

cd out/target/product/lake
fastboot boot recovery.img

NOTE: TWRP can also be installed! Decryption of /data works either way!