Android/Lollipop(5.0): Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with 'Give XO-4 a try with lollipop. * use Repo to download the Android source from OLPC repositories, $ repo init -u git://dev.laptop.org/users/ben/android_manifest -b android-5.0.0…')
 
No edit summary
Line 1: Line 1:
Google released Lollipop source code on 4th November 2014.
Give XO-4 a try with lollipop.


Android 5.0 for XO-4 is in active development status. Any contribution would be much appreciated.
* use Repo to download the Android source from OLPC repositories,

$ repo init -u git://dev.laptop.org/users/ben/android_manifest -b android-5.0.0-xo4
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
$ repo sync

Revision as of 10:36, 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