Code Monkey home page Code Monkey logo

device_htc_dlx's Introduction

To build Validus for DNA run these commands:

mkdir android/TV && cd android/TV && repo init - u git://github.com/TV-LP51/android.git -b lp5.1 && repo sync -j5

Personally I like to rerun repo sync after an initial sync because it takes so long but that's up to you.

Now for the fun part....building!!

. build/envsetup.sh && lunch (enter device number) time mka validus

If you want to speed up your build times in your .bashrc add these lines to the bottom:

export CCACHE_DIR=$HOME/.ccache export USE_CCACHE=1 export USE_PREBUILT_CHROMIUM=1

alias git-pl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

if [ ! -d "$CCACHE_DIR" ]; then $HOME/android/TV/prebuilts/misc/linux-x86/ccache/ccache -M 50G fi

In case if you didn't know, -J# is an argument for running parallel jobs where # should be your number of cores+1. Since I have 4 cores I use -j5.

When all is said and done you should have a kickass ROM ready to flash!

Device configuration for HTC Droid DNA

Basic Spec Sheet
CPU Quad-core 1.5 GHz Krait 300
CHIPSET Qualcomm MDM615m/APQ8064
GPU Adreno 320
Memory 2GB RAM
Shipped Android Version 4.4.2
Storage 16GB
Battery 2020 mAh
Dimensions 141 x 70.5 x 9.7 mm
Display 1080 x 1920 pixels, Super LCD3
Camera 8 MP, 3264 x 2448 pixels
Release Date November 2012

Droid DNA

device_htc_dlx's People

Contributors

chad0989 avatar crpalmer avatar invisiblek avatar intervigilium avatar flyhalf205 avatar oggie7797 avatar mdmower avatar hyperb1iss avatar pratiks19 avatar mrlolli avatar mikeng avatar ponsasinorem avatar arco avatar zawata avatar svindled avatar ruku1994 avatar khusika avatar semdoc avatar blunden avatar aways avatar kerneltoast avatar ryzenforce990 avatar rmcc avatar u-ra avatar flemmard avatar bmc08gt avatar

Watchers

James Cloos avatar Vatsal Koradia avatar Randy DuCharme avatar Anthony Pyrtle avatar martin coulon avatar Sanyam Jain avatar  avatar Adam avatar Deepak Sharma avatar  avatar Wim N avatar Andrea Turchet  avatar Shivam Desai avatar  avatar  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.