Hi,
I don't think iOS7 is such an "amazing" upgrade. Some icons are hideous and almost all new features already exists in Android.
But i have to say, i instantly fell in love with the awesome window-transtions when opening and closing apps, se below:
http://www.youtube.com/watch?v=6nFTbrxMifw#t=1m04s
I currently run a Nexus 4 (Jelly Bean, CM10.1 Linaro) with a modified framework-res.apk file with ICS transitions.
I know how to create animations (I am an android developer) but wouldn't it be cool to implement them on our system?
In the anims folder of framework-res.apk you find all of these xmls containing different animations
Code:
accelerate_quad.xml
accelerate_quint.xml
activity_close_enter.xml
activity_close_exit.xml
activity_open_enter.xml
activity_open_exit.xml
anticipate_interpolator.xml
anticipate_overshoot_interpolator.xml
anticipate_overshoot.xml
anticipate.xml
app_starting_exit.xml
bounce_interpolator.xml
bounce.xml
cycle_interpolator.xml
cycle.xml
decelerate_cubic.xml
decelerate_interpolator.xml
decelerate_quad.xml
decelerate_quint.xml
dialog_enter.xml
dialog_exit.xml
dock_bottom_enter.xml
dock_bottom_exit.xml
dock_left_enter.xml
dock_left_exit.xml
dock_right_enter.xml
dock_right_exit.xml
dock_top_enter.xml
dock_top_exit.xml
fade_in.xml
fade_out.xml
fast_fade_in.xml
fast_fade_out.xml
grow_fade_in_center.xml
grow_fade_in_from_bottom.xml
grow_fade_in.xml
input_method_enter.xml
input_method_exit.xml
input_method_extract_enter.xml
input_method_extract_exit.xml
input_method_fancy_enter.xml
input_method_fancy_exit.xml
keyguard_action_assist_enter.xml
keyguard_action_assist_exit.xml
keyguard_security_animate_in.xml
keyguard_security_animate_out.xml
keyguard_security_fade_in.xml
keyguard_security_fade_out.xml
linear_interpolator.xml
linear.xml
lock_screen_behind_enter.xml
lock_screen_enter.xml
lock_screen_exit.xml
lock_screen_wallpaper_behind_enter.xml
options_panel_enter.xml
options_panel_exit.xml
overshoot_interpolator.xml
overshoot.xml
push_down_in_no_alpha.xml
push_down_in.xml
push_down_out_no_alpha.xml
push_down_out.xml
push_up_in.xml
push_up_out.xml
recent_enter.xml
recent_exit.xml
recents_fade_in.xml
recents_fade_out.xml
screen_rotate_0_enter.xml
screen_rotate_0_exit.xml
screen_rotate_0_frame.xml
screen_rotate_180_enter.xml
screen_rotate_180_exit.xml
screen_rotate_180_frame.xml
screen_rotate_finish_enter.xml
screen_rotate_finish_exit.xml
screen_rotate_finish_frame.xml
screen_rotate_minus_90_enter.xml
screen_rotate_minus_90_exit.xml
screen_rotate_minus_90_frame.xml
screen_rotate_plus_90_enter.xml
screen_rotate_plus_90_exit.xml
screen_rotate_plus_90_frame.xml
screen_rotate_start_enter.xml
screen_rotate_start_exit.xml
screen_rotate_start_frame.xml
screen_user_enter.xml
screen_user_exit.xml
search_bar_enter.xml
search_bar_exit.xml
shrink_fade_out_center.xml
shrink_fade_out_from_bottom.xml
shrink_fade_out.xml
slide_in_child_bottom.xml
slide_in_left.xml
slide_in_right.xml
slide_in_up.xml
slide_out_down.xml
slide_out_left.xml
slide_out_right.xml
slow_fade_in.xml
submenu_enter.xml
submenu_exit.xml
task_close_enter.xml
task_close_exit.xml
task_open_enter.xml
task_open_exit.xml
toast_enter.xml
toast_exit.xml
translucent_enter.xml
translucent_exit.xml
wallpaper_close_enter.xml
wallpaper_close_exit.xml
wallpaper_enter.xml
wallpaper_exit.xml
wallpaper_intra_close_enter.xml
wallpaper_intra_close_exit.xml
wallpaper_intra_open_enter.xml
wallpaper_intra_open_exit.xml
wallpaper_open_enter.xml
wallpaper_open_exit.xml
window_move_from_decor.xml
Some of them are pretty obvious (toast_enter.xml for example) but i dont really know which one does what. With your help, we could have the same awesome transitions on our device
Any actual progress on this?
richardddd said:
Hi,
I don't think iOS7 is such an "amazing" upgrade. Some icons are hideous and almost all new features already exists in Android.
But i have to say, i instantly fell in love with the awesome window-transtions when opening and closing apps, se below:
http://www.youtube.com/watch?v=6nFTbrxMifw#t=1m04s
I currently run a Nexus 4 (Jelly Bean, CM10.1 Linaro) with a modified framework-res.apk file with ICS transitions.
I know how to create animations (I am an android developer) but wouldn't it be cool to implement them on our system?
In the anims folder of framework-res.apk you find all of these xmls containing different animations
...
Some of them are pretty obvious (toast_enter.xml for example) but i dont really know which one does what. With your help, we could have the same awesome transitions on our device
Click to expand...
Click to collapse
@richardddd
any progress? this would be awesome!
Check styles.xml there you can see what is each animation use for.
richardddd said:
Hi,
I don't think iOS7 is such an "amazing" upgrade. Some icons are hideous and almost all new features already exists in Android.
But i have to say, i instantly fell in love with the awesome window-transtions when opening and closing apps, se below:
http://www.youtube.com/watch?v=6nFTbrxMifw#t=1m04s
I currently run a Nexus 4 (Jelly Bean, CM10.1 Linaro) with a modified framework-res.apk file with ICS transitions.
I know how to create animations (I am an android developer) but wouldn't it be cool to implement them on our system?
In the anims folder of framework-res.apk you find all of these xmls containing different animations
Code:
accelerate_quad.xml
accelerate_quint.xml
activity_close_enter.xml
activity_close_exit.xml
activity_open_enter.xml
activity_open_exit.xml
anticipate_interpolator.xml
anticipate_overshoot_interpolator.xml
anticipate_overshoot.xml
anticipate.xml
app_starting_exit.xml
bounce_interpolator.xml
bounce.xml
cycle_interpolator.xml
cycle.xml
decelerate_cubic.xml
decelerate_interpolator.xml
decelerate_quad.xml
decelerate_quint.xml
dialog_enter.xml
dialog_exit.xml
dock_bottom_enter.xml
dock_bottom_exit.xml
dock_left_enter.xml
dock_left_exit.xml
dock_right_enter.xml
dock_right_exit.xml
dock_top_enter.xml
dock_top_exit.xml
fade_in.xml
fade_out.xml
fast_fade_in.xml
fast_fade_out.xml
grow_fade_in_center.xml
grow_fade_in_from_bottom.xml
grow_fade_in.xml
input_method_enter.xml
input_method_exit.xml
input_method_extract_enter.xml
input_method_extract_exit.xml
input_method_fancy_enter.xml
input_method_fancy_exit.xml
keyguard_action_assist_enter.xml
keyguard_action_assist_exit.xml
keyguard_security_animate_in.xml
keyguard_security_animate_out.xml
keyguard_security_fade_in.xml
keyguard_security_fade_out.xml
linear_interpolator.xml
linear.xml
lock_screen_behind_enter.xml
lock_screen_enter.xml
lock_screen_exit.xml
lock_screen_wallpaper_behind_enter.xml
options_panel_enter.xml
options_panel_exit.xml
overshoot_interpolator.xml
overshoot.xml
push_down_in_no_alpha.xml
push_down_in.xml
push_down_out_no_alpha.xml
push_down_out.xml
push_up_in.xml
push_up_out.xml
recent_enter.xml
recent_exit.xml
recents_fade_in.xml
recents_fade_out.xml
screen_rotate_0_enter.xml
screen_rotate_0_exit.xml
screen_rotate_0_frame.xml
screen_rotate_180_enter.xml
screen_rotate_180_exit.xml
screen_rotate_180_frame.xml
screen_rotate_finish_enter.xml
screen_rotate_finish_exit.xml
screen_rotate_finish_frame.xml
screen_rotate_minus_90_enter.xml
screen_rotate_minus_90_exit.xml
screen_rotate_minus_90_frame.xml
screen_rotate_plus_90_enter.xml
screen_rotate_plus_90_exit.xml
screen_rotate_plus_90_frame.xml
screen_rotate_start_enter.xml
screen_rotate_start_exit.xml
screen_rotate_start_frame.xml
screen_user_enter.xml
screen_user_exit.xml
search_bar_enter.xml
search_bar_exit.xml
shrink_fade_out_center.xml
shrink_fade_out_from_bottom.xml
shrink_fade_out.xml
slide_in_child_bottom.xml
slide_in_left.xml
slide_in_right.xml
slide_in_up.xml
slide_out_down.xml
slide_out_left.xml
slide_out_right.xml
slow_fade_in.xml
submenu_enter.xml
submenu_exit.xml
task_close_enter.xml
task_close_exit.xml
task_open_enter.xml
task_open_exit.xml
toast_enter.xml
toast_exit.xml
translucent_enter.xml
translucent_exit.xml
wallpaper_close_enter.xml
wallpaper_close_exit.xml
wallpaper_enter.xml
wallpaper_exit.xml
wallpaper_intra_close_enter.xml
wallpaper_intra_close_exit.xml
wallpaper_intra_open_enter.xml
wallpaper_intra_open_exit.xml
wallpaper_open_enter.xml
wallpaper_open_exit.xml
window_move_from_decor.xml
Some of them are pretty obvious (toast_enter.xml for example) but i dont really know which one does what. With your help, we could have the same awesome transitions on our device
Click to expand...
Click to collapse
I too am interested in this concept. The "fly" animation of the apps opening & closing , the slide (left to right) to go back to the previous menu and a lot of other ios 7 animations are really cool! It'd be awesome if a dev could 'port' them over.
I run a nexus 4 (and also have an iphone 5, jailbroken obviously) and I've also tried messing around with the animations (going back to ICS animations using g-box) but I would love to have the gestures and animations that ios 7 is running!
japmeet said:
I too am interested in this concept. The "fly" animation of the apps opening & closing , the slide (left to right) to go back to the previous menu and a lot of other ios 7 animations are really cool! It'd be awesome if a dev could 'port' them over.
I run a nexus 4 (and also have an iphone 5, jailbroken obviously) and I've also tried messing around with the animations (going back to ICS animations using g-box) but I would love to have the gestures and animations that ios 7 is running!
Click to expand...
Click to collapse
What should i do with that .xml ? i don't understand
dj_wisnu_ said:
What should i do with that .xml ? i don't understand
Click to expand...
Click to collapse
Hi,
I didn't really understand the xml file, I just replied to it
You could contact richardddd if you'd like to know more
I was looking to copy the transition effects (one in particular) from the Huawei Ascend Mate 1 to the Huawei Ascend Mate 2. Where are they located?
Any help?
Do you know if something like that was finally achieved, here or there maybe in another thread? I'd like to try that as well on my phone (Lollipop). Thanks in advance
Sent from my OnePlus One with Tapatalk
Related
I Noticed that many developers are including the new Rotary Lockscreen in the recent roms that have been released, and thought I would create a thread entirely devoted to Custom Lockscreen Mods for our device. I don't claim to be a developer or themer, but however noted that we have some of the best themers and developers in the Vibrant thread so thought I would start a thread for those who would like to share some themed Lockscreen Mods. I have extracted several settings apk's from several roms and noted that they do work or are compatible with different roms. This thread in no way seeks to minimize the hard work of those developers who have included Rotary Lockscreens in their roms, but only seeks to stir up the creative juices of others who may want to share some of their work. Thanks!! Credit goes to Whitehawx & Hoey2011 for making this possible on our devices. Heres hoping that they will continue to bring their creativity to this thread along with other themers and their themed lockscreen mods.
Thanks to Whitehawx for getting this working on our device and shout out to Hoey2011 for these Lockscreen themes and Brick'd, RobZarzecki and others who supported this. More to Come in different colors and flavors! Stay Tuned!!
Hot Screenies
1st waves of morphs compliments of Hoey 2011. Flash with Metamorph and should be all good. NOTE: The star wars mod may not work after you apply this but the other 5 lockscreens work without a hitch. This is the 1st wave of morphs and all glitches that are found will be worked out accordingly. Whatever theme you are using should not be affected as shown in screenies using Danny Doans Theme with Hoey2011 themed Lockscreen with Rotary. Enjoy and Be on the lookout for more soon!
Current Article
http://androidspin.com/2011/02/18/rotary-lock-screen-mod-for-samsung-vibrant/
Great idea, there are many out there, hopefully you can get a few posted that work with the frame work each are using.
Sent via my TW Bionix imbibed Vibrant with a Splash of Color
jcc332006 said:
I Noticed that many developers are including the new Rotary Lockscreen in the recent roms that have been released, and thought I would create a thread entirely devoted to Custom Lockscreen Mods for our device. I don't claim to be a developer or themer, but however noted that we have some of the best themers and developers in the Vibrant thread so thought I would start a thread for those who would like to share some themed Lockscreen Mods. I have extracted several settings apk's from several roms and noted that they do work or are compatible with different roms. This thread in no way seeks to minimize the hard work of those developers who have included Rotary Lockscreens in their roms, but only seeks to stir up the creative juices of others who may want to share some of their work. Thanks!!
Click to expand...
Click to collapse
On the rotary lockscreen I noticed 6 open spots. It sure wuld be nice to have like text messaging on one of them
nomadrider123 said:
On the rotary lockscreen I noticed 6 open spots. It sure wuld be nice to have like text messaging on one of them
Click to expand...
Click to collapse
This would be so cool.
the sixth spot may go to Star Wars -full credit to Whitehawkx
RobZarzecki said:
the sixth spot may go to Star Wars -full credit to Whitehawkx
Click to expand...
Click to collapse
Yo RobZ im going to post a couple of framework apks and possibly a couple of those setting apks that we discovered works on particular roms just to get it started a little im still contacting a few people to just make sure its ok. Thanks to brickd he okd to post his saturated grey rotary framework and going to check with others also. Its nice to be able to change out lockscreens according to personal pref if compatible. Imagine if someone could develop a lockscreen changer this would be the business!
Hello everyone! Hmmm where to begin. I have done a little poking around regarding adding additional shortcuts to the rotary. I for one would like to have it show missed calls/texts on the center piece and you swing one way or the other to shortcut to it.
Something another dev in the fascinate forums PM'd me about was using the rotary to answer/decline calls. That would be freakin awesome. I'm going to be investigating this as I think it might actually be easier to do than what I said above.
Jcc, I like your idea for an app that can change out colors/themes/ect on the lockscreens. I'm going to do some talking with Roman later to see if we can't work something out for this (he's the java/app expert ).
I do have some other lockscreens I'd like to port over, including the multilock from CM and the iFail...err... i mean iPhone slider lockscreen. No promises on anything though. Anywho, its time to vape!
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Hmmm I am unsure why the mod would not work, but doesn't Axura 2.3 come with the rotary lockscreen already? Flashing my mod should work, but you would lose all of your theming, ect. Seems odd that it wouldn't work though.
Whitehawkx said:
Hmmm I am unsure why the mod would not work, but doesn't Axura 2.3 come with the rotary lockscreen already? Flashing my mod should work, but you would lose all of your theming, ect. Seems odd that it wouldn't work though.
Click to expand...
Click to collapse
I dont know. Strange. Right after I flashed and went to into settings, display and unlock screen, it only shows the 4 options. Rotary is not even there. I didnt want to lose the theming from my Gen x red theme so that's why I downloaded the one from the market.
Whitehawkx said:
Hello everyone! Hmmm where to begin. I have done a little poking around regarding adding additional shortcuts to the rotary. I for one would like to have it show missed calls/texts on the center piece and you swing one way or the other to shortcut to it.
Something another dev in the fascinate forums PM'd me about was using the rotary to answer/decline calls. That would be freakin awesome. I'm going to be investigating this as I think it might actually be easier to do than what I said above.
Jcc, I like your idea for an app that can change out colors/themes/ect on the lockscreens. I'm going to do some talking with Roman later to see if we can't work something out for this (he's the java/app expert ).
I do have some other lockscreens I'd like to port over, including the multilock from CM and the iFail...err... i mean iPhone slider lockscreen. No promises on anything though. Anywho, its time to vape!
Click to expand...
Click to collapse
Yeaaa Whitehawx appreciate you picking up on this. One of the things I appreciate about EDT is they're a class act and are loaded with creative minds. Whitehawx thanks for responding to this thread and look forward to the freshness. Hopefully the lockscreen changer will come to fruition this would be hot. That lockscreen that roman is thinking of releasing on trigger is the business!!
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Where can I get the flashable for this hotness seen in the screenshots posted? Running trigger romance beta rom my phone would make love to this lockscreen. Ha lol!
jcc332006 said:
Where can I get the flashable for this hotness seen in the screenshots posted? Running trigger romance beta rom my phone would make love to this lockscreen. Ha lol!
Click to expand...
Click to collapse
Funny.....Lol. It's actually in the market. It's called GOTO LOCK. It's a buck 50 but well worth it. I only found it because the rotary that whawx created for the roms wouldn't show up when I flashed axura 2.3 and I really wanted a rotary unlockscreen.
jcc332006 said:
Yeaaa Whitehawx appreciate you picking up on this. One of the things I appreciate about EDT is they're a class act and are loaded with creative minds. Whitehawx thanks for responding to this thread and look forward to the freshness. Hopefully the lockscreen changer will come to fruition this would be hot. That lockscreen that roman is thinking of releasing on trigger is the business!!
Click to expand...
Click to collapse
that's whitehawk's doing, btw
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Because genx red isn't for Axura 2.3
birgertime said:
that's whitehawk's doing, btw
Click to expand...
Click to collapse
Yes I saw this mentioned in the trigger thread. However he said you were the Java expert. Collective creative development gotta love xda. I'm going to mess around and learn how to do some of this stuff one of these days. Instead being a leaching donator.LOL! My wife tells me that I'm on here so much I ought to know how to cook by now.
Masterâ„¢ said:
Because genx red isn't for Axura 2.3
Click to expand...
Click to collapse
I know this is your rom, but maybe you should check that statement again. Annex distinctly stated that he ported it to be used on 2.3. Also it's on YOUR website as such as well.
Generation X - Red
Red & Amazing!
Originally made by: D3StRoY
Most credits go to him! Without him, this theme would not be here before your eyes!
Original theme: http://forum.xda-dev...ad.php?t=898892
This is for Axura 2.3.0.0! Don't flash this if your Axura version differs!
Know your neighborhood!
Hey guys, I made a little mod of the rotary lockscreen for bionix V 1.2.1, based on the GingerBlue theme. Therefore, when you flash this zip, you will have a blue themed phone, only for what framework-res touches. There are no changes to tw-framework, so that apk is not included.
This is a clockwork flashable, and it clears your dalvik cache, so it takes ~3-4 minutes to reboot after flashing it. I was a bit worried because of how long I was having to wait after flashing, but then I realized I have 200+ apps, and that makes rebuilding the dalvik-cache a little time consuming. Screenshots included, here's the link to the mod:
http://www.4shared.com/file/ryMYzZYU/HoeyBWRotary.html
If there's enough interest in this sort of thing, I'll take whatever lockscreen ports there are to handle, and make them customizable for our Vibrants I'm a themer, not a coder heh heh
Edit: I suggest trying this with a black and blue theme, because that's what I designed this little inspiration after. the jog icons are black and transparent, not black and blue like the screenshots suggest, it's just the blue smoke from the wallpaper.
I added a space wallpaper to demo a little better the way it looks
EDIT #19390487: I will consider making these theme a Metamorph simply for the possibility of avoiding replacing the entire framework-res.apk . Metamorph may make it possible to avoid the time-consuming flash/dalvik-cache wipe process I am using now for the theme. Then again, everything has room for improvement, including this mod! Keep in mind, this is a *rough* draft of an idea, and the idea was made specifically for me. If you don't like it, then throw up some suggestions. I will give folks a run down in a separate thread from this, so you can have an idea of what I can change and the effects it will have. That way, this thread can stay open to new *actual* modifications, rather than just aesthetic ones. So basically, I am going to take what progress comes from here, and theme it to gooey goodness. I have a simplistic stylistic preference, but you all may not!
Where exactly are lockscreen-containing files located within the ROM?
hoey2011 said:
Hey guys, I made a little mod of the rotary lockscreen for bionix V 1.2.1, based on the GingerBlue theme. Therefore, when you flash this zip, you will have a blue themed phone, only for what framework-res touches. There are no changes to tw-framework, so that apk is not included.
This is a clockwork flashable, and it clears your dalvik cache, so it takes ~3-4 minutes to reboot after flashing it. I was a bit worried because of how long I was having to wait after flashing, but then I realized I have 200+ apps, and that makes rebuilding the dalvik-cache a little time consuming. Screenshots included, here's the link to the mod:
https://dl-web.dropbox.com/get/HoeyBWRotary.zip?w=4cbb60d5&dl=1
If there's enough interest in this sort of thing, I'll take whatever lockscreen ports there are to handle, and make them customizable for our Vibrants I'm a themer, not a coder heh heh
Edit: I suggest trying this with a black and blue theme, because that's what I designed this little inspiration after. the jog icons are black and transparent, not black and blue like the screenshots suggest, it's just the blue smoke from the wallpaper.
I added a space wallpaper to demo a little better the way it looks
Click to expand...
Click to collapse
Oxirane said:
Where exactly are lockscreen-containing files located within the ROM?
Click to expand...
Click to collapse
Hoey dang that lockscreen is sweet!!thanks for joining the discussion. I'm going test this baby out. It looks Great. Please feel free to Share some of your Lockscreen mods. That's why I started the thread because I believe themers such as yourself as well as others could post the hotness!
@ Oxirane It's either the Framework_res.apk or The Setting.apk and using root explorer you can copy it in systems/framework directory and if you use the setting.apk you can copy it in Systems/Apps folder. It's funny though because I've discovered that on some roms the framework_res.apk file changes the lockscreen, and on others all you have to do is push Settings apk to Systems/Apps. Maybe someone could expound on it for us. Make sure before you push any file with rootexplorer on your phone. SAVE your original files so that if something goes haywire you can just recopy those files as it will give you back your original look before the push. You could also just flash a rom with it already on it also. Hope this makes sense! Chime back if it works for you.
Update: Unable to download from dropbox its giving a error message. Could you post the Mod here in the thread. Thanks.
I am searching like hell to find an update.zip to have fade transitions throughout the entire os. I don't like the fancy flip, fly, etc that everyone seems to include in their ROMS and to me, it takes away from the "smoothness" of the operating system. If anyone knows the proper edits to make to the framework or has a zip that I could flash, I would be willing to donate. If you don't know what I am talking about I prefer the transition that is included with ADW Ex called "Fade". Thank you all in advance.
Just do a search, I believe there is a post with metamorphs with a bunch of different animations somewhere. If they provide a zip to flash you will lose the theme you are running or whatever as the animations are in the framework.
mbh87 said:
Just do a search, I believe there is a post with metamorphs with a bunch of different animations somewhere. If they provide a zip to flash you will lose the theme you are running or whatever as the animations are in the framework.
Click to expand...
Click to collapse
I ended up finding the metamorph files but still no luck with fade in/out transition animations... Thank you though...
Try using the "spare parts" app to turn off some of the fancy animations.
originally posted an earlier version in SimpleStreak thread. In case anyone missed it. just themed a few .png's to give the Streak some flair. themed for mdpi and hdpi, screenshots are mdpi @ 160 dpi. Also reurn to stock .zip available.
Well, my other project: working on an extended power menu is kaput. reboot recovery, not going to happen anytime soon, and just a reboot option would be very difficult, makes just pushing the power button seem so much easier now.
Anyways: next projext: Honeycomb themed DeskClock! Cheers!
Thanks for the theme. It looks like this zip is a bit different from the original in the SimpleStreak thread? I have attached a screenshot of my phone with the original from that thread, used on Stock 351.
actually, I think I originally only focused on one res either mdpi or hdpi, I forget, but yeah it is updated and I themed the running applications tab as well.
nice screenie, looks like you have a 7+"streak,
oh and BTW: yesterday I went back to 2.2 deleted install-recovery.sh before rebooting, and still no luck, I know I have done it once before on like streakdroid 1.4.6, but my idea of an extended power menu would be a little too involved for me. I'll be more than happy to just power down normally.
chrisrotolo said:
actually, I think I originally only focused on one res either mdpi or hdpi, I forget, but yeah it is updated and I themed the running applications tab as well.
nice screenie, looks like you have a 7+"streak,
. . .
Click to expand...
Click to collapse
I just stitched the screenshots together with IrfanView, it has a create panorama feature I used to give an overview of the entire menu without duplication.
Wow, looks great! Thanks for sharing!
I did have a moments pause to figure out what to do with the ZIP file. (Just flash ZIP with StreakMod recovery). I had it unzipped, looking through the META-INF, saying WTF in my head... Then I guess I wised up.
Any way you can theme up a transparent notifications tray for SimpleStreak?
Good looking stuff. Anyway you can make a transparent notification tray for SD1.9.1?
sure ,not sure which one you are referring to, post a screenshot and circle it. thanks.
We would like at this point the transparent theme for Settings.apk, missing only one
sure, just post which screen you cant make transparent and I'll have a look.
Nexus 5 KitKat SystemDump, felt it was needed to post
http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/
Nexus 5 Ringtones, Notificiations, and UI - http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/Nexus5Sounds.zip
Nexus 5 Framework, for the app devs and themers - http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/framework-res.apk
zooyork0721 said:
Nexus 5 KitKat SystemDump, felt it was needed to post
http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/
Nexus 5 Ringtones, Notificiations, and UI - http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/Nexus5Sounds.zip
Nexus 5 Framework, for the app devs and themers - http://www.drdevs.com/devs/teamose/zooyork0721/System Dumps/Nexus 5/framework-res.apk
Click to expand...
Click to collapse
something good to start with....:good:
n5 kitkat sources are also available no....
ok...
I'll help:
here is the deodex apks - http://d-h.st/Zkv
here is the deodex framework - http://d-h.st/b5K
:fingers-crossed:
cool.. time to work on this
Edit: @raafaell in 4.4, system apps are in a different folder i.e /system/priv-app
your deodexed apps zip seems to miss tat..
alternate mirror please ..
Too bad to see that now almost every pre-installed app went proprietary.
Somebody should take the AOSP apps and make them as good as Google's one's to keep Android really open.
land.apfel said:
Too bad to see that now almost every pre-installed app went proprietary.
Somebody should take the AOSP apps and make them as good as Google's one's to keep Android really open.
Click to expand...
Click to collapse
They are slowly doing this with all of the apps so they gain control again. Open everything up and give it away for free to get market share then close down the apps again to try and keep it.
Diskb0x said:
They are slowly doing this with all of the apps so they gain control again. Open everything up and give it away for free to get market share then close down the apps again to try and keep it.
Click to expand...
Click to collapse
And exactly there is the problem!
Do we want Google to have control?
The quality of Android lies in it's openness.
If all system apps are controlled by Google custom ROMs cannot customize and extend them anymore. Exactly the customizability we all love is what we will lose this way.
Too bad I can't code Android apps myself
I guess that leaves ubuntu touch in the spring.
sent while running with scissors
Interesting to see they went back to having camera and gallery as separate apps.
Sent from my Nexus 7 using xda app-developers app
Any chance to get the boot animation?
RichieRich84 said:
Any chance to get the boot animation?
Click to expand...
Click to collapse
Dropbox link here:
https://dl.dropboxusercontent.com/u/19019338/bootanimation.zip
MD5: e7e34a72f1b61a18277f6ead20f4e8c7
Pulled from a media.zip of the /media folder someone posted on Friday.
br0adband said:
Dropbox link here:
https://dl.dropboxusercontent.com/u/19019338/bootanimation.zip
MD5: e7e34a72f1b61a18277f6ead20f4e8c7
Pulled from a media.zip of the /media folder someone posted on Friday.
Click to expand...
Click to collapse
Whats the md5 for?
The bootanimation.zip file, of course, so you know what you're downloading is not corrupt.
Hey guys,
Can someone tell me where to find SystemUI.apk? I'm looking for battery, wifi, 3g, etc.. icons, that are normally in SystemUI.apk.
Thanks for any info.
Here is a Mirror to the system dump that is extracted so you don`t have to download the entire thing Hosted on my server for fast speed
http://storagecow.eu/index.php?dir=Xda/Nexus+5/
Guys, any clue where the Battery icons are stored? Searched in SystemUI and framework-res already and haven't found them.
+1, i also need most of the framework from systemui
Sent from my SXP [R800i]
Okay, Battery indicator is controled by smali and xml, not by images
Good to know, thanks! but that is a bit f** up to copy to any other phone, smh.. :/
On Hold Indefinitely
Important Info
This is the first theme I'm making for the Tab S and it is in testing.
If you download and flash please disregard missing elements in the theme.
I expect to be finished sooner than later. By the end of the weekend maybe.
I'll post any significant additions or improvements if it's not completed by Mon.
I Am Not Responsible For Any Use Of Information Or Files Posted By Myself Or By Any Other User.
Limitations and Solutions
The vr system will theme pngs, .9.pngs and some xmls [font color and some significant background elements].
I personally will theme my stock T700 NL2 rom and add apks to the theme to complete it where I cannot for any rom build because it would cause errors.
If two roms use stock apks with no mods to them you might be able to do this but I would not advise it.
Developers And Rom Users
I'll happily find the time to make this or any theme I put out for the TabS compatible with your rom. Please PM me or let me know.
Theme Design And Name Info
This is a simple theme that will add white and grey [4D5163, 343743] to touchwiz ui.
The name Version 0 is because this is the first time I've released a theme at this early of a stage, it will be relatively colorless and seemed cool enough.
EMPTYGALAXYTHEME comes from my EMPTYGALAXYROM name and I guess a way to encompass all my work. lol
I'm not big on it now but it adds to the fun.
EMPTYGALAXYTHEME
VERSION 0https://dl.dropboxusercontent.com/u/9398026/EGT_V0_3.1.15.zip
vr theme flashable zip tested on T700. It should work on any Tab S but I'm not 100% sure about the T800.
Please Report If It Works On Your Tab S
current themed parts
System UI - toggles, icons.
Framework - menus, some background
screenshots when finished
I realize the risk you run flashing a theme without any screenshots or revert zip and I thank you for that[emoji14]
Hopefully I'll need this
Confirmed working on T800. Just needs a few fixes. Power menu is also themed to. So looks like you got that down thank you man
That's how it should look at this point. That's great thanks.
Feel free to use the zip as a map. Some things I didn't need to theme but unzip it and you'll know some of r he pngs. I'd love to know where that side bar in settings is...
reggie cheeks said:
That's how it should look at this point. That's great thanks.
Feel free to use the zip as a map. Some things I didn't need to theme but unzip it and you'll know some of r he pngs. I'd love to know where that side bar in settings is...
Click to expand...
Click to collapse
Hey changed the icons in sec settings. I still don't know which is the color that blueish one is. I used your theme as a base and filled some stuff in the empty folders. I managed to get the recents bar themed too. I did some cherry picking from discreet blue. The settings now has custom icons. Also fixed the auto brightness tick box while I was at it.
Very nice. Was the recents bar in settings? I'm thinking the side bar background might be an xml.... I hope not though
reggie cheeks said:
Very nice. Was the recents bar in settings? I'm thinking the side bar background might be an xml.... I hope not though
Click to expand...
Click to collapse
If I am correct, the recents bar was an XML... I looked at discreet blue and saw that the systemui had layout folder along with an XML file. I'm still trying to figure out the top blue bar in the notification panel. The framework doesn't need changes as its perfect for me.
Here's my zip in case you want to know the things I added. https://www.dropbox.com/s/fehgzqqiu6rbmon/Theme Test 2 DUHAsianSKILLZ.zip?dl=0
I'll check that out if I get a chance. I've got to find all the backgrounds before I'll be changing icons or anything else. Looks like each rom may need it's own themed apks though cuz of values folders
reggie cheeks said:
I'll check that out if I get a chance. I've got to find all the backgrounds before I'll be changing icons or anything else. Looks like each rom may need it's own themed apks though cuz of values folders
Click to expand...
Click to collapse
Hey, If you ever get the notification part at the top themed/fixed tell me That's basically all I need since you did most of the dirty work with the framework and systemui. Of course I am theming for the T800 as you can do whatever as you have the T700
That's in one of the value folders in System UI apk. Next time I'm at my pc I'll find exactly where.
Added
It's in one of the colors.xml or drawables.
reggie cheeks said:
That's in one of the value folders in System UI apk. Next time I'm at my pc I'll find exactly where.
Added
It's in one of the colors.xml or drawables.
Click to expand...
Click to collapse
Can you send me the zip with that? Thanks!
I can later but it's in the apk. So if you're running ironrom you'll need that systemui.apk.
DUHAsianSKILLZ said:
Can you send me the zip with that? Thanks!
Click to expand...
Click to collapse
Hey,
I've been busy with the s4 [it needs a lot more attention than the tab] but I saw you've gotten framework themed? Have you found the side settings panel?
That's the only thing keeping me from finishing this.
reggie cheeks said:
Hey,
I've been busy with the s4 [it needs a lot more attention than the tab] but I saw you've gotten framework themed? Have you found the side settings panel?
That's the only thing keeping me from finishing this.
Click to expand...
Click to collapse
I don't think I did anything with the framework. Been really busy finishing and studying for exams this week. I'm all finished now though. I tried looking for that part yesterday and I couldn't find it! And I also had trouble with the top nonfication panel. Those are basically the only things left until its finished.
What tab do you have? Lol. I'll need the System Ui from the rom. I'm thinking it's worth focusing on IronRom and your version. Once it's complete it'll be easier to bring it to the others. I have the debloated NL2. .. I might complete something for that. Idk though. You're all over helping the community so honestly I want to return the favor and get this done.
reggie cheeks said:
What tab do you have? Lol. I'll need the System Ui from the rom. I'm thinking it's worth focusing on IronRom and your version. Once it's complete it'll be easier to bring it to the others. I have the debloated NL2. .. I might complete something for that. Idk though. You're all over helping the community so honestly I want to return the favor and get this done.
Click to expand...
Click to collapse
I own the Tab s wifi 10.5 (SMT800). Themes should work fine on T805 also.Here's the Apks I pulled from iron rom. https://mega.co.nz/#F!i0wCTapZ!RP83sWXTdksm4PqpxVQ8wA. Thank you for working/want to work on it for me. Its basically the two things I mentioned in the last post. Theme those then its complete. I'm trying not to work too much on it since lollipop is coming real soon. You'll see me around the community a lot since I own the device . If I owned other devices you'd see me there too. Thanks again! If you don't manage to find it or get things to work, I can try to do it.
Well, I must need to update some tools or something. I can not compile framework. And the SystemUI sent I couldn't compile. The xml that needs to be modded is in value-sw800dp-xhdpi/drawables.xml "notification_header_bg".
Now there is a good chance it's somewhere else because when I did it on my SysUI I went through all the drawables.xml and colors.xml is values folders, values-sw800dp-xhdpi, values-sw600dp, values-sw540dp, values-sw360dp-xhdpi, values-sw320dp and values.
I won't be able to do anything until I can get those compiled
reggie cheeks said:
Well, I must need to update some tools or something. I can not compile framework. And the SystemUI sent I couldn't compile. The xml that needs to be modded is in value-sw800dp-xhdpi/drawables.xml "notification_header_bg".
Now there is a good chance it's somewhere else because when I did it on my SysUI I went through all the drawables.xml and colors.xml is values folders, values-sw800dp-xhdpi, values-sw600dp, values-sw540dp, values-sw360dp-xhdpi, values-sw320dp and values.
I won't be able to do anything until I can get those compiled
Click to expand...
Click to collapse
Sorry for the late reply, had a big project to do. I typically use tickelmyandroid tool to compile and decompile the Apks since it uses apktool and all that. Never had a problem. Perhaps I can compile them?
That might work. I'm gonna see about tickle my android. I've never used it. Thanks for the info. I'm still doing work on the s4. I'll try to make some time for the tab.