i've already posted same thing before, but i got no response from anyone, so...
anyway, i've been porting/mixing bits and pieces of more than 3 themes in one to fit my taste.
(All black and white theme for T-mobile white SGSII)
but i got stuck on these png files. I don't know what their names are and where they're located at.....
i've looked all over the internet with no luck
i know there's lot of images.. but can anyone help me identify where these png files are located at, please?
(with numbers, and be specific if you could please )
thank you in advance.
{
"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"
}
ILLHYHL said:
i've already posted same thing before, but i got no response from anyone, so...
anyway, i've been porting/mixing bits and pieces of more than 3 themes in one to fit my taste.
(All black and white theme for T-mobile white SGSII)
but i got stuck on these png files. I don't know what their names are and where they're located at.....
i've looked all over the internet with no luck
i know there's lot of images.. but can anyone help me identify where these png files are located at, please?
(with numbers, and be specific if you could please )
thank you in advance.
View attachment 955404
View attachment 955405
View attachment 955406
View attachment 955407
Click to expand...
Click to collapse
im not exactly sure where they are located but give it a shot
#1 and #2 should be in its own apk--contacts apk
#3 should be in messaging apk
#4 may be in contacts apk as well
#5 may be in framework
make sure you back up first
Android311 said:
im not exactly sure where they are located but give it a shot
#1 and #2 should be in its own apk--contacts apk
#3 should be in messaging apk
#4 may be in contacts apk as well
#5 may be in framework
make sure you back up first
Click to expand...
Click to collapse
I was thinking the same thing....
but there's lot of images that looks alike and i can't figure out which is which..
can you at least guess what their names are ?
I have clue what the name would be, upload the messaging apk here and Ill try to help you out
Sent from my HTC Wildfire S using xda premium
here you go.
number 2 and 3 is the most important to me.
i'm trying to make 3 look like 2. so if you could try to figure out both of the names..
they look the same in screen shot, but they look totally different when you see it in person. it's kinda annoying to see the difference...
anyway, hope you could figure it out for me....
im looking at them now, whats the difference from 2 and 3?
if you look closely at 2, the pattern(very small dots) and color is same as white-outlined category box in first screenshot.
but 3, is just plain dark blue.
also, 2 has very thin white line on top of the box, whereas 3 dont have any (the white line could be the horizontal divider, not sure)
did you find them?
#1- contacts .apk/drawable/hdpi-finger (contact_btn_create_press and contact_btn_create_ss) I cant find the background, I just found the circle with the plus in the middle...The back ground I think is this (list_selector_background_focus.9 and list_selector_background_press.9)
#2- contacts .apk/drawable/hdpi-finger (contactslist_more_info_bg)
#3- messaging(mms apk) drawable/hdpi (conversation_more_info_bg)
#4-Is long but inside contacts apk/drawable hdpi-finger (hub_ef_btn.9....... hub_ef_btn_left.9...... hub_ef_btn_middle.9..... hub_ef_btn_right.9......)
#5 and #6 is in framework
omg, thank you so much!!
i actually cut down my question in half hoping people would answer it fast for me..
do you mind finding the rest of them for me when you get a chance later, please?
1 through 6 is answered, but there's originally 13 images that i needed answered.
images 7 & 8 is same as 5 & 6 i guess... so there's 5 more images to find
http://forum.xda-developers.com/showthread.php?p=23763995#post23763995
thanks again for the help!
ya give me like 5 min ok? is it working?
---------- Post added at 06:02 AM ---------- Previous post was at 05:58 AM ----------
7,8,9,10 looks to be framework
11 is messaging apk drawable/hdpi I think its these (msg_bg_dark.9 or msg_bg_white.9)
12 is browser apk
13 framework
I haven't looked at the contacts.apk you posted, but in going through mine,
#1 appears to be :
contact_btn_create_press.png
contact_btn_create_ss.png
Which I found it going to /syste/app/Contacts.apk/res/drawable-hdpi-finger/
However, it's just two variations of the plus sign only (the *_ss.png is the default color, and the *_press.png is the color the "+" changes to when that button is pressed to create a new contact. The square background part of the button I'm not completely sure about, but I'm guessing it's one of the many .9.pngs in that folder. If I had to hazard a guess, I would say it's these:
btn_ss_normal.9.png
btn_ss_selected.9.png
btn_ss_pressed.9.png
Those might be part of my ROM or theme though, but there's also these:
btn_default_normal.9.png
btn_default_pressed.9.png
btn_default_selected.9.png
Obviously, there's some xml files that are associated with these png files, and I'm guessing there's some Smali action there as well but not sure which one yet. (If there is anything that needs to be done with the smali files, I believe that this might be it(or at least one of them):
/smali/com/android/contacts/ui/EditContactActivity.smali
Here, I'll attach the two pngs and a screenshot so you can see what I mean.
edit: Oh, I guess I should have hit the reply button earlier after I started typing this up. lol. Looks like part of this was taken care of already.
#5 through #9 are related to the Task Manager (/system/app/JobManager.apk) but I don't believe all of the draw-9 patch/xml/smali nonsense is within that apk, but I believe these might be relevant:
in /res/drawable-hdpi
btn_default_disable.9.png
btn_default_disable_focused.9.png
btn_default_normal.9.png
btn_default_normal_disable.9.png
btn_default_normal_disable_focused.9.png
btn_default_pressed.9.png
btn_default_selected.9.png
button_bg_press.9.png
in /res/drawable
pressed_button_reset.xml
pressed_button_start.xml
pressed_button_stop.xml
Pretty much everything else is likely going to be in the framework-res.apk in the drawable-hdpi folder.
I don't theme so I don't know much. I'm just bored, cant sleep, and answering the questions helps me with advancing my own knowledge of the UI. lol.
...oh. As I was about to send this I noticed I had a "create_contact.png" in the framework apk. It looks different than the one I have when I open my contacts so I'm not sure what it's for, but figured I'd throw that out there. I also have a pretty cool looking set of emoticons in there that I've never seem before and wish I knew where they came from. Apparently, it's these:
http://lazycrazy.deviantart.com/art/Very-Emotional-Emoticons-144461621
I don't know why they're there and I havent seen any app on my phone that would let me use them.
As far as the rest of those #'s go, I'm honestly not sure what apps some of them are or what specifically you're asking about. It would probably be better to ask someone who does some theming for those apps. Or, you could just decide to not mess with apps like the default browser when there is Dolphin HD. With the browser, are you just asking about the color of the text box, the panel color around it, or just asking how to get rid of home.web2go.com as the default home page?
title bar pngs:
/res/drawable-hdpi/initial_titlebar.png
/res/drawable-land-hdpi/initial_titlebar.png
Also these:
textfield_search_empty_default.9.png
textfield_search_empty_pressed.9.png
textfield_search_empty_selected.9.png
search_plate_browser.9.png
Related
Hi everyone,
I just recently learned how to theme and create icons for your status bar, so I feel the need to expand on that and help others and create good looking things for them. I'm posting a screen shot of what I have done with my phone and would like to get ideas and/or things that you have done. I know there is a screenshot thread, but this isn't the same. This is coming together to make the best looking icons or best looking color scheme for our phones.
I am using JBoogies Orange deblur Froyo rom and I flashed his red ginger theme for a base to start. A lot of what he did is no longer there, but it was very helpful since I am just starting because it gave me a good idea of what needed to be done.
I don't know how to create a flashable zip, so if I provide you anything it will be an apk that you will overwrite your apk with, unless someone can explain to me how to create the zip.
Anyways, share your ideas.. Here is a few pics of my work so far.
Widgetlcker modded, changed battery icon to draining android, changed wifi icon, themed signal bars, themed dial pad, with the help of JBoogie created a black swype keyboard, themed the smaler icons like vibrate, alarm etc. (I have also had the circle battery icon and the regular one of course just colored. )
{
"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"
}
I really thing something in Yelow would look good, hopefully someone or someones will have good ideas!
How can I change the Dial Pad-Number-Background?
What file do I have to change in the BlurDialer.apk?
When I put a background in the dial_num_x_... file it doesn´t work!
hanbam said:
How can I change the Dial Pad-Number-Background?
What file do I have to change in the BlurDialer.apk?
When I put a background in the dial_num_x_... file it doesn´t work!
Click to expand...
Click to collapse
Yes, blurdialer.apk, you need to go into res>drawable-hdpi
You can modify the colors in there, but do not mees with any file ending in .9
then you need to change the permissions before you overwrite the existing app.
should look like this
read write execute
x x x
x
x
jjp84 said:
Yes, blurdialer.apk, you need to go into res>drawable-hdpi
You can modify the colors in there, but do not mees with any file ending in .9
then you need to change the permissions before you overwrite the existing app.
should look like this
read write execute
x x x
x
x
Click to expand...
Click to collapse
I know but what file exactly do I have to change?
I mean the background of the Dial Numbers!
Ahh, As far as I know the only way to do it is to theme the .9 files. Here is how you can do it http://developer.android.com/guide/developing/tools/draw9patch.html
I have not tried, if you do let me know how it works out
Have you done the Theme above?
There the Dial-Numbers have a square around them. How do you do that? Which file did you changed?
hanbam said:
Have you done the Theme above?
There the Dial-Numbers have a square around them. How do you do that? Which file did you changed?
Click to expand...
Click to collapse
It's the dial text field, I guess I have messed with the .9. I know usually those aren't editable, but apparently they are, I just hadn't noticed that is what I was editing. Just made those straight lines rather than the round look
that android battery icon is 2big imo
what i do like is the slidebars on widgetlocker... do u know how I could do that on default lockscreen that comes with jboogies rom?
Peglezn said:
that android battery icon is 2big imo
what i do like is the slidebars on widgetlocker... do u know how I could do that on default lockscreen that comes with jboogies rom?
Click to expand...
Click to collapse
If i make that Android icon any smaller then you cant really see how much jusice is left or you wont see what the icon is...
Yes, you can do it in the framework.res apk. Let me know if you need any help
This is a Dialer themed for someone based off of JBoogies Honeycomb theme. Only tested on JBoogies roms.
Looking good! I like changing the icons. Battery looks good to me.
Sent from my MB525 using XDA App
Just themed the stock contact icon and the add contact button, just touching up little things
Sent from my MB525 using XDA App
EDIT: nevermind ...allready figured it out
So there is a framework issue in bionix-v 1.3.1 that seems to screw up the alignment for the searh buttons in most apps that have the option. I traced the problem to 3 files.
I can't seem to get them to align.
textfield_search_pressed.9.png
textfield_search_selected.9.png
textfield_search_default.9.png
It is probably a simple padding edit in an xml file in the framework-res.apk, but I don't have the knowledge to fix it. I managed to trace the issue but that is as far as I can get. If anyone can point me to a fix or guide me through the process of aligning the search buttons, i will reward you a few bux through paypal.
This makes bionix-v look ugly ass hell when you are trying to search! Other than that the rom is amazing! Great battery life, great speed, overall great performance!
{
"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"
}
bionix-v 1.3.1 framework-res file!
http://dl.dropbox.com/u/18272277/framework-res.apk
Ur screenies are blank
Sent from my SGH-T959 using XDA App
Are they? I double checked and they are there!
Can confirm, blank.
Sent from my SAMSUNG-SGH-I897 using XDA Premium App
Ok i reuploaded the screenies
They work now!
try swapping out those same images with another rom/theme, maybe trigger(has some very nice blues)
rel500 said:
try swapping out those same images with another rom/theme, maybe trigger(has some very nice blues)
Click to expand...
Click to collapse
I have tried that already and that doesn't work!
Lol! I noticed that as well, but I actually thought that's the way it's supposed to look like...guess not. If someone is able to get a fix, please include 1.3.2!
BTW - where you get that keyboard at? Looks like the AOSP one, nice.
The keyboard is SmartKeyboard Pro. So has anybody figured it out?
sent from Bionix-v 1.3.1 with my very own FroyoBread Vanilla Theme!
tKoHaXoR said:
The keyboard is SmartKeyboard Pro. So has anybody figured it out?
sent from Bionix-v 1.3.1 with my very own FroyoBread Vanilla Theme!
Click to expand...
Click to collapse
yeah i got it... i sent you a pm...
ok lets hear it then!
Now that you have gone and pointed out this huge glaring flaw it's driving me nuts
If I had to guess, I would say swapping in some xml in the layout folder from a working rom will fix it?
Thats where a hack like me would start!
OldeCrow said:
ok lets hear it then!
Now that you have gone and pointed out this huge glaring flaw it's driving me nuts
If I had to guess, I would say swapping in some xml in the layout folder from a working rom will fix it?
Thats where a hack like me would start!
Click to expand...
Click to collapse
Heres the fix for those of you who want it... DOWNLOAD
danalex0829 said:
Heres the fix for those of you who want it... DOWNLOAD
Click to expand...
Click to collapse
Does the fix replace the whole framework or just the affected files?
Posted using BIONIX 1.3.2 test mistery ROM....
It replaces the entire framwork file. Is there anyway you can post the file you edited to fix the issue?
sent from Bionix-v 1.3.1 Remastered
tKoHaXoR said:
It replaces the entire framwork file. Is there anyway you can post the file you edited to fix the issue?
sent from Bionix-v 1.3.1 Remastered
Click to expand...
Click to collapse
We would have to create a metamorph... but i dnt kno how to create one theres a thread that shows how to do it just google "how to create a metamorph" and click on the first link... im not at home right now so i dnt have time to look at all the videos... im egg hunting with the kids so u kno its gonna be a long day...
P.S. but anyways the framework is based on the oeiginal one that tKoHaXoR provided... so everything will remain the same the only thing that will change is the files that were changed...
FYI
this framework is already heavily modified,
darned daffy .9 images again! no good deed goes unpunished
Update
The problem is in the btn_search* and textfield_* images, when I replace them with the stock images the searchbox displays correctly.
Incidentally I had the same problem with my theme and never really noticed it until it was pointed out by this thread, I got my button and textfield images from a sense rom dump and they haven't been edited by me so it appears they were broken to begin with too.
Update:
was just playing with another bionix mod and noticed the problem was still there....
its ic_btn_search.png (the magnifing glass, microphone and arrow images for the right button) the one in bionix is just a 72x72 pixel copy of one of the other ic_buttons and it's too big. 38x45 is the original size and restores the search bar in bionix when its resized or replaced.
Bounty
f-ing narcissistic open source community!
Is the problem the buttons or the search bar/box? Looks to me like the search bar/box is lower than it should be. The bottom is cut off. I'm unclear as to which you all think is messed up.
it's actually the magnifying glass image in the button to the right of the text field that is causing the problems, because it's the wrong size it is somehow effecting the way the whole panel is drawn. When the magnifying glass image is replaced with the proper image the whole panel is drawn correctly.
I agree, & what about the Contacts Tab too - in Firefly Dialer, 2.2.1 & Ginger ROM's
I hope what you found helps. That has always driven me nut and I wondered why no one noticed or cared to fix it?
The other thing I still can't comprehend is why in the world can't the Contacts tab in DialerTabActivity.apk be consistent with the color schemes and BG (the Contacts button itself) of the Dialer, Call Log and Voicemail. No one uses that voice mail tab anyway, can someone please make it work like 2.3.3 but look like 2.2? Same colored bar and everything?
Can anyone answer these questions?
I know this is not a SGS2 specific question, but I'm on UnNamed and want to make sure I do things the right way...is there some way to replace the stupid green android smileys with something more normal? I can't even tell the difference between these green guys...
dgold21 said:
I know this is not a SGS2 specific question, but I'm on UnNamed and want to make sure I do things the right way...is there some way to replace the stupid green android smileys with something more normal? I can't even tell the difference between these green guys...
Click to expand...
Click to collapse
I've replaced with ICS emoticons in my theme heres a picture.
{
"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"
}
dgold21 said:
I know this is not a SGS2 specific question, but I'm on UnNamed and want to make sure I do things the right way...is there some way to replace the stupid green android smileys with something more normal? I can't even tell the difference between these green guys...
Click to expand...
Click to collapse
For messaging I presume? Use apk manager to extract the apk and replace the emoticon images with the ones of your choice. I use the ones from GO SMS, which are much better imo. I can provide a more detailed step by step if you'd like to do it.
Sent from my Galaxy S2
Simba501 said:
For messaging I presume? Use apk manager to extract the apk and replace the emoticon images with the ones of your choice. I use the ones from GO SMS, which are much better imo. I can provide a more detailed step by step if you'd like to do it.
Sent from my Galaxy S2
Click to expand...
Click to collapse
Hi, I would like to do this actually! A step-by-step would be awesome. Thank You
Audiochild said:
Hi, I would like to do this actually! A step-by-step would be awesome. Thank You
Click to expand...
Click to collapse
Use the instructions from this post. I've also attached a zip of the emoticons I use (not flashable). Give it a try and report back. I'll do it if you have difficulty and we can see where you went wrong.
There are 17 images to replace in drawable-hdpi. There's also one (the "embarassed" emoticon) in the drawable folder; you have to replace this one as well. The images in my zip are appropriately named, so just drag and drop.
Good luck.
Its easy to do and use the ICS emoticons but they have to be replaced in the framework as well as mms.apk.
ssconceptz said:
Its easy to do and use the ICS emoticons but they have to be replaced in the framework as well as mms.apk.
Click to expand...
Click to collapse
Actually, I've found emoticons to be app dependent.
I would love to see someone put together a flashable apk or zip with the included icons. I can not remember where I found them but would love to have them in my mms app. If I can figure it out Ill post it up here.
quikmeister said:
I would love to see someone put together a flashable apk or zip with the included icons. I can not remember where I found them but would love to have them in my mms app. If I can figure it out Ill post it up here.
Click to expand...
Click to collapse
Post your mms apk and I'll do it. Takes 2 mins.
Just posted V2 of Johns Blue theme for UnNamed and Serendipity, there are 2 new icon sets to choose from.
Simba501 said:
Post your mms apk and I'll do it. Takes 2 mins.
Click to expand...
Click to collapse
here is my mms.apk
Thanks!
quikmeister said:
here is my mms.apk
Thanks!
Click to expand...
Click to collapse
They didn't perfectly translate over, but I did what I could. Enjoy.
Wicked sweet!
Simba501 said:
They didn't perfectly translate over, but I did what I could. Enjoy.
Click to expand...
Click to collapse
That is cool. Good job! Thanks! Looks great!
I changed one more png and removed the noses in the xml file
so they display correctly.
I would love to have those black smileys on my HTC chacah... but I am a noob ... do I need to root the device to replace those green smileys?
babarali_47 said:
I would love to have those black smileys on my HTC chacah... but I am a noob ... do I need to root the device to replace those green smileys?
Click to expand...
Click to collapse
Yeah... but doesn't the ChaCha have it's own Forum? lol gtfo the ATT GS2 forum.
Another MMS.apk
Hello everyone,
My name ist Christian, i am from germany and i read this thread a few minutes ago... I tried many thing but my reseller (o2) changed my Samsung Galaxy Ace that i can sent sms only 3 Pages long and removed the theme feature ....
So i want to know if someone helps me to intregrate this Emotion Theme
http://forum.xda-developers.com/showthread.php?t=811650
To my MMS.apk and remove the SMS (3 Pages Limit) from the APK? This will made my happy, because i am to stupid :/
I will pay 5€ / 5$ via PayPal oder Moneybookers for your help!
Here is my mms.apk https://www.dropbox.com/sh/okc7laelpyw0d98/l_ymymDmeK/Mms.apk
Thx from Germany
and Lieben Gruß (Best wishes in English)
Push :S Sorry i need it :S
this is where I get confused - I downloaded that mms.apk file, and when I tried opening it on my phone it said it was would replace the default on the phone. I wasn't sure what it would be replacing, so i waited till I could ask someone.
Do i just install that mms.apk file and it'll change the smileys to the black ones? orrrrr is there more that i need to do?!
Please advise!
redmstng2000 said:
this is where I get confused - I downloaded that mms.apk file, and when I tried opening it on my phone it said it was would replace the default on the phone. I wasn't sure what it would be replacing, so i waited till I could ask someone.
Do i just install that mms.apk file and it'll change the smileys to the black ones? orrrrr is there more that i need to do?!
Please advise!
Click to expand...
Click to collapse
You need to use root explorer and move the Mms.apk to system/app
Make sure to backup your old one (rename it to something like mms.apk.old)
first and when you move the one with the black smileys it will ask if you want to overwrite.
Then reboot and you should be good to go.
Not successful
Hey, it doesn't just show up. There is now no stock messaging app in app drawer. I have used this technique many times, I changed the permissions & all that stuff, but no success though.
Can you help me out??
I'm posting my apk as well, will you please apply same black emotions & post it back??
Get it here!
The app, Wearfaces, has received a new update that now allows you to create a watchface from PNGs and JPGs.
It's a bit fiddly, and the feature is still in its infancy... But it's still pretty darn good!
-
See the post below for some WearFaces!
WearFace Collection
Swisslike (Also available in white)
{
"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"
}
Files available here: click!
Ornate (Also available in white)
Files available here: click!
Glow (Other colours available on request)
Files available here: click!
Blips (Any colour as long as it's green)
Files available here: click!
Window (Other colours available on request)
Files available here: click!
What time is it?
Files available here: click!
Bars (I like green, okay? Other colours are available on request)
Files available here: click!
-
Got any WearFaces of your own? Drop a comment below.
Love this app.now if there was just some way to add the date.
Love the White face. So easy to read even when screen is dimmed.
The app doesn't work for me, don't know why
@_MinusZero_ how the heck did you do that?! Get pics from Google and piece em together!?
@_MinusZero_, thank you for the first watch face . I used it and edited it to fit my needs and wanted to share with everyone. I just used gimp, and this website: cooltext.com to create the numbers and I put my last name there instead of android. I might put something else. I used Batman Forever font from the cooltext selection. Enjoy .
It's very easy to edit everyone. Just use gimp or photoshop to change the HUE of the colors. That way all the cyan color can change to whatever color you like. Also, I didn't have the best lighting, but the watch face looks even better/brighter in person.
PNG Files for you to use:
Just thought someone might want to see the white face you did.
Really like it, easy to read, might change the 3 and 9 to black also.
Simple one I made:
Would love if this included the option to include a second hand and a date as well.
Phew only took me 4 hours xD I'm finally done creating my own watchface with photos from my old watch. Looks pretty neat in my opinion!
Some pretty cool WearFaces there guys!
I'll add them to the list once I'm able to get to a computer later.
-----------------
Joe0113 said:
@_MinusZero_ how the heck did you do that?! Get pics from Google and piece em together!?
Click to expand...
Click to collapse
The only images from Google are the Ornate hands. Everything else is from scratch. The "android" text is from dafont.com
A few ideas for future faces will need Google to make them a reality, though.
Here's another. I decided to work on the one from the Dev Request Watch Face thread. Credit goes to the guys who posted the pictures. The colors are much brighter/better in person. For some reason, the centers aren't exactly overlapping correctly. I think it is because I used _MinusZero_'s hour and minute hand png background file and tried to match them up according to that since I wasn't sure how high or low I was supposed to center those. Can anyone tell me or feel free to correct this? Thank you .
PNG Files:
Yellow Gold:
Cyan:
Hi,
How do i do a digital one?,
and is it possible to make an analogic one with a digital one too?
Thanks in advance
Here is my creation, hope you like it:
the files are here:
https://copy.com/eGoyJhk0fvqMHsHu - dark version (UPDATED) now crisper with better hands and second hand (not shown)
https://copy.com/o2sX1Qt7V6micEjW - light version (UPDATED) now crisper with better hands and second hand (not shown)
alnaufra said:
Hi,
How do i do a digital one?,
and is it possible to make an analogic one with a digital one too?
Thanks in advance
Click to expand...
Click to collapse
At this point in time, it's not possible with this app.
Although, I wouldn't be surprised if such features get implemented at some point.
opasha said:
@_MinusZero_, thank you for the first watch face . I used it and edited it to fit my needs and wanted to share with everyone. I just used gimp, and this website: cooltext.com to create the numbers and I put my last name there instead of android. I might put something else. I used Batman Forever font from the cooltext selection. Enjoy .
It's very easy to edit everyone. Just use gimp or photoshop to change the HUE of the colors. That way all the cyan color can change to whatever color you like. Also, I didn't have the best lighting, but the watch face looks even better/brighter in person.
PNG Files for you to use:
Click to expand...
Click to collapse
What did you use to put your last name in the middle and how did you get it colored?! Thanks in advance buddy!
First attempt...
Joe0113 said:
What did you use to put your last name in the middle and how did you get it colored?! Thanks in advance buddy!
Click to expand...
Click to collapse
This is the website specific link for that detailed text: http://cooltext.com/Logo-Design-Gunmetal. I used Batman Forever font.
You can color it from the website. I got rid of the Shadow Type and also unchecked Texture Fill. That way it uses color fill. I then edited the png image with Gimp/Photoshop (I used Gimp, you can use any software) after downloading it.
my attempt, though it's a work in progress.
I didn't know where to post this, so here goes...
I am a huge fan of the show "Person of Interest" and I've been looking for a theme for my phone that makes it look like the mesh phones from season 4. Unfortunately, I cannot find anything even remotely like that out there!
So here is my theme Challenge: use screenshots from season 4 of the show, starting with the episode "Panopticon" and create a homescreen series (3-5 screens) that are visually similar/identical to the ones seen in the show.
Good Luck!
Here are some images to get you started:
{
"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"
}
NOTE: Finding actual shots of the phones from the show is next to impossible, so you'll probably have to watch the episodes to get a better look. I've included what I can below... In addition, there are a dialer, and a general purpose screen, which could be used for a music player, or a weather forecast section.
theme
Is it possible that u could plz mak it for us cause i dont know how
Unit ZER0 said:
I didn't know where to post this, so here goes...
I am a huge fan of the show "Person of Interest" and I've been looking for a theme for my phone that makes it look like the mesh phones from season 4. Unfortunately, I cannot find anything even remotely like that out there!
So here is my theme Challenge: use screenshots from season 4 of the show, starting with the episode "Panopticon" and create a homescreen series (3-5 screens) that are visually similar/identical to the ones seen in the show.
Good Luck!
Here are some images to get you started:
NOTE: Finding actual shots of the phones from the show is next to impossible, so you'll probably have to watch the episodes to get a better look. I've included what I can below... In addition, there are a dialer, and a general purpose screen, which could be used for a music player, or a weather forecast section.
Click to expand...
Click to collapse
I am a huge fan of the show
If you could send a gdrive link to all the resource files, where did you get the pictures from? Point me in the right direction and Ill start working towards it
dwaipayanray95 said:
I am a huge fan of the show
If you could send a gdrive link to all the resource files, where did you get the pictures from? Point me in the right direction and Ill start working towards it
Click to expand...
Click to collapse
The resource files I just grabbed from various places across the web, because they most resembled the icons and indicators from the show. And sorry, but I don't have a gdrive of the resources to share. The thumbnails of the device from the show I screencapped myself, so you're free to use them. I captured them from the episode "Panopticon"
Also, feel free to use the attached images, I grabbed them off royalty-free sites.
And Thank You very much for taking an interest! I look forward to seeing what you come up with.
Inspiration...
Looks like another person started on this, but never finished:
http://mycolorscreen.com/2015/04/25/mesh-network/
Hopefully you all can use this as inspiration to get this thing up and running!
Unit ZER0 said:
Looks like another person started on this, but never finished:
http://mycolorscreen.com/2015/04/25/mesh-network/
Hopefully you all can use this as inspiration to get this thing up and running!
Click to expand...
Click to collapse
Dont get your hopes high! I wont be able to do something like that! But let me try! Ill try making ringtones, wallpapers icon packs! Ill try, never have I themed but I know a little basics will work on them!
Mesh Network GUI
dwaipayanray95 said:
Dont get your hopes high! I wont be able to do something like that! But let me try! Ill try making ringtones, wallpapers icon packs! Ill try, never have I themed but I know a little basics will work on them!
Click to expand...
Click to collapse
Thanks for the flattering, I've created that theme long ago and I kept it mostly for myself for over a year. It was really not that difficult to make, moslty is a background image, some Zooper Widgets and an icon text app that i downloaded for free from the PlayStore. To prove that I'm the creator of it I'll give it free to everyone here:
HTML:
https://drive.google.com/open?id=0Bx4PWpxhXWyQTF9KVlFzakpVbDg
If you like it and you started using it, please share a photo of it to me via tweeter (@Fre4k4zoid) !
So I made a theme based on those pictures only to find out I can't post links here because I'm new (Always been a lurker). Made another theme and figured I'd take a shot at this since it's been sitting here for so damn long.
sythriox.deviantart.com/art/Person-of-Interest-Theme-652225426
Go there to check it out. I Might add some more to it later. Right now the center button just opens the app drawer, but would like it to go to a second themer screen with some app categories. Maybe if people like it.