[MOD] Enable 270 degree rotation in ROMs without it - Hero CDMA Themes and Apps

With the help of Tibedabeeto and Papa Smurf151 you can now enable 270 degree rotation in roms that don't have it enabled.
- They found out what was needed to enable it, all I did was make an update zip and test it out
Simply boot into recovery and flash the attached zip to replace the framework.jar file. (reboot may, and most likely will take a little bit of time since Framework has been modified)
Then under display > Enable/Check the orientation box
Done
Attached pictures are from Fresh 2.0d, but it was also tested on Infinitefx45's stock rom.

Thannxxx!!

Someone wanna try the framework.jar file from darchdroid to see if it will work on a sense rom
I'm on my phone or I'd do it.
Darchdroid has 360 rotation

I tried that as well, but I couldnt get it to boot :/

kyouko said:
With the help of Tibedabeeto and Papa Smurf151 you can now enable 270 degree rotation in roms that don't have it enabled.
- They found out what was needed to enable it, all I did was make an update zip and test it out
Simply boot into recovery and flash the attached zip to replace the framework.jar file. (reboot may, and most likely will take a little bit of time since Framework has been modified)
Then under display > Enable/Check the orientation box
Done
Attached pictures are from Fresh 2.0d, but it was also tested on Infinitefx45's stock rom.
Click to expand...
Click to collapse
Thanks for creating the update zip, I was hoping someone could create the file. Much appreciated

kyouko said:
I tried that as well, but I couldnt get it to boot :/
Click to expand...
Click to collapse
I figured. If I have time ill crack open the classes.dex file from his framework and see if I can pull it and put it in a framework for sense

Yeah... I tried doing that earlier to the classes.dex file but I had nooo idea which .smali file to even look at haha. Good luck tho

kyouko said:
Yeah... I tried doing that earlier to the classes.dex file but I had nooo idea which .smali file to even look at haha. Good luck tho
Click to expand...
Click to collapse
Yeah I don't either but I know people that do.

So this only works on sense roms? or does it work on AOSP roms too?

ipfreelytech said:
So this only works on sense roms? or does it work on AOSP roms too?
Click to expand...
Click to collapse
Not sure. If ur using an aosp rom use the framework.jar from darchdroid. That's the one u want but u can try this one and see

Good job gentlemwn, i'll look into putting this into my new Rom. Should be getting ready for testing by the end of the weekend.
Sent from my HERO200 using XDA App

Here's an AOSP version I whipped up. Tested with Buufed 2.0.3
I did not do the modding myself. This is the framework.jar from DarchDroid. I just threw it into a signed zip.

Was there any real mod work done here, or was the framework.jar file just pulled from Flipz's ROM and added to an update zip? If so, you should probably mention this, just sayin, as Flipz if the one who ported this original feature from the Eris leak that had this feature built in.
In terms of actually modding to allow for rotation, a search for 'orientation' in the decompiled files should get you closer to what you are looking for.

JsChiSurf said:
Was there any real mod work done here, or was the framework.jar file just pulled from Flipz's ROM and added to an update zip? If so, you should probably mention this, just sayin, as Flipz if the one who ported this original feature from the Eris leak that had this feature built in.
In terms of actually modding to allow for rotation, a search for 'orientation' in the decompiled files should get you closer to what you are looking for.
Click to expand...
Click to collapse
agreed man. i just told them where to get it from. No real mod work but just found out where it was kept and put into an update.zip file.
but ill look for the 360 and try to pull it from the aosp and put it into a sense framework.jar file
thanks for the heads up

Tried to flash this on top of the stock odex'd rom from nfinite and waited 15 minutes for boot up, never happened.

robchaos said:
Tried to flash this on top of the stock odex'd rom from nfinite and waited 15 minutes for boot up, never happened.
Click to expand...
Click to collapse
nfinites rom is deodexed and did u use the one from the first post or the later one that says 360. cause the 360 one does not work on that rom. the one on the first post is the one that works

Papa Smurf151 said:
nfinites rom is deodexed and did u use the one from the first post or the later one that says 360. cause the 360 one does not work on that rom. the one on the first post is the one that works
Click to expand...
Click to collapse
I beleive he is using the odex versoin of my rom this is why it didnt work he would need to switch to the deodex versoin first or maybe I'll see what I can do to odex this framework for him.

nfinitefx45 said:
I beleive he is using the odex versoin of my rom this is why it didnt work he would need to switch to the deodex versoin first or maybe I'll see what I can do to odex this framework for him.
Click to expand...
Click to collapse
ah i see. i didnt know you had an odexed version of your rom even out. but yeah that would be the reason why its not working

That's what I thought. Thanks for the responses

After the I flashed this framework file I get a weird glitch (Things get out of place) every time I drag down the notification bar, and the phone is in landscape mode to the right. Is this a bug? Should I wipe Rotate settings in Recovery??

Related

[MOD]270/360 Rotation mod 2.1 (Now fixed and 100% working)

Full up to 360 rotation on 2.1 roms!!
Simply apply MCR3.1 360 Rotation Mod.zip like any other update.zip
This mod was made for MoDaCo Custom ROM r3.1 and it changes framework so it will most likely only work on this rom but it can easily be made for any rom.
Enjoy!!
Ok now its fully working, finally fixed the settings.apk!!
Thanks goes out to optedoblivion for the original 360 rotation mod, FloHimself for helping me out and keeping my head held high ;-) and mikkle for editing the new settings.apk and getting it working for us :-D
thanks for the sharing Dude
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Nice thanx
Nice work! Hope you can resolve that bug...
BlackLine7 said:
Can you explain what you did and how?
So if we have some modded framework we can modify it ad libitum!
Click to expand...
Click to collapse
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
FloHimself said:
Nice work! Hope you can resolve that bug...
Click to expand...
Click to collapse
Should hopefully be a matter of half hour work, I hope lol
liamstears said:
I used smali to decompile framework.jar and replaced
classout/android/view/WindowOrientationListener.smali
classout/android/view/WindowOrientationListener$SensorEventListenerImpl.smali
classout/android/provider/Settings.smali
all "classout/android/provider/Settings$" files
With the ones from cyanogenmods desire rom
also the setting apk from cyanogens mod and that is why currently settings is bugged but im working on it now for a stable release!
Click to expand...
Click to collapse
Ok nice!
Thanks for the info
Can anyone with the know how of editing apk's or smali or building from source please please please contact me via pm
http://forum.xda-developers.com/showthread.php?p=6959455#post6959455
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
starchildx said:
Isn't working.installed it on mcr 3.1. Now i can't go in to settings .
Click to expand...
Click to collapse
weird, defo is working!
And I have found a way around probs with wifi not working but its annoying and long winded, really need a proper fix
First post updated, settings now fully working!!
liamstears said:
First post updated, settings now fully working!!
Click to expand...
Click to collapse
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
FloHimself said:
mhh not a sooo nice fix so you want to extract only the needed changes for rotation from settings.smali from CM with the htc settings.smali? Is that right?
Click to expand...
Click to collapse
Can you help? Also I sent you a pm
liamstears said:
Exactly!
But im not exactly good at this, still learning, i come from modding I8910 S60V5!! lol
Click to expand...
Click to collapse
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
FloHimself said:
Ok. It may be time consuming with porting low level smali parts from one to another dissably file (maybe with all htc modded stuff in it).
If I'm right the "WindowOrientationListener" just works? So you could just write your own simple application for these rotation settings...
Seen your PM. I'm not at my box right now. I'll add you to msn when I'm back! Maybe we'll find a solution.
Click to expand...
Click to collapse
I dont think I quite have the knowlege to create my own app to do it but sounds like a solution maybe someone could come up with?
Would be nicer to have the settings in settings though
It worked when I flashed the first file, but stopped working after I applied the fix. My phone is now back to how it was
/Edit: I lie! It works fine
@liamstears
could you please post your disassembled stuff as zip?

One Click Rom/Theme Optimizer and Signer

This tool will open any AOSP based rom or theme (as long as the file structure is correct) and optimize and zip align everything.
Simply grab your rom or theme and place it in this folder (should work from anywhere but you need to full path from where the cmd file is run). Now click on the reopto_runner.cmd and it will ask you where the rom is (name) that you want to optomize, type the name of the rom and hit enter, it will do the rest.
Final output of the re-optimized (double pass with 2 different png optimizers) rom will be named rom-optoed-signed-finished.zip this will be exactly the same rom except the script will optomize every png in every apk found in the system/app and system/framework-res.apk. It will also zipalign all these same apks and finally will sign the zip file. When its done just rename the rom-optoed-signed-finished.zip to what ever you want and its ready to flash.
What this won't do is make your zip file (rom, theme, update zip) flashable unless its already set up to be flashable... meaning you'll still need your update-script in the com.google.android folder to be there. Its does sign your zip file for you though.
I put this out there as its some of the scripting and tools I have made to help me in theming and rom hacking.
Feel free to use any part of this to help you in any scripting you do.
Sweet, you are the man. Going to try it out now.
I'm going to try this on the MIUI ROM!
Cetus Corr said:
Sweet, you are the man. Going to try it out now.
Click to expand...
Click to collapse
teejaymarx said:
I'm going to try this on the MIUI ROM!
Click to expand...
Click to collapse
I have only tried this method on AOSP based roms the script should work on any rom or theme or update zip that follow this structure in the top level. system/app/*apk and system/framework/framework-res.apk, which is pretty much all of them.
The script takes about 10 minutes or so to run on cm6 rom and is really quick on most of the themes here. So for instance you could use it to make sure or re optimize a theme or roms.
feel free to tire it apart and use it in other fashions. I can guarantee it will shave some about of space of any rom or theme along with the zip aligning of every apk. If its a short request I'll post some more automated tiny scripts to todo various stuff.
Little confused. I run any aosp rom through this and it makes it compatable with the hero? ( sorry for the newb question)
Sent from my Hero CDMA using XDA App
Didn't work for me on the MIUI ROM, got a status 0 error in clockwork recovery...lol
vampir4997 said:
Little confused. I run any aosp rom through this and it makes it compatable with the hero? ( sorry for the newb question)
Sent from my Hero CDMA using XDA App
Click to expand...
Click to collapse
No I haven't released that script yet. This just optimizes a rom that's all.
Sent from my HERO200 using XDA App
teejaymarx said:
Didn't work for me on the MIUI ROM, got a status 0 error in clockwork recovery...lol
Click to expand...
Click to collapse
Not sure what you did... this is not a flashable zip just a tool to optimize a rom.
Did you run this tool on the miui rom?
Sent from my HERO200 using XDA App
Hello,
New to the "kitchen", items like this help us out! Thank you and looking forward to your other scripts. Any desire to do a "how to port a theme/rom" guide? Love the Screaming Droid, I laugh every time I boot up one of my 2.2 roms. I also use your R2 boot but I have yet to get sound on 2.1? Anyway a big thanks goes out to you!
jschill31 said:
Hello,
New to the "kitchen", items like this help us out! Thank you and looking forward to your other scripts. Any desire to do a "how to port a theme/rom" guide? Love the Screaming Droid, I laugh every time I boot up one of my 2.2 roms. I also use your R2 boot but I have yet to get sound on 2.1? Anyway a big thanks goes out to you!
Click to expand...
Click to collapse
Thank you for the praise, wife been complaining about doing stuff for free so I might have to post my pay pal account with a wife complaining button.
I might just release a script that does it for you. mdpi to mdpi (or hdpi to hdpi) no matter what rom is fairly easy todo. Of course it can only theme what it can match but it will do it for you.
For a more in depth description would take some time so I'll probably have to do it some time later.
ASimmons said:
Thank you for the praise, wife been complaining about doing stuff for free so I might have to post my pay pal account with a wife complaining button.
I might just release a script that does it for you. mdpi to mdpi (or hdpi to hdpi) no matter what rom is fairly easy todo. Of course it can only theme what it can match but it will do it for you.
I totally understand, my wife and I have our first child on the way. I am always around so take your time. BTW, I think you would get some clicks your work is solid. I wish XDA had a "thanks" button!
Click to expand...
Click to collapse
Thanks for your hard work. Going to check it out.
jschill31 said:
ASimmons said:
Thank you for the praise, wife been complaining about doing stuff for free so I might have to post my pay pal account with a wife complaining button.
I might just release a script that does it for you. mdpi to mdpi (or hdpi to hdpi) no matter what rom is fairly easy todo. Of course it can only theme what it can match but it will do it for you.
I totally understand, my wife and I have our first child on the way. I am always around so take your time. BTW, I think you would get some clicks your work is solid. I wish XDA had a "thanks" button!
Click to expand...
Click to collapse
Thanks, congradulations... get ready for no sleepy time for about 4 months after the new born. Got 2 girls myself kids are awesome especailly when I just a nig kids myself
chubbzlou said:
Thanks for your hard work. Going to check it out.
Click to expand...
Click to collapse
Your welcome, feel free to alter and use whats in the script. If u have questions I can give you some more pointers on ways to make similar scripts.
Click to expand...
Click to collapse
GJ Sim, when I try it out Ill let ya know ... Thx for this and all your hard work man !
Thank you I got a new project on the way think it might be something use full to themers and people that use themes are like two switch allot. In a week or so...
Sent from my HERO200 using XDA App
So in theory I could run this on one of Jaybob's Froyo builds and make it even faster than it is right now?
LiquidSolstice said:
So in theory I could run this on one of Jaybob's Froyo builds and make it even faster than it is right now?
Click to expand...
Click to collapse
maybe but he should have done the png opto and zipaligning already. I do add another png opto that most people dont do which will squeeze out another couple of kb, was able to shrink cm6 by 16 or so kb, which doesnt seem like alot but every bit counts.
You could use it to just see, like whenever you d/l a new rom run this on it and compare the file size, or load the rom and run a linpack and then opto it and then reload it and then do a linpack and see what you get. Some themers don't zipalign there themes and don't opto there pngs, and I have yet to see anyone use optipng and the other png opto program i use as a double pass system of optimizing pngs.
I like to use it for my themes or roms as it automates the hole process. Try it out if you use it on a rom it will give you a new optoed copy that is already sign and ready to flash... one click
ASimmons said:
maybe but he should have done the png opto and zipaligning already. I do add another png opto that most people dont do which will squeeze out another couple of kb, was able to shrink cm6 by 16 or so kb, which doesnt seem like alot but every bit counts.
You could use it to just see, like whenever you d/l a new rom run this on it and compare the file size, or load the rom and run a linpack and then opto it and then reload it and then do a linpack and see what you get. Some themers don't zipalign there themes and don't opto there pngs, and I have yet to see anyone use optipng and the other png opto program i use as a double pass system of optimizing pngs.
I like to use it for my themes or roms as it automates the hole process. Try it out if you use it on a rom it will give you a new optoed copy that is already sign and ready to flash... one click
Click to expand...
Click to collapse
Sounds good . Of course, when you say "every rom" you only mean AOSP roms, right? I'd suppose it wouldn't be able to rip, for instance, Nfinite's latest rooted Stock ROM apart and png optimize/zipalign it? If it could, holy crap. On top of the fact I use Odex, that would be amazing.
LiquidSolstice said:
Sounds good . Of course, when you say "every rom" you only mean AOSP roms, right? I'd suppose it wouldn't be able to rip, for instance, Nfinite's latest rooted Stock ROM apart and png optimize/zipalign it? If it could, holy crap. On top of the fact I use Odex, that would be amazing.
Click to expand...
Click to collapse
should work on that to since it only looks at pngs and apk. it will onyl zip align the framework-res.apk and the system/app apk's. Actually try it out I never have but it should work.
remember to nand before you flash it but you should be a ok, as I can't see any reason why it would work.
ASimmons said:
should work on that to since it only looks at pngs and apk. it will onyl zip align the framework-res.apk and the system/app apk's. Actually try it out I never have but it should work.
remember to nand before you flash it but you should be a ok, as I can't see any reason why it would work.
Click to expand...
Click to collapse
Hmm. But will I see a difference? Doesn't HTC have their own specific framework-res apk? I'd love to get into ROM themeing, so I've been poking around the ROMs for some time now.

[MOD]*done* Add reboot,recovery,download mode to power off menu

Disclaimer: I am not responsible for what happens to your phone-use at your own risk. Always do a nandroid backup before using mods
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
*completed mod now available with aosp lockscreen included*
*note: these mods include framework-res.apk and need to be included in the base of a theme or rom/flashing over the top of one will overwrite previous theming done to framework-res with stock images and break some pre-existing mods*
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
Here's a .zip that has both the AOSP lockscreen mod and reboot button mod together: http://www.mediafire.com/?010dchn522nxge9
Complete mod port plus aosp lockscreen click here
Note: this .zip includes framework-res.apk,framework.jar and android.policy. jar. The recovery function gets you to stock recovery but you can still get into clockwork by flashing the update.zip you should have on your sdcard already. If any one knows how to get it to go straight to clockwork like rom manager does I would like to have it do that.
Complete mod port plus aosp lockscreen-no full battery popups click here
All three in one now, this is just like the one above but also has services.jar
Complete mod port only click here
Includes framework-res.apk,framework.jar and android.policy.jar
Complete mod port with no popups click here
Includes framework-res.apk,framework.jar,services.jar and android.policy. jar
Works Perfect.....Ty
Sent from my SPH-D700 using Tapatalk
raiderep said:
This is a port of untermensch's vibrant mod found here: http://forum.xda-developers.com/showthread.php?t=811532
Thanx and credit to him for getting me this far, I have made a few changes to his instructions to make it work on epic. The below mod only has the reboot option added. I have yet to try his latest instructions to add reboot recovery but it might work too. Just wanted to get this over to the Epic side for discussion and help if it isn't as easy to port the rest of it.
Add reboot option to power off menu http://www.mediafire.com/?hoetfjbq77hm77s flash in clockwork recovery (its only android policy.jar) and make sure your system is deodexed. We can add more things into it to get android policy jar mods to play together later.
The reboot recovery mod looks like it will need framework mods as well if you are interested in trying to get the rest of this going. Care to jumpin?
Click to expand...
Click to collapse
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
I've been waiting for this to get ported - thank you!
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Holdin down power+voldown+camera after touching reboot gets you into recovery. I know a software button is better but in the mean time.
Sent from my Android using CDMA or WIFI
265ada said:
Has this been tested?
just asking cause yesterday I flashed a normal app! flash 10.1 and my phone was stuck blackscreened lol and had to odin ect AND I am very happy with the phone now so I dont wan't to result to that again
Click to expand...
Click to collapse
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
ragnarokx said:
It flashed with no problem, but it replaced my Vanilla lock screen with the TouchWiz one. If I flash the Vanilla lock screen back on, will the reboot option still be there?
Click to expand...
Click to collapse
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
raiderep said:
I've been using it for a few days with no issues. The only thing that might happen is what happened to ragnarox, read his quote below...
Until both are put into the same AndroidPolicy.jar then its one or the other. I will get them both together eventually, this is just a start
and here you go, both together now: http://www.mediafire.com/?010dchn522nxge9
Click to expand...
Click to collapse
You are amazing, thank you!
OP updated with completed mod coupled with aosp lockscreen
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
Is that a soft key to get into download moss I see?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Mediafire not working for me. Using Opera, ie and epic to try to dl.
raiderep said:
Yes indeed not sure how much need there is for it but it was in the mod so I added it also.
Click to expand...
Click to collapse
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
deciple said:
What update.zip gets you into clockwork by using stock recovery?
Sent from my spot on the earth
Click to expand...
Click to collapse
It should haber been installed when you flashed CWM on you're phone
Sent from my Emotionless Beast of an Epic using the XDA App
Ok, yeah, in my clockworkmod folder I found the (recovery-update.zip) file, however, for those who don't know, you have to rename it just update and it works
Sent from my spot on the earth
mysteryemotionz said:
That's nice. I know we talked in private but u got an idea to make this work with my theme. This is going to be interesting
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
raiderep said:
The only way for certain is to re-theme this framwork-res with your images. You might try swapping just your drawable-hdpi folder into this one and if there is anything left out track it down and add it back. I am not sure where values folder goes when it re-compiled so you don't want to write over it as it will cause issues.
OP has a new .zip with all three mods in one now, let me know if there are any issues with it.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
mysteryemotionz said:
This was my plan but I also edited some xml files. So if I just drop the hole contents of my framework in yours replacing everything but the values folder in theory I should be good?
Sent from my Emotionless Beast of an Epic using the XDA App
Click to expand...
Click to collapse
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
raiderep said:
What xmls did you edit? What I was getting at is use this as a base and re-do the theme to it but if you accidentally over write the values folder it will not work properly. Since I don't know where valuse goes when its been compiled(it only shows when decompiled) you run the risk of breaking the mod. Its certainlgy worth a shot though.
sent by an Epic4g through the cosmos
Click to expand...
Click to collapse
I moved the clock down on the tw lock screen. Its in the layout folder named zz_keyguard_clock.xml I believe this is coming off the top of my head
Sent from my Emotionless Beast of an Epic using the XDA App

[MOD] [Themes] Change Your Animations...AOSP and Jaybob's Build of BlackMod

THEMES ARE IN POST 10 ON THIS PAGE
In the UOT Kitchen it shows we can now change our window animations. I have tried and tried cooking files with no success. I had some spare time today and did a little searching and found THIS thread that shows how do change them without using the kitchen. I chose "Flip" and I dont notice any bogging down from them, its the same as before. Really cool looking too!
Copy N Paste from OP
Below are four new android UI animations created by Stale Bread, these will change how things popup and show on screen.
There are two ways to apply new animations first is Metamorph and second is to manualy copy new animations to your android phone.
http://www.youtube.com/watch?v=dqrBF0TE3Qk
End Copy N Paste
I tried the Metamorph method and got FC all over the place, had I rebooted recovery and wiped Dalvik this may not have been the issue. What I did instead was open my themes framework and delete the anim file and replace with the animations I chose, Flip. Rebooted recovery and reflashed my theme and then wiped Dalvik cache, I am using firerats so I had to reboot recovery again to flash FR-boot but all is well FC's are gone and I have new animations!
There all also videos in the original OP to help you select what you like best...
Can anyone get this to work with Aosp 2.2.1 v0.9.9.1 rom
Sent from my HERO200 using XDA App
raymond4 said:
Can anyone get this to work with Aosp 2.2.1 v0.9.9.1 rom
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
I dont see any reason it wouldnt work. AOSP removes quite a few of the regular animations but by doing this MOD you are just replacing them with different ones.
EDIT....
You have me curious now lol. I will try it on aosp 9.9.1 in the morning Maybe even a different one like the "Fly"
Are they actually smooth on the hero?
theimpaler747 said:
Are they actually smooth on the hero?
Click to expand...
Click to collapse
Believe it or not they are smooth! Atleast the Flip one is, havent tried any others.
cordell12 said:
Believe it or not they are smooth! Atleast the Flip one is, havent tried any others.
Click to expand...
Click to collapse
Cool cool, well that's good then
raymond4 said:
Can anyone get this to work with Aosp 2.2.1 v0.9.9.1 rom
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Just tryed it on AOSP 0.9.9.1 and no go on the animations. However, it is nice to know that even with UOT Kitchen not having the AOSP rom posted in their system as one that works with the kitchen, I was able to get a battery and bootanimation to work.
The site does state that the animations are for the Desire Sense rom Only.
Now, that being said, I have opened the framework on the downloaded UOT package. I personally do not know what I am looking at but if someone wants to take a look at it and see if it can be modified to work with AOSP, that would be great.
Happy Holidays
It won't work using the kitchen for sure, least it hasn't for me. Did you try using the link in my OP? It shows how to replace with Metamorph, what I did was open the file from the kitchen with 7zip, open framework, open the folder named res and scroll down and deleted the whole folder named anim. I then opened the animation I downloaded the same way using 7zip and did a drag and drop of the file called anim, taking the animations and putting them in kitchen framework. Close that out and put your modified kitchen zip on SD and flash, then before boot wipe dalvik. Should work
Sent from my HERO200 using XDA App
Yep, tried that too. However I am not familiar with creating apk files. Something may have gone wrong when I rezipped the framework file.
Sent from my HERO200 using XDA App
They work just fine on AOSP 9.9.1, or any other version for that matter. Somewhere somehow you are doing something wrong. This is NOT done through UOT KITCHEN! HERE is the LINK that shows how to do this with Metamorph. I did not use Metamorph, I edited the framework apk myself. BUT metamorph does the same, just be sure to boot into recovery and WIPE DALVIK cache or you will get tons of FC's. I am posting a theme I use for AOSP (fLiPAOSPTHEMELS7_signed.zip), TwoPointTwo by thoughtlesskyle. It has some Icon changes plus it has the animations called FLIP. Flash, WIPE DALVIK, reboot/reboot recovery and flash firerats boot if you are using his MOD. Takes a few minutes to boot as you wiped Dalvik. This theme is NOT MINE, it is thoughtlesskyle's TwoPointTwo Theme with some Icons I changed via kitchen Check it out
I am slso posting the theme in the screenies. This is flashed over jaybob's BlackMod 6.1 stable build (FLIPinBLUE theme). I am sure it will work over any of his builds, but not so sure about cm6.1 stable. I did not make any of the 2 themes from scratch, they are mixtures of thoughtlesskyle's TwoPointTwo Theme AND hackahero's port of Incognito Remix AospMod 0.9.9.1.
MAKE NANDROIDS No promise of support as new build releases are posted. These things take a couple hours and with so many ROMs it is nearly impossible to support all of them I will keep jaybob's up to date though, as thats the ROM I use daily
Link for Launcher Pro Docks is HERE
ok so i went with bounce on AOSP-mod 9.9.1 and it is working great.... fast smooth and perfect... very cool dude.. thanks for sharing...
Big-O-Devil said:
ok so i went with bounce on AOSP-mod 9.9.1 and it is working great.... fast smooth and perfect... very cool dude.. thanks for sharing...
Click to expand...
Click to collapse
No Prob, glad someone else got them to work, especially on aosp I thought they were kinda cool and was trying to make them work since I seen it on the Kitchen. The bounce is the next one I want to try
cordell12 said:
No Prob, glad someone else got them to work, especially on aosp I thought they were kinda cool and was trying to make them work since I seen it on the Kitchen. The bounce is the next one I want to try
Click to expand...
Click to collapse
bounce is cool ... but flip is cooler... ... lol
Hi cordell12, quick question
I have looked and looked for that battery meter Icon you use. Is it part of Beautiful widgets?
If not, where can I get it? Thank you!
Never4saken said:
I have looked and looked for that battery meter Icon you use. Is it part of Beautiful widgets?
If not, where can I get it? Thank you!
Click to expand...
Click to collapse
I'm sorry I'm not on my computer but if you look for mod kitchen you can fine it there... its in a kitchen that lets you mod your framework to have that battery img... and alot more... hope that helps... If not tonight ill jump on and give you the link..
Sent from my HERO200 using XDA App
Never4saken said:
I have looked and looked for that battery meter Icon you use. Is it part of Beautiful widgets?
If not, where can I get it? Thank you!
Click to expand...
Click to collapse
Here is where you can modify battery icons and a whole lot more! You must pull framework apk from your rom and use that at the end of kitchen. Do not use framework supplied by them. To get your framework apk, use a program called 7zip, open your rom (not extract) then drag and drop the framework apk to your desktop. Then upload that through the kitchen. The will give you a flashable file, put that on sd card and flash in recovery
http://circle.glx.nl/
cordell12 said:
Here is where you can modify battery icons and a whole lot more! You must pull framework apk from your rom and use that at the end of kitchen. Do not use framework supplied by them. To get your framework apk, use a program called 7zip, open your rom (not extract) then drag and drop the framework apk to your desktop. Then upload that through the kitchen. The will give you a flashable file, put that on sd card and flash in recovery
http://circle.glx.nl/
Click to expand...
Click to collapse
Thank you cordell!! Looking into it now between work projects!
Yes I like to use the computers here at work, we are on a T3 and the download speeds can't be beat.
Hey, great site! The UOT Kitchen, this is the first I have heard of or seen it, but I have just come from the WinMo world, hence the ignorance. But Android is a lot easier to pick up on than Win Mo. Once again, thank you so much!
Never4saken said:
Thank you cordell!! Looking into it now between work projects!
Yes I like to use the computers here at work, we are on a T3 and the download speeds can't be beat.
Hey, great site! The UOT Kitchen, this is the first I have heard of or seen it, but I have just come from the WinMo world, hence the ignorance. But Android is a lot easier to pick up on than Win Mo. Once again, thank you so much!
Click to expand...
Click to collapse
Glad you like it and welcome to android! The real thanks goes to the makers of these mods, I am just sharing the information
im following that guys steps to manually do it using adb. and everytime i get to the boot into recovery and do adb remount it says "remount failed: invalid argument" and when i do adb devices it says under list of devices "00000000000" and under attached "recovery". does our hero not have adb remount as a command or somthing. using recovery : RA-heroc-v1.6.2
OH
vinnypel2ella said:
im following that guys steps to manually do it using adb. and everytime i get to the boot into recovery and do adb remount it says "remount failed: invalid argument" and when i do adb devices it says under list of devices "00000000000" and under attached "recovery". does our hero not have adb remount as a command or somthing. using recovery : RA-heroc-v1.6.2
Click to expand...
Click to collapse
Can you not flash it like I explained to you in the AOSPmod thread? That seems to be the method that works for everyone using the htc hero. Again take rom and remove anim file inside framework apk. Replace with the animations you want. Reflash rom and wipe dalvik before you reboot. If you are using a theme replace anim folder in theme rather than rom.
Sent from my HERO200 using XDA App

[Q] Will Themes from the International One X work for us?

Shouldn't the themes for the International One X work for us as well? Especially since there's a new way of theming that just replaces the graphical stuff and not the actual apk. They say it should work on most devices with same sense versions. We have the same sense version, same resolution same buttons etc. I've tried a few but the developers have a model check and they abort. The one that i found over there that did not do a model check worked fine. Could someone with experience with themes chime in please? thanks!
EDIT. I'm only talking about themes With the villain theming system. It does not replace the apks, only mods them.
http://forum.xda-developers.com/show....php?t=1207017
http://www.villainrom.co.uk/forum/th...e-system.4971/
seshmaru said:
VillainTheme System 0.4.0
As a user, you don't need to know much - just flash this zip like a regular zip, and you'll get your theme running. But you should be able to apply themes to any device, ROM, and version of the ROM, without it causing adverse effects. That means less time spent by themers making the original theme, and less time spent modifying it constantly for new versions of ROMs.
Features..
Will modify APKs in a ROM, without changing signatures, and can be used on any ROM where the filenames of themed files is the same.
Should not need updated between versions of a ROM
Zipaligns all APKs before installation
Stores a backup of all files being modified in /cache/vrtheme-backup/
Requires no coding abilities or editing of files - just drag and drop
Can copy "raw" files, though at risk of not working on other devices
Click to expand...
Click to collapse
What "new theming method" are you talking about?
The only type of themeing I've seen is replacing system files, like SystemUI.apk and stuff.
It that's the case, then no it won't work.
rohan32 said:
What "new theming method" are you talking about?
The only type of themeing I've seen is replacing system files, like SystemUI.apk and stuff.
It that's the case, then no it won't work.
Click to expand...
Click to collapse
Well its not real new. And i'm not a themer so i could have misunderstood.
http://forum.xda-developers.com/showthread.php?t=1207017
http://www.villainrom.co.uk/forum/threads/about-villaintheme-system.4971/
seshmaru said:
VillainTheme System 0.4.0
As a user, you don't need to know much - just flash this zip like a regular zip, and you'll get your theme running. But you should be able to apply themes to any device, ROM, and version of the ROM, without it causing adverse effects. That means less time spent by themers making the original theme, and less time spent modifying it constantly for new versions of ROMs.
Click to expand...
Click to collapse
I changed text to red that i thought pertained to this subject
I installed this theme without issues. Was made using villain theme system for the International one X
Quote from changelog of this theme
UPDATE 21 May: After a lot of tweaking and tinkering, have managed to make the theme work with the VillainTheme system. This means that it should now work with any ROM, and shouldn't affect any of the ROM dev's individual tweaks.
The theme modifies the following system apks:
framework-res.apk
SystemUI.apk
com.htc.resources.apk
fusion.apk
Click to expand...
Click to collapse
Anyone?
only way to know is to try.
---------- Post added at 01:37 PM ---------- Previous post was at 01:25 PM ----------
I was able to flash the glass dialer from http://forum.xda-developers.com/showthread.php?t=1601719
so it looks like we may be good to go
EDIT:
I just tried the bubble battery mod it didn't work
gunnyman said:
only way to know is to try.
---------- Post added at 01:37 PM ---------- Previous post was at 01:25 PM ----------
I was able to flash the glass dialer from http://forum.xda-developers.com/showthread.php?t=1601719
so it looks like we may be good to go
EDIT:
I just tried the bubble battery mod it didn't work
Click to expand...
Click to collapse
For me a lot of the themes to a model check and since we dont have endeavor it aborts.
Bumpity bump
nugzo said:
Bumpity bump
Click to expand...
Click to collapse
Sense 4 is sense 4 as far as I know. I'm sure you can remove the model check form the update script. link one you'd like to install and I'll check it out
That's definitely not a good idea. Most Sense themes contain the SystemUI.apk, framework-res.apk and com.htc.resources.apk. So if the rom your using on your AT&T One X has any mods done to any of those apk's you will loose them and if the rom that the theme was built for has any mods done to those apk's you will more than likely have issues. If there is a specific theme you like, get me the link and I will try to port it over.
Tiffany84 said:
That's definitely not a good idea. Most Sense themes contain the SystemUI.apk, framework-res.apk and com.htc.resources.apk. So if the rom your using on your AT&T One X has any mods done to any of those apk's you will loose them and if the rom that the theme was built for has any mods done to those apk's you will more than likely have issues. If there is a specific theme you like, get me the link and I will try to port it over.
Click to expand...
Click to collapse
good point. I can be such a noob sometimes.
Here's some I've used.....
http://forum.xda-developers.com/showthread.php?t=1699380
Sent from my HTC One X using xda premium
gunnyman said:
good point. I can be such a noob sometimes.
Click to expand...
Click to collapse
No you're right, not a noob. Tiff didn't realize I was talking about the villain theming system.. This system only replaces graphics, not the entire apk. Unfortunately she said she wasn't familiar ( hasn't used it) so that reply is a little misleading. I'll get you that theme I was talking about to try and change the model.
gunnyman said:
only way to know is to try.
EDIT:
I just tried the bubble battery mod it didn't work
Click to expand...
Click to collapse
Remember I'm just talking about themes done with villain only. All others will replace system ui etc. We don't want that...just the new school
gunnyman said:
Sense 4 is sense 4 as far as I know. I'm sure you can remove the model check form the update script. link one you'd like to install and I'll check it out
Click to expand...
Click to collapse
See if you can change this to evita. Or remove the model check all together. I'll test it
http://forum.xda-developers.com/showthread.php?t=1635779.
nugzo said:
See if you can change this to evita. Or remove the model check all together. I'll test it
http://forum.xda-developers.com/showthread.php?t=1635779.
Click to expand...
Click to collapse
Ok I've found the model check lines in the aroma installer but I have no idea how to disable them.
It LOOKS like if you unzip the theme you can push the vrtheme folder to your sd card on your phone and then run the installtheme.sh from adb shell.
EDIT:
BZZZZZT thanks for playing try again.
gunnyman said:
Ok I've found the model check lines in the aroma installer but I have no idea how to disable them.
It LOOKS like if you unzip the theme you can push the vrtheme folder to your sd card on your phone and then run the installtheme.sh from adb shell.
EDIT:
BZZZZZT thanks for playing try again.
Click to expand...
Click to collapse
Wouldn't it be a little hard to install a theme while the rom is running? Just thinking it would be A mess changing graphics while active. Unless I misunderstood yooz.
Maybe I could swap the vrtheme folder in the theme that does work, doesn't check the model. That cream theme I posted earlier..mwhat a horrible name lol
nugzo said:
Wouldn't it be a little hard to install a theme while the rom is running? Just thinking it would be A mess changing graphics while active. Unless I misunderstood yooz.
Maybe I could swap the vrtheme folder in the theme that does work, doesn't check the model. That cream theme I posted earlier..mwhat a horrible name lol
Click to expand...
Click to collapse
if you look at updater-script you can change endeavor0 to evita.
Then it will pass the check. but I'm scared to try it myself
but swapping the files in that cream theme might make more sense
I just tried swapping out the vrtheme folder and it dien't work it failed to install in recovery
gunnyman said:
if you look at updater-script you can change endeavor0 to evita.
Then it will pass the check. but I'm scared to try it myself
b
Click to expand...
Click to collapse
Not familiar with this..Which file is it?
nm found it
nm no i didnt thought it was in install theme but it is not.
nugzo said:
Not familiar with this..Which file is it?
Click to expand...
Click to collapse
meta-inf/com/google/android/
gunnyman said:
meta-inf/com/google/android/
Click to expand...
Click to collapse
ok here goes. changed to evita in about 5 places
installed fine..rebooting zipaligning

Categories

Resources