Skip to content

ffavero/android_device_907

This branch is 157 commits ahead of, 345 commits behind ugers/android_device_907:aosp-7.0.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f349242 · Sep 2, 2013
Jun 7, 2013
Jul 18, 2013
Sep 2, 2013
Jun 19, 2013
Sep 2, 2013
Aug 16, 2013
Sep 2, 2013
Jul 19, 2013
Apr 24, 2013
Apr 22, 2013
Apr 9, 2013
Jul 19, 2013
Sep 2, 2013
Apr 30, 2013
May 18, 2012
Sep 2, 2013
May 7, 2013
Apr 17, 2013
May 1, 2013
Jun 19, 2013
May 18, 2012
Jul 11, 2013
Apr 1, 2013
Jul 19, 2013
May 1, 2013
Sep 2, 2013
Jul 9, 2013
Apr 22, 2013
Sep 2, 2013
Apr 24, 2013
Mar 9, 2013
Sep 2, 2013
May 22, 2013
Apr 9, 2013
Jun 3, 2012
May 6, 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/francescofavero/android_device_907/jb2/clean_manifest.py > clean_manifest.py
curl https://raw.github.com/francescofavero/android_device_907/jb2/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 51.5%
  • C++ 40.5%
  • Python 3.6%
  • Objective-C 2.2%
  • Java 1.9%
  • Shell 0.2%
  • Perl 0.1%