Related
Hello @all,
since the first froyo builds I missed the input/keyboard animation. I liked the animation as it was in the previous eclair builds. So I took a look into this.
Theres an easy solution to this, if you know how to de-/recompiling the framework-res.apk.
I don't describe here how to decompile apk's. There are enough tutorials here I think.
So, to get the Input animation back you just have to take a look into:
\res\values\styles.xml
and search for:
Code:
<style name="Theme.InputMethod" parent="@style/Theme.Panel">
<item name="imeFullscreenBackground">@drawable/input_method_fullscreen_background</item>
<item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
<item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
</style>
and add one line to get this:
Code:
<style name="Theme.InputMethod" parent="@style/Theme.Panel">
<item name="windowAnimationStyle">@style/Animation.InputMethod</item>
<item name="imeFullscreenBackground">@drawable/input_method_fullscreen_background</item>
<item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
<item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
</style>
...recompile and you've got the default input/keyboard animation back.
I add my example framework-res.apk in an CWM flashable .zip file. It's the framework from the actual JPX ROM. Theres also my own Battery Icon Mod included. Stock Battery Icon style, but with pixel exact display of the battery und charging state. This means 30 battery states displayed and not just only 4 or 5 like in the original. Even when charging. Much nices and more accurate.
Hope I could help somebody with this. If you have question just ask here. And sorry for my english
Hi,
Do you maybe know how to get this working on Sense roms. The line you added is already present in my framework-res.
Attached the framework-res.apk of my rom below.
Emm, is it the same as fancy keyboard animation from spare parts?
Just get the Spare Parts app from the Market.
Yes could someone please try get this working on Sense roms? Like casklaverstijn said that line is already present, yet the animation does not work. What else could we try?
Enabling it in spare parts makes no change too.
If you ever get bored with the black background in Android, now you can change it by making a few small edits to framework-res.apk/res/values/styles.xml
This will affect MOST of the black background you see in Android (e.g. settings, contacts, mms, installer etc.) with the exception of certain apps that use their on backgrounds (e.g. contacts logs, email etc.).
Difficulty level: Medium
1. Decompile framework-res.apk
2. Navigate to res/values and open styles.xml
3. Locate <style name="Theme">
4. Replace
<item name="colorBackground">@color/background_dark</item>
with
<item name="colorBackground">@color/transparent</item>
5. Replace
<item name="windowBackground">@drawable/screen_background_dark</item>
with
<item name="windowBackground">@drawable/mybackground</item>
6. Locate <style name="Theme.Black" parent="@style/Theme">
7. Replace
<item name="colorBackground">@color/black</item>
with
<item name="colorBackground">@color/transparent</item>
8. Replace
<item name="windowBackground">@color/black</item>
with
<item name="windowBackground">@drawable/mybackground</item>
9. Create a 480x800 png to your liking, name it mybackground.png and place it in drawable-hdpi folder
9. Recompile framework-res.apk
DONE!
Always create a backup before making any modifications!!!
Great job. I wished i had the confidence to do this lol. bu thank you for the info
smccall said:
Great job. I wished i had the confidence to do this lol. bu thank you for the info
Click to expand...
Click to collapse
I think it's more intimidating for most people than anything else.
AvatarOfFrost said:
I think it's more intimidating for most people than anything else.
Click to expand...
Click to collapse
Any way you can make a video or maybe qbking77 could im more of a visual learner. i would love to learn how Do do this
smccall said:
Great job. I wished i had the confidence to do this lol. bu thank you for the info
Click to expand...
Click to collapse
Its really not that hard.... Its time consuming in the beginning with trial and error and nandroid recoveres. But its worth it in the end and the selfsatisfaction feels great. "yes, I figured it out" or "I really can do this". Try and see.
As longa you doa back up you really can't screw it up.
Sent from my SPH-D710 using xda premium
spdwiz18 said:
Its really not that hard.... Its time consuming in the beginning with trial and error and nandroid recoveres. But its worth it in the end and the selfsatisfaction feels great. "yes, I figured it out" or "I really can do this". Try and see.
As longa you doa back up you really can't screw it up.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
I will give it a whirl.
Mind posting screenies? I'll try if I like what it turns into.
Sent from my Senseless Doubleshot using xda premium
Updated OP with screenshots.
You might wanna enlarge the ppics too see better as my background is more subtle. I am using the Ice Cream Sandwich texture.
I'd like to know how to successfully make the font color white in the bubbles of mms and change all of the white background images to black and invert it's color so it's white font on black background. The white background with black font is ugly.
And this is definitely nice! I'll give this a shot, too!
Overstew said:
I'd like to know how to successfully make the font color white in the bubbles of mms and change all of the white background images to black and invert it's color so it's white font on black background. The white background with black font is ugly.
And this is definitely nice! I'll give this a shot, too!
Click to expand...
Click to collapse
There is no white background in mms.
AvatarOfFrost said:
There is no white background in mms.
Click to expand...
Click to collapse
Oops. I meant black font in mms. I was wanting to make the bubble backgrounds black and make the font white.
Great guide. Thanks for taking the time to do this.
Tiffany84 said:
Great guide. Thanks for taking the time to do this.
Click to expand...
Click to collapse
Speaking of guides, Tiffany how does one change the tab colors at the top of the phone and contacts apk.? I've tried swapping out nearly every PNG I can think of in the framework res.apk, system ui, phone, and contacts apps and still can't get my phone off the stock Samsung blue. Thanks.
fnut6969 said:
Speaking of guides, Tiffany how does one change the tab colors at the top of the phone and contacts apk.? I've tried swapping out nearly every PNG I can think of in the framework res.apk, system ui, phone, and contacts apps and still can't get my phone off the stock Samsung blue. Thanks.
Click to expand...
Click to collapse
I've never even looked. My theme is blue so I've always kept it. I'll look and get back to you if someone doesn't give you your answer before hand.
The tabs are located in twframework-res.apk. They are called tw_tab_focused.png and so on.
Thank you, that probably explains why nothing happens when I switch out the PNG's in system UI.
AvatarOfFrost said:
The tabs are located in twframework-res.apk. They are called tw_tab_focused.png and so on.
Click to expand...
Click to collapse
Your information was spot on got most everything swapped out, thanks again.
If I could borrow your expertise again would you know where the files are located in the attached photo. They mostly show up in contacts even though I swapped out the dialer and contacts apps from Crysis21's SensatioN ROM?
fnut6969 said:
Your information was spot on got most everything swapped out, thanks again.
If I could borrow your expertise again would you know where the files are located in the attached photo. They mostly show up in contacts even though I swapped out the dialer and contacts apps from Crysis21's SensatioN ROM?
Click to expand...
Click to collapse
framework-res
Sent from my SPH-D710 using XDA App
PhantomHacker said:
framework-res
Sent from my SPH-D710 using XDA App
Click to expand...
Click to collapse
Thank you, I must be overlooking something I'll just go through it more carefully.
For the life of me I can't get the Framework to recompile successfully. Even if I don't make any changes. I used this guide. Is there a better way to do it?
hi!
i made a litte SystemUI pulldown animation (only for AOKP B29)
it looks like a overglow effect
it slowly comes in and slowly fades away
no screenshots.. only a video(not super clear)(outdated the animation is now much smoother)
http://www.youtube.com/watch?v=8wxZX0uwwuo&feature=youtu.be
backup your current systemui!
and flash the download in cwm
want to make one yourself?
see second post
Download
http://dl.dropbox.com/u/63404537/CWMSystemUIPulldownAnimation1.3.zip
Back To Stock AOKP 29 (thnx to t-rip)
http://dl.dropbox.com/u/63404537/StockB29CWMSystemUI.zip
if you like my work please consider a donation
TUTORIAL
here we go! i will try and make this as clear as possible
1. plug in your phone
2. adb pull /system/app/SystemUI.apk
3. make a copy and keep it somewhere save(need this later)
4. decompile SystemUI.apk
5. browse your way to /res/layout/status_bar_tracker and open the file
you will see a lot of code
change the lines in your systemui to the red lines in the code below
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.TrackingView android:orientation="vertical" [COLOR="red"]android:background="@drawable/pulldown" [/COLOR]android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout [COLOR="Red"]android:background="@drawable/pulldown_background" [/COLOR]android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<com.android.systemui.statusbar.policy.WeatherText android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="40.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.android.systemui.statusbar.phone.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</FrameLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:background="#ee000000" android:layout_width="fill_parent" android:layout_height="wrap_content">
<ImageView android:layout_gravity="center" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitCenter" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</com.android.systemui.statusbar.phone.TrackingView>
6.save and go to /res/drawable/
7.make an .xml file named pulldown.xml
8. open it and paste the code below inside and save
8a. the android:drawable lines represent the images of the animation
so make sure the name of the images and the lines are the same.
so in my case the first image is called
android:drawable="@drawable/pulldown_anim001"
and je can add or remove lines to match the number of images you are going to use
Code:
<?xml version="1.0" encoding="utf-8"?>
<animation-list android:oneshot="false"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:duration="150" android:drawable="@drawable/pulldown_anim001" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim002" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim003" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim004" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim005" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim006" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim007" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim008" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim009" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim010" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim011" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim012" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim013" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim014" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim015" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim016" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim017" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim018" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim019" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim020" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim021" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim022" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim023" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim024" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim025" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim026" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim027" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim028" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim029" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim030" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim031" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim032" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim033" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim034" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim035" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim036" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim037" />
<item android:duration="150" android:drawable="@drawable/pulldown_anim038" />
9. place your images you are going use in drawable-xhdpi
10. place this image in your drawable-xhdpi
11. save and compile your SystemUI
12. open your backup of the SystemUI apk and copy the res map and the resources.arsc of the just compiled apk into the backup
13. adb remount
14. adb push /system/app/
15. adb reboot
hope this is clear
this should work on every gnex rom
I tested it and like the effect!
It would be better if the glow animation would be a little more fluid. Right now you can see each "frame" of the animation.
But it doesn't affect performance yet! That's most important I think.
EDIT:
I attached a CWM-zip with the stock System-UI based on your zip. You can put it in the opening post. I guess a lot of people like to have a way back to stock without backing up the apk.
t-rip said:
I tested it and like the effect!
It would be better if the glow animation would be a little more fluid. Right now you can see each "frame" of the animation.
But it doesn't affect performance yet! That's most important I think.
EDIT:
I attached a CWM-zip with the stock System-UI based on your zip. You can put it in the opening post. I guess a lot of people like to have a way back to stock without backing up the apk.
Click to expand...
Click to collapse
i am working on a smoother one!
oo thank u!i forgot, i will add it in the first post
updated the animation!
its smoother now
wow this is cool!
This is pretty awesome! I just wish it was smoother. Is the op the updated one?
Sent from my Galaxy Nexus using Tapatalk
foxehkins said:
This is pretty awesome! I just wish it was smoother. Is the op the updated one?
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
the download in the first post is the updated one! and 50% smoother then the one in the video
i can make it smoother but it a lot of work
but i am working on it!
update!
1.3
much smoother now
Totally smooth now or just smooth?
Can you tell us what did you changed in the SystemUI.apk so we can have your mod while keeping our theme?
Oops, screwed up my b28 hehe.
Is it possible to make a zipthemer file?
I would love this on CNA
Works fine. But a bit laggy
Sent from my Galaxy Nexus using XDA Premium HD app
arzbhatia said:
Totally smooth now or just smooth?
Click to expand...
Click to collapse
no not totally i will work on that but that will use 80 images i think
LKNim said:
Can you tell us what did you changed in the SystemUI.apk so we can have your mod while keeping our theme?
Click to expand...
Click to collapse
yes, i will place a tutorial when i have time
ezcats said:
Is it possible to make a zipthemer file?
I would love this on CNA
Click to expand...
Click to collapse
i will place a tutorial when i have some time its very easy to make
its the same for all roms so its more helpfull then a zipthemer
Hello
Awesome mod, I like flashy things... Just a question before I go ahead, I have black exodus, if I install this... it will still be blue right? not white?
EDIT just tried, got rid of the settings made by black exodus in the status bar, the glow is blue. Will you make mods with different colours in the future?
FC1032 said:
Hello
Awesome mod, I like flashy things... Just a question before I go ahead, I have black exodus, if I install this... it will still be blue right? not white?
EDIT just tried, got rid of the settings made by black exodus in the status bar, the glow is blue. Will you make mods with different colours in the future?
Click to expand...
Click to collapse
If he writes a turorial it will be very easy to change the images he used. Even on your own
tututu tutorial placed
Hello folks,
This MOD inspired and originally posted by evilisto for ICS ROM's.
How to change your recent apps windows like the screenshot below.
1. Inside attached zip there is three files (status_bar_recent_item.xml) and (status_bar_recent_panel.xml), copy them to SystemUI\res\layout for Android 4.2 and SystemUI\res\layout-port for Android 4.1. And nyandroid11.png move it to SystemUI\res\drawable-nodpi
2. Go to SystemUI\res\values\bools.xml and change:
From:
Code:
<bool name="config_recents_thumbnail_image_fits_to_xy">false</bool>
To:
Code:
<bool name="config_recents_thumbnail_image_fits_to_xy">true</bool>
3. Go to SystemUI\res\values\colors.xml and change:
From:
Code:
<color name="status_bar_recents_app_label_color">#ffffffff</color>
To:
Code:
<color name="status_bar_recents_app_label_color">#ff555555</color>
4. Go to SystemUI\res\values\drawables.xml and change:
From:
Code:
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
To:
Code:
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#ffe0e0e0</item>
5. Go to SystemUI\res\values\ids.xml and search for:
Code:
<item type="id" name="recents_transition_background">false</item>
Code:
<item type="id" name="recents_transition_placeholder_icon">false</item>
If they are not there, add them.
6. Go to framework-res\es\values\dimens.xml and change thumbnail height and width size to:
Code:
<dimen name="thumbnail_height">160.0dip</dimen>
Code:
<dimen name="thumbnail_width">240.0dip</dimen>
- Note that you may lose kill all button.
- Not all ROMs will support this MOD like Xylon.
- This Mod was tested for XHDPI devices so you may change thumbnail height/width to match your device screen resolutions.
- You can use your own Recent window, just name it nyandroid11 and copy it to SystemUI\res\drawable-nodpi
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Enjoy it
Gonna do this for eos tomorrow with the frame I made
Sent from my SGH-T999
ÜBER™ said:
Gonna do this for eos tomorrow with the frame I made
Sent from my SGH-T999
Click to expand...
Click to collapse
Wow!! Nice looking frame man!
vicino said:
Wow!! Nice looking frame man!
Click to expand...
Click to collapse
Your styles make me look like an artist xD.
Sent from my Galaxy Nexus
ÜBER™ said:
Your styles make me look like an artist xD.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Will PM you for some new styles
Is this possible to do on a galaxy nexus? I'm the one who asked you on other thread about xperia theme I've been running mods/launcher really like the look but is it possible to add recent like these or something similar thanks loving your latest another killer theme.
Sent from my Galaxy Nexus
Vicino, do you know is it possible to change the recent window background? I mean, in 4.1, if we open recent menu,it will give us a semi-transparent background right? While in 4.2, it will give us the wallpaper we are using. Do you know if we can change it and put our own selected image for the background?
I hope you understand what im explaining here. Im talking about the background here, not the frame.
Sent from my Galaxy Nexus using Tapatalk 2
maliceomalice said:
Vicino, do you know is it possible to change the recent window background? I mean, in 4.1, if we open recent menu,it will give us a semi-transparent background right? While in 4.2, it will give us the wallpaper we are using. Do you know if we can change it and put our own selected image for the background?
I hope you understand what im explaining here. Im talking about the background here, not the frame.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Like this?
http://forum.xda-developers.com/showthread.php?t=2080206
Or the normal recent background?
So there is already a tutorial for this? Thank you, i didnt noticed that. I will give it a try today.
One more question, if i still want to use your Moto theme, do i need to do something extra?
Sent from my Galaxy Nexus using Tapatalk 2
maliceomalice said:
Vicino, do you know is it possible to change the recent window background? I mean, in 4.1, if we open recent menu,it will give us a semi-transparent background right? While in 4.2, it will give us the wallpaper we are using. Do you know if we can change it and put our own selected image for the background?
I hope you understand what im explaining here. Im talking about the background here, not the frame.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Decompile systemui
Navigate to res/drawable folder status_bar_recents_background.xml
Edit starting color and endcolor mine is set to #80000000 for both to give me 50% transparency
Sent from my Galaxy Nexus
vicino said:
Hello folks,
This MOD inspired and originally posted by evilisto for ICS ROM's.
How to change your recent apps windows like the screenshot below.
1. Inside attached zip there is three files (status_bar_recent_item.xml) and (status_bar_recent_panel.xml), copy them to SystemUI\res\layout for Android 4.2 and SystemUI\res\layout-port for Android 4.1. And nyandroid11.png move it to SystemUI\res\drawable-nodpi
2. Go to SystemUI\res\values\bools.xml and change:
From:
Code:
<bool name="config_recents_thumbnail_image_fits_to_xy">false</bool>
To:
Code:
<bool name="config_recents_thumbnail_image_fits_to_xy">true</bool>
3. Go to SystemUI\res\values\colors.xml and change:
From:
Code:
<color name="status_bar_recents_app_label_color">#ffffffff</color>
To:
Code:
<color name="status_bar_recents_app_label_color">#ff555555</color>
4. Go to SystemUI\res\values\drawables.xml and change:
From:
Code:
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
To:
Code:
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#ffe0e0e0</item>
5. Go to SystemUI\res\values\ids.xml and search for:
Code:
<item type="id" name="recents_transition_background">false</item>
Code:
<item type="id" name="recents_transition_placeholder_icon">false</item>
If they are not there, add them.
6. Go to framework-res\es\values\dimens.xml and change thumbnail height and width size to:
Code:
<dimen name="thumbnail_height">160.0dip</dimen>
Code:
<dimen name="thumbnail_width">240.0dip</dimen>
- Note that you may lose kill all button.
- Not all ROMs will support this MOD like Xylon.
- This Mod was tested for XHDPI devices so you may change thumbnail height/width to match your device screen resolutions.
- You can use your own Recent window, just name it nyandroid11 and copy it to SystemUI\res\drawable-nodpi
Enjoy it
Click to expand...
Click to collapse
how to get it to work after decompiling ? keep getting fc's
Unknown1212 said:
how to get it to work after decompiling ? keep getting fc's
Click to expand...
Click to collapse
Dont quote the whole post please? Saves space. Im sorry for not answering your PM earlier.. PM's slip my mind because i usually check when i get up in the morning. You have to recompile by doing apktool b SystemUI. Then once built in /res/build/apk of the SystemUI decompiled folder open up the archive of the original apk with 7zip and move over the Res resource.arsc and the other file there i cant recall the name everything but the Manifest. Then you must flash this in a zip, you cannot just replace the apk in /system. Then you should be fine :good:
ÜBER™ said:
Dont quote the whole post please? Saves space. Im sorry for not answering your PM earlier.. PM's slip my mind because i usually check when i get up in the morning. You have to recompile by doing apktool b SystemUI. Then once built in /res/build/apk of the SystemUI decompiled folder open up the archive of the original apk with 7zip and move over the Res resource.arsc and the other file there i cant recall the name everything but the Manifest. Then you must flash this in a zip, you cannot just replace the apk in /system. Then you should be fine :good:
Click to expand...
Click to collapse
sorry haha new here -.- thanks for helping ill try it out
---------- Post added at 10:46 PM ---------- Previous post was at 10:29 PM ----------
i did what you said but no change .. i flashed the zip i made and recent apps still the same
Unknown1212 said:
sorry haha new here -.- thanks for helping ill try it out
---------- Post added at 10:46 PM ---------- Previous post was at 10:29 PM ----------
i did what you said but no change .. i flashed the zip i made and recent apps still the same
Click to expand...
Click to collapse
Start over.. i literally just did this and it worked like a charm.
Just need to modify the framework dimens to fit my image better.
ÜBER™ said:
Start over.. i literally just did this and it worked like a charm.
Just need to modify the framework dimens to fit my image better.
Click to expand...
Click to collapse
wow . can you maybe send me the zip you made ? im want to use eos anyway
Unknown1212 said:
wow . can you maybe send me the zip you made ? im want to use eos anyway
Click to expand...
Click to collapse
GSM nexus? I only made it for the Toroplus.. BRD is planning on adding this into EOS soon.
ÜBER™ said:
GSM nexus? I only made it for the Toroplus.. BRD is planning on adding this into EOS soon.
Click to expand...
Click to collapse
oh.. ok .. so can you show me how u made the flashable zip .. cause i tried this guide lot of times and had no change .. flashing zip also ..
ÜBER™ said:
Start over.. i literally just did this and it worked like a charm.
Just need to modify the framework dimens to fit my image better.
Click to expand...
Click to collapse
I already did this also but the only thing I'm missing is the app description at the top of each in every recent box, anyone knows how to fix it?
Sent from my Galaxy Nexus
mixtapes08 said:
I already did this also but the only thing I'm missing is the app description at the top of each in every recent box, anyone knows how to fix it?
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Dont think its a bug.. look at the OP pics it doesnt have the description either. Id like to put it on the boarder on the left of the logo .
Redid the image
ÜBER™ said:
Dont think its a bug.. look at the OP pics it doesnt have the description either. Id like to put it on the boarder on the left of the logo .
Redid the image
Click to expand...
Click to collapse
I've talked to vicino he said it supposed have one. He's still figuring out what happen. Try looking at his old versions of this mod. It does have name at the top of recent window.
Edit. How will you activate it?
Sent from my Galaxy Nexus
Hey guys. Here's an Elegant White Theme for the new Sprint ND8 update. I thought I'd share it here since there were some folks who liked it back on MK3. There are a few minor little things that are still wip, since Samsung changed some things around in the ND8 framework. All icons are from stock TW but I'm working on another zip which will include icons from the WPX MK3 roms. Thanks to @bilgerryan, @dazednconfused and the rest of TeamWicked for allowing me to use them. I hope you all enjoy.
Included Apk's
framework
twframework
SecSettings
SecMms
SecContacts_OSup
SecPhone
SecNoteMyFiles
SecLauncher2
MusicPlayerWT
SecGallery2013 - wip
ClockPackage_OSup
MusicCommonUtility
SecBrowser_SPR
SecDownloadProviderUi_2
JobManager
SecCalendar_NAmerica
SamsungIME
SamsungCamera
Make sure to back up your existing rom. Download zip and place in either internal or external sdcard. Boot into recovery, wipe cache and dalvik cache and install zip.
Download link:
6/4 V2: http://www.androidfilehost.com/?fid=23501681358542721 5/29 V1: http://www.androidfilehost.com/?fid=23501681358540121
5/31 Updated SecSettings - Now included in V2
Fixes wifi connection dialog text
Push to system/priv-app, change permissions to rw-r-r and reboot
http://www.androidfilehost.com/?fid=23501681358540473
Changelog:
V1
Initial release
V2
Corrected some menu dropdown panels, menu hardkey panels and texts which affect 3rd party apps.
Corrected texts affected when installing certain Wanam mods
Includes S5 Mms
Reserved for screenshots
Great job.I was waiting for this
mholloway said:
Great job.I was waiting for this
Click to expand...
Click to collapse
Thanks man. It's been a little frustrating trying to get this one to look just like the MK3 release. Samsung changed a few things around in framework. I haven't been able to figure out one text in particular because it definitely affects the text in some 3rd party apps. As always, thanks for supporting the theme!
nyfl2004 said:
Thanks man. It's been a little frustrating trying to get this one to look just like the MK3 release. Samsung changed a few things around in framework. I haven't been able to figure out one text in particular because it definitely affects the text in some 3rd party apps. As always, thanks for supporting the theme!
Click to expand...
Click to collapse
Can you tell me where and what file changes the settings background.
edit -reason I am asking I have a white carbon fiber pic .maybe can be used instead of just white.?
mholloway said:
Can you tell me where and what file changes the settings background.
edit -reason I am asking I have a white carbon fiber pic .maybe can be used instead of just white.?
Click to expand...
Click to collapse
No problem. Go into framework-res/drawable and look for the following 2 xml's: tw_screen_background_selector_dark and tw_screen_background_selector_light. You can also control them in framework-res//res/values/styles.xml.
Edit: Those 2 xml's will actually direct you to "tw_background_holo_dark" and "tw_background_holo_light". Since you want to use a png image, you're going to have to add your png to the drawable folder and then edit the following xml lines:
framework-res/drawable/tw_background_holo_dark/
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ff000000" /> change this this line to the name of your png. Example: "@drawable/framework_background"
framework-res/drawable/tw_background_holo_light/
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffffff" /> change this line to the name of your png
Example: "@drawable/framework_background"
nyfl2004 said:
No problem. Go into framework-res/drawable and look for the following 2 xml's: tw_screen_background_selector_dark and tw_screen_background_selector_light. You can also control them in framework-res//res/values/styles.xml.
Edit: Those 2 xml's will actually direct you to "tw_background_holo_dark" and "tw_background_holo_light". Since you want to use a png image, you're going to have to add your png to the drawable folder and then edit the following xml lines:
framework-res/drawable/tw_background_holo_dark/
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/screen_background_dark" android:state_accelerated="false" />
<item android:drawable="@drawable/tw_background_holo_dark" /> change this line to the name of your png
framework-res/drawable/tw_background_holo_light/
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/screen_background_light" android:state_accelerated="false" />
<item android:drawable="@drawable/tw_background_holo_light" /> change this line to the name of your png
</selector>
Click to expand...
Click to collapse
Man... thanks.
mholloway said:
Can you tell me where and what file changes the settings background.
edit -reason I am asking I have a white carbon fiber pic .maybe can be used instead of just white.?
Click to expand...
Click to collapse
Wow, what a mess I made of that. It should be correct now. Sorry for all the changes..
Edit: This is what it should look like..
framework-res/drawable/tw_background_holo_dark/
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ff000000" /> change this this line to the name of your png. Example: "@drawable/framework_background"
framework-res/drawable/tw_background_holo_light/
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffffff" /> change this line to the name of your png
Example: "@drawable/framework_background"
nyfl2004 said:
Wow, what a mess I made of that. It should be correct now. Sorry for all the changes..
Edit: This is what it should look like..
framework-res/drawable/tw_background_holo_dark/
xmlns:android="http://schemas.android.com/apk/res/android">
change this this line to the name of your png. Example: "@drawable/framework_background"
framework-res/drawable/tw_background_holo_light/
xmlns:android="http://schemas.android.com/apk/res/android">
change this line to the name of your png
Example: "@drawable/framework_background"
Click to expand...
Click to collapse
What do you use to edit the xml. Notepad++ ? It won't doit for me.just opens to one line across the top in notepad++.???
This is the pic
mholloway said:
What do you use to edit the xml. Notepad++ ? It won't doit for me.just opens to one line across the top in notepad++.???
Click to expand...
Click to collapse
Yes, I always use Notepad++. Do you have a screenshot?
Of the pic .already posted it above
Sent from my SPH-L710 using Tapatalk
mholloway said:
What do you use to edit the xml. Notepad++ ? It won't doit for me.just opens to one line across the top in notepad++.???
This is the pic
Click to expand...
Click to collapse
Give me a little bit. I'll give it a shot. The Heat game is on. They're destroying Indiana...
nyfl2004 said:
Give me a little bit. I'll give it a shot. The Heat game is on. They're destroying Indiana...
Click to expand...
Click to collapse
Lol.ok cool.I appreciate that.
Awesome work buddy. 2nd time doing the hardest theme. Glad you kept at it. You must know every line and PNG in this theme by heart by now. Too notch.
[email protected]'$ [email protected]@XY- Screw the Canadiens
Thebear j koss said:
Awesome work buddy. 2nd time doing the hardest theme. Glad you kept at it. You must know every line and PNG in this theme by heart by now. Too notch.
[email protected]'$ [email protected]@XY- Screw the Canadiens
Click to expand...
Click to collapse
Thanks brother. It's definitely gotten easier this time around. Although, Samsung got a little tricky with this release. I think they were a little peeved that we managed to invert MK3. Lol
mholloway said:
Lol.ok cool.I appreciate that.
Click to expand...
Click to collapse
Here you go brother. I hope this is helps.
https://www.dropbox.com/s/kcfrju178fhgcu1/framework-res.apk
nyfl2004 said:
Here you go brother. I hope this is helps.
https://www.dropbox.com/s/kcfrju178fhgcu1/framework-res.apk
Click to expand...
Click to collapse
Your awesome.I will download and check it out.thank you.
mholloway said:
Your awesome.I will download and check it out.thank you.
Click to expand...
Click to collapse
No worries man. I'll hit you up with some thanks tomorrow. No more left for today. Lol
nyfl2004 said:
No worries man. I'll hit you up with some thanks tomorrow. No more left for today. Lol
Click to expand...
Click to collapse
No need to give me thanks.
Not bad.I maybe should of got a different white carbon pic, but still I think is awesome. Thanks again.this is cool.
Sent from my SPH-L710 using Tapatalk
Thanks, loving the theme...
Can can you use S5 mms, phone in the next version?
Sent from my kd2att using Tapatalk