Android/Lollipop(5.0): Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
TODO List;
TODO List;


{| border="1" cellpadding="6"
[https://source.android.com/devices/low-ram.html#kernel Kernel tuning]
| [https://source.android.com/devices/low-ram.html#kernel Kernel tuning]
WIFI
|-
BT
| WIFI
Accelerometer sensor tuning
|-
Camera
| BT
Codec
|-
SELinux
| Accelerometer sensor tuning
|-
| Camera
|-
| Codec
|-
| SELinux
|-
|}

Revision as of 10:58, 17 November 2014

Google released Lollipop source code on 4th November 2014.

Android 5.0 for XO-4 is in active development status. Any contribution would be much appreciated.

Currently the graphics are almost working. Developers welcome to peek/compile the repositories.

  • use Repo to download the Android source from github repositories.
$ repo init -u git://github.com/suyouxin/android_manifest.git -b android-5.0.0-xo4
$ repo sync
  • Note: only engineer build is usable, user build can't be booted since SELinux feature hasn't been adapted.


TODO List;

Kernel tuning
WIFI
BT
Accelerometer sensor tuning
Camera
Codec
SELinux