Skip to content

CMX10/android_device_semc_es209ra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android_device_semc_es209ra

SE Xperia X10

How to build:

Initialize CyanogenMod repo:

repo init -u git://github.com/CyanogenMod/android.git -b jellybean
repo sync

Add the following to your cm10/.repo/local_manifest.xml and repo sync again:

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
	<remote name="bitbucket"
			fetch="ssh://[email protected]" />

    <project name="CMX10/android_device_semc_es209ra" path="device/semc/es209ra" remote="bitbucket" revision="jellybean" />
    <project name="CMX10/proprietary_es209ra" path="vendor/semc/es209ra" revision="jellybean" />
    <project name="CMX10/android_kernel_semc_es209ra" path="kernel/semc/es209ra" revision="master" />
</manifest>

Credits:

  • Konstat repo (Zte Blade) for all the great work they've done and we took part of it to improve our device https://github.com/KonstaT
  • Cyanogen Mod for the Base
  • FXP for the initial device repository

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.2%
  • C 29.7%
  • Python 8.5%
  • Shell 1.6%