GithubHelp home page GithubHelp logo

android_device_realme_rmx1941's Introduction

TWRP Device Tree for Realme C2

The Realme C2 is a budget range smartphone from Realme, announced in April 2019.

Status

Working:

  1. MTP
  2. Backup and Restore
  3. Flash GSI
  4. Screenshots

Not working:

  1. Decryption
  2. OTG

Device specifications

Basic Spec Sheet
OS Android 9.0 (pie)
CPU Octa-core 2.0 GHz Cortex-A53
Chipset Mediatek MT6762 Helio P22 (12 nm)
GPU PowerVR GE8320
Memory 2GB/3GB RAM
Storage 16GB/32GB
MicroSD up to 64 GB (dedicated slot)
Battery Non-removable Li-Ion 4000 mAh battery
Resolution 720 x 1560 pixels, 19.5:9 ratio (~282 ppi density)
Camera (Rear) 13 MP, f/2.2, 1/3.1", 1.12µm, PDAF & 2 MP, f/2.4, (depth)
Rear Camera Features LED flash, HDR, panorama
Video 1080p@30fps
Camera (Front) 5 MP, f/2.0, 1/5", 1.12µm
Features Accelerometer, proximity, compass

Device picture

Realme C2

Getting Started


To get started with OMNI sources to build TWRP, you'll need to get familiar with Git and Repo.

repo init

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

repo init -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0

To initialize a shallow clone, which will save even more space, use a command like this:

repo init --depth=1 -u git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git -b twrp-9.0

repo sync

Then to sync up:

repo sync 

To Build


Build the TWRP recovery using below command.

cd <source-dir>; export ALLOW_MISSING_DEPENDENCIES=true; . build/envsetup.sh; lunch omni_rmx1941-eng; mka recoveryimage

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.