[FIX] Ultra & Super Smooth Sense 4.0 Launcher (Rosie) + AutoRotate + Supercharged - HTC One X

Sense 4.1 launcher on base 2.17.401.2 renders this mod obsolete, the launcher is 60fps smooth and locked, with full 3d widget and LWP, an amazing achievement HTC, keep it up!
This mod is only for Sense 4.0 bases but you can still use this thread to supercharge your ROM
This mod is reverse .smali rewrite that's actually changing with each Sense release from HTC, requires lots of testing and many times major recoding, code samples can be found in this post in other words its not a simple variable switch
Ultra Smooth Launcher locks the frame rate during page scroll in Sense launcher (Rosie.apk)
Essentially it's an optimization which forces Rosie to flatten the layers depth effect in Sense widgets, this effect is resource heavy and the reason for frame drops or stutter, the stock kernel rarely ramps the CPU clock beyond 1GHz or 2 cores in Sense launcher, which is good for both the battery and temps but causes random lag when dealing with this effect.
It's available in two flavors: screenshots
Super Smooth Rosie
This will keep the layered widgets in the intial screen you begin scrolling from and freezes/flattens all the other pages until you stop scrolling.
It will satisfy those who don't want to completely lose the effect. There might still be a very slight frame rate drop during the initial 3D flip.
This mod is applied to both FxWorkspace.smali and FxWorkspaceClient.smali
Ultra Smooth Rosie
This mod goes even further, it completely disables the layers effect by flattening and freezing all homescreens during scroll. Locked liquid smooth 60fps!
Any lag or stutter you experience at this point is not caused by Sense launcher.
This mod is applied to both FxWorkspace.smali and FxWorkspaceClient.smali
Sense 4.0 - HTC One X (international) - Downloads
- Smooth Rosie mods for test Base 2.05.401.2
- Smooth Rosie mods for test Base 2.05.401.2 + AutoRotate
- Smooth Rosie mods for test Base 1.29.401.11
- Smooth Rosie mods for test Base 1.29.401.11 + AutoRotate
This mod will simply replace your Rosie.apk and remove Rosie.odex if it's there, back up just in case!
It works on both custom and stock rooted ROMs (the zip file requires BusyBox)
No need for wipe and you can flash them over each other using recovery, the stock file is provided in case you want to go back
Links to other Sense 4.0 devices and older bases in the second post
Remaining random stutter & lag
Any stutter you experience after applying ultra smooth is no longer self caused by the Sense launcher itself.
You need to remember that switching ROMs every two days, means nothing will ever be smooth, simply because ROMs needs a while to settle everything and cache.
Equally Android's multitasking priority groups are likely to blame, you can try the following to apply Supercharger's OOM priority fixes and reduce random stutter.
There might still be a downloaded app or widget running amok in the background, running task manager will help you identify problematic apps.
Supercharger
Supercharger's patched services.jar for One X test base 2.15.401.5
Supercharger's patched services.jar for One X test base 2.05.401.2
Supercharger's patched services.jar for One X base 1.29.401.11 + tutorial
Increase Interface Response
If this is not included in your ROM by default, add the following to build.prop, this will be added if you choose Miscellaneous & 3G tweaks in supercharger
windowsmgr.max_events_.per_sec=200
UI Frame Rate Cap
This line is not needed since ICS is 60 by default, but if you add it to build.prop you will limit the UI FPS to your liking for example if you like 30fps, make sure to include the spaces:
persist.sys.NV_FPSLIMIT = 60
Warnings
This will only work on ROMs based on the ruu file number included in the zip filename, therefore you will lose any mod applied to rosie, such as transparent app drawer or themes, you can ask forum members to provide an updated version of these mods or you can search in this thread many members are posting their version of this mod, also note if you ever uninstalled and restored the sense launcher through Titanium backup this zip file won't work, since TB restores the launcher to system/app/com.htc.launcher.apk, so you will have to unzip, rename and manually push the file.
Poll [VOTE] Do you want Official Sense Launcher locked @ 60FPS?
Please contribute to this poll! in the hope that HTC will remove this effect in future version of Sense or at the least provide an options to disable it and so provide an out of box locked smooth launcher experience.
A locked smooth launcher concludes the initial perception of the device performance.
[UPDATE] Success! stock launcher is now locked 60fps smooth on update 2.17.401.2
Requests
Post your requests for specific ROMs and other Sense 4.0 devices and if myself or some other fellow XDAer find the time, we will apply it, you are required to post Rosie.apk along with the device name and firmware number.
Developers
You are welcome to include this mod, just please give credits
Donations
This mod in all its version took so much time from umy life, backtracking through the smali Rosie code, endless trying and testing, there was no global variable for this setting so i kept trying until i found out how to control the scrolling behavior with minimal code manipulation, so if this mod totally rocked your world or made your own ROM better, please consider donating, it will help encourage my future work and help my wife in forgiving me

Older versions and variations are posted here:
Sense 4.0 - HTC One X | international
- Downloads for test Base 2.05.401.2 + AutoRotate
- Downloads for test Base 2.05.401.2
- Downloads for official Base 1.29.401.11 + AutoRotate
- Downloads for official Base 1.29.401.11
- Downloads for official Base 1.29.401.7
Sense 4.0 - HTC One X | AT&T, Rogers (thanks to sk806)
- [MOD][PORT] (5/22/12) SMOOTH & ULTRASMOOTH ROSIE |1.82|Windows & Mac Installers
Sense 4.0 - HTC One S (thanks to he_stheone64)
- [MOD] Supersmooth Rosie & 6x5 App Drawer - lagfree and smoother experience
Mini Guide - How to apply the fix to Sense 4.0 Rosie.apk
The modified code
A lot of lines were added so to find out what was changed:
- Download the full version of notepad++
- Download the Modded and Stock, FxWorkspace.smali & FxWorspaceClient.smali files
- Use the Plugins>Compare in notepad++ to compare each file with its stock alternative, it will highlight the added code for you
- The only difference between Ultra and Super is FxWorkspaceClient.smali file, where there are two conditions :cond_9 switched to :cond_3a
Extracting & repacking classes
- Download Backsmali pack and extract to a folder of your choice
- Copy your stock Rosie.apk to the same folder
- use 1-UnpackClassoutFromRosie.apk.bat file is provided to extract classout folder from classes.dex inside Rosie.apk
- Mod the .smali files using notepad++
- Once you are done modding use 2-RepakClassout.bat to repack the classes.dex file
- rename Rosie.apk to Rosie.zip and replace the classes.dex file using winrar etc
- rename back to Rosie.apk
- Done
AutoRotate patch
- com/htc/launcher/settings/SettingsUtil.smali, find the method "isSupportOrientationChange" and change the last "const/4 v0, 0x0" in the method to "const/4 v0, 0x1"
Click to expand...
Click to collapse
Sense 3.x - Previous Devices
[FIX][GUIDE] Ultra & Super, Liquid Smooth Rosie for Sense 3.0>3.6 ROMs v1.1

Smooth Sense 4.0 Launcher mods for HTC One X (international) - base 1.29.401.7 | HD Resolution | Deodexed
The zip files will erase both Odexed Rosie.apk/.odex files and replace them with a single Deodexed Rosie.apk file

U are the best!

Yayyyyyyyyy!!!!!
Thanks Hamdir brother
So I just woke up to see the freakin' ultra smooth rosie nailed on the head by Hamdir
So all glitches are gone as far as u have tested??

DanteGR said:
Yayyyyyyyyy!!!!!
Thanks Hamdir brother
So I just woke up to see the freakin' ultra smooth rosie nailed on the head by Hamdir
So all glitches are gone as far as u have tested??
Click to expand...
Click to collapse
deal breaking bugs are fixed, re-written completely with clean code
but didn't test for a long time, so report what you find
the stock zip file is provided to restore as usual

hamdir said:
deal breaking bugs are fixed, re-written completely with clean code
but didn't test for a long time, so report what you find
the stock zip file is provided to restore as usual
Click to expand...
Click to collapse
Thank you sir

Can we use it with other roms like Bindroid?
Gesendet von meinem HTC One X mit Tapatalk 2

inzaghi75 said:
Can we use it with other roms like Bindroid?
Gesendet von meinem HTC One X mit Tapatalk 2
Click to expand...
Click to collapse
yes as long as its the same base software number, keep in mind if Bindroid includes modes to Rosie or tweaks menu they will go away, better ask you Chef
awaiting your feedback guys

hamdir said:
yes as long as its the same base software number, keep in mind if Bindroid includes modes to Rosie or tweaks menu they will go away, better ask you Chef
awaiting your feedback guys
Click to expand...
Click to collapse
How to install
Edit sorry found it. Getting late here. Sorry.
Send from my Xtremed Bricked powered LeeDRoID One X

Already flashed
Will provide feedback!
---------- Post added at 03:26 AM ---------- Previous post was at 03:25 AM ----------
Goku80 said:
How to install
Edit sorry found it. Getting late here. Sorry.
Send from my Xtremed Bricked powered LeeDRoID One X
Click to expand...
Click to collapse
Make a nandbackup just in case, wipe cache and dalvik (just in case again) and flash in CWM

One word. Wow. You can notice the difference. Works like a charm. Very smooth. Working on LeeDRoID latest.
Send from my Xtremed Bricked powered LeeDRoID One X

have proven to work and really appreciate the improvement, however, apparently affect the mods, which had installed, for example in the case had the mod applications dougi, 6 x 6 app to flash after the change has been returned to the original 4 x 4, there would be some way to keep the previous mod?

Very nice bro!!! just ported the ultra hack to CoreDroid. Very smooth indeed. I've been missing this Since I moved here from the DHD/Inspire threads

Lo_RaT_PeNaT said:
have proven to work and really appreciate the improvement, however, apparently affect the mods, which had installed, for example in the case had the mod applications dougi, 6 x 6 app to flash after the change has been returned to the original 4 x 4, there would be some way to keep the previous mod?
Click to expand...
Click to collapse
yes it affects the modes, the mod creator will have to include it in his future version
any mode applied to Rosie.apk will go away, mine is purely stock
the difference is day and night, I'm trying it right now and I can finally use Sense launcher
been on Apex since I bought my One X

rayford85 said:
Very nice bro!!! just ported the ultra hack to CoreDroid. Very smooth indeed. I've been missing this Since I moved here from the DHD/Inspire threads
Click to expand...
Click to collapse
keep in mind the old guides won't work
its an entirely different code
you need both Fxworkspace and Fxworkspaceclient this time, for both versions
and don't forget to give credits in your OP
what really pissing me off is that this how its supposed to be out of box on the One X
nearly everyone who bought the One X around me been surprised by the launcher lag and all puzzled given the CPU

Has anybody here seen MY LAG ? I cannot find it anywhere ...
Thank you Hamdir , awesome job !
PS: there is something that you did not fix ... your PayPal account . Go 4 it !

hamdir said:
keep in mind the old guides won't work
its an entirely different code
you need both Fxworkspace and Fxworkspaceclient this time, for both versions
and don't forget to give credits in your OP
what really pissing me off is that this how its supposed to be out of box on the One X
nearly everyone who bought the One X around me been surprised by the launcher lag and all puzzled given the CPU
Click to expand...
Click to collapse
Agreed mate.
It's really a shame that this beast of a phone was not like this out of the box..
So far it's smooth as butter with no issues!
Something is coming ur way shortly mate!
You seem to have saved the sense launcher ONCE AGAIN for me
THANK YOU!
EDIT: You really need to fix ur paypal account

hamdir said:
keep in mind the old guides won't work
its an entirely different code
you need both Fxworkspace and Fxworkspaceclient this time, for both versions
and don't forget to give credits in your OP
what really pissing me off is that this how its supposed to be out of box on the One X
nearly everyone who bought the One X around me been surprised by the launcher lag and all puzzled given the CPU
Click to expand...
Click to collapse
Yeah I seen your edits. I was fixing to ask How the Hell you hacked rosie_shortcut m10 for ultra smooth But I see now we had to skip this part. & if I post my addition somewhere, Of course you will get my praise &thx. this is much needed bro thanks for sharing.

My phone is now so slick, smooth and fluid that I think I am gonna to be sick fantastic difference and an amazing job mate.
This should be a sticky.

Related

[ROM] Virtuous Fusion MT4G v1.1.8 :: Gingerbread Sense 3.0/3D (6/10/2011)

Fusion
Welcome to our latest creation, Virtuous Fusion. It is the first fully functional, properly scaled Sense 3.0 ROM for the MT4G. Before going any further, it is important to note that Fusion is a different product than base Virtuous. The "Fusion" ROM will exist until Sense 3.0 has natively become available on our devices, if ever.
Fusion was made possible by the amazing work of Flemmard and Diamondback, who reverse engineered the m10 format and built an encoder/decoder. The two of them also made the specific adjustments necessary to this particular ROM's applications. It was also a collaborative effort across the DHD, G2/DZ and MT4G communities. Cappychimp and rmk40 worked closely throughout the entire process, with support from numerous others. Thank you to everyone involved.
Features
Fully functional and properly scaled Sense 3.0.
Based on components from Sniper911's leaks of Rider (1.27.1010.0) Kingdom (0.81.651.0), MT4G Sense GB 2.08.531.0 & Pyramid (1.28.401.1).
All device hardware should be fully functional, including wifi, bluetooth, camera, camcorder, etc.
Kernel 2.6.35.10 from the Gingerbread leak for MT4G. Custom kernel based off of DHD GB Source 2.6.35.10 [OC/LZO/BFQ/EXT4]
Market-sourced applications (Gmail, Maps, Voice, etc) automatically installed on first boot into /data/app for easy removal.
Deodexed (as leaked) and zipaligned.
Bloatware and unnecessary applications removed.
Massive APNS list.
Replaced boot animation from this thread (thanks cypis).
Installation
You must be perm rooted with and Clockwork Recovery installed (i.e. s-off).
Perform a nandroid backup of your current ROM, in case you change your mind or encounter issues.
Apply the zip via ClockWork Recovery. Boot into recovery via Clockwork, wipe ALL and apply zip. It has not been tested with any other recovery. *currently trying to flash directly from ROM Manager does not work correctly.
Expect the first boot to take anywhere from 6-10 minutes. The lengthy first boot time is due to the dexopts process and installation of /data/apps. Subsequent reboots should be significantly quicker.
After initial install, allow a few minutes for all ROM-provided applications to appear. Some are installed post-boot using package manager.
You must have a Gingerbread Radio flashed.
Known Issues
There are some remaining graphical glitches. Most of them are minor but feel free to report them.
Non-HTC widgets function but are not scaled perfectly; they may appear small and offset to the left. HTC provides plenty of awesome widgets, so I suggest using those.
Mobile Settings FC's
HTC Calendar widgets 2 & 3 do not work
HTC Twitter & Trends widget does not work
HTC Clock Social Network does not update
Software Information reads HTC Sense version 2.1
Credit and Acknowledgements
Thank you to the following people for their help putting this ROM together: Flemmard, Diamondback, Capychimp, rmk40, rafyvitto, siulimagic, 911Sniper and all the testers who subjected their devices to test builds in order to provide essential feedback. Join Freenode #virtuousrom to help or report issues.
Disclaimer
As with any modification (ROM, patch, etc), you run the risk of damaging your device. While unlikely, it is important to consider this possibility before proceeding. I take no responsibility for any such damage, data loss or otherwise.
Change Log
v1.0.1
Fixed mobile settings FC
Using Rosie & Weather from Rsotbiemrptson's post
Added modifed Hosts file for built-in ad blocking (I may remove because it can cause issues with vpn)
Back end clean up
v1.0.2
Fixed Voice search from HERE - thx Rsotbiemrptson
Fixed music ringtone trimmer
Fixed Edit FC in Gallery
Added back Sense 3.0 Gallery
Fixed FM Radio
Genius button WAKES
Mapped Genius to Search
Ril Changes to match the kernel
Minor build.prop edits
v1.0.3
Fixed support for Netflix
Added crt off screen animation (thx capychimp) - if you do not want this pull the services from v1.0.2 and push back
Added Power menu mod (thx capychimp)
Added Google Talk with video
All Market apps should be showing
Clean-up
v1.0.4
Fixed Weather
Fixed Netflix showing on Market
Added Smooth Sense (battery percent & extra animations) by Pendo (Donate to him @ [email protected]!)
Updated Adobe Flash & TI Backup
Boot.img from Videotron Glacier release (for best performance, please update to this radio too)
v1.0.5
Fixed broken video
Fixed init.d in boot.img
v1.0.6
Custom BFQ OC kernel with EXT4 (built-in tun, cifs, nfs, gan) (boots @1gz, OC up to 1.5ghz)
*FULL WIPE IS REQUIRED SINCE WE ARE UPGRADING THE FILE SYSTEM
v1.0.7
MOVED all APPS back to system (If you flash this, YOU MUST FULL WIPE (save yourself time and don't even bother asking))
Trackpad wake (thx to -SNQ again & Jack_r1 for the tip)
Transparent Rosie (thx adulel08)
Fixed wifi/bt coexistence when both on
Updated kernel (Removed all symbols, LZO compression & compiled using 4.4.3 gcc)
v1.0.8
Rosie by Krzysiec (ALL widgets should look centered and normal (no more transparency either)
Calendar with 7 day view in month (thx Rsotbiemrptson)
Weather with better 3 day view (thx Rsotbiemrptson)
Added 4 skins, 3 from HTC Hub (thx eyespunker for Painting the World & Burgandy)
HTC Mail updated (kanged from JoelZ9614's Uber Kingdom)
HTC Mail widget working (kanged from JoelZ9614's Uber Kingdom)
Switched back to HTC Music (graphics are off still)
Updated USB Menu from Jack_R1
Removed some HTC IQ files (thanks for the tip eyespunker & biffa for the mod)
Build.prop change to hxpa = 2 (I personally don't think it matters as the 4g can do 3)
v1.0.9
Moved all themes to /data (because of the size of 1.0.8, some users on 1.0.8 might have had weird issues due to not enough /system space)
Kernel updated - removed all debugging
v1.1.0 - WIPE (if you have a previous build installed, a wipe is recommended)
New HQ weather "animations" thanks to emin3sku (pulled from Robociks RCMix S)
Weather live wallpaper (also from Robociks RCmix S)
Updated Maps to 5.5
SRS working *at least it sounds like it
Higher quality photos
HTC LinkedIN added (from seo)
Kineto from MT4G GB espresso *for those with wifi calling issues
Moved burgandy theme back to /system
Bash should now be working
Some minor backend edits & build.prop changes
v1.1.1 - WIPE
Moved EVERYTHING to /system **Rebuilt - Complete clean up
Removed Burgandy theme
REPLACED Swype with FlexT9
Doubleshot camera (HDR & Burst will FC if you try to use it with "Auto", HDR will work on "Manual")
Added HTC Sensation Photo lockscreen
Wifi calling from MT4G GB Leak
Quicklookup & vdmc added back (vdmc may fc on boot, just press wait)
Removed all wimax files
Audio enhancer is working better and as intended now (SRS & EQ)
Fixed Gallery Hide/Show FC
Build.prop & some other backend clean up...
v1.1.2 (Recommended Release)
Removed vdmc & all related files (These are for OTA provisioning)
Fixed updater script
v1.1.3
Flip to speaker working
Thunderbolt streaming media player (thx Cadeo)
Tweaked ramdisk for better performance
Updated kernel
More build.prop edits
FlexT9 removed
v1.1.4
Optimized & re-zipaligned
Semi-transparent Rosie back
Removed Skin - Painting the World
Added Bluesky & Burgundy skins from HTC Pyramid
Added HTC Facebook Chat
HTC IME personal dictionary fixed courtesy of rcmix & seo
Updated kernel - Switched to Deadline I/O scheduler & CPU PM Idle support
More Ramdisk edits - should have faster sdcard transfers
Updated TI Backup & ROM Manager
Media_profiles edits for photos
Changes for Wifi calling - please update your radio to a GB radio first
Fixed updater to actually delete Dalvik-cache
v1.1.5
ZERO compressed apk's
Phone FC fixed
Removed HTC Facebook chat & HTC LinkedIn
Removed HTC Trends & Twitter Widgets (they don't work anyway)
Fixed Swype (hopefully)
Changed acdb for Wifi calling & general call quality problems
v1.1.6
Fixed updater script to actually format
Alternate gtalk w/ video
Change to the build.prop for Wifi calling
Re-zipped fusion.apk
Lib clean-up
v1.1.7
Working Calendar Widget (from Unity)
Working Twitter Widget (from Unity)
Cleaned up Mail Widget
Removed CDMA, Debugging & Reporting apps
Reverted acdb
v1.1.8 (Recommended Release)
Fixed Gallery (from Unity)
Fixed Music (from Unity *some of the buttons are still off)
Updated Settings (from Unity *now shows HTC Sense 3.0)
Removed HTC Plurk
Fix G-Sensor calibration (no longer aborts)
Added acdb from MT4G GB Leak
Updated AudioBTID (from Faux's AOSP *Should fix some BT Audio & Pairing issues)
EXPERIMENTAL Version(s):
Full uncompressed fusion.apk
No Gtalk w/ video
No Wifi Calling
No Swype
No Bash
Download ROM v1.1.8 HERE - MD5 - E831B7F0AB55567CBF0355966F22EA0F
Experimental ROM v1.1.8b HERE - MD5 - 12731AEA6D0676F9661EE59DC6680176
Donations are always welcome and greatly appreciated. Remember to hit the "Thanks" button and VOTE to get us on the front page.​
Props to these project donators (you have my gratitude):
daryllh, benjamminz, VWrpm, armydiaz0984, RMazzaccaro, recondo1202, MCarpenter, Rillusion08, Kline, tubmanx x2, MLockman, Yankyjz, crawler9, YCohen, cclautti, EAdrian, LLecompte, BMurphy, Se-Hun Chun, CEnglish, RAdamo, cmdalhoefer
Click to expand...
Click to collapse
Evil Dee IS BACK!
YES!!!!!! EVIL DEEE IS BACK!!!!!!
Welcome back man... nice to see you back in the scene
omg this is the best thing ever! cant wait to try it! totally made my night
Evil D welcome back!!
I have been waiting for a Good Sense 3.0 and yours came right up!...cant wait to download it.
Many Thanks!
Welcome back......good to have u
Sent from my HTC Glacier using XDA App
faux123 said:
YES!!!!!! EVIL DEEE IS BACK!!!!!!
Welcome back man... nice to see you back in the scene
Click to expand...
Click to collapse
Ha, thanks brotha! This was a huge collaborative effort.
F5 F5 F5 F5 to see if downloading option is already available
I was getting ready to go to bed and thought I'd catch up on some reading then fall asleep...however, I read evilD's post and now I have a feeling its going to be a very late night !!!!
Welcome back evilD!
Sent from my SGH-T849 using XDA App
Wow, simply wow. It's really good to see you back developing again, and I look forward to trying this out!
EDIT: Where can we find some background info on where "Virtuous" came from and what it means?
So guess I'll just stay up all night downloading and flashing......
Just downloaded that "other" sense 3.0 now I gota check this out thanks Evil you the man
Sent with my fingers and thumbs
ROM is now online. Happy flashing.
eViL D: said:
ROM is now online. Happy flashing.
Click to expand...
Click to collapse
Awhhhh yeahhhh! Thank you sooo much man! You're the best!
TeeJay3800 said:
Wow, simply wow. It's really good to see you back developing again, and I look forward to trying this out!
EDIT: Where can we find some background info on where "Virtuous" came from and what it means?
Click to expand...
Click to collapse
Check this out. It's just one of many.
http://forum.xda-developers.com/showthread.php?t=837042
screenies please.
!!
link seems to be down. dont know if its just for myself?
Your hard work is highly appreciated. Downloading now.
Sent from my HTC Glacier using XDA App
xboxnightfallx said:
screenies please.
Click to expand...
Click to collapse
You don't need screenies, it's EVIL Dee's creation dude, you know it's gonna ROCK
Just take it on FAITH, no need for screenies if you are a true believer
faux123 said:
You don't need screenies, it's EVIL Dee's creation dude, you know it's gonna ROCK
Just take it on FAITH, no need for screenies if you are a true believer
Click to expand...
Click to collapse
W3rd. He's just about the only dev who's ROMs I'll flash without any feedback or screenshots. This is like Christmas in May!
Not like screen shots do you a lot of good with sense 3.0 kinda need to search you tube to understand
Sent with my fingers and thumbs
Wish megaupload would work lol mirrors please once someone gets it download
Sent from my HTC Glacier using XDA App

[ROM][VISION][11/8/11] HoneySenseHD Port 2.0 ---STABLE---

This is the HoneySense ROM ported from the desireHD to the desireZ! i like it, its fast, and looks elegant. What cuts it apart from the others, is the speed of a sense 2.1 rom, the versatility of sense 3, and the slickness of honeycomb. This uses virtuous OC daemon, so if you install setCPU or any other overclock app, it will disable.
How to install
(OPTIONAL) NANDROID BACKUP
(optional, RECOMMENDED! Some of the updates wont work if you dont) 1.Wipe EVERYTHING
2.install the ROM ZIP in clockworkmod
ROM Download 1.1 : ( http://www.megaupload.com/?d=IXM84O1M )
2.0 : http://www.megaupload.com/?d=PA4NVZQ0
Click to expand...
Click to collapse
Android 2.3.3 (Gingerbread) - OFFICIAL HTC RUU 2.50.405.2 (RELEASED 3.7.11)
Honeycomb themed
Brain **** CPU Scheduler as default (CFS optional)
VR I/O Scheduler as default (Deadline, Noop, SIO, BFQ V2.1 & CFQ Optional)
OpenVPN - CIFS - UTF8 - - EXT3 - EXT4 - JDB2
Audio boosts - 10% all outputs, 15% External speaker
WiFi Driver improvements & greater range
Rooted and Superuser added
Unsecured boot.img
Various tweaks for speed improvements
Battery calibration script (Thanks to the dev seo)
Multilingual ROM as all WWE are
Zipaligned @ system/app and data/app on boot
Fully de-odexed
init.d scripts (BusyBox run-parts) support
NANO text editor & sysro/sysrw commands support
EXT 4 VERSION
EXT 3 VERSION - for you non adventurous types (Coming soon)
Improved battery life, imagine a newer car vs the older car.. (Older car being STOCK ROM)
Includes support for customization and flash 2.50 mods ONLY over this release
Arabic and hebrew support find them in the addons section!
Click to expand...
Click to collapse
IF YOUR WIFI DOES NOT WORK, FLASH THE UNITY V4 KERNEL ONTOP OF THIS. Here is the LINK !
Anything with a V infront of it (V1, V2, V2873924 etc) is an RC, so V1 is RC1. Anything without a V is not an RC.
THE DESIRE Z HBOOT IS REQUIRED!
Read the tutorial at http://www.virtuousrom.com/2011/06/t-mobile-g2-users-migrating-to-desirez.html to migrate to it.
Alternative Way to install Desire Z HBOOT
1. Download the PC10IMG.zip from the link above
2. Place it on the root of your SD
3. Boot into Bootloader
4. Choose the appropriate options
5. Remove the PC10IMG from the root, or else you cant boot into clockwork mod.
BTW, THIS ALSO CHANGES THE RADIO, SO YOU WILL HAVE TO FLASH A DIFFERENT RADIO
Thanks to
Adamholden85 For help with swype and the theme
Killersloth for the swype release and his Undervolt script, cheers pal
Seo for sense 3.0 for 2.1 and for help
Leedroid for the kernel + inspire 4g patch
Mike1986 for EXT4 Help and O/C Daemon help
Krzysiec for help and links
Cappy & Co for bringing half of this to us
Leith51 for inspiration and the help
Major thanks to he_stheone64 for all the help and the theme.
andyharney for the ftp and helping me with CM7 theme
Click to expand...
Click to collapse
Also, a special thanks to bsbokc, as without him, i would not know how to do this!
I AM NOT RESPONSIBLE IF YOU BRICK YOUR PHONE OR ANYTHING LIKE THAT
The Function XYZ is missing from this ROM.
Well, this is a PORT of a DHD rom, so they have the same features. it will only be added if its in the real HoneySense from DHD, or if its an optimisation, or something small, i may add it though.
Click to expand...
Click to collapse
CHANGELOG:
1.1: 29/7/11
removed gmail (install from market!!!)
fixed settings (showing as desire hd, showing incorrect ram, wrong MPX etc)
removed magicsmoke wallpapers
added keyboard without arrows
Friendstream widget added back in
1.0: 28/7/11
NO LONGER RC!
deleted stocks
updated adobe reader
FIXED WIFI!!!
now uses RMK's kernel (can install unity over it)
added DSP Manager
Removed: fmradio widget, friendstream widget, Twitter 3d widget
deleted facebook.apk (install facebook from market!)
deleted flickr.apk (install flickr from market!)
RC2: Speed improvements, included gingerbread ghostly so sms dont get lost (just incase), trackpad wake enabled - 27/7/11
if you are experiencing frequent freezes, it may be because your CPU is overclocked too high. flash http://www.megaupload.com/?d=A5ASHRM4 to stop it.
wifi calling patch: (I HAVE NOT TESTED IT, AS I AM AN O2 UK CUSTOMER SO IDK IF IT WORKS)
http://www.megaupload.com/?d=PIZNZ6O9
if apps are being killed frequently, it is due to gingerbread's aggressive RAM system. to make it better, use this guide http://forum.xda-developers.com/showthread.php?t=1126940
if MMS messages are too small, apply this fix (thanks to RMK!!!) http://www.megaupload.com/?d=YICSXR5W
what 3.0 sense features are included?
It looks fantastic!!
kowal_001 said:
what 3.0 sense features are included?
It looks fantastic!!
Click to expand...
Click to collapse
It's a complete sense 3 rom, but its not slow. it may be slow first, but give it time to settle in, and it will speed up plus in the next version i will make corrections to make it faster, and create a patch to remove the CRT animations, as they cause an orange led bug to occur.
Very nice and congrats can't wait to try it.
Just when I thought I found a rom I wont have to leave for a while..sigh..dammit..well, fueling my flashaholicness even further
Sent from my Synergy Rom using XDA App
Galery 3d ( sense 3.0 )included?
Good to see new dev added to the list of talented devs for DZ, and this is a time of sense 3.0 Roms rather than 2.1, guys welcome this new developer
is ext 4 recomended for a class 2 card or should i just not bother?
Happy to see another dev here. Excited to see what you can do!
slapshot30 said:
Happy to see another dev here. Excited to see what you can do!
Click to expand...
Click to collapse
+1
Sent from my HTC Vision using XDA App
master.peterm said:
is ext 4 recomended for a class 2 card or should i just not bother?
Click to expand...
Click to collapse
I believe ext4 requires at minimum class4 sd cards and up
Sent from my HTC Desire Z using XDA Premium App
Hi there, thanks for posting up this supposed teaser. A couple things:
A: What exactly about this rom sets it apart from the plethora of other Sense3.0 ports to the DesireZ/G2.
B: You posted 5 completely identical screen shots of the exact same four screens, all of whom were undersized and difficult to see. Considering that this is a step up from the usual zero screen shots I can see why you felt that somehow more=better but let me assure you we would all be better off that if we could actually see one set of four, this would make me happier than punched beets.
C: There is a thread naming scheme in place to prevent confusion, is there any way you can edit your OP to reflect this? (On second look it seems you just forgot the date)
I look forward to seeing what you have to offer, welcome to XDA please try and help make this place not be the insufferable hellhole of double quotes, "+1"s, crap themeing, and poorly implemented code that this place seems to thrive on. Remember not all of us are 15 and have all day to bugtest!
astriaos said:
I look forward to seeing what you have to offer, welcome to XDA please try and help make this place not be the insufferable hellhole of double quotes, "+1"s, crap themeing, and poorly implemented code that this place seems to thrive on. Remember not all of us are 15 and have all day to bugtest!
Click to expand...
Click to collapse
+1
Sent from my HTC Vision using XDA App
On one hand, I appreciate the positive vibes. On the other, you're contributing to the overall gentrification and stupidity of this forum so I am torn between if I want to set you on fire for being an intentionally obtuse ****, of trying to buy you a beer via the internet.
astriaos said:
Hi there, thanks for posting up this supposed teaser. A couple things:
A: What exactly about this rom sets it apart from the plethora of other Sense3.0 ports to the DesireZ/G2.
B: You posted 5 completely identical screen shots of the exact same four screens, all of whom were undersized and difficult to see. Considering that this is a step up from the usual zero screen shots I can see why you felt that somehow more=better but let me assure you we would all be better off that if we could actually see one set of four, this would make me happier than punched beets.
C: There is a thread naming scheme in place to prevent confusion, is there any way you can edit your OP to reflect this? (On second look it seems you just forgot the date)
I look forward to seeing what you have to offer, welcome to XDA please try and help make this place not be the insufferable hellhole of double quotes, "+1"s, crap themeing, and poorly implemented code that this place seems to thrive on. Remember not all of us are 15 and have all day to bugtest!
Click to expand...
Click to collapse
dude are you serious? Make or port a rom and make perfect to your standards....
Sent from my HTC Desire Z using XDA Premium App
Yes I am perfectly serious. We have thread naming standards for a reason. He posted a ton of the same screens, they're undersized and hard to see. He also didn't really say what puts him apart from the rest. I fail to see the issue here.
I'm certainly not denigrating his work or the amount of time he put into its development. I believe all of these are valid questions. Why you gotta hate the fact that I'm not immediately sucking **** over a rom that hasn't even been put up for download yet?
PS: It's people like you that make me want to set fire to the internet. Go soak your head.
Edit: Now, shall we all grow up a bit and let the OP address my questions or shall we continue this pointless derail until one or the both of us gets banned, OR the mods decide to "delete offending material" which may or may not include perfectly legitimate questions.
astriaos said:
Hi there, thanks for posting up this supposed teaser. A couple things:
A: What exactly about this rom sets it apart from the plethora of other Sense3.0 ports to the DesireZ/G2.
B: You posted 5 completely identical screen shots of the exact same four screens, all of whom were undersized and difficult to see. Considering that this is a step up from the usual zero screen shots I can see why you felt that somehow more=better but let me assure you we would all be better off that if we could actually see one set of four, this would make me happier than punched beets.
C: There is a thread naming scheme in place to prevent confusion, is there any way you can edit your OP to reflect this? (On second look it seems you just forgot the date)
I look forward to seeing what you have to offer, welcome to XDA please try and help make this place not be the insufferable hellhole of double quotes, "+1"s, crap themeing, and poorly implemented code that this place seems to thrive on. Remember not all of us are 15 and have all day to bugtest!
Click to expand...
Click to collapse
A:what sets it apart is the look, it gives it a classic honeycomb look, whilst maintaining the functionality of sense 3
B: I have resolved this issue.
C: i will have a look on the naming scheme, and change it accordingly. Thanks.
BTW, im 15, in the UK, but i dont have all day to bugtest
THE ROM IS UP!!! ENJOY!!! REMEMBER TO REPORT ANY BUGS
HURRY UP! I HAVE WORK IN THE MORNING! In Arizona (US) and its 1:04 AM haha ;-)
Sent from my Synergy Rom using XDA App

[ROM][Android 2.2 - CM 6.1] Floyo 1.3.0 VLC [Discontinued]

Well there I was. As always. Checking out ROMS. As always. And then I went back to an old Froyo ROM. Floyo 1.2.0. If you do not know Floyo 1.2.0 then you have been living under a rock. Or your just a GB fan boy.
The reason I made this fan update of this awesome rom. Is easy really.. I want a fast full featured and full app suported ROM for the Hero.
VE6 is nice and fast. But it does not support all the apps. Heroine. Nice look and some good speed. But BT support on it is crap. Same as VE6 actually. And well Froyo roms have good support for apps and BT. But CM 6.2.0 got to heavy for my feel, Speedmachine by Elelinux and Floyo 1.4.0Pre1. So I took a road that was betwien CM6.1 and CM6.2 and a tiny bit GB.
So here I present to you all. My custom broken and fixed based on Floyo 1.2.0, Floyo 1.3.0
Big thanks ofcource to Erasmux for the base of this ROM.
To the ROM.
So its Floyo CM 6.1 based with all the goodie tweaks Erasmux made and a tiny bit I smashed in.
To the things I changed:
Code:
# Market updated to the middle one [I](Not the current latest)[/I]
# Removed Market updater so Market stays this version
# Complete theme overhaul [I](I just love Sense look)[/I] Took a while to get it to this.
#Browser is themed [I](A little)[/I]
#Launcher pro as standard launcher
#Updated Gapps
#Removed apps you can get from the market
#Updated Google Maps to the latest. [I](Some have problems with installing it from the market)[/I]
#Replaced Latim_IME with the GB Latin_IME [I](And it has multilanguage support)[/I]
#Installed custom themed HTC_IME-mod [I](and works on 140 DPI)[/I]
#Changed the DPI to 140
#Updated EGL to 1.1 with the correct libs
#FlyKernel 13 included. [I](Thanks [B]Erasmux[/B], again :D)[/I]
Think that is about it.
Ok when you first boot this ROM you will notice the theme is outa wack. Well I tried to fix it by changing some setting in CM_Setting. But yea did not work Fail me.
So when you first boot the rom go to CM Settings -> User Interface -> Tweaks exras -> Select a theme, and select STOCK_Sense.
Then reboot the phone and tada. It looks nice .
BTW the theme is based on 3 roms. Speedmachine from Elelinux. Heroine and SFM. So it is full Sense look. Just for the people who want to know about the theme. I am to lazy to create screens.
So that is about it for the theme.
Some report problems with GPS rebooting their phone. Well my phone max clock speed is 652 Mhz. And I always set it to 633. And I never get a reboot. The GPS Reboots on the Hero are mostly cuss people set their clock speed to high. Try lowering it. even all the way to the stock speed. And if you still have it then. Post some Logcats. I am no dev but I can debug a little. So maybe I can fix the problem some of you guys have with it.
The reason I spit the SuperUser from the rom and let you all install it sepratly is because the new Superuser (For me) does not work nice when I smash it in the rom from the start.
Install instructions:
# Download ROM and Superuser udate package (Duh)
# Put both on SD-card (Why do I even bother writing this?)
# Reboot to Recovery (Noone will read it anyways)
# Wipe everything!!! (!! maybe that will get some attention?)
# Install Floyo 1.3
#Install Supseruser Package (Else no root!)
# Install FlyKernel 13 package with pre-set clock speeds. (then you do not need a 3th party app for it)
# Boot into rom.
# Change the tweaks extras selected theme to STOCK_Sense!!!!! (Is a MUST!!!)
# Reboot the phone
# Set up ROM
# Enjoy the ROM!!
Download:
ROM:
Zippyshare
Supseruser:
Android SU
PS: The VLC is based on my reall name, Not that awefull media player that everyone loves. But not me...
If you have problems with the rom please be as full bug reporting as possible . A report like this. I get reboots all the time. Is useless for me and as of now I will ignore those.
Themes:
Heromate by 7tosta Heromatte
Options:
For Floyo 1.3.0:
DPI Changers:
140 DPI
160 DPI
Changelog:
24-11-11
# Added DPI Changers at users requests
23-11-11
# First release
Wow! as promised the release of Floyo 1.3.0 VLC, thank you very much! will download now but can only test it tomorrow
Yey, another froyo Rom :-D long time since I used floyo, have u tried gokus FroYo Rom? Can u compare?
sent with love from me to you
Habarug said:
Yey, another froyo Rom :-D long time since I used floyo, have u tried gokus FroYo Rom? Can u compare?
sent with love from me to you
Click to expand...
Click to collapse
I have and this one well same sorta speed but no maps closes out of the blue... XD and well mobile data on this one is more stable for me.
and ow yea, I like this theme better then from Goku's rom. Maybe I will have the crazy idea to create a ICS theme. but maybe not.. XD
testing right now, the speed of this rom is indeed very nice. Didn't encounter any wild bugs yet. So great rom. But i'll have to switch back to GB for development reasons.
Lirasina said:
and ow yea, I like this theme better then from Goku's rom. Maybe I will have the crazy idea to create a ICS theme. but maybe not.. XD
Click to expand...
Click to collapse
Lol I barely pay attention to themes
Lira where is ur omfgb build?by the way check out my aospcmod if u have time its probably the fastest gb
Sent from my Hero using xda premium
Big thanks to you Lira. Or should I say VLC !
bharat_goku said:
Lol I barely pay attention to themes
Lira where is ur omfgb build?by the way check out my aospcmod if u have time its probably the fastest gb
Sent from my Hero using xda premium
Click to expand...
Click to collapse
Its in the trash and maybe I will some time, if I want. maybe.
It would be nice if you added some screenshots to the first post. I flashed this superexcited to replace my stock CM 6.1, but I hate the theme.
I don't mean to offend anyone, design and taste are subjective, but the looks might be a dealbreaker for many people other than me too.
lakikaki said:
It would be nice if you added some screenshots to the first post. I flashed this superexcited to replace my stock CM 6.1, but I hate the theme.
I don't mean to offend anyone, design and taste are subjective, but the looks might be a dealbreaker for many people other than me too.
Click to expand...
Click to collapse
Well in the changelog you can clearly see its based on a Sense theme. Just wondering did you also made the change with the CMTheme thing?? I do wonder why you got an HTC phone with HTC Sense in the first place
Nice ROM, fast and stable, would be nice if you can also release a 160dpi version as my elderly eyes are not able to cope with it
+1. Us more mature members prefer the 160dpi so that we can see the rom. Thanks for your hard work
ok, running it from yesterday evening, it's quite fast and stable...
lowered CPU max to 633 , so hopefully there won't be any GPS reboots
DPI Changers added on second post. Planning to add 2 light scripts as well. A Ultra light one and a light one, that removes some bloat that some may not use
Time to backup my Hero and install this
Thanks!
EDIT:
Here are some screenshots, Clean Floyo 1.3.0 VLC install (Lirasina, feel free to use the screenshots in your first post )
hmmz, right, Sense Theme?
# Change the tweaks extras selected theme to STOCK_Sense!!!!! (Is a MUST!!!)
Done, but when i reboot it stays on LauncherPro?
Lirasina said:
...
PS: The VLC is based on my reall name, Not that awefull media player that everyone loves. But not me...
Click to expand...
Click to collapse
VLC, lol, there's one media player i really don't like, thats VLC
DjoeN said:
Time to backup my Hero and install this
hmmz, right, Sense Theme?
# Change the tweaks extras selected theme to STOCK_Sense!!!!! (Is a MUST!!!)
Done, but when i reboot it stays on LauncherPro?
VLC, lol, there's one media player i really don't like, thats VLC
Click to expand...
Click to collapse
Well the statusbar and all the buttons are, Rosie is not a theme XD its a launcher..
ok, Thanks
Rom works pretty fast and stable so far, it's amazing when you come back from a Gingerbread rom, The Hero isn't really descent enough to run Gingerbread at a descent working speed.
I'll stick to this, till i decided what to replace my Hero with,Samsung Galaxy SII or Google Galaxy Nexus (So far i tend to get a SGSII)
btw I noticed on your screen shots something. did you aply the sense theme in the CM options already when you made those? Cuss that is not how I intended it to look XD

[ROM][05/05/2012][HOLD] LightSense 1.2 ~ fast ~ light in ram ~ UV ~ volume track skip

This ROM is based on the Tun4fish version of Desire_Gingerbread_Sense 1.2 by siulmagic (thanks a lot!!)
I modified this rom and mixing with other rom find in the original HTC Desire section in XDA. Thanks to all developers of original HTC Desire!
This is SENSE 1.9 with some little things from SENSE 2.1 like notification quick settings and notification last apps!!!
This rom is full multi language!!
I decided to make this rom because I love sense, I love speed and I love free ram for multi tasking.
The original tun4fish rom was great, but I decided to make a lighter and international version with some tweak for usability.
Please tell me if you find bugs!
~Changelog ~
V1.2
- This is V1.1 Fixed, working 100%
- Merging some feature with HyperSense Nova, from nexus One section in XDA! Thanks to the developer Iperzampem0, mine compatriot!
- VOLUME ROCKER SKIP SONGS!! (Like cm7) THANKS TO matheusvilela and Iperzampem0
- increased jpeg quality in camera
- fix little bug in htcAlbum
- com.android.phone fixed with patch (already present in v1.1, don't need to flash)
- removed usb debug icon (build.prop tweak)
- switch to unity V8 kernel, VDD UV!!
- updated SU in xbin (fixed)
- addded oc/uv beater
- added AdFree
- added dspManager!
V1.1
REMOVED: bugged.
V1.0
- keyboard backlight fix integrated without losing multilanguage in framework
- market updated (play store now )
- su updated
- battery percentage
- loading circles from gingerbread style (no more froyo style)
- CLEAN CLEAN CLEAN!! no more major bugs apart classic sense 1.9 bugs (rosie landscape, 720p recording).
Click to expand...
Click to collapse
~Bugs ~
- Classic sense 1.9 problems: rosie landscape broken, 720p broken. - using lgCamera from market, 720p working -
- com.android.phone force close at startup: can't unlock sim if you use sim locking code - temporarily fixed with a patch installed in v1.1 or to flash over 1.0 (download section)!!
Click to expand...
Click to collapse
~ Planned for the future ~
1) Find a decent UV kernel without camera flash bug and 386mhz bug, to increase battery life
2) odexed and deodexed versions of the rom
- Port of HTC camera from original desire Z camera to sense 1.9 (very hard, but is the only feature I miss from sense 2.1)
- Volume rocker skip song (very hard with modding framework - probably with an app. The only thing I miss from CM)
- Fix landscape Rosie or prevent rotation (for sense 1.9, very hard)
- Reduce text size and list size in sense application
- Reduce text size in standard android application (like spare parts in CM7)
Click to expand...
Click to collapse
~ FIX ~
- v1.1 installing apk bug fixed: view single post tomorrow will do an update zip and "new version" 1.1.1
- NEW Sim unlock fix (com.android.phone FIXED!!) for 1.0: update_fix_sim_lock (the old one not working)
(after boot you have to wait 10 - 20 seconds before unlock your sim card, because you have to wait the script to kill com.android.phone, and wait android system to restart correctly com.android.phone. After some seconds you will notice that the signal return. After that you can unlock your sim with pin code).
- UV kernel (not tested so much, is unity v8 for desire HD but works on desire z): Unity V8 (thanks to mesaj report)
- Unity v10 kernel compatible, UV/OC, camera flash lag present in some phone: XDA-single-post (Tanks to 008325)
!!! In my DZ camera flash lag is present. If you use this kernel or others unity/rcMix kernel, please report if camera flash lag is present or not !!!
- Others kernels (not tested): link (thanks to mesaj report)
- keyboard backlight fix for 0.2 (OLD): KB_Backlight_Fix by tun4fish (will miss multi language on lockscreen and notification date)
Click to expand...
Click to collapse
~ Credits ~
Desire_Gingerbread_Sense 1.2 by siulmagic.
vision_bulletproof_desire_sense_1.0 by tun4fish.
~ Downloads ~
LightSense 1.2 - link1: FAST - link2: minus
LightSense 1.1 - Removed: bugged.
LightSense 1.0
Light Sense 0.2
Light Sense 0.1
Congantulations on your first ROM! I will download it when you uploaded it. Any screenshots?
Mate if you need any help porting just pm me, or go to virtuous irc
Sent from my HTC Vision using XDA
sense2.1?
xT4Z1N4TRx said:
Mate if you need any help porting just pm me, or go to virtuous irc
Sent from my HTC Vision using XDA
Click to expand...
Click to collapse
You, sir, manage three DZ/G2 ROMs of your own, and STILL offer support to others??
You deserve a medal
complimenti
vaderx10minipro said:
Congantulations on your first ROM! I will download it when you uploaded it. Any screenshots?
Click to expand...
Click to collapse
I'm making screenshot now
BTW it is the standard sense 1.9 interface (similar to 2.1, but lighter)
lzx2980173 said:
sense2.1?
Click to expand...
Click to collapse
It is sense 1.9, similar to 2.1 but lighter (less features but much more lighter)
kekkojoker90 said:
complimenti
Click to expand...
Click to collapse
Grazie!!
xT4Z1N4TRx said:
Mate if you need any help porting just pm me, or go to virtuous irc
Sent from my HTC Vision using XDA
Click to expand...
Click to collapse
thanks so much!
I'll take a look to virtuous irc and I'll pm you if I need help.
My problem is found a place where to understand basics things on the rom porting and editing of framework/apk, because in xda or searching on google I can't find so much.. Hope virtuous irc is what i need
Hey, did you tried with flashing unity v10 kernel? maybe this will help, I see you have v5 kernel already, so maybe newer could hopefully solve some problems.
Affinity uses this kernel, so you can find it there or someone may post link to flashable zip with kernel only.
mesaj said:
Hey, did you tried with flashing unity v10 kernel? maybe this will help, I see you have v5 kernel already, so maybe newer could hopefully solve some problems.
Affinity uses this kernel, so you can find it there or someone may post link to flashable zip with kernel only.
Click to expand...
Click to collapse
Yeah, but new unity kernel have a lot of strange problems in ALL roms:
1) Camera flash lag:
When you use camera flash and CPU speed is not at 384mhz, the flash have a lag (is faster, cause is syncronized with clock speed i think).
Only at 384mhz works well.
2) 384mhz issue:
384mhz isn't really 384, but ~ 800mhz.
frequencies > 384 and < 800 are worse than 384mhz.
So CPU will jump from 250mhz to 384 (that are 800mhz) and then to 480mhz, 520, 614, 700.. 800.. 900..
245 - 800 - 400, isn't a good thing.. also UV is bad for this reason, I made a patch for setCPU to disable freq > 384 and < 800, but is only a stupid patch for making UV and have good performance. The problem persists and you can't have good scaling with that kernel.
I tried that kernel on Virtuous sense 2.0.0 and Android Revolution HD 7.0.2.. same issue!
Also last unity kernel have that issue.. I don't understand why no one noticed that
I would love to take a look to unity v10 and rcmix v12 kernel, but I have never read linux kernel, and i think it isn't easy to understand if you do not know where are the important parts of code..
Edit:
I just flashed unity kernel.. camera flash lag is here out of 384mhz, and 384 performs like 800mhz..
btw this bug is present also in RCMIX v12.. same bug, same part of code, I think..
I can't find source of unity v10 and rcmix (I only found source of unity v6)
This is great! Thanks! I'll let you know what bugs i find!
So far I have only needed to wipe the data for the market to get it to stop force closing =)
Edit: it's also got the classic GB Sense Orange LED bug. Pretty minor stuff. I think Siulmagic figured that one out. He's moved on to the G2x, but he might help us out with that one.
Lightflow from the market is a temp workaround for it. I think you just install it and enable it and it turns the led off after a few seconds.
Sent from my HTC Vision using XDA
=JKT= said:
This is great! Thanks! I'll let you know what bugs i find!
So far I have only needed to wipe the data for the market to get it to stop force closing =)
Edit: it's also got the classic GB Sense Orange LED bug. Pretty minor stuff. I think Siulmagic figured that one out. He's moved on to the G2x, but he might help us out with that one.
Lightflow from the market is a temp workaround for it. I think you just install it and enable it and it turns the led off after a few seconds.
Sent from my HTC Vision using XDA
Click to expand...
Click to collapse
Thank you! I'll make same test when I get time.
In the original rom by Siulmagic this bug is fixed, I have to check if the tun4fish rom introduced that bug or it's my rom only.
I think the bug is in the framework or something similar.
I'll find where is the problem and I'll try to fix using the incriminated file from the original siulmagic rom (without that bug)
Today I've discovered that my phone has powered down twice.
I deleted com.htc.launcher because I use Nemus Launcher, but I'm going to restore it and see if it happens any more. Besides that, I've done no other modifications besides reinstalling apps.
I'll let you know if I find this happening any more.
Sent from my HTC Vision using XDA
=JKT= said:
Today I've discovered that my phone has powered down twice.
I deleted com.htc.launcher because I use Nemus Launcher, but I'm going to restore it and see if it happens any more. Besides that, I've done no other modifications besides reinstalling apps.
I'll let you know if I find this happening any more.
Sent from my HTC Vision using XDA
Click to expand...
Click to collapse
Thank you!
Using this rom I don't notice similar issue, but I changed kernel to unity v9.
BTW let me know if the problem returns.
---
Now I'm making Light Sense 0.2.
I'll remove orange led bug, brightness "bug" and the green glow overscroll that I don't like.
I have modified framework-res.apk to create a new charge animation because the old was ugly IMO.
I hope to introduce other things. I would love to prevent rosie rotation..
Those all sound like good changes to me! Never really liked the overscroll glow effect anyway.
After a few days on this, I'd say this rom has some of the important features of sense (contacts/social integration) with the speed and multitasking of aosp. Good stuff.
Sent from my HTC Vision using XDA
Good idea to make a real fast and clean sense ROM. I allways wonder why people only developed those laggy sense 3.5 roms. If the bugs are all sorted out i'll take a tour!
Grtz
I'm having some problem in editing framework-res.apk.
I think the problem are the permits or something similar.
Now v0.2 boot with chmod on framework-res.apk, but miss some feature of An-Droid rom, because mixing the framework I can't boot.
I'll find a solution in some days.
Is trackpad wake still going to be enabled, and only trackpad unlock removed?
regarding framework-res.apk, are you simply replacing the image files for the charging animation? If so, make sure the names match exactly, and that there are the same number of files after. If there are extras, I don't think it matters, but less will break it. I think.
I'll see if I have time to try and find a tidy solution to removing the overscroll glow.
Sent from my HTC Vision using XDA
I got rid of the green overscroll glow.
Here is the framework-res.apk:
http://db.tt/B0c0gnw0
Just put it in /system/framework/
And set the permissions to rwx, rxx, rxx
(Is that chmod 644?)
Sent from my HTC Vision using XDA
Thank you =JKT=
Now I'm at work to finish the new version
I hope to upload v0.2 in some hours
PS: trackpad wake is here, removed only trackpad unlock.
PPS: uploading now on minus. Now I go to sleep, tomorrow will post the direct link for version 0.2 for now use my minus page, you will see 0.2 when upload is done.
big news in this version!! Led bug is gone, new stuff from sense 2.1, for now only deodexed, for now battery percentage is gone (give me some days to re insert this as flashable update)

[MODs][01/04/13][CM10.1] Centre Statbar Clock | Bootanims | Launchers | & Much More

[MODs][01/04/13][CM10.1] Centre Statbar Clock | Bootanims | Launchers | & Much More
HTCDreamOn
and
demkantor
PRESENT
---^\^\^\_/^--- ANDROMADUS CYANOGENMOD 10.1 TEST BUILDS MODS AND ADDONS ---^\_/^\^\^---
... CHOOSE YOUR INSTALLATIONS WITH AROMA INSTALLER ...
See demkantor's posts below for all downloads (the zips attached to this OP are for demkantor)​
Due to the nature of the test builds, I will attempt to keep these mods up to date, but that relies on how quickly I apply the SystemUI mods (which should be fairly quickly as I've written a script to do it for me) and also how quickly demkantor updates the Aroma package with the new mods. Which may take longer at the moment because he firstly needs to wait for me due to the aforementioned reason and also (I think) he's still experimenting a bit and wildly trying to keep up with all the ideas I've been throwing at him. Also, we are building these mods just as much for us as for you, if not more so for others (this isn't just a grab-and-go community, after all). We would appreciate feedback on anything you guys want added or removed, of course just keep in mind we can't do everything... but almost!
GAPPS
Latest 20130301 GApps updated by demkantor
Skip GApps installation (if already installed)
SPLASH SCREENS
Anonymous - we are anonymous
CyanogenMod Spash - Matches your ROM
HTC S-Off - Better be or you can't flash this!
Nokia - Blast from the past
XDA White - Personal favourite
Don't touch my splash screen! - OK fine... but you're missing out
BOOTANIMATIONS
Blue Matrix
SuperSU
Galaxy Nexus
Google Gears
G2 Google Gears
Desire Z - Modified stock
Stock CyanogenMod 10.1- Return to stock CyanogenMod
Leave my boot animation alone! - fine be that way!
CENTRE STATUSBAR CLOCK | CHOOSE YOUR COLOUR
With the enormous help of rodman01 I have modded the SystemUI.apk of the latest Andromadus CM10.1 build (18) to enable centre statusbar clock with a variety of colour options outlined by the Holo design standard. So far I have done all the colours shown on that page, plus white, so 11 colours in total. Requests for new colours are welcome.
Credits should ultimately go to rodman01 who pretty much did this for me, I did do some research beforehand though and attempted to figure it out myself but I'm too much of a n00b at modding at the moment to have completed it alone.
MISCELLANEOUS MODS
ANDROCHARGER
Thanks to blk_jack, you don't need to patch services.jar yourself in order to experience all the benefits of the V6 Supercharger. Aside from eliminating hassle, Read here why it's better.
Install V6 Supercharger
Remove V6 Supercharger
Leave Supercharger as is - nothing will be touched
KERNELS
Stock with CPU Idle PM
AndromadusMod
AlterNdromadus - most up to date
Leave kernel as is - nothing will be touched
CROSSBREEDER
Enable Crossbreeder - GUI lag reduction mod
Remove Crossbreeder - back to original settings
Do nothing - do not change settings
ENHANCED KEYMAPS
Key layout one - maps unused keys
Revert any changes to stock - just in case
Leave as is - do not change key layout
LAUNCHERS
ADW
Holo Launcher HD
Apex
Nova
Zeam
Smart Launcher
Trebuchet (default CM10.1 launcher)
Delete Trebuchet - delete only if another launcher is installed
MUSIC PLAYERS
Google Play Music
Google Play Music + (dark themed)
Google Play Music Mod (light themed)
Apollo (default CM10.1 music player)
Live 365 internet radio
Pandora internet radio
MISCELLANEOUS APP CHOICES
AD REMOVAL CHOICES
Ad Free
AdAway
PERSONAL CLOUD CHOICES
Dropbox
Google Drive
Ubuntu One
ESSENTIAL APP CHOICES
Kernel Tuner - highly recommended
CPU Spy
Disk Usage
Juice Defender
Z-Device Test
Titanium Backup
Watchdog Lite
Network Signal
Script Manager
LOCKSCREEN WIDGETS
DashClock with extensions
CREDITS
rodman01 for all his SystemUI modding knowledges
demkantor for all the flashable zips an the majority of the mods
blk_jack for Androcharger (and of zeppelinrox for the original V6 Supercharger)
RE: [MOD][17/03/13] Centre Statusbar Clock | Different Colours | Latest Andromadus CM
RESERVED
Aroma Installer
Requests for additions to the Aroma Installer are appreciated, we want to know WHAT YOU WANT!
and if feasible and time permitting we will make it happen!
Expect some new additions even without requests. HTCDreamOn and I have some good ideas!
and be sure to thank HTCDreamOn and rodman01 for their hard work!
Latest For Build 22
CM10.1AromaBuild22-1.6.2-signed.zip - 384.66 MB
MD5SUM 953d0083d5ef760aa42f34dea51df8a5
Click to expand...
Click to collapse
Past Builds
FinalCM10.1AromaBuild21-1.5.5-signed.zip - 224.60 MB
MD5SUM 7dbcd9d97b8e1fb42e8654ccf5c3e3de[/B]
FinalCM10.1AromaBuild20-signed.zip - 207.25 MB
MD5SUM 479dfac1438d0d54342e5eaecb2f112c
FinalCM10.1AromaModsBuild18.zip - 73.55 MB
MD5SUM a01b3779b71fcce8799f46eec3f3ec4f
Click to expand...
Click to collapse
*If people will please check this and test I would be appreciative, I plan on more updates but need testers to get them ready faster!
HAPPY FLASHING!
as promised.... just a little late!
The attached .zips are for those who only want to change the color and placement of their clock, these are 5 of the 11 options available in the aroma installer.
i understand that many wont want to download the aroma package as it has gotten quite large so these are for those people
I do still recommend using the aroma package as it is filled with nice options and using aroma is always fun!
If there are people who want some other small zips made let us know, but for now everything stay in aroma!
Happy Flashing!
RE: [MOD][17/03/13] Centre Statusbar Clock | Different Colours | Latest Andromadus CM
Awesome these look great, I'll give them a test (not that I think they won't work) and update the OP. Thanks form your hard work an Aroma package would be awesome!
Post edited.... additions comming
Since nobody else has posted anything, I thought I'd give some (positive!) feedback:
I had been using mimicry since 1.5 came out in September, but in a (last ditch?) effort to breathe a little more life into my phone I flashed Flinny's CM10.1 build 21 on my phone yesterday with the Aroma installer you guys have put together.
Overall, it's been great! It's (of course) very straightforward to use. I had one little hiccup on my first install where I asked for my clock to be centered and dark blue - however it showed up light red - but it was so easy to go back and change it!
Since then I've easily changed adblocking programs and I think I've pretty much tried all of the boot animations - again, the Aroma installer makes it effortless.
I know you guys are looking for ideas for what to add to the installer - the only thing I can think of would maybe be inverted gapps, but I don't know how feasible that is...
Nice works guys!
Thanks for the feedback! Its near impossible to test everything so we really appreciate it when someone can't point to a flaw, must have the wrong file connected to that blue and I'll try and fix promptly
We talked about adding the inverted gapps but we fear the size of this package may grow so large people won't want to download it, also inverted gapps don't update from the market so they will always be a step or so behind, and being the type of screen we have we don't get better battery life from them but just the beauty of them (and some look great!)
Of course if enough want it well gladly add!
Thanks again and
Happy flashing!
Sent from my Nexus 7 using xda premium
is it possible to add androcharger tweak via aroma installer like on mimicry 1.5.0?
Actually, its been it aroma for the past few builds. Just having updated op yet
Sent from my Nexus 7 using xda premium
demkantor said:
Actually, its been it aroma for the past few builds. Just having updated op yet
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
thanks for reply! i'm using build 19, if i would flash via aroma only androicharger there's no problem, isn't it?
Each build seems to have a different servicesjar so it probably wouldn't work, if you don't want to chanage to 21 I can make you a quick flashable for 19, but 21 is running great!
Sent from my HTC Vision using xda premium
demkantor said:
Actually, its been it aroma for the past few builds. Just having updated op yet
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
demkantor said:
Each build seems to have a different servicesjar so it probably wouldn't work, if you don't want to chanage to 21 I can make you a quick flashable for 19, but 21 is running great!
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
no matter i plan to upgrade to build 21 to test it and apply these great tweak
I'm trying the .20 aroma installer. Very great job!
I've installed v6supercharger, cpuspy, kernel tuner and other apps.
is there any reason for such a worse battery consuption with this MOD rather than without it?
RE: [MODs][01/04/13][CM10.1] Centre Statbar Clock | Bootanims | Launchers | & Much Mo
echone said:
I'm trying the .20 aroma installer. Very great job!
I've installed v6supercharger, cpuspy, kernel tuner and other apps.
is there any reason for such a worse battery consuption with this MOD rather than without it?
Click to expand...
Click to collapse
Did you install the AndromadusMod kernel? Some users are reporting bad performance with it. There's nothing else that should be negatively affecting performance.
Hey thanks for feedback!
No there shouldn't be anything there to give you any worse battery life, if anything I get slightly better. But of course the more apps you have running in the background the more CPU consumption you may have. Personally I use CPU spy and watchdog (as well as other apps) temporarily for testing purpose and then I freeze them with titanium. Not that they cause any serious drain but I just like to keep my phone to a minimum.
Sent from my Nexus 7 using xda premium
HTCDreamOn said:
Did you install the AndromadusMod kernel? Some users are reporting bad performance with it. There's nothing else that should be negatively affecting performance.
Click to expand...
Click to collapse
Yes i've read this on the Flinny thread so i choosed the original version in aroma.
Thank you
---------- Post added at 02:56 PM ---------- Previous post was at 02:53 PM ----------
demkantor said:
Hey thanks for feedback!
No there shouldn't be anything there to give you any worse battery life, if anything I get slightly better. But of course the more apps you have running in the background the more CPU consumption you may have. Personally I use CPU spy and watchdog (as well as other apps) temporarily for testing purpose and then I freeze them with titanium. Not that they cause any serious drain but I just like to keep my phone to a minimum.
Sent from my Nexus 7 using xda premium
Click to expand...
Click to collapse
Thank you, i'll give them a try.
Now i have a request. Is there the possibility to have a color switcher for the entire theme and not for the clock only?
That would be a question for HTCDreamOn as I don't have the patients for theming. We have discussed maybe doing some icon packs but full themes for testbuilds are unlikely.
But if I'm not mistaken you can use metamorph to apply themes to cm roms
Sent from my HTC Vision using xda premium
RE: [MODs][01/04/13][CM10.1] Centre Statbar Clock | Bootanims | Launchers | & Much Mo
echone said:
Yes i've read this on the Flinny thread so i choosed the original version in aroma.
Thank you
---------- Post added at 02:56 PM ---------- Previous post was at 02:53 PM ----------
Thank you, i'll give them a try.
Now i have a request. Is there the possibility to have a color switcher for the entire theme and not for the clock only?
Click to expand...
Click to collapse
demkantor said:
That would be a question for HTCDreamOn as I don't have the patients for theming. We have discussed maybe doing some icon packs but full themes for testbuilds are unlikely.
But if I'm not mistaken you can use metamorph to apply themes to cm roms
Sent from my HTC Vision using xda premium
Click to expand...
Click to collapse
Theming the whole colour scheme would be very difficult without the fact that these are test builds. I am looking into battery icon stuff and maybe date if I work it out though!
HTCDreamOn said:
Theming the whole colour scheme would be very difficult without the fact that these are test builds. I am looking into battery icon stuff and maybe date if I work it out though!
Click to expand...
Click to collapse
Ooook, thank you so much
---------- Post added at 04:06 PM ---------- Previous post was at 04:04 PM ----------
demkantor said:
That would be a question for HTCDreamOn as I don't have the patients for theming. We have discussed maybe doing some icon packs but full themes for testbuilds are unlikely.
But if I'm not mistaken you can use metamorph to apply themes to cm roms
Click to expand...
Click to collapse
I'll take a look at this. Many thanks

Categories

Resources