Editor For Downloaded Themes? - General Questions and Answers

Does anyone know if there's any way to edit elements of downloaded themes? I ask because I have one theme which I absolutely love, but there are one or two areas where the colors are less than optimal. For example, some SMS messages are almost unreadable due to the color scheme choices for the fonts + hyperlinks. Example below (as you can see the sent URL is hard to read, and the received is nearly impossible).
Screen shot: https://ibb.co/cO6f0q
My device is rooted if that helps. Please let me know if more info is need or if my question is unclear.
Thanks!

Bump?

SliceOfDeath said:
Does anyone know if there's any way to edit elements of downloaded themes? I ask because I have one theme which I absolutely love, but there are one or two areas where the colors are less than optimal. For example, some SMS messages are almost unreadable due to the color scheme choices for the fonts + hyperlinks. Example below (as you can see the sent URL is hard to read, and the received is nearly impossible).
Screen shot: https://ibb.co/cO6f0q
My device is rooted if that helps. Please let me know if more info is need or if my question is unclear.
Thanks!
Click to expand...
Click to collapse
Use APKtool, decompile the theme app, make the changes that you want, re-compile the app then install the modified app.
Sent from my LGL84VL using Tapatalk

Related

Fonts for Android

Been looking to change my system fonts for my Samsung Fascinate. After some research I figured out how to do it, but I ran into a problem. Most fonts are missing spaces that the Android OS relies on. If these spaces are missing you end up with ugly boxes in some areas, particularly in the app drawer. I found the fix for this issue when I stumbled on this url. I verified that the font I am using is indeed missing the character spaces mentioned there and they do exist in the fonts that come on my phone. All I need to do is add them.
http://blog.piratemedia.tv/2010-08-06-the-balad-of-the-crazy-boxes-android-fonts/
Here is my question. How are people editing existing fonts for use with Android? I tried using FontCreator but it is only a eval and will not let me save me changes. I can't afford to purchase this program so thats a no go.
Can a custom app be created to add the entries listed in the above url if they are missing since this seems to be a common issue and would allow much more user creativity?
Fonts are a very big deal when someone is looking to customize their phone and I have seen very little info on these subjects. Was hoping to find a few more answers and maybe help some other people in the process.
If anyone is wondering what I am doing that prompted me to ask this here the thread is below.
http://forum.xda-developers.com/showthread.php?t=924213
Bueller? Bueller?
I find it hard to believe that not a single person in the Android community can help.
I am interested in this topic as well Holliday. I haven't come across much help. It sounds like others have altered the fonts as you mention:
I was having the same problem. My font was not working in android either but I needed it to work. Using a font editor, I copied the characters from my font into the font that comes with the FontSampler example from Android-src-2_1. It worked perfectly.
While I will admit that my method was questionable from an intellectual property point of view, I didn't actually wind up using the original font, as all of the characters were replaced and all references to the old font where replaced as well. I had tried 'looking' at the way the two fonts were defined but making all the font variables match didn't work either. So in the ned, I used a skeleton of the original font as a template for the new font
Click to expand...
Click to collapse
Source: http://stackoverflow.com/questions/1426244/use-external-fonts-in-android
No mention of the application that they used however. Will continue to follow this thread for any recommendations from others and post if I find anything.
like the quote said, editing fonts is a bit questionable, since you're making changes to someones copyrighted material. There are a number of font editors out there, but they're all for commercial use I belive, and even the ones that aren't are still pretty expensive.
Your best bet is to keep trying new fonts until you find one that doesn't have those issues, or at least has a large enough character set so it's not noticible. Check out my font thread (link's in my sig). You should be able to find something usable - I have over 250 fonts packaged up with screenshots, ready to be flashed.
fachadick said:
I have over 250 fonts packaged up with screenshots, ready to be flashed.
Click to expand...
Click to collapse
Fantastic collection. Thanks!

Themed Calendar

I really didn't like that wooden calendar and it's colors, so I changed it a little bit.
There is only one color that I couldn't find. (picture number 2)
Special Thanks to biopsin for helping me to build this,
and thanks to cheatman for looking in to it.
If you want to try it, just download the zip file and flash it via recovery.
Does anyone know why I can't change those colors?
Hey guy,
I'm sorry but I can't help you. But i like your app. Please don't give up!
odysseus84 said:
Hey guy,
I'm sorry but I can't help you. But i like your app. Please don't give up!
Click to expand...
Click to collapse
I'm trying, but I haven't found a way to edit that xml. I don't have any problem
with other xmls but this one... I don't know what's wrong.
Looks like some great work there mate. As for your odd xml file problem, I'm not sure there's much you can do. I've had problems like that with a couple of apk's and I've never found a reliable fix. Sorry
Decompile the apk using apktool or apkmanager .... n den edit the xml....n compile agn
Sent from my GT-P1000 using XDA Premium App
agc93 said:
Looks like some great work there mate. As for your odd xml file problem, I'm not sure there's much you can do. I've had problems like that with a couple of apk's and I've never found a reliable fix. Sorry
Click to expand...
Click to collapse
Yeah, I've had this problem before with a framework.
Thats a nice theme. The wooden calendar wasnt really bad, but your theme makes it really nice!
I realy like your theme. The contacts.apk and the phone.apk are "woody ugly" too. Would you theme theese apps too?
Can you post your said XML alone as an attachment (the already modified and original)? I'd like to take a look at it.
As some resources (files in the /res folder) are shared between apps through the framework, changing anything shared might result in an inconsistency and FC the app.
A workaround might be to completely decompile the framework as a dependency and modify it there. It would result in a more dramatic change, but it would cross over to other apps such as the contacts, dialer and calendar simultaneously.
PS: this also applies to the browser, email app, contacts and so on, depending on what you change.
cheatman said:
completely decompile the framework as a dependency and modify it there.
Click to expand...
Click to collapse
but How?
by using what software?
I face similar issue and tried with apktool and apkmanager with no hope.
Would u give me a hand?
odysseus84 said:
I realy like your theme. The contacts.apk and the phone.apk are "woody ugly" too. Would you theme theese apps too?
Click to expand...
Click to collapse
I've already woked on both of them, you can find them in Themes and Apps section.
cheatman said:
Can you post your said XML alone as an attachment (the already modified and original)? I'd like to take a look at it.
As some resources (files in the /res folder) are shared between apps through the framework, changing anything shared might result in an inconsistency and FC the app.
A workaround might be to completely decompile the framework as a dependency and modify it there. It would result in a more dramatic change, but it would cross over to other apps such as the contacts, dialer and calendar simultaneously.
PS: this also applies to the browser, email app, contacts and so on, depending on what you change.
Click to expand...
Click to collapse
So there are lots of things that should be checked.
I uploded the xml here. There are 3 colors in this xml and I can't change any of
them. The xml is in layout folder and there is another xml with the same name in
layout-land folder. I've tried working on this one as well but the result is the
same as the other one.
Anyway, thanks for looking in to it, mate.
sohrab1985 said:
I've already woked on both of them, you can find them in Themes and Apps section.
Click to expand...
Click to collapse
Yes, i know that. They are nice but they don't look as good as the calendar (cause blue). Maybe you can change the colours to a few dark colours like your calendar (it's perfect for Meizu's Dark Theme)
What ever is come... thanks for your work
Sent from my GT-P1000 using Tapatalk
odysseus84 said:
Yes, i know that. They are nice but they don't look as good as the calendar (cause blue). Maybe you can change the colours to a few dark colours like your calendar (it's perfect for Meizu's Dark Theme)
What ever is come... thanks for your work
Sent from my GT-P1000 using Tapatalk
Click to expand...
Click to collapse
I see what I can do.
Ok, in the XML I can see you have three variations of brown/orange. Judging by the colors, I suspect this is the default XML, before editing it.
The colors are #ffbe801d, #ffede3c2 and #ff503200. What values are you trying to set instead of these? What I mean is, how EXACTLY are you replacing the actual text in the XML:
#ffbe801d becomes: ???
#ffede3c2 becomes: ???
#ff503200 becomes: ???
This is important as the color representation is not the basic HEX code encountered in regular web dev (for example). It's a 16-bit hex representation with alpha. The first two elements (ff) stand for 100% opacity.
C.
cheatman said:
Ok, in the XML I can see you have three variations of brown/orange. Judging by the colors, I suspect this is the default XML, before editing it.
The colors are #ffbe801d, #ffede3c2 and #ff503200. What values are you trying to set instead of these? What I mean is, how EXACTLY are you replacing the actual text in the XML:
#ffbe801d becomes: ???
#ffede3c2 becomes: ???
#ff503200 becomes: ???
This is important as the color representation is not the basic HEX code encountered in regular web dev (for example). It's a 16-bit hex representation with alpha. The first two elements (ff) stand for 100% opacity.
C.
Click to expand...
Click to collapse
Yeah, that's right, this is the default xml.
I edit the xml same as other xmls which I edit without any problem, I just open
the xml in a text file and change the value I want to edit and then I save it and
after that I compile it with Apk Manager.
I just want to change them to something like gray, for example I want to change
#ffbe801d to #ff787878 and #ffede3c2 to #ffbcbcbc. It dosen't matter if they
are not exactly these colors, like I said before I just want to make them gray
For the third one, I don't think it changes those two colors that I want to change.
Btw, thanks for helping.
Well, I've looked into it and I can:
1. Fully Decompile the APK. It doesn't need any shared resources from external packages.
2. Edit the XMLs accordingly. I have also seen that you were very thorough in your theme creation process.
It's all good apparently, however, I am unable to recompile everything back. The APK tool reports some missing resources. For some reason, there is a dependency that is not satisfied, although the package decompiles correctly (I have never seen a similar package before).
I'll have to scour some Google documentation before I'll come up with a relevant result, so it may take a while. I'm not gonna let it fly, though. The entire process should be plain smooth and must be doable anyway.
Hi
I have no issues bulding the calendar. If u send me your edited files i can try build it for you..also chech if apktool is up to date, using older ver. will hand out errors..
Edit
Tested these colors
#ffbe801d becomes: ff6090bf
#ffede3c2 becomes: ff9198b1
#ff503200 becomes: ff001d50
ref. : http://www.color-hex.com/
and it builded ok
Sent from my GT-P1000 using XDA Premium App
cheatman said:
Well, I've looked into it and I can:
1. Fully Decompile the APK. It doesn't need any shared resources from external packages.
2. Edit the XMLs accordingly. I have also seen that you were very thorough in your theme creation process.
It's all good apparently, however, I am unable to recompile everything back. The APK tool reports some missing resources. For some reason, there is a dependency that is not satisfied, although the package decompiles correctly (I have never seen a similar package before).
I'll have to scour some Google documentation before I'll come up with a relevant result, so it may take a while. I'm not gonna let it fly, though. The entire process should be plain smooth and must be doable anyway.
Click to expand...
Click to collapse
I'm sorry for putting you throurgh all of this, it's not really a big deal, mate.

Background white, instead of black

Dear all
Apparently it seems that nobody (on different smart-phones threads and also here on Galaxy Notes) knows how to change the default background from annoying black (very bad for my ageing eyes) to a more traditional and relaxing white or light colour (as for iPhone). I mean the background for
- general settings
- phone
- contacts
etc.
Can somebody please share his ideas?
thank you
Saulo866
Some more details:
My device is a galaxy notes GT-N7000
Android version 2.3.6
Baseband: N7000XXKL8
Kernel: 2.6.35.7.N7000XXKK9-CL725676
Build Number: GINGERBREAD.XXKL8
As I am NOT a techie, I would appreciate very much some automated solution. For example, to download and install a force-white-background-theme or some 3rd party application to do the job (paid apps are OK).
Thank you again
Saulo
I've not heard of an app or script that can do that, but the MIUI Rom (available under the android development section) has black text on white background.
Thank you Holgalee.
I still cannot find that link for that ROM, can you please point for me?
2. Do I need superuser?
Thank you again
Saulo
Just in case you didn't know, AMOLED uses less battery when displaying black than it does when displaying white, because the pixels are "off" in black and "on" in white. I suspect that's why black is the default.
I know, but for my eyes the black background it is really no more bearable. too streessful..I prefer to have my battery drained up earlier but be able to use this worthy device.
MIUI
saulo866 said:
I know, but for my eyes the black background it is really no more bearable. too streessful..I prefer to have my battery drained up earlier but be able to use this worthy device.
Click to expand...
Click to collapse
Here's a link to the MIUI ROM:
http://forum.xda-developers.com/showthread.php?t=1521630
I think I may start using it myself once it integrates the new s-pen functions from the premium upgrade by Samsung!
Thank you James.
I am downloading and then feedback.
Happy Easter
That MIUI ROM does have white background, but I lose some very useful hardware functions, like camera at 1920 30fps, etc. So I cannot use it.
I heard that there are simple scripts, to switch/invert background from black to white.
But my question is: I am on a Mac Air. Can I use adb and odino and other tools on Mac Lion OSX?
Or do I need a virtual Windows machine?
Please can someone post a tutorial for Mac users?
Thanks a lot
Saulo
If you are stock you are going to have to root first and then use PC Odin to flash the repack because MIUI is ICS. Read about it in the development forum and it will show you everything step by step.
I have windows 7 on boot camp on my mac just for the purpose of using Odin. Mobile Odin, in the market, might work, but might cause SODs too.
Hallo Andrew.
I do have Windows parallels on my Mac air. If I understand correctly, on Mac Lion OSX there are NO tools available to flash and modify our Galaxy Notes. Right?
2.
Do you have some hints on how to perform a script, on galaxy notes, to change the background on most applications, such as:
- general settings
- SMS
- phone
- MMS
etc
Thank you a lot
Saulo
Just so you know, blacks will not only save (marginal) battery juice, but most importantly, it saves your AMOLED screen from dying a premature death!
AMOLED screens suffer from a phenomenon called by some as "Burn-In" so blacks became a standard (specially on the notification bar) ever since Gingerbread (or was it Froyo?) came along with AMOLED based phones (starting with the Google NEXUS One)
You can search on Google about this AMOLED problem.
That's why there is a setting in the default web browser to dim the screen or even invert the colors on the browser, to save juice and to protect the screen!
Yep! Just like those old projection TVs of the eighties!
Sent from my GT-N7000 using Tapatalk
Thank you Rayan.
I now understand...how, in fact, could everybody accept such a ugly and tiresome black background? If what you say is correct, I have to give up my search for a whote or light colour background...
By the way, (off topic): is incoming ice cream sandwich also sporting a black background?
When do we expect an official stock release?
Thank you again
Saulo
When you guys like i can port a theme in white/red.
Gesendet von meinem GT-N7000 mit Tapatalk
saulo866 said:
Thank you Rayan.
I now understand...how, in fact, could everybody accept such a ugly and tiresome black background? If what you say is correct, I have to give up my search for a whote or light colour background...
By the way, (off topic): is incoming ice cream sandwich also sporting a black background?
When do we expect an official stock release?
Thank you again
Saulo
Click to expand...
Click to collapse
Actually ICS AOSP is even more black, however, it has lots of blue which is known to degrade even faster than any other color on AMOLED screens! Go figure!
Cheers
Sent from my GT-N7000 using Tapatalk
Guys these changes you discuss here are very very difficult to be done and they need a lot lot of work..
I know cause in my Mixed Theme for Desire HD (my previous phone) i had inverted a lot of stuff (as HTC uses white backgrounds and i wanted them black), with the help of another Great Themer he_stheone...
So it's not a script that has to be run...
You must de-compile all framework apks and many others apks...
Then you have to find inside the code (xml files) of these apks the values that refer to background color and change it to white...
But then you will have a lot lot of trubles, as you should also change the color of text from white to black, so you will be able to read the texts all over the phone (settings, popup windows, contacts, sms etc...) and this is the most difficult part as you have to find and change the color of the text in several apps that conflict with the frameworks...
And even if you manage to find and change all the texts to white color, then it begins another problem... The 3rd party apps that you download from the Market... Cause many of them might use f.e your default background (black) with it's own text color (again black)...
I'm not say it's impossible, but i say it's very difficult, it nedds a lot lot of time and very good knowledge... And i don't know if someone that has the knowledge, also has the time to do that...
So another solution is to sell your Note and buy an HTC ONE X, cause HTC uses white backgrounds with black texts
Thank you. That is exactly what I was thinking...so basically HTC does NOT use amoled, right? So it can implement the phone on whute background.
Is this correct?
Happy Easter
Saulo
saulo866 said:
Thank you. That is exactly what I was thinking...so basically HTC does NOT use amoled, right? So it can implement the phone on whute background.
Is this correct?
Happy Easter
Saulo
Click to expand...
Click to collapse
HTC is not the only one with LCD screens, in fact AMOLED screens are lowest denominator out there.
I really doubt that some company would bother to change the look and feel of Android, but if you root you can go with MIUI which uses a lot of whites (reminiscent of iOS) then you'll be closer to what you are looking for, but as someone mentioned before, apps would still be as the developer intended, either black, white or whatever.
Sent from my GT-N7000 using Tapatalk
I totally agree with you sir.
I'm 26 but the black/ dark backgroudn is stressful and annoying in the long run.
Google's own apps do have whtie/ light background themselves e.g. Gmail, Google Maps etc.
I don't understand why Google don't enable us to change the background to white/ light.
A not-too-technical but not perfect solution is 1. to install a launcher e.g. Nova or Apex and 2. to install a theme that has white background (which I don't know and I'm asking around as there are thousands of them).
The system stuffs e.g. Settings will remain black though.
As for specific needs e.g. contacts, we'll have no choice but to use alternative e.g. Contact Plus app.
Good luck sir, I'm on the hunt for Nova/ Apex launcher themes with white-background
saulo866 said:
Dear all
Apparently it seems that nobody (on different smart-phones threads and also here on Galaxy Notes) knows how to change the default background from annoying black (very bad for my ageing eyes) to a more traditional and relaxing white or light colour (as for iPhone). I mean the background for
- general settings
- phone
- contacts
etc.
Can somebody please share his ideas?
thank you
Saulo866
Click to expand...
Click to collapse

GWD - How Do I Change Font Color on Tap Action?

Hi,
I know how to create an Action and assign a Tap or Double-Tap action to change an image, but if I am using a digital watch face and want to tap to change the color of the time display (as opposed to a background image), how would I go about doing that?
For example, if my default digital watch face shows the time digits in red, how can I set an action to change it to orange upon the Tap Action, then yellow, then green, etc.?
Thanks in advance!
-Swooperz
Swooperz said:
Hi,
I know how to create an Action and assign a Tap or Double-Tap action to change an image, but if I am using a digital watch face and want to tap to change the color of the time display (as opposed to a background image), how would I go about doing that?
For example, if my default digital watch face shows the time digits in red, how can I set an action to change it to orange upon the Tap Action, then yellow, then green, etc.?
Thanks in advance!
-Swooperz
Click to expand...
Click to collapse
There are a ton of watch faces out there that change their font color when you tap on the time digits. Surely someone knows how to create this effect in GWD. Alternatively, is there a way to view the xml from purchased or downloaded watch faces on my watch? Just to view the code for that action?
Thanks in advance!!
i was curious about the same thing.
so what i did was copied the .wgt file of a face that had that feature as it was being sent to my watch. root is needed to intercept the transfer from phone to watch.
renamed to .zip, unzipped and looked through the files.
its hard to explain but there is no special coding in the xml for this. it is basically using layers and a transparent png as a font.
i have never shared a gwd file so not sure if you can but i am willing to do a very basic time face and send it to you, if you would like. i will include all files so you can see what is happening.
let me know.
Hi Stealo,
That sounds awesome. I would love to see how this is done. I'd root my Note 8 but I don't think the Verizon Note 8 can be rooted safely. Anyone correct me if that is not right.
Anyway - yes, please do share whatever you find, Stealo, and let me know how I can help.
Cheers,
Swoop
Swooperz said:
Hi Stealo,
That sounds awesome. I would love to see how this is done. I'd root my Note 8 but I don't think the Verizon Note 8 can be rooted safely. Anyone correct me if that is not right.
Anyway - yes, please do share whatever you find, Stealo, and let me know how I can help.
Cheers,
Swoop
Click to expand...
Click to collapse
ok cool. i will try and get it done tonight, and post.
----------------------------------------------------------------
Ok, so i started writing a "how to" and it got way out of control, :silly:.
I cant take any credit for this, all i did was pull apart someone elses work and learn from it. The attached is my work but built in the same way as the other person did it. I hope this doesnt upset anyone. I will never share the original persons work.
I have attached all the files you need for this to work including my gwd file & tpk file. Im not sure if you will be able to import it into your GWD but give it ago. if not start a new face and rebuild it from the resources.
At any point you get stuck let me know and i will help you out.
Hi Stealo,
Thanks for posting this! Things have been crazy busy here and I have not yet had a chance to sit down and dig into this but I look forward to seeing what cool trickery lies in the scripts, etc.
Thanks again,
Swoop
Swooperz said:
Hi Stealo,
Thanks for posting this! Things have been crazy busy here and I have not yet had a chance to sit down and dig into this but I look forward to seeing what cool trickery lies in the scripts, etc.
Thanks again,
Swoop
Click to expand...
Click to collapse
hey swooperz,
nothing is scripted for this to work.
just layer composition and thats it.
if you need a hand or any explaining let me know.
stealo said:
hey swooperz,
nothing is scripted for this to work.
just layer composition and thats it.
if you need a hand or any explaining let me know.
Click to expand...
Click to collapse
Everything worked like a charm! I got one error about the TPK needing to be rebuilt when trying to deploy to my watch (unsure of the issue), but I chose only version 3 and it worked perfectly. Maybe my watch needs to have OS 4? I have a Samsung Gear S3 Frontier.
Anywho - now I am going to learn how bitmap fonts work and how to convert a TTF font that I own, to a bitmap font. :good:
This is awesome! Thanks again for helping me get over this hurdle. It was a big one for me. :laugh:
Swooperz said:
Everything worked like a charm! I got one error about the TPK needing to be rebuilt when trying to deploy to my watch (unsure of the issue), but I chose only version 3 and it worked perfectly. Maybe my watch needs to have OS 4? I have a Samsung Gear S3 Frontier.
Anywho - now I am going to learn how bitmap fonts work and how to convert a TTF font that I own, to a bitmap font. :good:
This is awesome! Thanks again for helping me get over this hurdle. It was a big one for me. :laugh:
Click to expand...
Click to collapse
i am using gwd 1.6.1 i think which lets you build for os 4.0 and lower.
the font in the example was the fortnite font.
very simple task but very boring to make, but you will only need to do once for each digit 0-9.
are you familiar with adobe illustrator or photoshop?
simply make the canvas the size you need with the same colour or pattern of the face, type a single number, adjust its size so it just fits height and width, cut it out so the number is transparent, save it as a png to preserve the transparency.
much more to it but like i said let me know if you get stuck.
regarding the background cut to make, i think i made it 200px wide and 80px high.
so that means you can fit 4 digits at 50px wide X 80px high, which is important for making the font.
stealo said:
i am using gwd 1.6.1 i think which lets you build for os 4.0 and lower.
the font in the example was the fortnite font.
very simple task but very boring to make, but you will only need to do once for each digit 0-9.
are you familiar with adobe illustrator or photoshop?
simply make the canvas the size you need with the same colour or pattern of the face, type a single number, adjust its size so it just fits height and width, cut it out so the number is transparent, save it as a png to preserve the transparency.
much more to it but like i said let me know if you get stuck.
regarding the background cut to make, i think i made it 200px wide and 80px high.
so that means you can fit 4 digits at 50px wide X 80px high, which is important for making the font.
Click to expand...
Click to collapse
Makes sense. I have Photoshop so will upgrade GWD and open the files up in Photoshop to have a look. Thanks again!
I got the set-up working with my own bitmap font and clickable button to change the colors - the caveat now is when a single digit shows up - the mask layer shows up from underneath the single digit, since it gets centered, and the mask is only half the width (one digit's width as opposed to two digit widths).
See my picture of both cases (still need to work out anti-aliasing artifacts).
Any ideas on how to work around that, yet still only use single digit hours?
EDIT: Just to be clear: my background is black, so other than the digits, there should be no purple color coming through as shown for the single digit of one.
Thanks,
Swoop
Swooperz said:
I got the set-up working with my own bitmap font and clickable button to change the colors - the caveat now is when a single digit shows up - the mask layer shows up from underneath the single digit, since it gets centered, and the mask is only half the width (one digit's width as opposed to two digit widths).
See my picture of both cases (still need to work out anti-aliasing artifacts).
Any ideas on how to work around that, yet still only use single digit hours?
EDIT: Just to be clear: my background is black, so other than the digits, there should be no purple color coming through as shown for the single digit of one.
Thanks,
Swoop
Click to expand...
Click to collapse
hey swoop,
good to see you making progress.
just off the top of my head
at the the bottom of the screen is a time line. so you could make 2 backgrounds and have 1 apear between the hours of 1 to 9 and the other from 10 to 12.
read about the conditional lines,
https://developer.samsung.com/galaxy-watch/design/watch-designer/gear-watch-dev
to fix the auto centering maybe align your text to the right so a single digit will snap right when changing.
i use only 24hr time, not sure why but always have. if i get time i will try it out and see.
regarding artifacts, i generally use illustrator, which produces cleaner images. if you dont have illustrator you can dowload a free alternative called inkscape, i think, or an online vector converter.
i always make an image twice as large if possible then clean it up and scale it down. im still learning also, so what i do may not be right but it works for me.
in the mean time let me know if what i said is right.
Thanks, Stealo.
I have Adobe CS 6 with Illustrator, so will try that next as well as start working on a timeline-based position of the background. Great idea! That way, I can leave the single digits centered (I hope), which looks better in my design.
Cheers!
is It possible to change with double tap, one object's color that moves ? (such as the second hand)
stealo said:
i was curious about the same thing.
so what i did was copied the .wgt file of a face that had that feature as it was being sent to my watch. root is needed to intercept the transfer from phone to watch.
renamed to .zip, unzipped and looked through the files.
its hard to explain but there is no special coding in the xml for this. it is basically using layers and a transparent png as a font.
i have never shared a gwd file so not sure if you can but i am willing to do a very basic time face and send it to you, if you would like. i will include all files so you can see what is happening.
let me know.
Click to expand...
Click to collapse
just found this thread.. may i ask you how did you intercept the transfer from phone to watch?
i have phone rooted, do i need root also on gear?
i'd like to do this to study some of watchfaces i bought, so i could learn to make them.
thanks in advance ^^
up @stealo
erghetto said:
up @stealo
Click to expand...
Click to collapse
hey sorry, dont use xda as much anymore.
You need to have a rooted device (phone/tablet) first, and a good file explorer, no root needed on watch at all. i cant give specifics as i dont use the devices anymore, i can try and point you in the right direction though.
what i did was monitor a folder in the WEAR app root directory on my phone, when i downloaded an app from the store it would store it on my phone for maybe ten seconds, then transfer to my watch.
Using your file explorer you can copy it and paste it to a new location before the transfer ends.
Rename it .zip, extract, learn and explore.
Like i said i am not 100% if it is still possible as i no longer use both devices. Please dont steal anybodies work though.
Good luck.
stealo said:
hey sorry, dont use xda as much anymore.
You need to have a rooted device (phone/tablet) first, and a good file explorer, no root needed on watch at all. i cant give specifics as i dont use the devices anymore, i can try and point you in the right direction though.
what i did was monitor a folder in the WEAR app root directory on my phone, when i downloaded an app from the store it would store it on my phone for maybe ten seconds, then transfer to my watch.
Using your file explorer you can copy it and paste it to a new location before the transfer ends.
Rename it .zip, extract, learn and explore.
Like i said i am not 100% if it is still possible as i no longer use both devices. Please dont steal anybodies work though.
Good luck.
Click to expand...
Click to collapse
Thanks for the info. I have root on my s8 so i could try, but wear app folder is a bit generic. Without knowing the folder's name i wouldn't know where to look.
Thanks again
erghetto said:
Thanks for the info. I have root on my s8 so i could try, but wear app folder is a bit generic. Without knowing the folder's name i wouldn't know where to look.
Thanks again
Click to expand...
Click to collapse
hey, sent you a pm.
mimmog said:
is It possible to change with double tap, one object's color that moves ? (such as the second hand)
Click to expand...
Click to collapse
I want to know the same thing. Basically I want to to double tap on say 3 o'clock area and have hour hand change images/color. How is this possible? Yes, you can change background defining itself as a buton and add "change image" action but how can you change other layer images by double tapping on another layer?

How change fonts?

I'm just kind of updated my mate 9 to pie, and I want to change the fonts. I don't like the way it's handling bold, and I'm actually not seeing colors on one of my widgets. For example first attachment of a widget shows examples of colors being used to show things are past due due tomorrow at cetera.
The next one shows the widget on this phone with no colors, even though it is set to apply colors.
I don't know if different fonts would fix the color problem, but I do not like the way it uses the font for bold as I find it a little bit hard to read.
Any suggestions?
I finally found some information, I must root the phone. I really hate that.
ewingr said:
I finally found some information, I must root the phone. I really hate that.
Click to expand...
Click to collapse
Did you check the answer on rooting 9.1:
https://forum.xda-developers.com/mate-9/help/current-root-method-c432e7r1p8patch03-t4049661
Do you try the application Font Manager for Huawei (Pubs inside and no guaranty from me)
Sorry guys for not replying. I had my email messed up on the profile and didn't get notices.
@zgfg...certainly, at this point, I'm sure you do know we have been communicating on that thread. Thanks so much for your help.
@Mh_EJC ... interesting. Yes, but it wants to side load something in order to apply, so I've uninstalled. But I have tonight found some that will install, even w/o root. Tried that, and tried one that required root too. Given zgfg's help, I am rooted now.
But it's interesting. Maybe my issues aren't related to fonts. I have a ToDo app installed, and on my Samsung Note 9, and earlier phones, I've been able to set colors in it for current, past due, etc tasks.
But on the Mate 9, it doesn't show colors, and in fact all letters on the phone that I think are bold are hard to read. I had expected a change of fonts to cure that. But the new fonts apply, but still no color and still the 'hollow' bold. BTW...same issues throughout the phone, so it's not a problem specific to the app.
Given that applying different fonts don't fix my problem, I may be stuck with this on the Mate 9, Unless someone has some ideas.
Example of the widget with colors and more readable bolds:
Example of one from Mate 9. This one is with a new font applied. The large picture here is easy to read, but on the phone, and if you add a lot of ambient light, it is difficult for that hollow text:

Categories

Resources