Skip to content

hawk78/android_device_907

This branch is 11 commits ahead of, 55 commits behind ffavero/android_device_907:jb2.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e14a476 · Jul 20, 2013
Jul 20, 2013
Jul 18, 2013
Jul 14, 2013
Jun 19, 2013
Jul 19, 2013
Jun 24, 2012
Jul 20, 2013
Jul 14, 2013
Apr 24, 2013
Apr 22, 2013
Apr 9, 2013
Jul 14, 2013
Jul 19, 2013
Apr 30, 2013
May 18, 2012
Jul 19, 2013
Jul 14, 2013
Apr 17, 2013
Jul 14, 2013
Jun 19, 2013
May 18, 2012
Jul 11, 2013
Apr 1, 2013
Jul 19, 2013
May 1, 2013
Jul 14, 2013
Jul 9, 2013
Apr 22, 2013
Jul 14, 2013
Apr 24, 2013
Mar 9, 2013
Jul 14, 2013
May 22, 2013
Apr 9, 2013
Jun 3, 2012
May 6, 2013
Apr 27, 2013

Repository files navigation

CarbonDev sun4i

This is an attempt to port CarbonRom to the allwinner A10 (crane sun4i) tablets Compilation Notes

  • Build from Sources

Create a directory

mkdir carbon

Change to the created directory

cd carbon

Init the CarbonDev repository

repo init -u git://github.com/CarbonDev/android.git -b jb2

create a directory .repo/local_manifests.xml

mkdir .repo/local_manifests

create the local_manifest.xml into the directory .repo/local_manifests/local_manifest.xml

curl https://raw.github.com/hawk78/android_device_907/carbon/clean_manifest.py > clean_manifest.py
curl https://raw.github.com/hawk78/android_device_907/carbon/mini_manifest.xml > mini_manifest.xml
python clean_manifest.py  -l mini_manifest.xml  .repo/manifest.xml > .repo/local_manifests/local_manifest.xml

Syncronyze the server

repo sync -f -j16

finally you're ready to build it

source build/envsetup.sh
brunch carbon_907-userdebug -j8


  • Patches

if you have already modify your tree and patches can't be applied, run:

repo forall -c git reset --hard
repo forall -c git clean -xdf

About

Explay Informer 801, Teclast p85

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.9%
  • C++ 37.1%
  • Python 3.3%
  • Java 1.8%
  • Objective-C 1.6%
  • Shell 0.2%
  • Perl 0.1%