Stock 2.2 Theme - Galaxy S I9000 Themes and Apps

Can someone give me a link or a framework-res.apk to a 2.2 stock theme for HDPI devices?
Like this:
{
"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"
}

+1
I've made it but didn't know how to have notification + clock black text.

+1 I like theme "stock" of android!
someone managed to modify sources.jar ? (black text)

Here's one for an X10 that you could pull apart
http://www.4shared.com/file/fKigopxT/framework-res.html

Vaiofr said:
+1 I like theme "stock" of android!
someone managed to modify sources.jar ? (black text)
Click to expand...
Click to collapse
I can modify sources.jar but don't know which string.
Several times i've tried to do it...my only result was a stock theme but without black text and clock (that remains white).

@HTCDevil
I have the same problem, I tried to change the color but no results
Developers can we help?

Would comparing the two files in this post help shed any light ?
http://forum.xda-developers.com/showpost.php?p=10538233&postcount=1

FlanFlinger said:
Would comparing the two files in this post help shed any light ?
http://forum.xda-developers.com/showpost.php?p=10538233&postcount=1
Click to expand...
Click to collapse
Thanks, but it's only for deleting clock, not for modifying its colours.
I have modified some xml but i think colours want to be changed using a hex editor.
Anyway it's difficult to find the right string with hex.
Many users have done that but didn't answer at this.
I contacted AOSPish's OP asking him about which xml we have to modify...but he did that project time ago...so he didn't remember.
I'm available for cooperation. See you guys

It is not in the xml file but sources.jar!
A change with smali and backsmali with SDK no ?

HTCDevil said:
Thanks, but it's only for deleting clock, not for modifying its colours.
I have modified some xml but i think colours want to be changed using a hex editor.
Anyway it's difficult to find the right string with hex.
Click to expand...
Click to collapse
I thought there might be a change in the xml lurking somewhere that wasn't so obvious.
In theory there should only be a change from the hex for white and black.
I'm sure somewhere in an older theme someone had changed the clock colour, I'll have a search about as it's probably buried in amongst a gazzillion posts somewhere

Related

Need Help with DIY-theme (Good in Red for CM6)

I have been working through the night and all weekend so far to learn how to make my own theme based off of CM6 Nightly builds, but I need some help. I made some changes but can't find where these might be found.
I somehow made a change so that now the time and all notifications that appear at the top are in black letters. This also goes the same for the notifications that appear in the pull down menu. Anyone know what icon would be causing this? See pics below.
Also when I turn on the GPS and wifi, the gps and wifi icons doesn't appear at the top. Anyone know what icons I should be looking for?
{
"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"
}
Forgot to add: I give full credit to all those who came up with the Red themes that I pulled bits and pieces from. I used many sources that I can't remember their names now, but if they want me to specifically name them, let me know and I will.
Dude if you are working in from CM6 (an AOSP build) then the taskbar is white with black letters. Thats how it is by default. You just made the statusbar black, so now it doesn't show up very well (correct me if I am wrong).
Anyway, I believe there is an option in CM6 settings to change the color of text on the statusbar. Or, you can go into framework-res.apk/res/layout/statusbar.xml and change the hex code for the <TextView> elements.
Also, all the statusbar icons are in framework-res.apk/res/drawable-hdmi.
phinnaeus said:
Dude if you are working in from CM6 (an AOSP build) then the taskbar is white with black letters. Thats how it is by default. You just made the statusbar black, so now it doesn't show up very well (correct me if I am wrong).
Anyway, I believe there is an option in CM6 settings to change the color of text on the statusbar. Or, you can go into framework-res.apk/res/layout/statusbar.xml and change the hex code for the <TextView> elements.
Also, all the statusbar icons are in framework-res.apk/res/drawable-hdmi.
Click to expand...
Click to collapse
this is what I needed to know. Thanks
unknown_owner said:
this is what I needed to know. Thanks
Click to expand...
Click to collapse
Any help with the two icons: Gps and wifi not appearing in status bar?

[Q] custom home screen

hey guys,
i am currently using stock 3.28.651.1 with few aosp changes and lock screen changes by me to better suit my needs. one thing i am not sure abt is how do i change the home screen layout ? as in the task bar at the bottom (menu, phone, widgets)
i have this
{
"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"
}
and what i want is this
how can i extract the framework from that rom (2nd pic) to the my rom (1st pic) or is there a flash-able update that i missed looking thru these forums ?
would love for someone to point me in the right direction or teach me or make a flash-able update file.
thanx guys
So looking at the pictures you want the different bottom bar and wallpaper. the wallpaper can just be set and the bottom bar is in com.htc.resources.apk\res\drawable-port-hdpi should be able to copy the pics here and paste them into your com.htc.resources.apk file.
i just want the bottom bar. do i need to sign it ? or is it just a simple adb pull then push ?
rujelus22 said:
So looking at the pictures you want the different bottom bar and wallpaper. the wallpaper can just be set and the bottom bar is in com.htc.resources.apk\res\drawable-port-hdpi should be able to copy the pics here and paste them into your com.htc.resources.apk file.
Click to expand...
Click to collapse
ok i did replace the pics like u suggested and it worked to a certain extent. it changed the bottom bar, but the outline from the original is still there. how do i remove that ?
teshxx said:
ok i did replace the pics like u suggested and it worked to a certain extent. it changed the bottom bar, but the outline from the original is still there. how do i remove that ?
Click to expand...
Click to collapse
Sorry forgot to mention that those are in Rosie.apk/drawable-hdpi/
common_mainnav_scroller1.png and
common_mainnav_scroller3.png
you can copy them to or just make them transparent.
rujelus22 said:
Sorry forgot to mention that those are in Rosie.apk/drawable-hdpi/
common_mainnav_scroller1.png and
common_mainnav_scroller3.png
you can copy them to or just make them transparent.
Click to expand...
Click to collapse
PERFECT!!!!!! thanx bud. i really appreciate it. its looks like its supposed to now lol. thank u

Lock screen fonts

Managed to change the lock screen sliders to froyo stock ones but I am now wanting to change the font of the clock / date / service provider.
Normally it looks like you would just change the clockopia font for the clock but moto is not using this. The current font being used is DroidSans but if I change this it is pretty much used everywhere!
Is there an XML somewhere I can change?
Maybe keyguard_screen_lock.xml in the framework-res.apk? But I can't see any reference to a font or typeface in there and I just read that you can only use the android default fonts in the layout XMLs so would have to set it in a jar somewhere...
By the way the lock screen sliders are definitely less choppy in the new euro deblurred ROM.
OK so after a bit more digging I can say that the lock screen layout is defined in zz_moto_keyguard_screen_tab_unlock.xml and it uses a bunch of blur styles like: style="\@style/Blur.BigTimeTxt"
Anyone know where these styles are defined?
[Edit]
Looks like it might be in values/styles.xml in the decompiled framework-res.apk
Looking at android.policy.jar next
Also looked at the standard android opensource 2.1 policy code and I can't see any reference to the clock font.
Help!
I think this might be a topic for defy themes forums not general.
Sent using motorola defy
Jt612 said:
I think this might be a topic for defy themes forums not general.
Sent using motorola defy
Click to expand...
Click to collapse
I originally posted it there but it got moved by a mod (the_scotsman).
That's odd i would have thought it was a themeing thing especially because your discussing how.
Sent using motorola defy
Can any devs out there point me in the right direction?
I have copied the standard android lock screen layout and created a new zz_moto_keyguard_screen_tab_unlock.xml which in my opinion looks much cooler than the default defy one.
http://dl.dropbox.com/u/17360979/zz_moto_keyguard_screen_tab_unlock.zip
Still can't figure out how to change the clock font to clockopia though
How does one use this lock screen ? Extract the apk and replace three default and rezip ? Is it possible to use metamorph
Sent using motorola defy
You would need to extract and decompile the framework-res.apk copy in the new XML and then recompile & re zip.
Found it in the framework.jar
Done!
{
"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"
}
good you managed to do it..
it would be nice if you shared how...

[Theme][WIP]WP7 Pink theme, How to change the Keyboard's color?

Hi,all,I make a Pink theme.But there's a question ,How to change the Keyboard's color?
I change the Registry
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0]"KeyPadBackground"="#FFFFFFFF"
but,it only can be black and white color, so,How to change the Keyboard's color ?
sorry to my English
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0] ; ThemeId 0 - Light
"BaseThemeColor"="#FFFFFFFF" ;
"ButtonBackground"="res://UIXMobile!ui.light.button.background.png"
"ButtonBackgroundDisabled"="res://UIXMobile!ui.light.button.background.disabled.png"
"ButtonBackgroundPressed"="res://UIXMobile!ui.light.button.background.down.png"
"CheckBoxBackground"="res://UIXMobile!ui.light.checkbox.background.png"
"CheckBoxBackgroundPressed"="res://UIXMobile!ui.light.checkbox.background.down.png"
"CheckBoxCheckmark"="res://UIXMobile!ui.light.checkbox.checkmark.png"
"CheckBoxCheckmarkDisabled"="res://UIXMobile!ui.light.checkbox.checkmark.disabled.png"
"CheckBoxDisabledBackground"="res://UIXMobile!ui.light.checkbox.background.disabled.png"
"ChromeColor"="#FFDDDDDD" (改为:#FFffc1cd)
"CommonErrorImage"="res://UIXMobile!common.light.error.png"
"ContrastColor"="#FF000000" (改为:#FFd76878)
"DateTimeBackground"="res://UIXMobile!ui.light.datetime.background.png"
"DateTimeBackgroundSelected"="res://UIXMobile!ui.light.datetime.background.selected.png"
"DisplayName"="浅色" (改为:kenchan pink)
"EditBoxBackground"="res://UIXMobile!ui.light.editbox.background.png"
"EditBoxBackgroundPressed"="res://UIXMobile!ui.light.editbox.background.down.png"
"KeyPadBackground"="#FFFFFFFF"
"ListPickerBackground"="#FFDDDDDD"
"ListPickerBackgroundPressed"="#FFE5E5E5"
"PageBackgroundColor"="#FFFFFFFF" (改为:#FFffd7df) 背景颜色
"ProgressBarBackground"="#19000000"??
"ProgressBarDisabledBackground"="#19999999"??
"RadioButtonBackgroundPressed"="res://UIXMobile!ui.light.radiobutton.background.down.png"
"SliderThumb"=" res://UIXMobile!ui.light.slider.thumb.png"
"SysTrayBackgroundColor"="#FFFFFFFF" (改为:#FFffd7df)
"TextHighContrast"="#FFFFFFFF" (改为:#FFffd7df)
"TextNeutralColor"="#DE000000" (改为:#DEd76878)
"TextNeutralColor20"="#33000000" (改为:#33d76878)
"TextNeutralColor30"="#4D000000" (改为:#4Dd76878)
"TextNeutralColor60"="#66000000" (改为:#66d76878)
"TextNeutralColor75"="#99000000" (改为:#99d76878)
"TextNeutralColor80"="#CC000000" (改为:#CCd76878)
"ToggleSwitchBackgroundDisabled"="res://UIXMobile!ui.light.toggleswitch.background.disabled.png"
"ToggleSwitchBackgroundOff"="res://UIXMobile!ui.light.toggleswitch.background.off.png"
"ToggleSwitchBackgroundOn"="res://UIXMobile!ui.light.toggleswitch.background.on.png"
"ToggleSwitchThumbDisabled"="res://UIXMobile!ui.light.toggleswitch.thumb.disabled.png"
"ToggleSwitchThumbOff"="res://UIXMobile!ui.light.toggleswitch.thumb.off.png"
"ToggleSwitchThumbOn"="res://UIXMobile!ui.light.toggleswitch.thumb.on.png"
"ToggleSwitchTrack"="res://UIXMobile!ui.light.toggleswitch.track.png"
"ToggleSwitchTrackDisabled"="res://UIXMobile!ui.light.toggleswitch.track.disabled.png"
"ToggleSwitchTrackLeft"="res://UIXMobile!ui.light.toggleswitch.trackleft.png"
"ToggleSwitchTrackPressed"="res://UIXMobile!ui.light.toggleswitch.track.down.png"
"ToggleSwitchTrackRight"="res://UIXMobile!ui.light.toggleswitch.trackright.png"
"TransparentBackgroundColor"="#AAFFFFFF" (改为:#AAffd7df)
If you want this to stay in this section. Please supply what you have done so far (so others can test) and mark the thread as [WIP]
This is a question and as such should not be here.
Please make the changes or i will close this thread!
Peace!
this is not new and wrong place to post but...
try
texthighcontrast
or
textneutralcolor
or
20
30
60
75
80
systray background color mb?
kenchan2009 said:
I change the Registry
[HKEY_LOCAL_MACHINE\ControlPanel\Themes\0]"KeyPadBackground"="#FFFFFFFF"
Click to expand...
Click to collapse
Changes the lockscreen Pin Input button color. None of the registry seems to change that keyboard/dialer button color. Maybe there's something in the 00##_ThemeResources.xaml files (# = Number value, one for each accent color).
Ive gone through the entire theme section in the registry and have come to same conclusion. Im trying to get rid of the default grey in the dialer and keyboard but cant figure out how to change this. Would love if somebody could find this!
yeahyeahyeah1981 said:
Ive gone through the entire theme section in the registry and have come to same conclusion. Im trying to get rid of the default grey in the dialer and keyboard but cant figure out how to change this. Would love if somebody could find this!
Click to expand...
Click to collapse
that would be system forground color i beleve dont quote me on that but i think i did it one time just cant remember!
"system foreground"... Not seeing this in the registry. It does seem strange to me that this is not an option like every other color option in the registry. I seem to recall doing this (changing the keyboard color) back when I was running Nodo but have forgotten how to do it. Would love it anyone could figure this out.
Thank you for your answer.It seems very difficult
Anyone have any ideas yet? Seems like a nice customization option that we ought to figure out. Ive exhausted my abilities as a hacker(very limited)
The keys on the keypad are image files (png) ive searched the directory in WPDM but not managed to find them. The Radio Buttons, Sliders, Check Boxes, Keypad Keys etc. are all png's. Only the background colours can be edited through the registry, I imagine if we find the png files then we can use photoshop to customize them..
This I think will be the keypad keys (though i may be wrong) - "ButtonBackground"="res://UIXMobile!ui.light.button.background.png"
I am not a developer or hacker, I have just found this out by playing around with my devices (and sometimes breaking them so be careful)
{
"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"
}
Bobage said:
This I think will be the keypad keys (though i may be wrong) - "ButtonBackground"="res://UIXMobile!ui.light.button.background.png"
Click to expand...
Click to collapse
Particularly this png is in UIXMobileRes.dll - just use ResourceHacker or similar utilities to get it.

Black or dark ICS MMS?

I'm running Chicago Remix rom, ICS 4.0.4 and i'm looking for a dark MMS.
I've decompiled the MMS.APK through APKTool but i'm no expert user. I don't know how to change the background color or txt color and such.
If anyone can help me I will take the time to attempt to do it myself... I don't mind some trial and error it can always be fun.
Thank you anyone.
I'm not sure if these will work i dont see why they wouldn't but i'm no dev i just saw these the other day and figured i would share
http://rootzwiki.com/topic/23960-bubble-themed-mmsapks-various-styles-updated-5-2/
these won't work, have already tried a few so I just wanted to try and theme one myself... Anyone? I'd like to basically change the background color to black, txt to white, possibly make the bubbles look different if thats not too challenging, and making silly smiles.
this is what i'm trying to do basically:
{
"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"
}
jwleonhart said:
this is what i'm trying to do basically:
Click to expand...
Click to collapse
If you manage to whip all that together would you mind and sharing with me and or the community! It looks absolutely amazing.
That is my plan to share it of course. I just need to figure out how in gods name to do it. I tried decompiling that apk but it's signed and I can't get to it. I was simply going to try and a little copy and paste on certain things.
Illuminatiii_X said:
If you manage to whip all that together would you mind and sharing with me and or the community! It looks absolutely amazing.
Click to expand...
Click to collapse
That's my Mms theme pictured. You can find it here: http://forum.xda-developers.com/showthread.php?t=1461540. Sorry to hijack jwleon
jwleonhart said:
That is my plan to share it of course. I just need to figure out how in gods name to do it. I tried decompiling that apk but it's signed and I can't get to it. I was simply going to try and a little copy and paste on certain things.
Click to expand...
Click to collapse
Here is a great guide I found at rootzwiki that gives a step by step tutorial on how to edit the Mms apk: http://rootzwiki.com/topic/19845-how-to-theme-your-mms-a-step-by-step-guide/. I found that after I had some help and figured it out. My best advice is to decompile my theme and take a look at it. Most of what you're looking for will be in the layout folder.
If you'd like further help and information you can contact me on GTalk. my email address is nbe[email protected]
Thank you NBeebe24 for all your help and continued support. Here is the first release of my MMS for ChicagoRom and should also work on any UCLE2 rom as well... not tested on them though so i'm not sure..
Here is link:
http://forum.xda-developers.com/showthread.php?p=26450151#post26450151
Try this file tell me is it works
Good work!

Categories

Resources