Code Monkey home page Code Monkey logo

android_device_samsung_ypg1's Introduction

CM11.0 for YP-G1/YP-GB1

How to build

This is a quick tutorial on building an ota package for Samsung Galaxy S Wifi/Player 4.0 using the CyanogenMod Android repo.

This tutorial begins with a belief that you have already sync'd down CyanogenMod sources and have set up your build environment.

  • First, create a roomservice.xml for the Palladio (YP-G1 kernel). Put this file in /.repo/local_manifests/ (create "local_manifests" folder if you don't have one
<?xml version="1.0" encoding="UTF-8"?>
  <manifest>
    <project path="device/samsung/ypg1" name="bbelos/android_device_samsung_ypg1" remote="github" revision="cm-11.0"/>
    <project path="kernel/samsung/ypg13.0" name="bbelos/android_kernel_samsung_aries" remote="github" revision="cm-11.0-ypg1-dev"/>
    <project path="hardware/samsung" name="CyanogenMod/android_hardware_samsung" remote="github" revision="cm-11.0"/>
  </manifest>
  </manifest>
  • To set up the vendor tree, you'll need to cd to device/samsung/ypg1 and:

    1. Run extract-files.sh while phone is connected via usb to pull proprietaries from device. The script will then call setup-makefiles to generate vendor/samsung/ypg1/ and the necessary makefiles for blob manipulation.

    2. Next, from the root android directory, you'll need to:

repo sync
make clobber
brunch ypg1

Or

repo sync
. build/envsetup.sh && brunch ypg1

and the build will begin!

At the end of the compile, the generate ota package will be in out/target/product/ypg1/

android_device_samsung_ypg1's People

Contributors

zaclimon avatar bbelos avatar oisis avatar hanthesolo avatar pawitp avatar goldflame09 avatar mikeng avatar chirayudesai avatar delphinpeter avatar jacob-dk avatar

Watchers

James Cloos avatar Art Beatte IV 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.