Guest
Public paste!

Untitled

By: a guest | Aug 30th, 2010 | Syntax: None | Size: 2.43 KB | Hits: 71 | Expires: Never
Copy text to clipboard
  1. ** CM6.0.0-HD2-RC3
  2. ** maintenace by zego
  3.  
  4. CHANGELOG
  5. ---------
  6.  
  7. ROM (FRF91)
  8. #base: CM6, http://github.com/CyanogenMod
  9.  
  10. [ ] Keypad Map hacks (CALL button -> open DialWindow).
  11. [ ] Modified default font size(because using lcd density lower than 240 will make some apps cant full screen) and theme.
  12. [ ] Improved initrd to allow using image from another partition of sdcard, 'USB Mass Storage' fix.
  13. [ ] Added htcleo-updater binary to allow file update from standart ota package.
  14. [ ] Added recovery boot mode (enter by press VOLUME_DOWN key at boot when prompted).
  15. [ ] Included fake provider service/marketenable (enabling paid apps).
  16.  
  17. KERNEL
  18. #base:
  19.   htc-linux git: http://git.linuxtogo.org/?p=groups/mobile-linux/kernel.git;a=shortlog;h=refs/heads/htc-msm-2.6.32
  20.  
  21. ## BuildNotes: Preparing repository for public access ##
  22.  
  23. REQUIRED:
  24. # Partition your sdcard using GParted on linux system
  25.  part1: fat32, will be used both by WM or Android as external storage
  26.  part2: ext2/ext3, will be used both by Android as internal storage/userdata.img & system.img (512MB+256MB or more)
  27.  optional part3: swap, to enable swap support(32..96Mb)
  28. If you doest have linux box, you can boot into recovery mode (press VOLUME_DOWN key when prompted)
  29. and partition your sdcard using parted from recovery console + adb
  30. if you have problem with 'Device is busy' while accessing sdcard, run this command:
  31. ~ # umount -f -l /data       #(force unmount userdata image)
  32. ~ # umount -f -l /system     #(force unmount system image)
  33. ~ # umount -f -l /mnt/sdcard #(force unmount sdcard )
  34. after that you can start to run parted:
  35. ~ # parted /dev/block/mmcblk0
  36. ~ # print
  37. if you doesnt want to lose old sdcard data, you can use "resize" command at first
  38. example if you have 4GB sdcard (in this case 3964MB):
  39. ~ # resize 1 0 2800                  
  40. ~ # mkpartfs primary ext2 2800 3900
  41. ~ # mkpartfs primary linux-swap 3900 3964
  42. type 'help' in parted console for more infos.
  43. reboot after using parted and retry the 'update'.
  44.  
  45. NOTE:
  46. 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.
  47. 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
  48. you can start by execute cm6-htcleo.exe, it will call clrcad before haret.
  49.  
  50. arch url: http://www.multiupload.com/GBI570XLWJ