NureX
Stamm-User
- 27
Spike CM7-Gingerbread Edition(Based on CM7 7.0.2 Final GRI40)(Persian/Arabic Support)
Features :
- Pure Gingerbread UI
- Better battery life & smoothness
- Fully deoxed and zipaligned
- Rooted and latest SU
- Extended power menu
- Apps and framework optimized (again)
- Google Addons is updated (gmail-search-...)
- Persian/Arabic Support in browser and messaging and other app
- Gingerbread keyboard with persian/arabic support
- Wifi firmware & battery drain fix (by mad-murdock)
Added :
- Gapps-gb-20110120
- Nexus s gb launcher and live wallpaper
- New gmail & market
- Replaced stock calculator with htc calculator (better eng ui)
- Google talk and genieWidget
- Themed quick searchbox
Removed :
- Adw launcher
- Searchbox
- CM wallpapers
- Provision
...
Download :
Spike CM-Gingerbread 7.0.2 Edition
Installation Guide :
- Nand backup
- Install clockwork recovery 3.x (if you dont have it)
- Full wipe your device
- Install rom
Be watchful :
- After install rom , before use wifi reboot your device again and then use your device (Solved in final version)
All credit for cyanogen team
Special thanks to :
andyharney for hosting rom
mad-murdock & sonnysekhon
Changelog :
7.0.2 Final :
- Based on CyanogenMod 7.0.2 Final Rom for HTC Desire HD
- Solved wifi issue in first boot
- Solved persian/arabic writing issue
- Add last version of google addons (gapps)
- Replace keyboard with multi language support
- Add Nexus s modified launcher
- Add maps,facebook,twitter
- Add fancy widget 1.3
7.0.0 Final :
- Based on CyanogenMod 7.0.0 Final Rom for HTC Desire HD
- Solved wifi issue in first boot
- Solved persian/arabic writing issue
- Add last version of google addons (gapps)
- Replace keyboard with multi language support
- Add Nexus s launcher & live wallpaper
Quelle [ROM]Spike CM7-Gingerbread Edition (Based on CM7 7.0.0 Final)(Persian/Arabic Support) - xda-developers
====================================================================================
Den passenden LordMod V5.0 Kernel gibt es hier:
[KERNEL][06MAY]LorDModV5.0|SMARTASS|BFSv400|CFS|SLQB|UV|1.99G|VOL |VDD|SQLITE3|.39 - xda-developers
Battery drain fix included - by teamdesire (allready implemented in CM7)
Chose default I/O scheduler
New Adreno 205 drivers like in nightly kernels
Kernel patched to 2.6.32.39
SMARTASS governor added and tweaked
CPU freq table totaly rewriten with lower voltages
OC up to 1990 MHz, min 122 MHz DON'T GO OVER 1800MHz EXCEPT FOR SHOWOFF AT THE BARI AM IN NO WAY RESPONSABLE FOR DHD SMOKING!!!
Volume boost 20%
SLQB slab memory allocator added
VDD user interface - usage
Patched libsqlite.so to disable db loops thanx to ownhere
Tiny RCU subsystem, Bloatware edition
Low level memory tweaks and fixes
Fixed some bugs regarding sleep/awake for video driver
Fixed first boot Wlan crash
Implemented 2 way recording patch by avs333 and skvalex - thread - only kernel 4.4.1 and now 5.0
Removed some debugging and statistic logging
GPU+ patch for better 2D and 3D perfomance (thanx -snq)
Disabled write cache support to enhance SD write speed
Updated drivers from HTC Saga and HTC Vivo
Und hier meine überarbeitete Ultra Under Volt Edition:
uploaded.to - where your files have to be uploaded to
Code:
[SIZE=1]#!/system/bin/sh[/SIZE]
[SIZE=1]if [ -e /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels ];[/SIZE]
[SIZE=1]then[/SIZE]
[SIZE=1]echo '122000 825' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '230400 850' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '307200 875' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '384000 875' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '460800 875' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '537600 900' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '614400 900' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '691200 925' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '768000 925' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '844800 950' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '921600 950' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '998400 950' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1075200 975' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1152000 1000' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1228800 1025' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1305600 1050' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1382400 1100' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1459200 1125' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1536000 1175' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1612800 1225' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1689600 1275' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1766400 1375' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1843200 1400' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1920000 1425' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels[/SIZE]
[SIZE=1]echo '1996800 1475' > /sys/devices/system/cpu/cpu0/cpufreq/vdd_levels [/SIZE]
[SIZE=1]fi;[/SIZE]
Zuletzt bearbeitet: