Export to GitHub

0xdroid - beagle_eclair_0x4.wiki


Release notes page for beagle-eclair-0x4 and devkit8k-eclair-0x4

Release Note: beagle-eclair-0x4, devkit8k-eclair-0x4

0xlab 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

  • Eclair codebase
  • Improve software graphics performance in Eclair
  • New hardware: DevKit8000
  • Touchscreen support along with calibration UI
  • 3G modem / Data card support
  • Refined system image installer
  • Small screen support
  • ARM optimized string operations
  • ARMv6 atomic operation improvement
  • Merge skia ARMv6/ARMv7 optimization from QuIC

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