kenkazz / android_device_motorola_evert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TWRP Device configuration for Motorola Moto G6 Plus

Device specifications

Basic Spec Sheet
CPU Octa-core 2.2 GHz Cortex-A53
CHIPSET Qualcomm SDM630 Snapdragon 630
GPU Adreno 508
Memory 4GB or 6GB
Shipped Android Version 8.0 (Oreo)
Storage 64GB or 128GB
Battery 3200 mAh
Dimensions 160 x 75.5 x 8 mm
Display 1080 x 2160 pixels, 5.9" IPS LCD
Rear Camera 12 MP (f/1.7) + 5 MP (f/2.2), (PDAF, dual pixel)
Front Camera 8 MP (f/2.2)

Device Picture

Kernel Source

Check here: https://github.com/ixmoe/android_kernel_motorola_sdm630

How to compile

. build/envsetup.sh
lunch omni_evert-eng
make -j4 recoveryimage

Copyright

 /*
 *  Copyright (C) 2013-17 The OmniROM Project
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

About


Languages

Language:C++ 85.0%Language:Makefile 10.8%Language:C 4.1%Language:Shell 0.1%