-
Notifications
You must be signed in to change notification settings - Fork 24
Home
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
Thanks to jangrewe for providing the nightly builds.
Downloads: http://mirror.faked.org/cm9/
Jenkins: http://faked.org/jenkins
Bugs can be reported via the Github issue tracker. Please try to include as much info as possible:
-
How to reproduce the bug
-
Expected outcome
-
Error logs (logcat)
Using CWM you can flash the ROM. The kernel must be flashed manually unless you have S-OFF:
-
Extract the zip file.
-
fastboot flash boot boot.img
Add the following to your .repo/local_manifest.xml:
<project name="intermediaterepresentation/android_kernel_htc_endeavor" path="kernel/htc/endeavor" remote="github" revision="master" />
<project name="intermediaterepresentation/android_device_htc_endeavor" path="device/htc/endeavoru" remote="github" revision="master" />
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