Skip to content

PecanCM/android_device_lge_p350

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PecanCM Project

Here LGE Optimus Me device folder for build Cyanogenmod 10.2, Android 4.3.1

  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 cm10.2
  • cd cm10.1
  • repo init -u git://github.com/PecanCM/android.git -b cm-10.2
  • repo sync
  1. Download Prebuilt files:

There are some others files needed.

  • . ~/cm10.2/vendor/cm/get-prebuilts

Another small wait time and we're ready!

  1. Build ROM:

  • cd cm10.2
  • . build/envsetup.sh && brunch p350
  1. Installing:

  • Grab new file named cm-10.1-(DATE)-UNOFFICIAL-p350 from cm10.2/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 cm10.2
  • repo sync

and build again :D

About

LGE P350 Device for CyanogenMod

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.7%
  • C 41.7%
  • Perl 1.2%
  • Other 1.4%