Git Product home page Git Product logo

android_device_lge_p350's Introduction

TeamPecan Project

Here LG Optimus Me device folder for build Cyanogenmod 9, Android 4.0.4

  1. Operating System:

First step is having a fully functional linux distro. You can choose what you prefer, I'm using ubuntu and I write commands for it. You can use OSX too, as I know, but I've completely no idea how, I never had a Mac. Well, talking about linux, you need a 64bit distribution, so if you have an old 32 bit processor youn cannot go ahead.

To check which version do you have, type in a shell

  • uname -a

If the results include "x86_64" you're ok.

  1. Installing Packages:

You need to install some little packages, to be able to proceed, you can do this with your favorite package manager: sudo apt-get install git-core gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dev:i386 g++-multilib mingw32 openjdk-6-jdk pngcrush schedtool tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386 Some systems need some trick to install all this package, is your care to check this process completed correctly and fix eventually problems.

  1. Install "repo":

Repo is the program that handles synchronization between our pc and the repository, in this case Cyanogen's one. To install do:

  1. Download source codes:

  • mkdir CM9
  • cd CM9
  • repo init -u git://github.com/TeamPecan/android.git -b ics
  • repo sync -j16
  1. Download Prebuilt files:

There are some others files needed.

  • ~/CM9/vendor/cm/get-prebuilts

Another small wait time and we're ready!

  1. Build ROM:

  • cd CM9
  • source build/envsetup.sh && brunch cm_p350-userdebug
  1. Installing:

  • Grab new file named cm-9-(DATE)-UNOFFICIAL-p350 from CM9/out/target/product/p350
  • Push ZIP to SD Card and install
  • Install Google Apps
  1. Update Source:

If you want to update your build, you have to do only this:

  • cd CM9
  • repo sync -j16

and build again :D

android_device_lge_p350's People

Contributors

rmcc avatar rongokhale avatar

Watchers

 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.