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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%