Giter VIP home page Giter VIP logo

device_lenovo_tb3_710f's Introduction

device_lenovo_TB3_710F

device directory for building custom rom for Lenovo TAB3 Essential 710F (wifi&gps only)

This repo is a kind of sandbox for me to contribute to custom rom building for this device. The source is the cm-12.1 branch of https://github.com/andrew264/android_device_lenovo_TB3_710F modified upon the working source of https://github.com/Cyanogenmod-for-Lenovo-Tab2A7-10F/android_device_lenovo_Tab2A710F

Building steps (after creating the build environment):

  1. curl https://storage.googleapis.com/git-repo-downloads/repo > .bin/repo

  2. repo init -u https://github.com/CyanogenMod/android.git -b cm-12.1

  3. `curl https://raw.githubusercontent.com/szazs89/device_lenovo_TB3_710F/master/roomservice.xml \

    .repo/local_manifests/roomservice.xml`

  4. repo sync

  5. connect device through USB, make sure ADB is enabled and /system is mounted, then cd device/lenovo/TB3_710F && sh extract-files.sh

  6. extract zImage (kernel) from stock's boot.img and put it into device/lenovo/TB3_710F

  7. USE_CCACHE=1 ./prebuilts/misc/linux-x86/ccache/ccache -M 50G

  8. USE_CCACHE=1 script $(mktemp /tmp/brunch-XXX.out) and . build/envsetup.sh && brunch TB3_710F

  9. cross your fingers... if("make completed successfully") TADA :-); ls -l out/target/product/TB3_710F/cm-12.1-$(date)-UNOFFICIAL-TB3_710F.zip* else debug :-(

Changelogs (most recent first):

  • replacing ramdisk files for working boot.img (from Tab2A710F)

  • replacing TWRP with recovery settings from Tab2A710F

  • removing SEPOLICY settings from BoardConfig.mk

  • added libxlog, configs, "downgrade" of wpa_supplicant

  • some updates from Tab2A710F were added...

device_lenovo_tb3_710f's People

Contributors

szazs89 avatar puresoul avatar

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.