The releases will co-inside and the build start time is at 00:01 UTC, and by 01:00 the builds should be uploaded. If at anytime the builds are not there, then there was a problem building the ROM, and we will have a look at it ASAP
These builds are compiled from the latest CyanogenMod repos and device repos on device and vendor files.
Furthermore these builds are multiDPI, i.e. you can run the rom at any dpi between 160 and 240 while having hi-res assets. Also Phone.apk won't crash anymore if a DPI < 190 is set.
kernel/ramdisk packaged boot.img style if you are on magldr see second post for instructions
Quote:
System partition size currently required:
Without Gapps 155MB With Gapps light 190MB
With Gapps standard 195MB
Tip: If you want to have your softbuttons and/or density settings persist over updates and don't want to edit build.prop with every update, use local.prop.
create a file named local.prop in your /data root (i.e. /data/local.prop) with the following contents (for example):
Code:
qemu.sf.lcd_density=160 # overrides ro.sf.lcd_density in build.prop
qemu.hw.mainkeys=0 # activates the softbuttons
Quote:
Thanks/Credits
arif-ali - for his huge contribution to the cmhtcleo project and beeing a indispensable part of the Android community
securecrt and Rick1995 - for their awesome work on a full HWA kernel and other great contibutions to the Leo codebase
copenhagen - for support with CM7 and now with ICS/CM9
warrenb213 - for support with CM7 and now with ICS/CM9
charnsingh_online - For starting this great project for porting to CM
tytung - Continued dedication of his work to the HD2 Thanks for you kernels
texasice - For creating the first HD2 compitable ICS through passion/bravo
ankuch - thanks for the HW accel, codecs and Camera
zivan56 - your input for the headphone fix
Bexton - The fix for USB Mass Storage
michie - Your work on ICS for the HD2
cyanogen - For starting this great project
Google - This wouldn't have happened without the releases of Android from you
Although we have an unified updater-script for both cLK and MAGLDR you need to take care that your MAGLDR partitioning is correct.
We are using boot.img style kernel/ramdisk (as everyone else should be).
For MAGLDR users that means that you need to specify your boot partition as rboot.
The following flash.cfg is recommended (system size can vary)
Code:
misc ya 1M
recovery rrecov|ro|nospr filesize recovery-raw.img
boot rboot|ro 5M
system ya 190M
cache ya 2M
userdata ya|asize|hr allsize
You can also run repo sync -j 4, say if you had 4 cores to speed things up, you may also need to add a -f, to make sure that it continues to the end even if you get any error messages. You may need to repeat this process 2 or 3 times to make sure everything is synced. This will take a long time to synchronise, so be patient.
next run the following command to gets some prebuilt apks (doesn't need to be done with every build)
Code:
vendor/cm/get-prebuilts
so after this, you need to run the following commands
Code:
. build/envsetup
lunch cm_leo-userdebug
make -j4 bacon
This has changed from lunch cyanogen_leo-eng to lunch cm_leo-userdebug, this is the new method from CyanogenMod team for CM9
In the end you will get a zip file in out/target/product/leo/full_leo-ota-eng.root.zip.
At the moment, this CWM size supported with cLK, unless you know how to get it working with MAGLDR, then you're free to convert it, and pass it back.
The GAPPS as mentioned on the Nexus One thread is also in the first post
This is still alpha in my opinion at the moment, so some things may still not work as other ICS ROMs
CM code, apps etc... are still not there, and will come, when they add it, and once some the stuff in the "Not Working" are working, will start doing a nightly release
Any suggestions, additions etc.. etc.. aare all welcome. Thanks for the whole community for making this possible
damn this is so nice! im about to backup now and then flash it. ill report later what kind of bugs i can found and what is working.
THX FOR THE HARD WORK! LOVE THE HOLE XDA, CYANOGEN, ANDROID COMMUNITY!
---------- Post added at 11:03 AM ---------- Previous post was at 10:51 AM ----------
well, got it flashed and jsut started. First thing that come up was an error massage:
unfortunatly, Nfc Service has stopped.
Can only press OK
After i pressed OK, the same massage in an outher languegae pop up and i cant get it away...
No way get around that now...
Ah and my screen just went black and i only can reactivate it with the BACK button.
My System is: HTC HD2 EU, CLK, 200/44, Fresh wipe, Fresh SD Format, Fresh install
To fix that open the gapps zip with 7zip and go to app folder and double tap the nfc.google.apk and go in the lib folder and take the nfc_jni.so and put it in the lib folder than reflash. when flashing addon to system app files has to have a lib file in the lib folder or there will be fcs.
Still needs work to display icon, but works fine at least in terms of basic playback functionality.
I grabbed the config file from /proc/config.gz from beta 2.
EDIT: if anybody wants to try it (no responbility if it breaks your phone and I have done ZERO testing apart from headphones): http://www.fileserve.com/file/V2tN9E...adphonefix.zip
Install over beta 2 using CWM for Magldr (install zip option).
ofcourse credits to zivan56
By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?