[12 DEC 2014][MAGLDR/cLK]TyphooN CyanogenMod 7.2.0.1 v3.9.0[2.3.7][A2SD+][tytung r14] - HD2 Android NAND Development

TyphooN CyanogenMod 7
​
Click to expand...
Click to collapse
With the help of crawlingcity and rafpigna on IRC, I bring you my CyanogenMod 7 ROM flashable by CWM. Currently A 150MB system partition and 5MB cache partition is required. Any system partition over 150MB will work, but will leave less NAND space for /data/ (which means less room for internally installed applications). I plan to update this to the latest nightly frequently and keep up with the latest fixes. The purpose of this build is to port the latest stock CyanogenMod 7 Desire (bravo) base to HD2 with the minimal amount of changes required with no custom apps. Keep in mind that this is my personal build and I am sharing it with you.
Click to expand...
Click to collapse
Features:
-3G / Data
-720P video playback
-A2SD+
-Bluetooth Low Power Mode
-Bluetooth Unique MAC Address
-Bluetooth Auto Reconnect
-Camcorder (800x480)
-Camera (5MP)
-GPS (diem fix)
-Google Talk AV
-Hosts File (ad blocking)
-ICS transition effects, rotation effects, animations
-LED Notification with custom auto brightness
-Predictive T9 Dialer
-PPTP VPN fix by arne182
-RTL Language Support
-Wi-Fi + IEEE 802.1x/EAP authentication
-Volume up/down rocker camera control
-USB File Transfer
-Native WIFI Tethering with or android-wifi-tether
-Wired Tethering with android-wired-tether
-Adjustable CPU voltage via /system/etc/init.d/98cpu_voltage This can help overclocking stability and battery usage.
Click to expand...
Click to collapse
FAQ:
-Why does the camcorder force close? Make sure you have the back camera selected. It closes with the front camera selected (no front camera on HD2).
-I have Blurry MMS: Set UserAgent to "NexusOne" in messaging.
-Where can I change MMS Max Size? This can be adjusted if you use handcent messaging, not within the stock messaging app.
-If you are experiencing an issue that nobody else seems to be having, check the md5sum of the file you downloaded. If it is not the same as posted re-download the .zip file and transfer it to your SD card again. File transfer corruption does happen and this is most likely the cause.
-Can I upgrade to a newer version without losing my data/settings? Yes. Just make sure you back it up with CWM just in case something goes wrong. However, please don't expect to come from another ROM and keep your data without issues.
-How can I adjust CPU voltage? Edit the user editable script in /system/etc/init.d/98cpu_voltage to change voltage values for the CPU. Values between 800-1350 are accepted for each CPU clock speed but don't expect 800 to be stable at 1190mhz. This script is executed upon startup. You can run it manually via adb by typing sh /system/etc/init.d/98cpu_voltage to see effects before a reboot. I would suggest only putting a stable script in this location, and having "test" scripts on your sdcard to try before replacing the one that is run on bootup.
-I get NAND Kernel open failed upon booting after flashing. You have picked the wrong version of the ROM for your bootloader. Make sure you pick the cLK version for cLK and MAGLDR for MAGLDR.
-What is changed in the nightlies? Check here, or here
Voltage control script Information:
As you can see in my script, I adjusted to the lowest possible value that I found stable for my phone on each frequency. I feel that is the best way, however.. if you want a quick and easy way, you can also do it this way:
incrementing/decrementing all levels by a specified amount* (mV):
echo '-25' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '+25' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
All you would have to do is delete everything in the current script, and just have + or - the value you would like.. it would apply it universally. To see current levels type cat /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels . All of these commands can be done via adb shell, gscript lite, or editing the init.d script I have provided. Make sure that you use a unix compatible text editor: Notepad is NOT a unix compatible text editor, use Notepad++ in windows.
Please read this before asking any questions:
HD2 Android NAND Development - Sticky Roll-Up Thread
Click to expand...
Click to collapse
Installation:
HD2 Toolkit
Click to expand...
Click to collapse
Optional
SPL boot images (thanks to vodkinagdan):
-MAGLDR
-cLK
TTMaker by cokyc.
Click to expand...
Click to collapse
Download:
v3.9.0:
MAGLDR md5sum 9ba3c712e385b763065f12773a6db0e1: Mirror 1
cLK md5sum 9699841703f0e0492298315d3787c01e: Mirror 1
If you would like to buy me a beer for my efforts it would be much appreciated:
-Dwolla ID 812-556-8533
-Paypal:
-Personal CPU VDD Levels(Do NOT expect this to be stable on every phone, this is what I use on my phone):
Code:
#!/system/bin/sh
# set vdd_levels on boot by tyween (XDA Developers)
echo '128000 850' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '245000 850' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '384000 875' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '422400 900' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '460800 925' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '499200 950' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '537600 975' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '576000 1000' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '614400 1025' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '652800 1050' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '691200 1075' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '729600 1100' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '768000 1100' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '806400 1125' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '844800 1150' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '883200 1150' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '921600 1175' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '960000 1175' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '998400 1200' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '1036800 1200' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '1075200 1225' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '1113600 1225' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '1152000 1250' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
echo '1190400 1275' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels
Click to expand...
Click to collapse
Thanks to:
Cotulla, darkstone, crawlingcity, gauner1986, rafpigna, diem, markinus, noellenchris, tytung, iamgpc, pongster, seadersn, cedesmith, Charmacas, Trilu, Charansingh, unsinkable2, athulag, vodkinagdan, diver_ua, LiFE1688, Kaffee4Eck, TheInVisibleGoD, DannyBiker, Castor, Shadovladek, SyLvEsTeR20007, dorimanx, drizztje, securecrt, cokyc, themadproducer
Click to expand...
Click to collapse
Changelog:
v3.9.0: Updated to 20130301 nightly.
v3.8.9: Updated to 20121021 nightly.
v3.8.8: Updated to 20120805 nightly.
v3.8.7: Updated to 20120715 nightly.
v3.8.6: Updated to 20120708 nightly (newer than 7.2.0.1).
v3.8.5: Updated to 20120610 nightly.
v3.8.4: Updated to 20120602 nightly (newer than RC3).
v3.8.3: Updated to cm_bravo 7.2 RC2.
v3.8.2: Updated to 20120420-NIGHTLY-bravo base.
v3.8.1: Updated to Play Store v3.5.15.
v3.8.0: Updated to cm_bravo 7.2 RC1. Included arne182's PPTP VPN fix. Included Milaq's lights library fix(custom auto backlight levels now work with LED notifications).
v3.7.6: Updated to cm_bravo 262 base. Updated to tytung r14 kernel.
v3.7.5: Updated to cm_bravo 253 base. Updated to tytung r13 kernel.
v3.7.4: Updated to cm_bravo 248 base. Updated to Market v3.3.11.
v3.7.3: Updated to cm_bravo 240 base.
v3.7.2: Updated to cm_bravo 233 base. Updated to tytung r12.4v3.
v3.7.1: Updated to cm_bravo 227 base. Updated to Market v3.2.0 (redundant, but I know somebody is going to ask if the new market is in v3.7.1).
v3.7.0: Updated to cm_bravo v7.1.0 base. Updated to Market v3.2.0.
v3.6.9: Updated to cm_bravo_220 base. Updated 98cpu_voltage script to include 128mhz.
v3.6.8: Updated to cm_bravo_216 base. Updated to tytung r12.4. Now Android base 2.3.7.
v3.6.7: Updated to cm_bravo_213 base. Updated to tytung r12.3. Updated to drizztje libaudio.so v5.
v3.6.6: Updated to cm_bravo_212 base. Updated to Market v3.1.5.
v3.6.5: Updated to cm_bravo_206 base. Fixed boot loop thanks to securecrt.
v3.6.4: Updated GAPPS to 08/28. Updated to Tytung r12 kernel.
v3.6.3: Updated to cm_bravo_183 base. Updated to Market 3.1.3.
v3.6.2: Updated to cm_bravo_182 base. Changed default mic_levels to 400/600. Updated libaudio.so to compatible libaudio.so for "mic fix".
v3.6.1: Updated to cm_bravo_181 base. Updated GAPPS. Changed kernel to tytung r12 beta 1 kernel. Removed htcleo.acdb. Included tytung's GPS v2.1 NMEA.
v3.6.0: Updated to cm_bravo_172 base. Updated media_profiles.xml. Included tytung r11 final. Updated initrd to tytung's initrd with modifications for CPU performance settings. Fixed cLK data issue. tytung's initrd seems to increase boot speed for me, let me know your results with this.
v3.5.9: Updated to cm_bravo_171 base. Updated gps.conf. Included tytung r11 beta 2 kernel. Updated to latest wifi firmware.
v3.5.8: Updated to cm_bravo_166 base. Added 5th mirror thanks to Rofela!
v3.5.7: Updated to cm_bravo_159 base. Included tytung's GPS lib v2.0 NMEA.
v3.5.6: Updated to cm_bravo_157 base. Included jan-willem3's ril tweaks via build.prop.
v3.5.5: Updated to cm_bravo_151 base.
v3.5.4: Updated to cm_bravo_147 base. Updated to tytung's GPS lib v1.9 NMEA.
v3.5.3. Updated to cm_bravo_146 base. Removed tablet tweaks yet again because of bootloop issues.
v3.5.2: Updated to cm_bravo_145 base (Android 2.3.5)! Updated Google Talk to AV chat version. Updated 95cache script to fix remaining market issues. Included tablet tweaks (soft buttons) once again.. hopefully no boot loops this time.
v3.5.1: Updated to cm_bravo_143 base. No longer included tablet tweaks as it seems to cause boot loops for some. I will begin posting optional tablet tweaks packages later.
v3.5.0: Updated to cm_bravo_142 base. Included Market 3.0.27. Fixed market problems in full via /system/etc/init.d/95cache (hopefully). Included build.prop modifications for new market. Included Tytungs GPS v1.8 RPC. Included tablet tweaks/soft buttons. Libaudio is still drizztje v2. Included tytung's gps.conf with automatic agps download. Included new libhtc_ril.so.
v3.4.3: Updated to cm_bravo_136 base. Removed dorimanx's tweaks fully.
v3.4.2: Updated to cm_bravo_134 base. Included new market. Removed some of dorimanx's tweaks, but not all of them. Removed T-Mobile Wifi Calling. Included libaudio v2 thanks to drizztje. Updated to tytung's GPS lib v1.7.
v3.4.1: Updated to cm_bravo_120 base. Updated to tytung's GPS lib v1.5. Updated to GAPPS 06/13/11. Attempted to include T-Mobile Wifi calling from tytung. I was able to run the wifi calling app @ 240 dpi but am unsure if it actually works. However, I am not seeing any errors. It says Enabling... Implemented some of dorimanx's tweaks.
v3.4.0: Updated to cm_bravo_113 base. Updated to tytung's GPS lib v1.4.
v3.3.9: Updated to cm_bravo_109 base.
v3.3.8: Updated to cm_bravo_107 base.
v3.3.7: Updated to cm_bravo_104 base. Updated to tytung's GPS lib v1.3.
v3.3.6: Updated to cm_bravo_100 base. Updated to tytung's GPS lib v1.2.
v3.3.5: Updated to cm_bravo_95 base. Included 2000impreza's libaudio.so which should fix call delay, robo voice, and loud outgoing sound.
v3.3.4: Updated to cm_bravo_91 base. Included tytung's gps lib v1.1.
v3.3.3: Updated to cm_bravo_88 base.
v3.3.2: Updated to cm_bravo_85 base. The "wonk"/call delay fix should now be included via CyanogenMod nightly.
v3.3.1: Updated to cm_bravo_83 base. Thanks to Shadovladek for dedicated ad-free hosting on Mirror 4!
v3.3.0: Updated to cm_bravo_78 base. Thanks to SyLvEsTeR20007 for dedicated ad-free hosting on Mirror 3!
v3.2.9: Updated to cm_bravo_77 base.
v3.2.8: Updated to cm_bravo_75 base.
v3.2.7: Updated to cm_bravo_73 base. Reverted to vold from NexusHD2 build. This should fix the damaged sd card problems that some people are having.
v3.2.6: Updated to cm_bravo_72 base. Readded ad-blocking /system/etc/hosts file.
v3.2.5: Fixed wifi/data issue on MAGLDR. Fixed Data issue on cLK after switching off wifi.
v3.2.4: Updated to cm_bravo_71 base.
v3.2.3: Updated to cm_bravo_70 base. Cleaned up /system/etc/init.d/. Updated /system/lib/ from gpc's build.
v3.2.2: Updated to cm_bravo_64 base. Updated GAPPS to 05/03/2011.
v3.2.1: Updated to cm_bravo_62 base. Updated to media_profiles.xml from tytung's build. Updated to Google Talk v1.3 (AV calls enabled).
v3.2.0: Updated to cm_bravo_61 base. Updated initrd.gz on both MAGLDR and cLK. Removed libhtc_ril_wrapper.so from MAGLDR build. cLK boot loop issues fixed. Hosted on another new dedicated mirror thanks to DannyBiker (Mirror 2).
v3.1.5: Updated to cm_bravo_60 base. Updated initrd.gz to fix wifi on Android 2.3.4 thanks to tytung. Updated vold to get USB/SD Card mounting working in Android 2.3.4 thanks to tytung. Updated updater-script on cLK.
v3.1.4: Updated to cm_bravo_57 base. Updated to tytung r10 kernel. Updated to cedesmith's libhtc_ril_wrapper v0.8b5. Now hosted on a new dedicated ad-free hosts thanks to Kaffee4Eck.
v3.1.3: Updated to cm bravo 7.0.2.1 base. Updated to cedesmith's libhtc_ril_wrapper v0.8b4.
v3.1.2: Updated to cm bravo 7.0.2 base.
v3.1.1: Updated to cm_bravo_54 base.
v3.1.0: Updated to cm_bravo_50 base.
v3.0.9: Updated to crawlingcity's latest initrd.gz. Edited build.prop values to hopefully help cLK PPP data stability, as well as ip-up script. Updated toolchain to latest CyanogenMod toolchain and ensured that all symlinks are current in CWM updater-script. All of this should help cLK data stability. I am having no problem with PPP connectivity after wifi on/off, and I hope that it is this way for everyone else in the long run. Thank you to everyone who has helped/tested (seadersn, LiFE1688).
v3.0.8: Updated to cedesmith's libhtc_ril_wrapper v0.8b3. Included tytung's audio.conf.
v3.0.7: Updated to cedesmith's libhtc_ril_wrapper.so.
v3.0.6: Updated base to cm_bravo_41.
v3.0.5: Updated base to cm_bravo_39. Updated kernel to tytung r9. Notification pulldown issue fixed.
v3.0.4: Updated base to CM 7 Final.. Still an issue with notification pulldown via swipe down on homescreens though ; /.
v3.0.3: Fixed bootloop issues and market download problems by reverting to /usr/bin/toolchain from cm_bravo_36 base. Thanks diver_ua for pointing out this problem.
v3.0.2: Updated to cm_bravo_37 base.
v3.0.1: Updated to crawling's latest initrd. Updated /system/etc/firmware/ and /system/vendor/firmware/ to iamgpc's latest files. Include iamgpc's new libaudio.so to fix robotic voice on first call with audible touch tones as well as loud volume on first call. Changed boot animation to AndroidParticles2... I might keep this one for a while, I like it a lot .
v3.0.0: Changed kernel to tytung r9 beta. Updated to cm_bravo-36 base. Updated initrd to be compatible with tytung r9 beta. Updated to tytung's /system/bin/vold thanks to athulag's testing. Apps running from SD should now work even without A2SD+. Cleaned up /etc/init.d/ of unneeded init.d scripts, this should fix any market issues. Removed ROM Manager from MAGLDR build as it unneeded. Changed build.prop values for PPP stability. I recommend you update your partition layout to one of the newer layouts that uses a smaller /cache/ partition as a bigger one is no longer needed. Updated bootanimation, I think you guys will like this one! Updated hosts file for ad blocking.
v2.9.4: Updated to cm_bravo-35 base. Updated to seadersn's cache script. Removed older cache script. This should fix any remaining market download issues.
v2.9.3: Updated to crawlingcity's latest initrd. Updated to cm_bravo-34 base.
v2.9.2: Updated to tdud_bravo_full-33 base.
v2.9.1: Updated initrd.gz to fix CPU governor selection.
v2.9.0: Updated to CyanogenMod 7 RC4. Included zx TheRipper xz's boot animation. Included iamgpc's color banding fix.
v2.8.6: Updated to crawlingcity's new initrd. This increases boot speed, performance, and fixes bluetooth pairing issues.
v2.8.5: Updated to cm_bravo_32 base(RC3 Nightly). Implemented brainmaster's SD card read speed fix (3072KB Version . From my tests this is the fastest for my stock class 2 16gb card. Feel free to change it to another value, but this should be faster for most people.
v2.8.4: Updated to tyrung r8.3 kernel.
v2.8.3: Updated to cm_bravo_31 base.
v2.8.2: Updated to tytung r8.2 kernel. This fixes bluetooth 60mah drain bug thanks to Trilu and Charansingh! Changed to crawling's newer initrd.
v2.8.1: Updated to tytung r8.1 kernel. Deleted rmnet modules/init.d script from cLK build. This fixes the data indicators on cLK build.
v2.8.0: Updated to cm_bravo_30 base. Updated to tytung r8 kernel. Changed build to both MAGLDR/cLK. Added cLK install instructions to OP.
v2.7.6: Updated to cm_bravo_29 base. Changed kernel back to tytung r7 and included the old 98cpu_voltage script. It seems performance was worst for most and so was battery life with rafpigna kernel. As well as some SOD problems.
v2.7.5: Updated to cm_bravo_28 base. Changed kernel to rafpigna 1.9 OC GB.
v2.7.4: Updated to cm_bravo_26 base.
v2.7.3: Updated to cm_bravo_25 base. This adds Allow Purging of Assets to the performance menu.
v2.7.2: Updated to cm_bravo_23 base. changed kernel to tytung r7(yes this still has the voltage control script). Any hastarin based kernel has this, it is not unique to HyperKernel. Changed boot animation.
v2.7.1: Updated to cm_bravo_22 base.
v2.7.0: Updated to cm_bravo_21 base. Updated to HyperKernel v5.0. Added zipalign of /data/app on boot. Added /system/etc/init.d/98cpu_voltage script. This script comes configured to set stock voltages on boot. You can edit this script for user defined voltages if you wish to undervolt/overvolt between 800-1350 values for each clock speed. You can copy this script to sdcard, to play with values.. and execute it via sh ./98_cpuvoltage. Check to make sure it is working by cat /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels after executing to make sure changes are reflected if executing the script manually. This can help with the stability of overclocks and battery usage.
v2.6.3: Updated to cm_bravo_19 base. Changed kernel to HyperKernel v4.0.
v2.6.2: Updated to cm_bravo_18 base. Thanks to noellenchris pointing out that libandroid_servers.so was connected to the gps issues in the newer nightlies, we can now use the newer nightlies without gps issues!
v2.6.1: Reverted to cm_bravo_14 base. 15 and 17 both contain the GPS problem that does not allow the GPS to work after switching it off and on. This fixes that issue. Changed to tytung r7 kernel.
v2.6.0: Updated to cm_bravo_17 base. Updated to crawling's initrd.gz. Updated anti-ad hosts file. No more RAM builds. There seems to be no noticeable real world benefits from my testing. This will take longer to boot on the first boot, but after first boot with the new initrd.gz, it will boot quicker.
v2.5.5: Updated to cm_bravo_15 base.
v2.5.4: Updated to cm_bravo_14 base. Removed duplicate Car Home due to updated gapps(older version removed, CarHomeLauncher.apk).
v2.5.3: Updated to CM7 Desire RC2 base!
v2.5.2: Updated to cm_bravo_13 base. Updated to 03/07/2011 google apps. Music long press to change tracks is back! Hopefully this alleviates SOD issues.
v2.5.1: Updated camera libs, ril libs, and stagefright libs from gpc's build.
v2.5: Updated to cm_bravo-12. Updated to rafpigna OC 1.8 (now has support for native Wifi tethering/IEEE 802.1x EAP). Fixed voice search and loud outgoing volume (thanks iamgpc). Fixed mediaserver problems on boot/robo voice with audible keypad enabled (thanks Markinus).
v2.4.5: Updated to cm_bravo-11, Android 2.3.3 base (GRI40)! Wifi off/data off now seems to work correctly with the power widget.
v2.4.4: Complete RC1 Integration (including /system/lib/). Still on cm_bravo_full-8 base. No new nightly has been released in 2 days unfortunately.
v2.4.3: Updated to cm_bravo-8 (RC1) in full besides /system/lib/. pongster pointed out to me that /system/lib/ in RC1 is what causes the 100% CPU issue. Once I figure out which libs are troublesome those will be upgraded as well. Implemented AdamG's A2SD+. This will most likely stay within the build indefinitely unless there are serious problems with it.
v2.4.2: Updated to the latest CyanogenMod apps and framework. This change brings many updates to CyanogenMod settings, but brings a nice new feature... Battery percentage! This can be found under CyanogenMod settings -> Interface -> Status Bar tweaks. This brings the best of both worlds, RC1 features but without the bugs RC1 introduced. I will update to an RC1 based build whenever I can work out the bugs, but until then, we will be using the latest nightly before RC1 with RC1 framework/apps.
v2.4.1: Updated to tytung r6 kernel. This fixes IEEE 802.1x/EAP authentication support as well as native tethering.
v2.4.0: Fixed market (thanks crawlingcity). Updated to tytung r5 Kernel. Still on cm_bravo_39 base (last nightly before RC1). With any nightly past RC1 System seems to have 100% cpu usage all the time. Until this is resolved this will be the latest base.
v2.3.3: Fixed wifi reboot issue, based on cm_bravo_39 full. Still troubleshooting the WPA2 issues.
v2.3.2: GPS works again, changed base to cm_bravo_39 full. I am not sure what caused all of the issues between build 39 and RC1, but GPS did not work and it seemed sluggish due to 100% system CPU usage. Known WIFI problem that results in reboot loops for some users.. Will address in v2.3.3.
v2.3.1: Fixed Governor selection within CM Performance CPU Settings. Updated to Desire(bravo) RC1 base. High CPU usage problem/no GPS works.
v2.3: Fixed CM Performance CPU Settings (thanks to pongster). You can now set overclocking/governor in that menu and no longer need SetCPU! Updated stragefright libs. Last stable/functional for the most part. CPU Governor settings do not work.
v2.2: Updated to cm_bravo_38 base. Fixed LED Notifications thanks to iamgpc.
v2.1.3: Updated to cm_bravo_37 base.
v2.1.2: Updated to cm_bravo_36 base.
v2.1.1: Updated to cm_bravo_34 base.
v2.1: Updated to cm_bravo_32 base.
v2.0: Updated to cm_bravo_31 base. Removed A2SD+ from base package, now there are 2 optional flashable .zip files to choose from. Split the build into 2 builds SuperRAM and normal. There is a new option to use the messaging icon rather than the android icon on custom lockscreen application!
v1.9: Updated to cm_bravo_28 base. Implemented Darkstone's SuperRAM.
v1.8: Updated to cm_bravo_27 base. Updated to rafpigna 1.7 OC Kernel. Added script to have correct permissions on /cache, this causes some users to have market download problems. If any further market download problems occur please provide me with a logcat. Check out the new feature in cyanogenmod in lockscreen called "custom application."
v1.7.0: Updated to cm_bravo_25 base. Updated to rafpigna 1.6 OC Kernel.
v1.6a: Changed A2SD+ implementation back to fix boot issues experienced by some users.
v1.6: Updated to cm_bravo_24 base. Changed A2SD+ implementation to be like MDJ's.
v1.5: Updated to cm_bravo_23 base. Implemented google maps multitouch fix thanks to noellenchris.
v1.4: Updated to cm_bravo_22 base. Updated to rafpigna kernel v1.5 OC.
v1.3: Updated kernel to rafpigna v1.3 OC. Implemented A2SD+. It is suggested to upgrade to MAGLDR 1.13 and ClockworkMod Recovery v1.3. The 150MB system partition CWM works fine without any modification to flash.cfg.
v1.2: Updated to cm_bravo_full-21 base. Updated kernel to rafpigna v1.1 OC. Density is now set to default at 240 to keep this build as stock and compatible as possible. The newest CyanogenMod 7 nightly has CPU settings under CyanogenMod performance menu.
v1.1: Update to cm_bravo_full-20. Fix Setup Wizard issue. Change to rafpigna kernel v1.0r0 based off of latest master kernel + G-Sensor, RWSEM, Audio, KGSL fixes.
v1.0: Initial Release. Based on cm_bravo_full-18.
Click to expand...
Click to collapse

Sources:
-CyanogenMod 7
-tytung's kernel
-rafpigna's kernel
-HyperKernel
Old Versions - All links now dead:
v3.8.9:
MAGLDR md5sum c4862cf4ae6960f077abfa17531d622b: Mirror 1 | Mirror 2
cLK md5sum : Mirror 1 | Mirror 2
v3.8.8:
MAGLDR md5sum fe9bbd5301d8dd92d6cd29d8134eafee: Mirror 1 | Mirror 2
cLK md5sum bd97062487dbd5e1599ec6e09b095944: Mirror 1 | Mirror 2
v3.8.7:
MAGLDR md5sum 2bfab492ca0010e9bff445eed633ebb2: Mirror 1 | Mirror 2
cLK md5sum c9ce7c53b66526c46c65432e094a91f9: Mirror 1 | Mirror 2
v3.8.6:
MAGLDR md5sum ca2c1045e354bf199cb862bb26b8fd1e: Mirror 1 | Mirror 2
cLK md5sum b8ebfe98494be2d5b983fbd6b1a7e6fc: Mirror 1 | Mirror 2
v3.8.5:
MAGLDR md5sum 1672a08da53ea2c02d65795ad1d894f8: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum abee36cc00e096d305fa54a73d3ff855: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.8.4:
MAGLDR md5sum 64c5e1b305536fe6d73b68d16191fd23: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum 65dedb2c6995f820734df9ab9484100f: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.8.3:
MAGLDR md5sum 1498be11f661c060c5805d857ba95798: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum 1e794e552a6a3d6542aa5297a3e5812b: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.8.2:
MAGLDR md5sum a4814b89d8123f041a5c6a5d4b3d7b57: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum e64a67e33e9fee8fcfe4c8bf0a99378f: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.8.1:
MAGLDR md5sum 4dfd139276813803a2832259051e1eee: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum 77ab78f1bdade5d19e138e4019bfe57c: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.8.0:
MAGLDR md5sum 1a67d0ddfa4ca0e2ee11dd37118f3e9f: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum ba3b625488e622886e4e8565f4fb59f0: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4
v3.7.6:
MAGLDR md5sum 24f20f5e2da28d63796f12e2e6a4b933: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 943e10ada0f0a00dab597ed287b4f3b8: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.7.5:
MAGLDR md5sum 8026dd0e000b28aa0de12e4a08bfbf6c: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 6280d934a7fefae7441ffbede8e142f3: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.7.4:
MAGLDR md5sum 00fe780d60bd7b6500e12cc917ab22b4: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 237a9cb3ba3718a783f9b292c59a7f88: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.7.3:
MAGLDR md5sum b4b33a2f5d950cd9b750119353046457: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 48d1493e4185d4be8ff8913b7be599d0: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.7.2:
MAGLDR md5sum 2d88ff33f79264d651b72b8524827456: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum d72a41d6853e7952f7731a70e2d93b42: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.7.1:
MAGLDR md5sum 0157d82c580ad530374d2695f049990a: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 500eb5af90f10ee4f5ec8ac9ba9dff51: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.9:
MAGLDR md5sum 8afff1edb70210fbb3745a10ade0dd14: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 68ef8d44a422667c29c7bb4c144ace42: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.8:
MAGLDR md5sum d542a22824925d3c91df54c8a3db33b0: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum d8bdd3c8bc0f9550fc1ce0edb273dfd7: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.7:
MAGLDR md5sum 769a4fceee85b1f5a2270a6231d17dba: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum f00619cb37fa1504513e86cbdb03a873: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.6:
MAGLDR md5sum 7cf7d5467a1dd23cef2e7953e1a6a294: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 188575e6e09fcc4851e767fed9cbe344: Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.5:
MAGLDR md5sum 3bbf9211d991ba1b22f35eca8510c263: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 510473a5eb7b4296529e4c3fa5f2fad1: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.4:
MAGLDR md5sum 618e6e20e936f6b49029ec683d935131: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 9f4c9a60d14551ed7090584ebccd4ce6: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.3:
MAGLDR md5sum 89616654521d864961787f7b12024af6: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 00b034793f327a76e730fea1b47ab361: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.2:
MAGLDR md5sum 04236c529ac1546e41c3bdf21ec997fc: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 2b6342f68880212d539be523db51736d: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.1:
MAGLDR md5sum ab48877232fbd91723723059e017d5d2: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum a22258bf186ad5e15ea7321813adbf16: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.6.0:
MAGLDR md5sum 073f652afb52a8632483b4fcf57c0cfc: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum dfaebaa40225213a1d8c48c093f6a56a: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.5.8:
MAGLDR md5sum 0cbade892952d09c5bbec57b06575e54: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
cLK md5sum 554f879760e9897ad0e9bb58c2ecaecd: Mirror 1 | Mirror 2 | Mirror 3 | Mirror 4 | Mirror 5
v3.5.7:
MAGLDR md5sum d15dcf7b56b0aca65ae9a2065b73c299: Mirror 1 -- DOWN | Mirror 2 | Mirror 3 | Mirror 4
cLK md5sum e1e81cec1f3257c9bb1769abb80e28c8: Mirror 1 -- DOWN | Mirror 2 | Mirror 3 | Mirror 4
**10char**

Nice! Flashing now!
Sent from my HTC HD2 using XDA App

Sweet, will try in a bit.
EDIT: here is source to rafpigna's kernels http://gitorious.org/~rafpigna/linux-on-wince-htc/rafpigna_linux_on_wince_htc

Why is it we're seeing more and more roms with no plans to integrate app2SD? It's a nice feature to have!

karendar said:
Why is it we're seeing more and more roms with no plans to integrate app2SD? It's a nice feature to have!
Click to expand...
Click to collapse
I personally don't think that it is needed for TMOUS. I also feel that there are other CM7 based roms that have A2SD. I may reconsider in the future but for right now there are no plans for it.

looks good. Will flash it tonight. That means I hope I can flash it tonight when download will be complete. Can't get the download in multiuploadmode. And, excuse my language. Rapidshare su..s and is very slooooo.......w

Wow multiupload works all of a sudden. Will flash it in a few seconds and will give my opinion very soon

I was expecting a rom with the DAF.exe to install with Magldr. But in this case I´m a absolute beginner and don´t know how to get this on my phone. Can someone help me please?

sterkejerreke said:
I was expecting a rom with the DAF.exe to install with Magldr. But in this case I´m a absolute beginner and don´t know how to get this on my phone. Can someone help me please?
Click to expand...
Click to collapse
There is a tutorial on how to use CWM here

edit...wrong post

wuttie said:
There is a tutorial on how to use CWM here
Click to expand...
Click to collapse
Thanks for the heads up Wuttie but sometimes the ROM doesn't come with the DAF file attached,how does it flash without one?​

turborider said:
+1,chefs should consider cooking EU-HD2 and not TMOUS cause of the size of it and Moderator's should sort out these thread aswell is a bloody mess look at HD2 Windows Mobile 6.5 ROM Development have different thread to T-Mobile HD2 Windows Mobile 6.5 Development ,chefs should cook more EU-HD2 one tha this crap TMOUS ,ty tyween for this gr8 rom m8
Click to expand...
Click to collapse
I actually like the fact that chefs are making ROMs designed for my TMOUS HD2
I will be flashing this later tonight. Thanks!
Sent from my HTC HD2 using XDA App

How Can I Install This Rom lol it doesent have DAF.exe HELP!

rogmar said:
Thanks for the heads up Wuttie but sometimes the ROM doesn't come with the DAF file attached,how does it flash without one?​
Click to expand...
Click to collapse
You install the zip using CWM. I'd give you more advice, but I'm still a noob lol.
Sent from my HTC HD2 using XDA App

Garrett92C said:
You install the zip using CWM. I'd give you more advice, but I'm still a noob lol.
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
omg argggggg worse than i expected even worse than TMOUS lmao nvm back to my corner

can some one upload it to another server ?

rite on...ill give this a try

rom seems janky right out of the gates with the broken link to setup...then the market doesnt work...
super user is the version that doesnt update...etc..

bigfoots1 said:
rom seems janky right out of the gates with the broken link to setup...then the market doesnt work...
super user is the version that doesnt update...etc..
Click to expand...
Click to collapse
I noticed that, too. There aren't any GApps installed besides the new market, and when I went to install Gmail I got as far as getting it as a search result. My phone just sat there when I tapped the result to load the app's page.
I really look forward to seeing some positive progress with this ROM since it's catered to my T-Mobile US HD2...
Edit: I wiped and reflashed and saw that I had an option to attempt to restore my apps. However, the market makes it look like I'm about to download an app and then doesn't do anything.

Related

22 MAR 2013] Glacier GB 2.3.4 2.32.531.1 FINAL IV [STOCK][1P4B]

ALWAYS LOVE HTC
Glacier Gingerbread 2.3.4 TMOUS 2.32.531.1, 2.19.531.1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Working:
- Voice, BT, Data, Wifi, GPS, camera, videoplayback(720p..), Maps ....
- WWE -
- Camera (2592 X 1952 not 1552), Camcorder FIXED ! (800X480)
- GPS lib from Tytung v1.9 (Thank to Tytung for this)
- Aroma installer
Not working:
- ...
DOWNLOAD:
1 PACK 4 BUILDS 2 FOR FINAL IV: http://dfiles.eu/files/6a8yxkqfa OR http://uploaded.net/file/r1e14y6f
- For T-Mobile phone (5/450/5)
- For EU/International: 5/200/5 + EXT4 (DataOnEXT4)
- NativeSD: an EXT4 Primary
- NativeSD 2: two EXT4 Primary
And some options:
- CRT
- Battery percent
- Align to EXT4 all EXT partitions
-...
See partitions on SDCARD:
After created 2 EXT4 on SDCARD, Alignment EXT4 by my Tools. Copy ROM to SDCARDm creat NativeSD folder on root of SDCARD, TURN OFF phone, TURN ON, goto Recovery wipe somethings then Flash the ROM
___________________________________________________________________________________________
FINAL IV - END Data on EXT4: (5/170/5 + EXT4)
cLK: http://depositfiles.com/files/zxl5tnesn - Mirror
Patch cLK to Magldr: http://depositfiles.com/files/rehyruzgw - Mirror
Fix hot reboot when install new apps: http://depositfiles.com/files/1p8kykx5c
FINAL IV - END everything to end
- Tmous cLK: http://depositfiles.com/files/p8wh2feu3 (5/415/5) - Mirror
- EU cLK: http://depositfiles.com/files/6tu3tg7dv (5/190/5 + EXT2/3/4) - Mirror
patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot) http://depositfiles.com/files/s9g19sid8 - Mirror
FINAL III:
- Tmous cLK: http://depositfiles.com/files/2q39j2mve (5/430/5)
- EU cLK: http://depositfiles.com/files/4e1xqlvx4 (5/190/5 + EXT2/3/4)
NEW patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot) http://depositfiles.com/files/yw30hzqnb
FINAL II version: re-work Camera (video recorder break fixed - need test more)
Tmous cLK: http://depositfiles.com/files/9z9v2lqg2 (5/430/5)
EU cLK: http://depositfiles.com/files/ccfomay95 (5/190/5 + EXT2/3/4)
patch cLK to Magldr, CRT, Battery percent in FINAL (I) version
FINAL version: Clean system, update boot screen XDA house
Tmous cLK: http://depositfiles.com/files/ztcw09e3b (5/430/5)
EU cLK: http://depositfiles.com/files/7arod3wea (5/185/5 + EXT2/3/4)
Patch cLK to Magldr (flash rom, dont reboot, flash patch): http://depositfiles.com/files/1kksgszfq
Battery percent for Glacier FINAL:
For Tmous: http://depositfiles.com/files/mugs0k9qo
For EU: http://depositfiles.com/files/2e3gpxjff
CRT for Glacier 2.32 Final:
- For Tmous: http://depositfiles.com/files/kv5azoboy
- For EU: http://depositfiles.com/files/xsborxgmm
V1.6 cLK only"
- tweak Camcorder fast move and fast record
- clean system fix bugs in v1.5
Download:
- Tmous: (5/440/5) http://depositfiles.com/files/cc1k5ls1w
- EU: (5/185/5 + EXT2/3/4) http://depositfiles.com/files/hasiqzvec
cLK to Magldr: flash after flash the build
Newest for v1.5. and 1.6 http://depositfiles.com/files/1y4petqof
V1.5 cLK only"
- Tmous: (5/440/5) http://www.filefactory.com/file/23z3izncvbkx/n/Glacier_2.32.531.1_v1.5_cLK_Tmous.zip
- EU: (5/185/5 + EXT2/3/4) http://www.filefactory.com/file/54skhrxa5r37/n/Glacier_2.32.531.1_v1.5_cLK_EU.zip
cLK to Magldr: flash after flash the build
http://depositfiles.com/files/0r4yt0brb
V1.4 cLK:
- EU: MIRROR 1 - MIRROR 2 (CWR 5/180/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/420/5)
V1.4 Magldr:
- CWR same as cLK versions
- Flash cLK, don't reboot, Flash Marc 0.1.3 for Magldr (24/12/2011) (Mirror), reboot
Kernel Marc 0.1.3 cLK: Mirror 1 - Mirror 2
V1.3 Magldr:
- EU (supported app2sd): MIRROR 1 - MIRROR 2 (CWR 5/140/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/445/5)
V1.2 cLK:
- CWR same as Magldr versions
- Flash Magldr, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr, reboot
V1.2 Magldr:
- EU (supported app2sd): MIRROR 1 - MIRROR 2 (CWR 5/210/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/445/5)
V1.2 cLK:
- CWR same as Magldr versions
- Flash Magldr, don't reboot, Flash Patch Magldr to cLK, OK
Note: All EU and Tmous users must have EXT2/3/4 on SDCARD (1gb, 2gb)
- After flash the build finished , reboot, the Rom will auto reboot 2 times (It's norman) !
Add on:
- Change GPS back to Classic: http://www.multiupload.com/AME3S8DAI5
- GPS Tytung v1.9: http://ul.to/ocridj3h
Old versions download:
v1.1:
- Magldr: Mirror 1 - Mirror 2 (CWR 5/215/5)
- cLK: Mirror 1 - Mirror 2 (CWR 5/215/5)
- Tmous Magldr version by theslam08: http://www.multiupload.com/TDQKZO8HN6 (CWR 5/360/5) (Thank to theslam08)
V1.0:
- cLK EU/Tmous: Mirror 1 - Mirror 2 (CWR 5/215/5)
- Magldr EU/Tmous: Mirror 1 - Mirror 2 (CWR 5/215/5)
_________________________________________________________________
Vivo Gingerbread S HTC WWE 2.30.405.1 - STOCK version V1.0​(Very Fast and Smooth)​
Pictures:
Working:
- Voice, BT, Data, Wifi, GPS, videoplayback(720p..), Maps ....
- WWE -
- Camera, Camcorder fixed!
- APP2SD supported for EU version !
Not working:
- Tell me please ... Thanks
Download:
Final II cLK: 30/01/2013
- Tmous: (5/385/5) http://depositfiles.com/files/y87i6s5jk
- EU: (5/160/5 + EXT/2/3/4) http://depositfiles.com/files/6n22u8qma
Patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot) http://depositfiles.com/files/j08dzdlgn
Final cLK: Clean system, change some apks (phone, htccontact - bugs)
Tmous: http://depositfiles.com/files/5bwheiii1
EU: http://depositfiles.com/files/d65jae9qr
Patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot) http://depositfiles.com/files/gq9ycqtf6
v1.1 cLK:
- Tmous: http://depositfiles.com/files/hp1hcqskg (5/385/5)
- EU: http://depositfiles.com/files/ogmm44w9s (5/165/5 + EXT2/3/4)
Patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot): http://depositfiles.com/files/e8kkw56k5
V1.0 Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/165/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/375/5)
V1.0 cLK:
- CWR same as Magldr versions.
- Flash Magldr versions, don't reboot, Flash the Patch Magldr to cLK, reboot
Note: APP2SD supported for EU users, when first boot, rom will auto reboot 2 times, it's norman !
Addon:
Battery percent:
- EU: http://depositfiles.com/files/y89enjp13
- Tmous: http://depositfiles.com/files/57rnamglq
Change log for VIVO build:
Final II:
- Changed to Daekin kernel
- Fixed arrow data transfer
V1.0:
- Initial Release
Change log for Glacier build:
V1.5:
- Fixed Camcorder 800X480 - Very smooth
- Update some apps
- Re-work with Gallery
- HAPPY NEW YEAR 2013
V1.4:
- New base from RUU Glacier T-Mobile 2.32.531.1 (Newest - Thank to Football for the RUU)
- Kernel Marc 0.1.3 (NO glitches)
- GPS libs from Tytung (Thank to Tytung)
V1.3
- Add Adobe Flash Player v11, SPB Tv stream
- Tweaks system...
V1.2:
- Fixed Wifi (source from HTC, Android)
- Tmous version on NAND only
V1.1:
- Removed Power Control widget (bug for Wifi).
- Added Clock widget to Home screen.
- Add some keyboard
Note: If you flashed v1.0, no need flash v1.1, just remove Power Control widget and add Clock widget to Home screen
V1.0:
- Initial Release
Others more !
1/ How to Wipe NAND, EXT before Flash any build:
In ClockworkMod Recovery:
- Wipe data/factory reset
- Wipe cache partition
- Advanced --> Wipe Dalvik Cache --> waiting until appear Yes - Wipe Dalvik Cache then push Call button
- Flash the build you want !
2/ Fix Wifi in V1.0, 1.1:
- After setup complated the rom, then reboot.
- Turn OFF the data and turn ON the Wifi --> OK
__________________________________________________________________________________________
SPLASH 1, 2 and 3
- First Splash
- Second Splash (show in cLK only)
- Third Splash in initrd.gz
Download: http://depositfiles.com/files/wk184hpim - Mirror 2
Thanks man you're is a legend
put is there any arabic support for this amazing rom
I'm Sorry for my English
Nice!!How much free Ram do we get??
YA Hoooooooooo! I Knew I made a pot of coffee for a reason.
Dung you Da Man!
I will report. Dl now.
sagarjawaress said:
Nice!!How much free Ram do we get??
Click to expand...
Click to collapse
I've tested : 185mb by Task killer !
What is this ROM bases off of?
Tribulattifather said:
What is this ROM bases off of?
Click to expand...
Click to collapse
Based off of RUU Glacier_Gingerbread_S_TMOUS_2.19.531.1 (Android 2.3.4)
dungphp said:
Based off of RUU Glacier_Gingerbread_S_TMOUS_2.19.531.1 (Android 2.3.4)
Click to expand...
Click to collapse
Thank you. I just didn't think 2.3.4 was on this device.
Tribulattifather said:
Thank you. I just didn't think 2.3.4 was on this device.
Click to expand...
Click to collapse
Why ?
http://forum.xda-developers.com/showthread.php?t=1174344
http://www.simply-android.com/discussion/1563/romglacier_gingerbread_s_tmous_2.19.531.1/p1
http://modmymobile.com/forums/650-h...glacier_gingerbread_s_tmous_2-19-531-1-a.html
dungphp said:
Based off of RUU Glacier_Gingerbread_S_TMOUS_2.19.531.1 (Android 2.3.4)
Click to expand...
Click to collapse
Hi Dung, what about sense? Is it 3 or 2.*
j_svas said:
Hi Dung, what about sense? Is it 3 or 2.*
Click to expand...
Click to collapse
It appear sense 2.1 !
Re-boots 2x's befor boot its ok
Freaking Amazing. It is so smooth and looks great!
But the sype keyboard says it needs updated. I imagine we can just update from the site.
I would love to be apart of further development of this rom. "I hope it stays alive"
bug:
small contacts photo's look a little blurry
It was only contact photos not all and they went away after 3rd reboot.
tdizzle404 said:
Freaking Amazing. It is so smooth and looks great!
But the sype keyboard says it needs updated. I imagine we can just update from the site.
I would love to be apart of further development of this rom. "I hope it stays alive"
bug:
small contacts photo's look a little blurry
Click to expand...
Click to collapse
This build is Stock rom ! Please report more !!! Thank you
Arrow [30 July] Glacier Gingerbread 2.3.4-Str8 out of box.
dungphp said:
This build is Stock rom ! Please report more !!! Thank you
Click to expand...
Click to collapse
Oh I will! Im still setting up I don't like to mess with it why Google is re installing my apps
Market is good
Sound is good "louder then pyramid"
no lag- "none out of box"
graphic glitches seem to be a little more in this rom "pyramid seemed to have them isolated to a small spot these are pretty wide"
I logged in to some of the stock app "tmobile tv so far" and it worked
no fc's
data good "i love the 4G"
Edit: Wifi is not working
I just hope the batt is good
will report more soon
It just looks so pretty.
It looks very GooD!!!!!!!!
Hey Dung I think we can slim this down alot there are alot of bells and whistle that are kinda useless and some may not work guess well have to do more testing.
So far the graphic glitches are pretty bad
A2SD is fc'ing after I tried to move dalvic to sd.ext
no wifi
and phone seems a lil warmer than usual maybe we need to keep an eye on the temp.
Omg this is awesome!! Thank you!! And today I was running MyTouch 4G rom today.
Sent from my HTC HD2
tdizzle404 said:
Hey Dung I think we can slim this down alot there are alot of bells and whistle that are kinda useless and some may not work guess well have to do more testing.
So far the graphic glitches are pretty bad
A2SD is fc'ing after I tried to move dalvic to sd.ext
no wifi
and phone seems a lil warmer than usual maybe we need to keep an eye on the temp.
Click to expand...
Click to collapse
Before you flash this build you need clean your nand, sd-ext:
- Wipe data/factory reset
- Wipe cache partition
- advanced/Wipe dalvik Cache
I remove dalvik-cache to sd ext not have any FC !
No Wifi: reboot solved problem

[21 MAR 2013] DESIRE HD - INCREDIBLE - DESIRE S - LEXIKON - DESIRE Z[sense 2.1][XYZ]

These build based RUUs port to HD2 !
Pictures:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
- Phone, Sounds, GPS, Data, Wifi, Camera, Camcorder fixed ...
- Glass theme by esk0dr0id and me ! (battery percent by next version)
- USB Tether work (See this my post)
- Added Lock Screen widget to Home screen
- USB Disk
Not working:
- Tell me the bugs or somthings you can fix ...!
Download:
===========================================================
23/01/2013 Desire Z GB - 2.42.405.2 - Android 2.3.3​BIG THANK TO AUTHI FOR DONATED !
Arabic patch for EU : http://depositfiles.com/files/r9w3my8jb (flash after flash rom)
DATA ON EXT: (5/170/5 + EXT4)
- Desire Z Stock cLK: http://depositfiles.com/files/rmaquolzy - Mirror
Patch cLK to Magldr: http://depositfiles.com/files/fa7g1z543 - Mirror
- Desire Z Glass cLK: http://depositfiles.com/files/hv01dojhc - Mirror
Patch cLK to Magldr (kernel not same as Stock): http://depositfiles.com/files/2ydbq8gpx - Mirror
Fix hot reboot when install new apps: http://depositfiles.com/files/1p8kykx5c
Glass Final II 16/02/2013 thinking end of update
- Tmous cLK: (5/385/5) http://depositfiles.com/files/gnw8zjnkf
- EU cLK: (5/180/5 + EXT2/3/4) http://depositfiles.com/files/dqfaw150b (supported apps2sd)
Patch cLK to Magldr (flash rom, don't reboot, flash the patch, now reboot) http://dfiles.eu/files/rh6ycbqti (NEW)
Stock Final II 10/02/2013 thinking end of update
- Tmous cLK: (5/385/5) http://depositfiles.com/files/m84ue05l3
- EU cLK: (5/170/5 + EXT2/3/4) http://depositfiles.com/files/lg72vseh5 (supported apps2sd)
Patch cLK to Magldr (flash rom, don't reboot, flash the patch, now reboot) http://dfiles.eu/files/rh6ycbqti (NEW)
Final: 30/01/2013
- Tmous cLK: (5/400/5) http://depositfiles.com/files/my39yy7k9
- EU cLK: (5/165/5 + EXT2/3/4) http://depositfiles.com/files/x29afb7p0
Patch cLK to Magldr (flash rom, don't reboot, flash the patch, now reboot) http://depositfiles.com/files/j08dzdlgn
V1.2 cLK: 23/01/2013
- Tmous: (5/390/5) http://depositfiles.com/files/m588pcwap
- EU: (5/160/5 + EXT2/3/4) http://depositfiles.com/files/egztxl81q
Patch cLK to Magldr (flash rom, don't reboot, flash the patch, now reboot) http://depositfiles.com/files/vi9qgibzo
CRT for EU: http://depositfiles.com/files/u0vsw4lxi
CRT for Tmous: http://depositfiles.com/files/npc6wbob3
V1.1 cLK:
-Tmous: (5/385/5) http://depositfiles.com/files/87l9cux2c
- EU: (5//5 + EXT2/3/4) http://depositfiles.com/files/t3zsxeaf5
- patch cLK to Magldr : http://depositfiles.com/files/93k7fmthw
V1.0 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/150/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/370/5)
V1.0 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash cLK Kernel , reboot
===========================================================
LEXIKON GB Cellular 3.10.573.1 - Android 2.3.4​
V1.0 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/110/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/315/5)
V1.0 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (21/11), reboot
HierOS 1.8.5 noBTfix 2wcr Magldr Kernel
===========================================================
HTC DESIRE S - SAGA 1.48.707.1 WWE​
V1.0 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/125/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/345/5)
V1.0 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (19/11), reboot
===========================================================
21/03/2013 DESIRE HD 2.50.405.2. WWE​Final II Stock - Aroma installer
Options:
- Align to EXT4 all partitions (all your partitions will be EXT4)
- Battery percent
- CRT
- LockScreen sense 3.0
- Arabic addon
- TaskManager sense 3.0 included
- ...
Download: http://depositfiles.com/files/busdav8mm - MIRROR 2
____________________________
Final II Stock 07/02/2013 clean everythings - thinking no more update !
Tmous cLK : (5/370/5) http://depositfiles.com/files/ab59adsmw
EU cLK: (5/170/5 + EXT2/3/4) http://depositfiles.com/files/300jnks2u
patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot): http://depositfiles.com/files/h0im7qrs0
Final Stock 28/01/2013
Tmou cLK: http://depositfiles.com/files/3lo0qrbu9 (5/365/5)
EU cLK: http://depositfiles.com/files/tqi52ri5q (5/165/5 + EXT2/3/4) - Mirror
patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot): http://depositfiles.com/files/j08dzdlgn
Final Glass:
- EU: http://depositfiles.com/files/wznvk8a6d
- Tmous: http://depositfiles.com/files/b4tuj9eix
Patch cLK to Magldr (flash rom, dont reboot, flash patch, now reboot) http://depositfiles.com/files/gq9ycqtf6
V1.5 Glass:
cLK only:
- Tmous: (5/380/5) http://www.filefactory.com/file/3c25tw60pjhb/Ace_Gingerbread_2.50.405.2_v1.5_Glass_Tmous.zip
- EU: (5/155/5 + EXT2/3/4) http://www.filefactory.com/file/69i8kj3x87yv/Ace_Gingerbread_2.50.405.2_v1.5_Glass_EU.zip
Fix Gallery FC: http://www.filefactory.com/file/456pr0jeo60l/n/Fix_Gallery_DHDsense2.1_Glass.zip (Very sorry !)
Patch cLK to Magldr: flash after flash the build: http://depositfiles.com/files/wheux1fun
V1.3 Glass:
1/ For Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR 5/120/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/345/5)
2/ For cLK:
- Flash the Magldr version, don't reboot, flash the kernel cLK, reboot
V1.3 Stock:
1/ For Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR 5/120/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/345/5)
2/ For cLK:
- Flash the Magldr version, don't reboot, flash the kernel cLK, reboot
===========================================================​
V1.2 Glass:
1/ For Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR 5/120/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/345/5)
2/ For cLK:
- Flash the Magldr version, don't reboot, flash the kernel cLK, reboot
V1.1 Glass:
1/ For Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR 5/160/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR 5/370/5)
2/ For cLK:
- EU: Flash the Magldr for EU, don't reboot, flash the Patch Magldr to cLK, reboot
- Tmous: Flash the Magldr for EU, don't reboot, flash the Patch Magldr to cLK, reboot
V1.1 Stock:
1/ For Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR 5/160/5 + EXT2/3/4)
Addon:
Arabic for ACE EU version: http://www.filefactory.com/file/cffce34/n/DHD_2.50_Arabic.zip
Marc 0.1.5 kernel for Ginger 2.3.3 (not for Lexikon 2.3.4):
- cLK: mirror 1 - mirror 2
- Magldr: mirror 1 - mirror 2
Marc 0.1.5 kernel for Lexikon 2.3.4 (not for Ginger 2.3.3):
- cLK: mirror 1 - mirror 2
- Magldr: mirror 1 - mirror 2
Marc1706 0.1.3 (RC) kernel with some my tweaks:
- Magldr: MIRROR 1 - MIRROR 2
- cLK: MIRROR 1 - MIRROR 2
Marc1706 0.1.2 (RC) kernel with some my tweaks:
- Magldr: MIRROR 1 - MIRROR 2
- cLK: MIRROR 1 - MIRROR 2
ADVANCED POWER Menu for ACE:
- EU: http://ul.to/9yv1rn9c
- Tmous: http://ul.to/gd8u9gak
- LockScreen sense 3.0:
For EU: http://ul.to/h5lp3ela
For Tmous: http://ul.to/ucs3478g
- Battery percent for v1.1 Stock: For EU and For Tmous
- APP2SD support for EU users: http://ul.to/ad18f7xq
- GPS Tytung v2.0: http://ul.to/ppzqxxmm
- Remove SDCARDFIX script (v1.0 only) because it get bugs for rom: http://ul.to/nmvqb4lc
Thank to: Cotulla, Darkstone1337, Rafpigna, Tytung, Dansta, AngleDeath, ........ + All users XDA forums
Big Thank to Football for the RUUs <== For HD2
Changelogs:
Desire Z GB 2.42.405.2 Final II - Stock:
- Update apps
- end of clean system
Desire HD Stock
- Camcorder fixed
- changed Daekin kernel (Thank to Daekin)
Desire Z GB 2.42.405.2 v1.2 - Stock:
- data transfer pictures still doesn't have animation (Stock framework)
- All fixed for system: Wifi, camera (bin,lib, apk)
Desire Z GB 2.42.405.2 v1.0 - Stock:
- Initial release but alot of working
Lexikon GB Cellular 3.10.573.1 v1.0 - Stock:
- Initial release but alot of working
Saga WWE 1.48.707.1 v1.0 - Stock:
- Initial release but alot of working
VIVO 2.30.405.1 - v1.1 - Stock:
- Fix Flash Player, Streaming TV online, Wifi-Data switch, ...
Desire HD Final Glass:
- Clean system
- re-fix camera, camcorder
Desire HD V1.5 Glass:
- Fixed camcorder
- update apks
- change Marc 0.23 kernel
Desire HD V1.3 Glass+Stock:
- Kernel Rafpigna 1.9 GB OC, HierOS 1.8.5 noBTfix 2wcr
- Add Adobe flash player 11
- Removed picture in Video streaming (SPB TV, ...TV)
- Modify qwerty.kl for POWER Button (Thank to hands9998)
- show progress when install rom by Carl1961 (Thank to Carl1961)
Desire HD v1.2 Glass:
- Tweaks system for stable
- Add Adobe flash player 10.3
- Add Spb tv app
- HierOS 1.7.2 or others kernel
Desire HD v1.1 Glass:
- Fixed Location service
- Kernel Rafpigna v2.0GB (newest)
- Change some png Glass theme
- Battery percent
Desire HD v1.1 Stock:
- Stock version (no Glass)
- Kernel Rafpigna v2.0GB (newest)
- Location service working
Desire HD v1.0 Initial release
Somethings in this !
Bugs reported:
1/ v1.0:
- Magldr versions: Wrong zImage
- Sdcard fix script have bugs need detele (fix)
- Msg widget(big) is not glass
- Location service's not working (how to fix ?)
nice. nice. nice....
Started downloading. 6kbps. tomorrow i will flash and let u know the update... i like glass theme...
Can please have a Vanilla (Stock, non themed) version of this awesome port ?
Was waiting since the dawn of time for a good stock Desire S port
rasumia said:
nice. nice. nice....
Started downloading. 6kbps. tomorrow i will flash and let u know the update... i like glass theme...
Click to expand...
Click to collapse
lol? 6kbps? i feel sorry for you xD
Rick_1995 said:
Can please have a Vanilla (Stock, non themed) version of this awesome port ?
Was waiting since the dawn of time for a good stock Desire S port
Click to expand...
Click to collapse
sbryan12144 have a Stock version !
beston94 said:
lol? 6kbps? i feel sorry for you xD
Click to expand...
Click to collapse
Same me uploading cLK versions ! someone have 200kb download !
dungphp said:
sbryan12144 have a Stock version !
Click to expand...
Click to collapse
LOL, that is Desire "HD" and not Desire "S", also that rom has quite a few things broken for now. works with the libfix i made but has no camera :[
EDIT: urghhh, i got excited by that "S" after gingerbread in your title.
bah! nvm, sorry.
hehe in my country speed is the issue. i will try different vendor soon. used to get 100+kbps before...
beston94 said:
lol? 6kbps? i feel sorry for you xD
Click to expand...
Click to collapse
Just install, wifi error and no gprs
renato222 said:
Just install, wifi error and no gprs
Click to expand...
Click to collapse
Please clean your NAND, EXT first !
1/ How to Wipe NAND, EXT before Flash any build:
In ClockworkMod Recovery:
- Wipe data/factory reset
- Wipe cache partition
- Advanced --> Wipe Dalvik Cache --> waiting until appear Yes - Wipe Dalvik Cache then push Call button
- Flash the build you want !
Click to expand...
Click to collapse
Or test this for fix: http://ul.to/faliw735 (Please confirm back !)
Thanks i will try now!
[DEV] Data on HD2 (ril tweaks)
Hi,
did you see this thread "[DEV] Data on HD2 (ril tweaks)"?
would you like to check and confirm if these tweak can be applied here?
rasumia said:
Hi,
did you see this thread "[DEV] Data on HD2 (ril tweaks)"?
would you like to check and confirm if these tweak can be applied here?
Click to expand...
Click to collapse
I havent tested that tweak yet ! I think all command in build.prop must work with kernel supported ! But now testing..
After apply your fix now wifi and gprs data OK,thanks dunghp!
any update?
any findings?
dungphp said:
I havent tested that tweak yet ! I think all command in build.prop must work with kernel supported ! But now testing..
Click to expand...
Click to collapse
Does Flash work in this build?
MIRRORS:
Tmobile version with wifi,data and CWR
EU version with wifi,data and CWR
xaoc747 said:
Tmobile version with wifi,data and CWR [MIRROR]
Click to expand...
Click to collapse
Get a life and learn not to reupload/mirror/distribute a package without prior consent from actual author. You should have reported the issue in the thread and gotten this into OP instead of this dirty method.

Desire HD 3.12.405.1 - Sense 3.0-Android 2.3.5 [v1.7][Marc 0.1.5]

SORRY ! NOW I NEED GOTO MY JOB SO THIS BUILD AND SOME OTHERS BUILD WILL BE DISCONTINUED
*** THANK YOU TO ALL ***​
This rom Based RUU Desire HD 3.06.405.1, 3.12.405.1 - With sense 3.0 - Android 2.3.5​
Pictures:
(Big thank to P4vLOx for this Videoclip !)​
Working:
- Phone, Sound, Camera, Camcorder, GPS, Data, Wifi, bluetooth ...
- Mount, USB Disk, Gallery, 720p videos, Flash with video, sound streaming ...
Bugs:
- Camcorder lags, Ereader, USB Tether, Hotspot (use apps from Market)
- Tell me when you test, use this rom
Download:
V1.7 cLK:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/160/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.7 Magldr:
- CWR same as cLK version.
- Flash cLK versions, don't reboot, Flash Patch cLK to Magldr - MIRROR, now reboot.
Marc1706 0.1.2 (RC) kernel with some my tweaks:
- Magldr: MIRROR 1 - MIRROR 2
- cLK: MIRROR 1 - MIRROR 2
Marc1706 0.1.1 (RC) kernel with some my tweaks:
- Magldr: MIRROR 1 - MIRROR 2
- cLK: MIRROR 1 - MIRROR 2
PLEASE DON'T MAKE MORE MIRRORS ! THANK YOU !
Addons:
Battery percent and some QuickSettings by internauta2000 : http://forum.xda-developers.com/showpost.php?p=17710351&postcount=428 (Big Thank to internauta2000 )
Patch Arabic language:
- Flash rom, don't reboot, flash pack patch Arabic
- Pack for EU: MIRROR 1 - MIRROR 2
- Pack for Tmous: MIRROR 1 - MIRROR 2
- Easy creat EXT on your SDCARD: http://forum.xda-developers.com/showpost.php?p=15736482&postcount=7
CHECK EVERYTHING WHEN YOU HAVE STUCK AT BOOT:
- What Are you using cLK or Magldr and Did you flashed Magldr or cLK for ?
- Get right CWR I mentioned ?
- Did you do this:
Clean your NAND, EXT before Flash the rom:
Go to Recovery:
- Wipe data/factory reset
- Wipe cache partition
- Advanced -> Wipe dalvik cache
Click to expand...
Click to collapse
- Did you Task29 your phone (NAND) ?
Big THANK to my friends: Capychimp , Coolexe (some parts for best rom), the_scotsman (created P2,P3 for me)
Thank to: Rafpigna, Cotulla, Football, Darkstone1337, Devs, users on XDA !
[23 APR 2013] Desire HD 3.12.405.1_R - Sense 3.0 - Android 2.3.5 [Final III][1P4B]
Desire HD 3.12.405.1_R - Sense 3.0 - Android 2.3.5 [Final]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelogs:
Final: clean everythings, re-fix Camcorder for best quality video record, new boot 2 screen (2013 XDA Developers house)
Download:
23 APR 20131:
- DataOnEXT4: data on EXT4 + my tweak and dalvik-cache, data on NAND (best for EU phone)
- Options for remove or install some BIG apps when installing the ROM
- ...
http://uploaded.net/file/2a1n2xhk OR http://depositfiles.com/files/43sxbes6q
___________________________________________________________________________
One PACK 4 BUILDS - 11 MAR 2013
- For T-Mobile phone (All on NAND) - 5/450/5
- For EU/Internatinal (Data on EXT4) - 5/180/5 + EXT4(1)
- NativeSD - EXT4(1) (needed an EXT4 on SDCARD like as Tytung's build)
- NativeSD 2 - EXT4(1) + EXT4(2) - see picture below
(all build can boot on NAND)
4EXTrecovery SD by Xylograph: http://goo.im/devs/Xylograph/Various/Recoveries/SD/ (Thank to madmaxx82, Xylograph). That will show all partitions on SDCARD, convert EXT2/3/4 to EXT4, charge Battery,...
Steps to use 4EXTrecovery SD: http://goo.im/devs/Xylograph/AOKP/WIP/4EXTRecoverySD.zip
- Creat NativeSD folder on SDCARD (If you didnt created)
- Extract Recovery folder from recovery Zip to root of SDCARD
- From Magldr - Services - BootSetting - AD SD Dir - choose Recovery folder on SDCARD
- Magldr - Boot AD SD (Convert, Wipe | Format - Format SD-EXT and SD-EXT2, ...)
Boot NativeSD:
- Creat DesireHDStock and DesireHDStock2 on SDCARD/NativeSD/ then Flash the rom first (I don't remember creat 2 folders)
- From Magldr - Services - BootSetting - AD SD Dir - choose NativeSD folder on SDCARD
Install:
- Copy Zip rom to SDCARD, TURN OFF PHONE (Aroma need to clear memory), Reboot to Recovery, Wipe somethings, Flash the Rom
DOWNLOAD:
http://depositfiles.com/files/72r9ac98n
OR
http://uploaded.net/file/d9yebxuf
____________________________________________________________________________________________
NativeSD: http://forum.xda-developers.com/showpost.php?p=38485319&postcount=2911
Data on EXT4: Link here (5/200/5 + 1gb EXT4) - Mirror
Final II 18 FEB 2013: save battery, No lags, no freeze, no problem with BIG games, No need more update
- Tmous cLK: (5/445/5) http://depositfiles.com/files/qw869gu0y - Mirror
- EU cLK: (5/165/5 + EXT2/3/4) http://depositfiles.com/files/ljlcbj0rv - Mirror
patch cLK to Magldr: http://depositfiles.com/files/fteua7coj - Mirror
Final: clean everythings, re-fix Camcorder for best quality video record, new boot 2 screen (2013 XDA Developers house)
Tmous cLK: (5/440/5) http://depositfiles.com/files/ndrcd4he9
EU cLK (5/185/5 +EXT2/3/4) http://depositfiles.com/files/ihuv6hnwk
patch cLK to Magldr (flash rom, don't reboot, flash this patch): http://depositfiles.com/files/j6snxf01h
V2.1
Tmous cLK:
Link 1: http://depositfiles.com/files/pksuduuoa
Link2: http://www.filefactory.com/file/gm5s044l92z/n/Desire_HD_3_12_405_1_R_v2_1_Tmous_cLK_zip
EU cLK:
Link 1: http://depositfiles.com/files/29lvex1qd
Link2:
Patch cLK to Magldr: flash after flash build
http://depositfiles.com/files/zhh6580s7
V2.0: 31/12/2012
- Fixed camcorder 800X480 (smooth) by original HTCCamera.apk
- update some apks
- update Marc newest kernel
Download: http://forum.xda-developers.com/showpost.php?p=36085657&postcount=1509
V1.7:
- Xloud for Sound supported (Thank solidchips for sharing)
- Bravia for Pictures, Videos better (Thank XxXPachaXxX)
- Marc 0.1.5 kernel (Thank Marc)
- Tweaks system for Fast, Smooth,...
V1.6:
- New base from RUU Desire HD 3.12.405.1 (sense 3.0 - Android 2.3.5) - Thank to Mike1986
- Very fast, smooth stable
- Full HTC Sense 3.0 Interface
- Multi-language (WWE)
- ...
V1.5 Final:
- Tweaks WIFI - DATA, ... to the Best
- True permission files...
- acdb from Desire Ginger 2.3.3 for sound (thank Boxmax for this)
V1.4.1
- Rebuild V1.4 (fixed data not stable, Camcorder crash)
- Kernel HierOS 1.8.5 nobtfix 2wcr (Thank to HierOS)
V1.4:
- New kernel: HierOS 1.8.5 NoBTfix 2wcr
- Adobe Flash Player 11
- Fixed Video streaming like TV (removed picture in screen)
- Big Clean system
- Modify qwerty.kl for POWER Button (Thank to hands9998)
- show progress when install rom by Carl1961 (Thank to Carl1961)
- ...
V1.3:
- Added some Quick Settings by internauta2000 (thank to internauta2000)
- Complate fix weather bugs for EU
- Changed other HTC Music (no more white space)
- Added Barnacle Wifi tether app (check Skip wpa_supplicant box for work)
- Some app can remove if you want (in data/app)
- Add back big list Languages for you choose
- Changed location to US from rom first time
- Added Adobe Flash player 10.3 for Flash web work with sound, video streaming
- Don't remember...
V1.2:
- Fix wallpaper, sense pictures, add, change some widgets on Home screen
- Tweaks speed, smooth, data, wifi,...
- Tweak MMS up to 1000kb of pictures
V1.1:
- New pack
- Fixed weather
- Fixed Gallery
- Changed to HierOS 1.7.2 kernel (need test Bluetooth)
- ...
V1.0:
- Based RUU Desire HD 3.06.405.1
[16 SEP] Desire HD 3.06.405.1 - Sense 3.0 - Android 2.3.5 [v1.0][Tytung r12]
Tips and Old download:
How to creat EXT and Convert to EXT4:
+ Creat 1024 mb EXT(3) + 64 mb swap by CWM: BACKUP YOUR SDCARD FIRST !
- advanced >> Partition SD Card >> 1024M (128 ~ 2048) >> 64M
+ Convert to EXT4 (Thank Coolexe for this script):
- Download script: LINK
- Copy to SDCARD, Flash zip script
After 2 steps you can flash the roms (EU versions), now Android very strong !
Click to expand...
Click to collapse
V1.6 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.6 cLK:
- CWR same as Magldr version.
- Flash Magldr versions, don't reboot, Flash HierOS 1.8.5 cLK kernel - MIRROR, now reboot.
V1.5 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/155/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.5 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.5 nobtfix 2wcr cLK Final kernel for DHD, reboot !
V1.4.1 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/155/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.4.1 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.5 nobtfix 2wcr cLK kernel for DHD, reboot !
V1.4 Magldr:
- EU version: MIRROR 1 - MIRROR2 (CWR: 5/155/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 55445/5)
V1.4 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash RAFPIGNA 1.9 GB OC cLK kernel for DHD, reboot !
Flash after flash rom: http://www.filefactory.com/file/c5a6b5f/n/Tweaks_permission.zip - all builds can use
V1.3 Magldr:
EU version: MIRROR 1 - MIRROR 2 (5/150/5 + EXT2/3/4) <--- creat EXT - see Post 3
Tmous version: MIRROR 1 - MIRROR 2 (5/445/5)
V1.3 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.7.2 cLK kernel for DHD, reboot !
V1.2 Magldr:
EU version: MIRROR 1 - MIRROR 2 (5/150/5 + EXT2/3/4)
Tmous version: MIRROR 1 - MIRROR 2 (5/445/5)
V1.2 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.7.2 cLK kernel for DHD, reboot !
Fix Gallery FC for EU versions: http://hotfile.com/dl/130576386/d18f45e/Fix_Galley_DHD3.06_EU.zip.html
V1.1 Magldr:
EU version: MIRROR 1 - MIRROR 2 (5/150/5 + EXT2/3/4)
Tmous version: MIRROR 1 - MIRROR 2 (5/445/5)
V1.1 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.7.2 cLK kernel for DHD, reboot !
V1.0:
Magldr versions:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/155/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
cLK version:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash Tytung cLK kernel for DHD sense 3, reboot !
- Recovery for EU: Link (Thank Gabriel51)
Whoa, you are hard at work man!! I´ll give it a try
Looking forward to the new Rom!
Which glitches Fix should I choose? Pyramid or Bliss? Bliss I guess?
So, is this the runnymede rom but its with sense3.0
Zahurtex said:
So, is this the runnymede rom but its with sense3.0
Click to expand...
Click to collapse
Runnymede in next day friend !
dungphp said:
Runnymede in next day friend !
Click to expand...
Click to collapse
is wifi hotspot working on this rom dung and im not talking about barnacle but the native wifi hotspot
dungphp said:
Runnymede in next day friend !
Click to expand...
Click to collapse
Ok, thanks dung... I will wait for it and will it be tomorrow then
meanwhile will test this one out.
glitches fix
wait for the fix i download the rom first and you can find the fix on the related post
doing it , it's on line
shorty1483 said:
Which glitches Fix should I choose? Pyramid or Bliss? Bliss I guess?
Click to expand...
Click to collapse
I think pyramid, ´coz Bliss is Sense3.5
mac-nukem said:
I think pyramid, ´coz Bliss is Sense3.5
Click to expand...
Click to collapse
haldric has told to wait until he downloads the rom and make the fix. then he will post the fix on his relevant thread.
so guys give haldric sometime
and dungphp....ur fast man. thankx
dungphp said:
Runnymede in next day friend !
Click to expand...
Click to collapse
Maybe possible today?
The fix is ready from haldric!!!!
This ROM is just the start with stability for every day use (like the first leaked NAND ROM!!!).... but will Runnymede rocks!!!
Wait until released official tommorow maybe!
shorty1483 said:
Which glitches Fix should I choose? Pyramid or Bliss? Bliss I guess?
Click to expand...
Click to collapse
I think you would use ..
glitches fix DHD_3.06.405.1_Sense_3.0_v1.0_EU.zip
From here: http://forum.xda-developers.com/showpost.php?p=17321054&postcount=7624
If I am Not Mistaken ..
dungphp said:
This rom Based RUU Desire HD 3.06.405.1 - With sense 3.0 - Android 2.3.5​
Pictures: Uploading...
Working:
- Phone, Sound, Camera+, Camcorder+, GPS, Data, Wifi, ...
- Mount, USB Disk, Gallery, 720p videos, ...
Click to expand...
Click to collapse
Many Thanks Dung,
You mean, Camcorder+ means Camcorder working without lag plase?
too bad i have to stay out the action. i will get mine hd2 next week waiting eagerly to try sense...
Haldric you are such a speedy
Photo gallery is not shoving the albums or photos, it waits on a white screen...
J_svas yes, camcorder is still laggy...
Phone application FC when you receive a call...
By the way, speed is awesome..

[23 APR 2013] RUNNYMEDE 1.30.461.1 - Sense 3.5 [Final III][xyz kernel][SP]

This rom based Runnymede 1.05.401.4, 1.08.709.3, 1.11.1113.1, 1.22.461.2, 1.30.461.1
Android 2.3.5 - Sense 3.5​
PICTURES:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Working:
- Phone, Sound (Beat work with headphone,...), Camera (don't check Action Burst), Camcorder fixed (very fast, smooth), GPS, Data, Wifi, Bluetooth, flash web with video stream... SPB TV streaming
- Mount, USB Disk, Gallery, 720p videos, ...
- Included RPC GPS of Tytung 2.1 (thank Tytung for that)
Bugs:
- Wallpaper view (use Grid view)
- Tell me when you test, use this rom ! Thanks
DOWNLOAD:
V2.3, V2.4, V2.5, V3.0 Ported from newest RUU Runnymede 1.22.461.2
______________________________ 23 APR 2013 _____________________________
- Updated somethings for EU phone (data, dalvik, system on NAND, ... on EXT) (Thank Deakin for dalvik to NAND idea)
- Update ... i dont remember .............. sorry
Download: http://depositfiles.com/files/uj4cwhemq OR http://uploaded.net/file/4ef1v6d1
______________________________ 02 APR 2013 _____________________________
One Pack 8 Builds and Updating options with Aroma installer
UPDATED BUILD FROM RUNNYMEDE 1.30.461.1 RUU
1/ Install ROM
- For T-Mobile phone (All on NAND) - 5/450/5
- For EU/Internatinal (Data on EXT4) - 5/200/5 + EXT4(1)
- NativeSD - EXT4(1) (needed an EXT4 on SDCARD like as Tytung's build)
- NativeSD 2 - EXT4(1) + EXT4(2)
Options:
- Bliss theme
- NO CRT animations (Not stable)
- Battery percent
- HTCCamera apks
- Rosie 4 or 5 colums
- Arabic support
- Align to EXT4 partitions (you can choose any EXTs)
2/ Update options
- Rosie 4 or 5 colums
- Battery Stock or Battery percent
- HTCCameras
- Change Kernel
DOWNLOAD: http://depositfiles.com/files/zavz77eh7 -- Link to Donate me (just download)
______________________________ 21 MAR 2013 _____________________________
One Pack 8 Builds with Aroma installer
- For T-Mobile phone (All on NAND) - 5/450/5
- For EU/Internatinal (Data on EXT4) - 5/200/5 + EXT4(1)
- NativeSD - EXT4(1) (needed an EXT4 on SDCARD like as Tytung's build)
- NativeSD 2 - EXT4(1) + EXT4(2)
Options:
- Bliss theme
- CRT animations
- Battery percent
- HTCCamera apks
- Align to EXT4 partitions (you can choose any EXTs)
Download: http://depositfiles.com/files/56i69w55f - MIRROR 2
______________________________ 10 MAR 2013 _____________________________
One Pack 4 Builds with Aroma installer (Thank to Ahmad Amarullah - xda-developers)
- For T-Mobile phone (All on NAND) - 5/450/5
- For EU/Internatinal (Data on EXT4) - 5/200/5 + EXT4(1)
- NativeSD - EXT4(1) (needed an EXT4 on SDCARD like as Tytung's build)
- NativeSD 2 - EXT4(1) + EXT4(2) - see picture below
(all build can boot on NAND)
Some options included: Arabic language, HTC camera (Runny, DesireHD, Amaze), Battery percent, Kernels (Marc, Deakin, GBLeo)
4EXTrecovery SD by Xylograph: http://goo.im/devs/Xylograph/Various/Recoveries/SD/ (Thank to madmaxx82, Xylograph). That will show all partitions on SDCARD, convert EXT2/3/4 to EXT4, charge Battery,...
Steps to use 4EXTrecovery SD: http://goo.im/devs/Xylograph/AOKP/WIP/4EXTRecoverySD.zip
- Extract Recovery folder from recovery Zip to root of SDCARD
- Creat NativeSD folder on root of SDCARD
- From Magldr - Services - BootSetting - AD SD Dir - choose Recovery folder on SDCARD
- Magldr - Boot AD SD (Convert, Wipe | Format - Format SD-EXT and SD-EXT2, ...)
Boot NativeSD:
- From Magldr - Services - BootSetting - AD SD Dir - choose NativeSD folder on SDCARD
DOWNLOAD: http://depositfiles.com/files/slp0etup5 OR http://uploaded.net/file/gbz48slz
NOTE: Copy Zip rom to SDCARD, TURN OFF Phone then reboot to Recovery and flash the rom (Aroma installer needed do this)
Arabic rom only: http://depositfiles.com/files/gbuptt807 OR http://uploaded.net/file/wh80jrnh
- For T-Mobile phone (All on NAND) - 5/450/5
- For EU/Internatinal (Data on EXT4) - 5/200/5 + EXT4(1)
- NativeSD - EXT4(1) (needed an EXT4 on SDCARD like as Tytung's build)
- NativeSD 2 - EXT4(1) + EXT4(2)
__________________________________________ 12 JAN 2013 __________________________________________
NATIVESD HERE !
DATAonEXT (5/200/5 + ext4) : http://depositfiles.com/files/vts0jjrcu - Mirror (must have EXT4 in sdcard)
Final Stock: thinking no more update (daily use)
- Tmous cLK: (5/440/5) http://depositfiles.com/files/i8vivdqi7 - Mirror
- EU cLK: (5/165/5 + EXT2/3/4) http://depositfiles.com/files/h92cnfw2o - Mirror
- Patch cLK to Magldr (flash after flash rom) http://depositfiles.com/files/05rxkb780 - Mirror
V3.0 Stock Runny cLK:
- Tmous: (5/445/5) http://depositfiles.com/files/ep154ish4
- EU (5/180/5 + EXT2/3/4) http://depositfiles.com/files/67fhxa80o
V3.0 Bliss Runny cLK:
- Tmous: (5/445/5) http://depositfiles.com/files/98xbi1yey
- EU (5/180/5 + EXT2/3/4) http://depositfiles.com/files/iv6v9ptht
Patch cLK to Magldr: flash after flash rom
http://depositfiles.com/files/tz1cq6rws
If you don't want FC in Action Burst of camera (original of Runny), you can use HTCCamera form Desire HD sense 3.0 (fixed by me) :
For Tmous : http://depositfiles.com/files/6c7hfirz7
For EU : http://depositfiles.com/files/zvc01olsn
HTCCamera Runny (back):
For Tmous : http://depositfiles.com/files/mem75ohth
For EU : http://depositfiles.com/files/cz6x6gtl4
patch Arabic here:
For EU: http://depositfiles.com/files/gg2wd5v9q
For Tmous: http://depositfiles.com/files/d992vsdij
____________________________________________________________________________________
V2.5 cLK:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/170/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V2.5 Magldr:
- CWR same as cLK version
- Flash Magldr versions, don't reboot, Flash Marc 0.1.6 kernel for Magldr - (Mirror), reboot
Runny Bliss V2.3:
EU cLK: mirror 1 - mirror 2 (CWR: 5/175/5 + EXT2/3/4)
Tmous cLK: mirror 1 - mirror 2 (CWR: 5/440/5)
(deleted some apps: showme, ...)​
PLEASE DON'T MAKE MORE MIRRORS ! THANK YOU !
ADDONS:
CRT for Runny v2.3:
EU: http://hotfile.com/dl/140912881/070130d/CRT_Runny_v2.3_EU.zip.html
Tmous: http://hotfile.com/dl/140913096/307ed10/CRT_Runny_v2.3_Tmous.zip.html
Battery percent (Circle) for Runny v2.3:
EU: http://hotfile.com/dl/140916414/1c6c22b/Battery_percent_Runny_v2.3_EU.zip.html
Tmous: http://hotfile.com/dl/140917406/b456f68/Battery_percent_Runny_v2.3_Tmous.zip.html
Marc 0.1.7 kernel
- cLK: mirror 1 - mirror 2
- Magldr: mirror 1 - mirror 2
Kernel Marc 0.1.5 cLK: Mirror 1 - Mirror 2
Kernel Marc 0.1.5 Magldr: Mirror 1 - Mirror 2
Kernel Marc 0.1.6 cLK: Mirror 1 - Mirror 2
Kernel Marc 0.1.6 Magldr: Mirror 1 - Mirror 2
Battery percent Stock for Runny v2.2:
EU: MIRROR 1 - MIRROR 2
Tmous: MIRROR 1 - MIRROR 2
Runnymede HTC ARABIC 1.08.415.4
EU cLK: Mirror 1 - Mirror 2
Arabic for EU only: 5/165/5 + EXT2/3/4
ARABIC LOVER !
CHECK EVERYTHING WHEN YOU HAVE STUCK AT BOOT:
- What Are you using cLK or Magldr and Did you flashed Magldr or cLK for ?
- Get right CWR I mentioned ?
- Did you do this:
Clean your NAND, EXT before Flash the rom:
Go to Recovery:
- Wipe data/factory reset
- Wipe cache partition
- Advanced -> Wipe dalvik cache
Click to expand...
Click to collapse
- Did you Task29 your phone (NAND) ?
DONATIONS:
Gürkan Gürbey (Cheech1976), Philipp Lüders, Nicsarnero, Balazs Kiprich
All your HELP will be in my roms​
Big THANK to my friends: Capychimp , Coolexe (My best friend)
Thank to: HierOS, Rafpigna, Tytung, Marc, Cotulla, Football, Devs, users on XDA !
Changelogs:
V2.5:
- Fixed lags in V2.4
- New bootanimation
- Amaze camera moded by CdTDroiD and his Team (Thank!!!)
- Deleted Dropbox, smith apks ...
- New Marc 0.1.6 kernel (Thank Marc)
- ...
V2.4:
- Clean system
- Repack all apks, frameworks
- Xloud supported (Thank to solidchips for sharing)
- Deleted some apps
V2.3:
- New base (RUU Runnymede 1.22.461.2)
- 5 colums of apps list (Rosie)
- Newest Marc 0.1.5 kernel
- DHD camera
- Arabic, Herbrew support (need test and feedback)
V2.2:
- Back to old acdb for sound
- Tweaks apk for smooth, speed to read
- Re-build init for flashlight (if you use RCMix kernel), init post boot for smooth
- Weather clips from DHD 3.12
- ...
V2.1:
- New base (RUU Runnymede 1.11.1113.1, better than older RUU Runny) - Thank to Football for the RUU
- Added Amaze camera moded by CdTDroiD and his Team (Thank!!!) + my tweak
- Updated Market, Youtube, Flash player, ...
- Repack apps, frameworks for speed, save memory.
- Add Languages by big list
V2.0:
- New base (RUU Runnymede 1.08.709.3) (Big Thank to kinghunki)
- Clean system (deleted some Chinese app, Ereader,...)
V1.9:
- Add charging service (need test and report back)
- Repack apks (for smooth, fast, stable...)
- DockMode included, MXTech Videoplayer included
V1.8:
- Clean system (fast, stable)
- DHD Camera (support HD 1280x720, still lags but NO FC)
- Re-tweak for Wifi-Data
- New ACDB from Desire Ginger 2.3.3 for good Sound (Thank Boxmax for this info)
Pictures:
V1.7:
- New base from RUU 1.05.401.4 R2 (thank to Football for the RUU)
- Used HierOS 1.8.5 noBTfix 2wcr kernel, it work great (thank to HierOS)
- Wifi, data worked from first boot and forever
- ....
V1.6:
- New base from RUU 1.05.401.4 (thank to Football for the RUU)
- Sound: Beats (Headset), SRS, Dolby, ...
- Advanced Power Menu work power button (Big Thank to hands9998
- Desire HD sense 3.0 camera
V1.5:
- Sound: Beats (Headset), SRS, Dolby, ...
- Advanced Power Menu work power button (Big Thank to hands9998
- Amaze camera (Thank to CdTDroiD)
- Some tweaks for system
V1.4:
- Newest base from RUU 1.02.401.1 EUROPE (usb disk fixed,...) - Big Thank to Football for the RUU
- Bug: wifi can't work when data ON (need turned off data before turn on wifi - im working on this)
Building V1.3:
- SPB TV fixed, app inluded - didn't test others tv apps yet but think it work
- Re-clean system for speed, ram, stable
- HierOS 1.8.3 nobtfix kernel
- Adobe Flash player 11
- Beat worked + SRS + Dolby + ... for Music
(I will try APM in Next version)
V1.2:
- Still Stock version
- Browser changed to mobile view
- Changed Location to US and more languages in list
- Added final Beats sound (Need test and feedback) - Thank to lyapota
- Added Adobe Flash player v10.3 for Flash web work with sound, video streaming (you can change to v11)
- Changed to 1.8.3 HierOS kernel (Thank HierOS and users feedback to Him)
- Some tweaks for more stable by Coolexe (Big thank to my friend)
V1.1:
- Still Stock version
- Fixed weather
- Fixed Bluetooth (new functions for Bluetooth from Capy)
- New Camera (mirror removed) (thx yener90)
- New Streamplayer (need more test)
- Don't remember...
V1.0:
- Based Stock rom V1.0 of Capy (Thank to Capychimp)
Tips and Old download:
USB Tether: worked GREAT for me !
- For 32-bit Windows 7/Vista/XP
- For 64-bit Windows 7/Vista
How to creat EXT and Convert to EXT4:
+ Creat 1024 mb EXT(3) + 64 mb swap by CWM: BACKUP YOUR SDCARD FIRST !
- advanced >> Partition SD Card >> 1024M (128 ~ 2048) >> 64M
+ Convert to EXT4 (Thank Coolexe for this script):
- Download script: LINK - Mirror 2
- Copy to SDCARD, Flash zip script
After 2 steps you can flash the roms (EU versions), now Android very strong !
Click to expand...
Click to collapse
________________________________________________________
Alignment and re-Alignment to EXT4 for EXT4 partitions: Thats will make your phone run smooth, strong...
- EXT4 (partition 1): http://depositfiles.com/files/rsah23rk1
- EXT4 (partition 2): http://depositfiles.com/files/hd85uuvn9
- EXT4 (partition 1+2): http://depositfiles.com/files/frfvyvss9
_____________________________
V2.4 cLK:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/170/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/435/5)
V2.4 Magldr:
- CWR same as cLK version
- Flash Magldr versions, don't reboot, Flash Patch cLK to Magldr, reboot
Fix sh for EU version only: http://hotfile.com/dl/140908646/6fdae10/Runny_2.3_sh_EU_Only.zip.html . Im still dont remember to remove 1 wrong line in META-INF, sorry
If you have problem with WIFI, try this: http://hotfile.com/dl/141770110/9a1a7e0/Tweak_Wifi_Runny_v2.4.zip.html
V2.3 cLK:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/170/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/430/5)
V2.3 Magldr:
- CWR same as cLK version
- Flash Magldr versions, don't reboot, Flash Patch cLK to Magldr, reboot
Fix sh for EU version only: http://hotfile.com/dl/140908646/6fdae10/Runny_2.3_sh_EU_Only.zip.html . Im wrong 1 line in META-INF, sorry
V2.2 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/145/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V2.2 cLK:
- CWR same as Magldr version
- Flash Magldr versions, don't reboot, Flash kernel cLK (Newest initrd), reboot
V2.1 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V2.1 cLK:
- CWR same as Magldr version
- Flash Magldr versions, don't reboot, Flash HierOS 1.8.5 cLK (Newest initrd), reboot
- HierOS 1.8.5 Magldr: http://ul.to/htcxmlsk
- RCMix V5 kernel: http://www.filefactory.com/file/cf532fd/n/kernel_RCMix3D_Kernel_v5.zip
- Warrenb213 - 28/11: http://www.filefactory.com/file/cf53262/n/kernel_warrenb213_28.11_Runny.zip
Runny V2.0 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/135/5 +EXT2/3/4). If you need APP2SD, CWR = 145 and flash this App2sd
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/435/5)
Runny V2.0 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (27/11), reboot
Kernel TyTung: Thank Tytung for this
cLK: http://ul.to/ou4bbxmh
Magldr: http://ul.to/4eu0f0uf
________________________________________________________________
Runny V1.9 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 +EXT2/3/4). If you need APP2SD, CWR = 150 and flash this App2sd
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
Runny V1.9 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (17/11), reboot
Runny - Bliss V1.9 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/150/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
Runny Bliss V1.9 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (17/11), reboot
V1.8 Magldr:
- EU version: MIRROR 1 - MIRROR 2 - MIRROR 3 (CWR: 5/140/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 - MIRROR 3 (CWR: 5/445/5)
V1.8 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel (NEW), reboot
*** Fix G-Sensor aborted: MIRROR 1 - MIRROR 2
V1.7 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.7 cLK:
- CWR same as Magldr
- Flash Magldr version, don't reboot, Flash HierOS 1.8.5 noBTfix 2wcr cLK Kernel, reboot
V1.6 is base from RUU 1.05.401.4
V1.6 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.6 cLK:
- CWR same as Magldr
-Flash Magldr version, don't reboot, Flash cLK Kernel, reboot
V1.5 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/440/5)
V1.5 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.3 NO BT fix cLK kernel for Runnymede (Fixed Bluetooth), reboot !
Best perfom Wifi for V1.4, V1.5, V1.6: alway turn off data when reboot, turn on wifi first when boot complate
V1.4 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5.140.5 +EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.4 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.3 NO BT fix cLK kernel for Runnymede (Fixed Bluetooth), reboot !
V1.3 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/140/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.3 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.3 NO BT fix cLK kernel for Runnymede (Fixed Bluetooth), reboot !
V1.2 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/145/5 + EXT2/3/4)
*FIX symlink video in weather app for EU version only: http://hotfile.com/dl/131719730/816cc08/Fix_symlink_weather_EU.zip.html
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/440/5)
V1.2 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.8.3 cLK kernel for Runnymede (Fixed Bluetooth), reboot !
V1.1 Magldr:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/145/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
Fix Data, Wifi because I was copy wrong kernel: Very sorry everyone
- Kernel HierOS r1.7.2 Magldr: http://hotfile.com/dl/130728451/2c90812/Kernel_Herios_1.7.2_Runny.zip.html - MIROR
- Kernel Rafpigna r1.9GB Magldr: http://hotfile.com/dl/130729348/392321c/kernel_rafpigna_1r9_OC_GB_Runny.zip.html - MIROR
V1.1 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.7.2 cLK kernel for Runnymede, reboot !
V1.0 Magldr:
- EU version: MIRROR 1 - MIRROR 2 (CWR: 5/150/5 + EXT2/3/4)
- Tmous version: MIRROR 1 - MIRROR 2 (CWR: 5/445/5)
V1.0 cLK:
- CWR same as Magldr versions
- Flash Magldr versions, don't reboot, flash HierOS 1.7.2 cLK kernel for Runnymede, reboot !
Is there a big difference between this SEnse 3.5 ROM and your Bliss ROM?
GtaSpider said:
Is there a big difference between this SEnse 3.5 ROM and your Bliss ROM?
Click to expand...
Click to collapse
This sense rom has the classic rosie launcher like in sense 3
Hero of the Day!
Waiting since yesterday on it dude!!!
GtaSpider said:
Is there a big difference between this SEnse 3.5 ROM and your Bliss ROM?
Click to expand...
Click to collapse
I think it's mostly like that: http://forum.xda-developers.com/showthread.php?t=1261721
Greatest dungphp !!!
SAY THAT .... dungphp
You are THE SPECIAL ONE !!!
Still Many Thanks
shorty1483 said:
Hero of the Day!
Waiting since yesterday on it dude!!!
I think it's mostly like that: http://forum.xda-developers.com/showthread.php?t=1261721
Click to expand...
Click to collapse
Based that rom ! Only him have RUU !
Would u say this rom is ready for daily use?
gr8 work ....already using from last 2 days (test version)...
sachin kundu said:
gr8 work ....already using from last 2 days (test version)...
Click to expand...
Click to collapse
And working well? Don't mind, I'm gonna flash it anyway
I think I'm in love with the Runnymede optics...
how is the speed of the rom compared to the bliss version?
Graphic glitches
Anyone tried graphic glitches fix?
Which version do we have to use with this rom?
xtremly fast,,,,,,,go and flash it........awesome rom....u can see some screenshots of test version,,,here,,,http://forum.xda-developers.com/showthread.php?p=17649972#post17649972
pitbro13 said:
Anyone tried graphic glitches fix?
Which version do we have to use with this rom?
Click to expand...
Click to collapse
Again, glitches fix will stop hardware acceleration, thus causing the rom to lag. So its your choice
How much faster is this rom compared to Bliss? Because that one is already flaming fast
Sent from my HTC Bliss using xda premium
much better than bliss.!!!
This is the fastest Rom yet. No Bluetooth (yet)
3.5 better eye candy, a little less RAM with 3.5 than 3.0.
pitbro13 said:
Anyone tried graphic glitches fix?
Which version do we have to use with this rom?
Click to expand...
Click to collapse
Same question, pls
anikolop said:
This sense rom has the classic rosie launcher like in sense 3
Click to expand...
Click to collapse
Love the new launcher in Sense3.5 and so will enjoy the Bliss for a while before I move to this.
For those that have tested this ROM before, is there an option to change to the launcher in Bliss from the default classic launcher in this new ROM? Just wondering since they are both Sense 3.5!
pitbro13 said:
Anyone tried graphic glitches fix?
Which version do we have to use with this rom?
Click to expand...
Click to collapse
Send haldric a pm and ask him to look over this rom and recommend a Glitch fix.

[28 MAR 2013][ Desire HD 1.84.661.1 [Froyo v1.5 Rotation Sense][Raf+Mde 1.9OC]

This rom is based RUU Desire HD 1.84.661.1
(Froyo 2.2.1 - No Glitches, everythings is working) !
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Working:
- Fast and smooth, stable... NO Glitches (Repack apks, frameworks by new my tool + Smali) - Free ram: 205mb
- Wifi, Data, GPS (Thank Tytung for libs), Bluetooth, FM, Flashlight ...
- Flash Player work great (install newest from Market or your SDCARD), Video stream (TV,...), 720p Video player (with Original app)
- Camera, camcorder (NO 720p record) fixed by Pyrorob (thank to Pyrorob).
- Stand by 3mA battery
- Kernel RAF 1.9OC from RAFPIGNA, fixed Wakeup lags by Mdebeljuh (Thank to Rafpigna and Mdebeljuh).
- Multi Languages
- Rotation Sense
- QuickSettings in Notification bar
- Advanced Power Menu
- Updated newest: Maps, Market, Youtube
- Full rooted with newest Superuser
- RGB565 SONY Bravia (Thank to XxXPachaXxX)
- SONY ERICSON XLOUD Mod for sound
- USB Tether (see Post 4), Wifi Hotspot,...
- ...
Not working:
- Tell me if you find !
Download:
1 PACK (NAND, DataOnEXT, NativeSD): http://depositfiles.com/files/h4hw1xcoa OR http://uploaded.net/file/wd9qwko3
V1.3 cLK version:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/200/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/415/5)
V1.3 Magldr version:
- CWR same as cLK version
- Flash cLK versions, don't reboot, Flash the Patch cLK to Magldr (NEW) (MIRROR), reboot
ADDON:
Kernel Rafpigna + Mdebeljuh fix wakeup lags 1.9OC:
Magldr: http://hotfile.com/dl/141175729/39913ed/kernel_rafpigna_1r9_OC_Ace1.84_Magldr.zip.html
cLK: http://hotfile.com/dl/141175764/7bd19d4/kernel_rafpigna_1r9_OC_Ace1.84_cLK.zip.html
Stock rosie without transparency:
- EU: http://hotfile.com/dl/141139641/00ac920/Ace_1.84_v1.2_Rotation_OrgBackground_EU.zip.html
- Tmous: http://hotfile.com/dl/141139577/41255cf/Ace_1.84_v1.2_Rotation_OrgBackground_Tmous.zip.html
Battery percent circle:
- EU: Mirror 1 - Mirror 2
- Tmous: Mirror 1 - Mirror 2
THANK TO DONATERS:
Felix Garbe, Stonesolouk​
CAMCORDER TESTED (800X480, 3 minutes, No lags):
Thank to: COTULLA, FOOTBALL (shipped rom), DARKSTONES1337, RAFPIGNA, MDEBELJUH, CARL1961, HTC, GOOGLE, ...
Changelogs:
V1.3:
- No transparent Rosie
- No battery percent (you can mod by UOT kitchen)
- Rotation more some apps in V1.2
- Included SONY ERICSON Xloud Mod for sound (Thank to solidchips for sharing)
- APP2SD for EU so first boot will auto reboot 3 times
V1.2:
- Battery percent (circle) included
- Rotation Sense (can enable, disable)
- Quicksettings
V1.1a EU:
-Fixed Superuser (Sorry ! Im wrong in META-INF)
V1.1:
- Complate fixs (GPS, Bravia graphic, bootanimation, ...)
- Added DSPmanager, Google Music app, acdb, Mic level (from Dorimax kernel - Thank Dorimax)
V1.0:
- - Initial release but everything's working !
Older version download:
V1.2 cLK version:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/200/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/415/5)
V1.2 Magldr version:
- CWR same as cLK version
- Flash cLK versions, don't reboot, Flash the Patch cLK to Magldr (NEW) (MIRROR), reboot
V1.1a for EU: MIRROR 1 - MIRROR 2 (CWR: 5/200/5 + EXT2/3/4)
V1.1 cLK version:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/200/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/415/5)
V1.1 Magldr version:
- CWR same as cLK version
- Flash cLK versions, don't reboot, Flash the Patch cLK to Magldr (NEW) (MIRROR), reboot
Battery percent circle:
- EU: Mirror 1 - Mirror 2
- Tmous: Mirror 1 - Mirror 2
V1.0 cLK version:
- EU: MIRROR 1 - MIRROR 2 (CWR: 5/200/5 + EXT2/3/4)
- Tmous: MIRROR 1 - MIRROR 2 (CWR: 5/415/5)
V1.0 Magldr version:
- CWR same as cLK version
- Flash cLK versions, don't reboot, Flash the Patch cLK to Magldr (MIRROR), reboot
FIX GPS: by Tytung libs 2.1 RPC: mirror 1 - mirror 2
Tweaks RGB565 SONY Bravia by XxXPachaXxX: Mirror 1 - Mirror 2
bootanimation + downanimation Standard from HTC:
For EU: mirror1 - mirror2
For Tmous: mirror1 - mirror2
USB TETHER CONFIG: (Tested with this rom and VIVO sense 2.1 + Microsoft Windows XP)
Windows XP contains the drivers you need to take advantage of USB tethering, but you must install a configuration file before connecting your phone to your Windows XP computer, to instruct Windows XP how to configure itself to use those drivers.
Download the following configuration file (tetherxp.inf) to your Windows XP computer. Typically, you can right click on the link and choose "Save As". (If your browser appends .html to the file name, you will need to edit the name to remove the .html extension.)
Use the USB cable that came with your phone to connect your phone to your computer.
On the Android phone, press Home, press Menu, and touch Settings to open the Settings application.
Touch Wireless & networks > Tethering & portable hotspot.
Check USB tethering.
When Windows XP’s New Hardware Wizard opens or you right click to new hardware, selsect Update Driver..., select No, not at this time and click Next.
Select Install from a list or specific location and click Next.
Click Browse to browse to the directory where you installed the configuration file you downloaded in Step 1 and click Next. Windows XP uses the configuration file to configure itself to support USB tethering with the Android phone.
When Windows XP finishes installing the software for Android USB Ethernet/RNDIS, click Finish.
You can now use the new Windows XP local area network connection provided by your phone via USB tethering. For more information about configuring networks in Windows XP, see the documentation that comes with Windows.
(This info from Google)
Oh nice to see froyo again, maybe i'll try this one
Thank you and Merry Christmas
psylooooo said:
Oh nice to see froyo again, maybe i'll try this one
Thank you and Merry Christmas
Click to expand...
Click to collapse
Hope you like this ! NO Glitches, NO Camcorder lags, NO Browser crash (with Flash streaming), NO lags, NO 720p videos play crash, ...
really.....let's see
Sent from my HTC HD2 using XDA Premium App
eterno13 said:
really.....let's see
Sent from my HTC HD2 using XDA Premium App
Click to expand...
Click to collapse
Yes, just NO 720p camcording
The ROM is great ...
Wow!
Cool! How about mic gain fix and color banding fix? Is that integrated too?
anand12 said:
Cool! How about mic gain fix and color banding fix? Is that integrated too?
Click to expand...
Click to collapse
I dont have these problem on my Tmous phone ! Please feedback if you have these problem, I will pack 1 patch for thats
Whoa ! Less bugs rom, just no HD camcorder. Testing more and will feedback ! Thax
Edit: Yes, Awesome 205MB ram free with full apps of rom (Mikkei 190MB ram free) + Live Wallpaper, widgets. Nice
Awesome, Froyo ROMs are the only ones with working WiFi Hotspot. I will test and see if there is a problem with low in-call volume like other Froyo ROMs.
Very interesting ROM.
One question: which version of Android is it?
This rom is based RUU Desire HD 1.84.661.1
(Froyo 2.2.1 - No Glitches, everythings is working) !
alexdoux25 said:
Very interesting ROM.
One question: which version of Android is it?
Click to expand...
Click to collapse
Oh, this is Classic Android, Froyo (Android 2.2.1) and for Desire HD !
dungphp said:
Oh, this is Classic Android, Froyo (Android 2.2.1) and for Desire HD !
Click to expand...
Click to collapse
why is it in the HD2 sektion?
dungphp said:
I dont have these problem on my Tmous phone ! Please feedback if you have these problem, I will pack 1 patch for thats
Click to expand...
Click to collapse
Well, Raf 1.9 kernel does not have these fixes built in. So I asked.
oachkatzlschwoaf said:
why is it in the HD2 sektion?
Click to expand...
Click to collapse
The original RUU this rom is based on was for a Desire HD, the rom is for the HD2!
anand12 said:
Well, Raf 1.9 kernel does not have these fixes built in. So I asked.
Click to expand...
Click to collapse
Please test this flashable fix: http://www.filefactory.com/file/c0e188e/n/Test_fix_rgb565_Mic.zip

Categories

Resources