rk779 / redwolf_device_leeco_s2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TWRP Tree for LeEco Le 2 (s2)

==============

The LeEco Le 2 (s2) is a smartphone from LeEco or LeMobile Information Technology Co. Ltd.

Device Configuration for s2

Basic Spec Sheet
CHIPSET Qualcomm MSM8976 Snapdragon 652
CPU Quad-core 1.8 GHz Cortex-A72 & Quad-core 1.4 GHz Cortex-A53
GPU Adreno 510
Memory/RAM 3 GB
Storage 32 GB
Battery 3000 mAh (Non-Removable)
Dimensions 151.1 x 74.2 x 7.5 mm
Display 1080 x 1920 pixels 5.5"
Rear Camera 16.0 MP
Front Camera 8.0 MP
Release Date June 2016

LeEco Le 2

To initialize your local repository using the Omnirom trees to build TWRP, use a command like this:

    $ repo init -u git://github.com/omnirom/android.git -b android-7.1

Then to sync up:

    $ repo sync

Full Compilation

    $ source build/envsetup.sh

    $ lunch omni_s2-userdebug

    $ make clean

	$ make recoveryimage

About

License:GNU General Public License v2.0


Languages

Language:Makefile 99.5%Language:Shell 0.5%