Skip to content
tgascoigne edited this page Jun 26, 2012 · 8 revisions

Status

Working:

  • Radio (calls and 3G)
  • Audio
  • Hardware Acceleration
  • WiFi
  • Bluetooth
  • NFC
  • Camera
  • FM Radio
  • GPS
  • Echo/In call volume fixed
  • Wifi Tethering

Issues/TODO list:

  • Wifi Direct
  • Blank screen on rotation
  • Data connection occasionally fails

You can read and add reports to Build test log

Nightly Builds

Thanks to jangrewe for providing the nightly builds.

Downloads: http://mirror.faked.org/cm9/

Jenkins: http://faked.org/jenkins

Reporting issues

Bugs can be reported via the Github issue tracker. Please try to include as much info as possible:

  1. How to reproduce the bug

  2. Expected outcome

  3. Error logs (logcat)

Issue Tracker

Flashing ROM

Using CWM you can flash the ROM. The kernel must be flashed manually unless you have S-OFF:

  1. Extract the zip file.

  2. fastboot flash boot boot.img

Building

Add the following to your .repo/local_manifest.xml:

Sync code.

repo sync

And compile:

add_lunch_combo cm_endeavoru-userdebug
lunch cm_endeavoru-userdebug
(cd device/htc/endeavoru && ./extract_files.sh)
make -j4 otapackage
Clone this wiki locally