How To Build Android ROM From Source
How To Build Android ROM From Source
About TekCafe
About TekCafe
Established in Ho Chi Minh City 2 years ago
First Vietnamese team can build Android ROM from source
Bringing many Android smartphone update to Android Lollipop
through custom Android ROM
Agenda
What is Android Open Source Project?
What are common open source firmware distribution?
Establishing a Build Environment.
Downloading the Source.
Exploring the Source.
Building the System.
Known Issues
Q/A
What is Android?
Establishing a Build
Environment
http://developer.sonymobile.com/downloads/opensource/
http://opensource.samsung.com/
http://opensource.pantech.com/
http://opensource.lge.com/
Downloading
the Source
Installing Repo
Repo is a tool that makes it easier to work with Git in the context
of Android.
$ mkdir ~/bin
$ PATH=~/bin:$PATH
$ curl https://storage.googleapis.com/git-repo-downloads/repo >
~/bin/repo
$ chmod a+x ~/bin/repo
Directory tree
build/
bootable/
devices/
frameworks/
kernel/
out/
packages/
vendor/
Live demo
Building
the System
Build type
Buildtype
user
userdebug
eng
Use
limited access; suited for
production
like "user" but with root access
and debuggability; preferred for
debugging
development configuration with
additional debugging tools
Known issues
Contact
Mr. Nguyen Hoang Chuong
Email: chuongnguyen@tekcafe.vn
Mr. Tran Minh Phuong
Email: phuongtran@tekcafe.vn