- ** CM6.0.0-HD2-RC3
- ** maintenace by zego
- CHANGELOG
- ---------
- ROM (FRF91)
- #base: CM6, http://github.com/CyanogenMod
- [ ] Keypad Map hacks (CALL button -> open DialWindow).
- [ ] Modified default font size(because using lcd density lower than 240 will make some apps cant full screen) and theme.
- [ ] Improved initrd to allow using image from another partition of sdcard, 'USB Mass Storage' fix.
- [ ] Added htcleo-updater binary to allow file update from standart ota package.
- [ ] Added recovery boot mode (enter by press VOLUME_DOWN key at boot when prompted).
- [ ] Included fake provider service/marketenable (enabling paid apps).
- KERNEL
- #base:
- htc-linux git: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.32
- ## BuildNotes: Preparing repository for public access ##
- REQUIRED:
- # Partition your sdcard using GParted on linux system
- part1: fat32, will be used both by WM or Android as external storage
- part2: ext2/ext3, will be used both by Android as internal storage/userdata.img & system.img (512MB+256MB or more)
- optional part3: swap, to enable swap support(32..96Mb)
- If you doest have linux box, you can boot into recovery mode (press VOLUME_DOWN key when prompted)
- and partition your sdcard using parted from recovery console + adb
- if you have problem with 'Device is busy' while accessing sdcard, run this command:
- ~ # umount -f -l /data #(force unmount userdata image)
- ~ # umount -f -l /system #(force unmount system image)
- ~ # umount -f -l /mnt/sdcard #(force unmount sdcard )
- after that you can start to run parted:
- ~ # parted /dev/block/mmcblk0
- ~ # print
- if you doesnt want to lose old sdcard data, you can use "resize" command at first
- example if you have 4GB sdcard (in this case 3964MB):
- ~ # resize 1 0 2800
- ~ # mkpartfs primary ext2 2800 3900
- ~ # mkpartfs primary linux-swap 3900 3964
- type 'help' in parted console for more infos.
- reboot after using parted and retry the 'update'.
- NOTE:
- If you're installing build for the first time, it might take few minutes to complete preparation or userdata.img and system.img, do not interrupt.
- STATUSBAR COLOR FIX(was too lazy to make it default in source): After first boot, please goto Settings->CyanogenMod settings->User Interface->Tweak Extras->Reset UI tweaks to default
- you can start by execute cm6-htcleo.exe, it will call clrcad before haret.
- arch url: http://www.multiupload.com/GBI570XLWJ
