|
beagle_eclair_0x4
# Release notes page for beagle-eclair-0x4 and devkit8k-eclair-0x4 Release Note: beagle-eclair-0x4, devkit8k-eclair-0x40xlab team is glad to announce the forth release of 0xdroid that is based on the eclair branch. In this new release we introduced new hardware support, better softare graphics performance on eclair and brand new happy installer.
Release Details
For more detail, please reference our roadmap and issues tracking How to build from scratch$ repo init -u git://gitorious.org/0xdroid/manifest.git -b beagle-eclair -m beagle-eclair-0x4.xml $ echo "TARGET_PRODUCT := beagleboard" > buildspec.mk $ echo "TARGET_PRODUCT := devkit8000" > buildspec.mk ( if build for devkit8000 ) $ echo "INSTALL_PREBUILT_DEMO_APKS := true" >> buildspec.mk ( optional for adding prebuilt demo apks ) $ repo sync $ make (or make -j4 if there are 4 cores) Give us feedback | |