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

Status

Working:

  • Radio (calls and 3G)
  • Audio
  • Hardware Acceleration
  • WiFi
  • Bluetooth
  • NFC
  • Camera
  • FM Radio
  • GPS

Issues/TODO list:

  • Wifi Direct
  • Wifi Tethering
  • Camera focusing on face issue
  • Echo + In call volume doesn't change
  • Blank screen on rotation
  • Unable to connect to network when toggling airplane mode

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