[How To] Watch Styler Custom Fonts - Samsung Galaxy Gear

I haven't seen anything about this anywhere else yet, so if this is common knowledge just ignore it.
This won't let you change the spacing of the clock or from a 12h to a 24h clock, so you have to create a theme using the format you want first, and then we can change the font from there. I'm not totally sure if you need root for this or not, my phone is rooted and I was using root browser to get to the files.
First, get your theme set up how you'd like it, besides the font that is. The first picture attached is an example of my first font swap theme before I did the swap.
Second, find the two fonts that you want to use and download them.
Next, navigate to sdcard/Android/data/com.omnitel.appcessory.gear.watchstyler.manager/theme/(what you named the theme we're editing)/texts/fonts. See what the font files in this folder are named, and rename the fonts you just downloaded to the corresponding font you want to change. For example, the clock font in the first image is named debussy.ttf, and the one I replaced it with is named varsity.ttf, but i renamed it to debussy.ttf so the app would see the same file name and substitute that font file for the one it originally uses. Same thing for the date font.
Last, move those different font files you want for the clock and date to the fonts folder we were looking at before, replacing the font files that were originally there. They should show up fine now, like they do in the second picture I've attached. Note that your preview in the app will not change, and I haven't messed with trying to get it to update, although I imagine it might update if you delete the PRV_IMG.png in your theme's folder.
If anyone has any questions or wants more pictures I will answer whenever I can, it should be pretty self explanatory though.

tellem24 said:
I haven't seen anything about this anywhere else yet, so if this is common knowledge just ignore it.
This won't let you change the spacing of the clock or from a 12h to a 24h clock, so you have to create a theme using the format you want first, and then we can change the font from there. I'm not totally sure if you need root for this or not, my phone is rooted and I was using root browser to get to the files.
First, get your theme set up how you'd like it, besides the font that is. The first picture attached is an example of my first font swap theme before I did the swap.
Second, find the two fonts that you want to use and download them.
Next, navigate to sdcard/Android/data/com.omnitel.appcessory.gear.watchstyler.manager/theme/(what you named the theme we're editing)/texts/fonts. See what the font files in this folder are named, and rename the fonts you just downloaded to the corresponding font you want to change. For example, the clock font in the first image is named debussy.ttf, and the one I replaced it with is named varsity.ttf, but i renamed it to debussy.ttf so the app would see the same file name and substitute that font file for the one it originally uses. Same thing for the date font.
Last, move those different font files you want for the clock and date to the fonts folder we were looking at before, replacing the font files that were originally there. They should show up fine now, like they do in the second picture I've attached. Note that your preview in the app will not change, and I haven't messed with trying to get it to update, although I imagine it might update if you delete the PRV_IMG.png in your theme's folder.
If anyone has any questions or wants more pictures I will answer whenever I can, it should be pretty self explanatory though.
Click to expand...
Click to collapse
thanks for cool stuff......plz can you proved the varsity.ttf

I got it from Dafont . com, they have a lot of other fonts there too. (sorry can't link because I don't have the required posts yet, but you should be able to find it.)

Related

Create your own FlipFont APKs complete walkthrough +Now with quick font size scaling

Create custom FlipFont files with font preview and icon.
*At present this only works on Galaxy S phones, but should work if FlipFont is ported or released on other devices*
Why do we need to jump through hoops?
It seems that the fonts in the MonoType apks on the market are digitally signed. This is what is preventing the use of any old font being added to an APK. I believe the FlipFont app is looking for the digital signature in the font within the APK. If its not there, it does not use the font and reverts to using the default font. It MAY be possible to edit the FlipFont APK so that it no longer looks for the digital signature. This should allow us to use any font without jumping through hoops.
If you can find the FlipFont Apk please post its location or better yet PM me with its location. If your really feeling spunky ADB pull the file off your phone and post it here, so we can take a look at it.
Lets trick FlipFont. Heres what you need.
Apk Manager 4.8 found here. This will allow you to decompile and edit the APK attached at the bottom of this link. Dont worry its much easier then it sounds.
FontCreator 30 day trial found here. This is a windows only program. If you know of a cross platform, open source or FREE font editor please let me know. The one on source forge is not stable enough for use at present and its install needs its own walk through.
***Link for FontCreator has been downgraded to version 5, which will allow you to save fonts during the 30 day trial, unlike version 6. Thanks sigeltek***
Photoshop or Gimp. Note you only need this if you want to edit the icon file for the app. I will not go over editing the icon in the walk-through, this should be pretty self explanatory.
Digitally Signed Monoglyceride font found here For some reason Mediafire sees this as a jpg file. Click the download this image button in the link and you will see its actually a .ttf file. ODD :ºp
The Monoglyceride APK attached at the bottom of this link.
Walk-through editing the Monoglyceride font with FontCreator.
Open the Monoglyceride.ttf font with FontCreator
Open the .ttf font you want to use.
Make note of the number of Glyphs at the bottom right side of FontCreator when you have your font selected.
Click the Monoglyceride font window in FontCreator and choose edit>select all at the top of the program.
Hit delete on your keyboard. This should delete everything in the Monoglyceride window.
click Insert>Glyphs... at the top of the program
type in the number of glyphs your font has in it and hit ok. You should now see a bunch of empty glyphs in the Monoglyceride window.
Now switch back to your font and again hit edit>select all
Hit edit>copy
Swith back to the Monoglyceride window and click edit>select all... and then edit>paste special...
This will open up the Paste Special window. Put a check in every box in Item section and choose "Add Mappings" in the mappings section and then click OK.
If this worked properly you should see all of the characters and mappings from your font in the Monoglyceride.ttf window.
Close your fonts window in FontCreator
Click File>Save as, rename the Monoglyceride.ttf with the name of your font.
Thats it you now have a digitally signed font. If you want to double check, open the new font in windows and you should see that the font is still technicaly the Bauhaus font, but it now contains your fonts characters. :º)
*** eweo911 has just informed me of a quick way to resize the font if it is too large. You can check to see if its too big by double clicking on one of the glyphs after preforming the Paste Special section of the instructions above. Its best to choose one of the uppercase letters. If the glyphs image goes above the guide shown for cap it WILL be a large font on the phone. These guides are set in the perfect position for our phones screen.
Here is the quote from eweo911:
I have figured out how to make the fonts smaller so you can adjust them to fit the screen better. Not sure if anyone else has done it yet but here is what I did.
After you do the "Paste Special" in font editor (per Ritalins how-to), you will need to make sure all of the glyphs are highlighted in the new font. Yiou will then go to "Tools" and then "Glyph Transformer". Once there, you will select the "Selected" button, then under Available Features you will expand the Outlines tree. Select scale and then you will have two variables for Outlines-Scale. Choose an integer that you want to test with and then hit "ok". Save as your new font name and that should be it.
Click to expand...
Click to collapse
Another helpful hint for eweo911, for those that want to use a font, but the new font is missing some of the special characters.
Here is the quote for eweo911
The process is pretty similar to the original.
1. Start out in Font Creator by opening your two fonts.
2. In your new font, choose to "select all".
3. Go to Edit and then Copy
4. Switch over to the monoglyceride font (or whatever you are using as the original font you will be making into the new font). Here, selct all glyphs as well.
5. Go to edit and the paste special, selecting all four Items and choosing "Overrule Same Mappings".
6. Hit ok and then save the file with your new font name.
This will place all of the new glyphs into the font you will be remaking while retaining all of the special characters from the original font.
Click to expand...
Click to collapse
Walk-through editing the apk with Apk Manager 4.8
Download the monoglyceride.apk listed below.
Copy the apk into place-apk-here-for-modding folder in the Apk_Manager_4.8 directory.
Run script.bat and choose option 9
Open Apk_Manager_4.8\out\assets\fonts in explorer
Replace existing monoglyceride.apk font with the .ttf font you edited in FontCreator
edit all XML, yml and smali files to include the font name or font.ttf depending on the entry in the original file. Just replace monoglyceride in these files and folder with the name of your font. Pay attention to capitalization in the existing files, and make sure to do the same when replacing with your file name.
Edit the last folder name in the smali folder tree from monoglyceride to the name of your font
Edit the icon.png in the drawable folder with one of your own.
Compile apk - option 11
Sign apk option 12
Check the Apk_Manager_4.8\place-apk-here-for-modding folder and you should see repackaged-signed.apk along with the original monoglyceride apk. Rename your new signed.apk file the same as the monoglyceride one and just check the name at the end with your font name. This is not REALLY necessary, but do it for consistency sake.
install apk on your phone
This might take you about 30 minutes the first time you run through it, but after you get accustom to the steps you should be able to bang through it in about 10 minutes.
Well here you go, here is my first custom FlipFont APK.
Monoglyceride
{
"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"
}
http://www.mediafire.com/file/b63fa44f7ks7e3d/com.monotype.android.font.monoglyceride.apk
Its working perfectly for me, but let me know if you have any issues.
Reserved for further changes.
Yes!
As a major font fanatic myself, I applaud you sir If you get this working I have a boatload of fonts I'd want to try... Flux would look stunning on this screen...
http -- ://new.myfonts.com/fonts/t26/flux/
http -- ://new.myfonts.com/fonts/fontbureau/fb-agency/
Etc...
Few steps forward, few steps back.
First off I will say that the font is a little hard to read and too light, but this is just for testing so its not that big a deal right now.
Ok so I got hold of a font that about the same size as the Bauhaus font. After doing everything in the above posts and installing the font, the restart was a LITTLE bit faster. It still seems to choke for about a minute or so after the desktop first appears and the pass based lock screen is sometimes unresponsive on first try. Overall its running much better, but still not perfect.
Also some words see to get clipped off for no reason as you can see in the image attached on the text for the Astro bluetooth icon. Not sure why this is happening.
Seriously, 160+ views and no comments. Does no one have ANY experience with font development, XML or apk development?
None, but we all want new fonts....
-bZj
down8 said:
None, but we all want new fonts....
-bZj
Click to expand...
Click to collapse
Well I figured it out. But because of that comment you cant have any.
:ºp
pretty sweet.
Need someone to develop an app that does the entire process.
something that you can just drop any .ttf and you get the .apk out of it.
Ive been trying to edit an xml for a week to change the font color... you have actually gotten further than I have... keep up the good work... I hope you figure it out...
junkdruggler said:
Ive been trying to edit an xml for a week to change the font color... you have actually gotten further than I have... keep up the good work... I hope you figure it out...
Click to expand...
Click to collapse
You can try this right here, http://forum.xda-developers.com/showthread.php?t=535630 . It was made for a cyan template so I don't know if it will work on SGS.
What I would also like to see is if we can locate, remove and port the FlipFont apk. Anyone up for trying that part?
Your font looks great on my Captivate. Thanks for sharing
ritalin said:
Other info and things Ill try next
Before going through the time consuming method of editing the .ttf font file listed above I wanted to see what would happen if I left the original font APK alone and just removed the all of the internal naming. This area contains things like the font name, vendor, license agreement, copyright, ect... After I removed those entries in the file, windows still showed it as Digitally Licensed, but the font FAILED when recompiled and installed in Android.
I am going to try moving these entries over to another font and try again. This may not work, because from what I have read about digitally signed font, editing them breaks the signing. There is hope that this is not true based on the fact that I DID edit the font (characters, ect..)and it still worked. [/INDENT]
.
Click to expand...
Click to collapse
Alright so I gave this a try and it made the font fail. It will install and show properly in the settings preview window, but after applying it and restarting the font shows up as the default font. My guess is that the font DOES HAVE TO BE digitally signed with the right key in order for it to function in FlipFont.
I have simplified another method of using the existing digitally signed font and copying another fonts characters and glyphs into it. I will post a how to when I find a free or open source font editor so everyone can do it.
Thanks for the guide. I'll try it later.
Thanks david.. Been there done that... I got it done its just force close looping the phone...
Sent from my SGH-T959 using XDA App
ritalin said:
Well I figured it out. But because of that comment you cant have any.
:ºp
Click to expand...
Click to collapse
It was just meant to show interest.
Tried the font, and it rocks - thanks for the dev work!
-bZj
Has anyone managed to find the FlipFont apk? I would like to take a look at it to see if the digital signing check for fonts can be removed.
I am also thinking about creating a dropbox directory for the fonts, with two folders. One for the APKs the other for just fonts that people have tested and know look good on our screens.
If you want access just shoot me a PM.
How do you install the APK? HELP
Thanks
beckhamsoccerman said:
How do you install the APK? HELP
Thanks
Click to expand...
Click to collapse
Just transfer it to your phone then open it up with your file explorer (astro, files etc)

[Q] ?s about themeing

I really want to theme my phone, is there any tips to make it easyier
an also theres no meny png files that im not sure what changes what, is there a guide of any sort for that or anything.
I got editing images down but im still gettin lost on changing things
an out of curioisy is there a good themer out there that would be willing to work with me personally so im not gettin mixed results
here ya go..this should get you a start
http://www.google.com/cse?q=how+to+...ub-2900107662879704:fs7umqefhnf&ie=ISO-8859-1
Great resource here
im not sure if im wording this right, but to theme an app u open that apps apk. to theme a widget u open that widgets apk. right?
So what all does framwork control?
still tring to get it togather what png's edit what on my phone
Essentially yes. Most of the app's .png's will be in the respective .apk, although if it's a Sense ROM then a lot is stored in the 'com.htc.resources.apk'
The 'framework-res.apk' holds all the files for like the notification area, the pull down menu, status icons, buttons, tick boxes, radio buttons etc...
The best way to familiarise yourself with it all is just to have a look through the image folders and see what you see.
not much luck, im gettin lost, so ill be back in a cuple days let u knw if i got it yet, if i cant come up with it, ill just make a list of things i want done an see where it goes.
Are you on a Mac or PC?
Keep in mind, you have to sign it to get it to install if you unpack it. After weeks of failed signing attempts (I still cant get them to sign) I found a way around this though...just don't unpack it Use 7zip on PC or I am on a Mac so I use Springy. Replace what you want and you are good to go.
Let me know if you need more help with this method. It isn't the way everyone else does things, but it works for editing things and making it what you want.
@reanger91878 I was just looking into start some theming and was trying to figure out if using a Mac put me at a disadvantage... but I guess since I found you I'll know who to ask if I run into a problem. So I guess I'm gonna get Springy and see what I can figure out. (I've never done this crap before).
:edit: boo it costs money, any free options? or will the non-licensed version work for me?
Alright
heres what i want done
I have NFX Sprint 2.31.651.7 STOCK Odex Update3.
Lock screen bar where its grey i want black
All screens under settings an phone options like device1 pic 1 want there its white to be black an the black letters white with a green boarder.
Device2 pic: want top an bottom where its grey to be black save with bookmark widget an calander app
Device3: white section black an the letter white
Device4: change all screens from white to black an white lettes an the grey buttons at the bottom to green same with clock, messages, music and photos
Device5: i want the ui buttons at the bottom like that but for it to be Phone in the middle app drawer on the left an add to home on the right
Invert all menus uder browser
so if some one would be willing to help with what xml an pic files i edit to do it, or some one helps me put it togather it would be awsome an id be very thankful
BuddahWolf01 said:
@reanger91878 I was just looking into start some theming and was trying to figure out if using a Mac put me at a disadvantage... but I guess since I found you I'll know who to ask if I run into a problem. So I guess I'm gonna get Springy and see what I can figure out. (I've never done this crap before).
:edit: boo it costs money, any free options? or will the non-licensed version work for me?
Click to expand...
Click to collapse
Using a Mac does not put you at a disadvantage per se...kind of, but there are workarounds
You don't have to use Springy, that is just what I use. The key is to find an Mac application that can open up a .zip file without extracting it, because once you extract, you need to resign (no big deal really, but for whatever reason my computer won't properly sign). I think the free version of Springy lets you open up a ROM of a certain size? Can't remember...but if you are editing a theme, they should open, because most are under 15MB. You can also just search around for other Mac apps that handle zip files and find one that does not extract. Let me know what you come up with and what you need help with...I gained much knowledge here, and will gladly pass on what I have gleaned.
DubsideWICKED said:
heres what i want done
I have NFX Sprint 2.31.651.7 STOCK Odex Update3.
Lock screen bar where its grey i want black
All screens under settings an phone options like device1 pic 1 want there its white to be black an the black letters white with a green boarder.
Device2 pic: want top an bottom where its grey to be black save with bookmark widget an calander app
Device3: white section black an the letter white
Device4: change all screens from white to black an white lettes an the grey buttons at the bottom to green same with clock, messages, music and photos
Device5: i want the ui buttons at the bottom like that but for it to be Phone in the middle app drawer on the left an add to home on the right
Invert all menus uder browser
so if some one would be willing to help with what xml an pic files i edit to do it, or some one helps me put it togather it would be awsome an id be very thankful
Click to expand...
Click to collapse
Big tasks Don't know if anyone will actually be able to do it for you, but check the resources above to get an idea where to start. It's the whole "give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime" idea.
Open up your ROM and check the framework-res.apk and see what you find...but you are looking to do more than just framework edits...
ranger61878 said:
Big tasks Don't know if anyone will actually be able to do it for you, but check the resources above to get an idea where to start. It's the whole "give a man a fish and he eats for a day, teach a man to fish and he eats for a lifetime" idea.
Open up your ROM and check the framework-res.apk and see what you find...but you are looking to do more than just framework edits...
Click to expand...
Click to collapse
Out of what all i want edited what is controlled by frame work an then would the rest be Apk files in the system app
my biggest problem is im not understanding what xml files change what an some of the pngs idk what they change
edit: I found post that said this, is that a pretty good way to descride it.?
app folder - This folder contains all of the apps that will be installed during an update or wipe. You will need to extract only the apks of the apps you wish to change the icon and graphics for.
-Launcher.apk - This file is in the app folder and contains the menu launcher tab, clock, google search widget, wallpapers and some other things.
framework - This folder contains framework-res.apk, this is where the bulk of your editing will take place.
When you open a apk you will see:
assets - This will contain images, sounds and other content used by the programs. Not always used!
META-INF - This contain the encryption data of the update.zip.
res - This folder contains all of the png and xml files. The xml files are used to format the UI, these can be used to change the locations of things on the screen. The xmls need to be unencrypted first. Depending on the apk there can be a bunch of folders under the res folder but we will only concentrate on the drawable ones.
-drawable - The png files in this folder are displayed wheather the keyboard is open or closed. The majority of the files are here.
-drawable-land - These are the files that will show when the keyboard is open. There won't be as many files in these folders. Most of the time the programmer will re-organize the layout with an xml file.
so basically everything is a picture that i want changed an xml files control text color an placement of where things are or what?,
im try my best to but thoes darn xml files are messing with me lol
To start, don't mess with the XML files. Just make changes to the PNG files. Once you get familiar with changing icons and status bar colors, then you can start messing with XML files. Let's say you want a different alarm icon.
Look in the DeskClock.apk under res/drawable-mdpi. You would find an icon(PNG) you want to substitute with, size it to the same size as ic_launcher_alarmclock.PNG, name it the same name and replace the original in the apk.
Use adb to push the apk back to your phone. I would then reboot and then enjoy your new icon.
Some icons will be in drawable-mdpi and some just in drawable. No need to change hdpi on our phones.
The majority of your status bar icons and base OS icons will be in framework-res.apk.
Sent from my HERO200 using XDA App
poashll said:
To start, don't mess with the XML files. Just make changes to the PNG files. Once you get familiar with changing icons and status bar colors, then you can start messing with XML files. Let's say you want a different alarm icon.
Look in the DeskClock.apk under res/drawable-mdpi. You would find an icon(PNG) you want to substitute with, size it to the same size as ic_launcher_alarmclock.PNG, name it the same name and replace the original in the apk.
Use adb to push the apk back to your phone. I would then reboot and then enjoy your new icon.
Some icons will be in drawable-mdpi and some just in drawable. No need to change hdpi on our phones.
The majority of your status bar icons and base OS icons will be in framework-res.apk.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Well said.
You can also do it on your computer...don't extract, just open, replace, close, put on SD and flash (after you nandroid...just in case )
iv been looking an looking, but cant seem to find a black stock theme
with stock htc green when a button is pressed, any one kno off a stock black theme i might be over looking
still havent figured ths out, an im having problems because im odexed?
DubsideWICKED said:
still havent figured ths out, an im having problems because im odexed?
Click to expand...
Click to collapse
Yes more than likely your only have trouble theme and odexed rom. Try a rom that is deodexed or I heard the have some deodex sripts that will do it.
ASimmons said:
Yes more than likely your only have trouble theme and odexed rom. Try a rom that is deodexed or I heard the have some deodex sripts that will do it.
Click to expand...
Click to collapse
Alright is there a performance or memory difference between odex an deodex
Does this same process apply with adw? If so, does that mean theming aosp and cm6 are equally as easy?
Sent from my HERO200 using XDA App

[TUTORIAL]Customizing App Icons

Customizing an app with icons of choice:
App considered in example: Settings.apk
Archive software: winrar
Image editor: GIMP Portable
Download and install software needed, if not already present:
An image editor that lets you work on images, a little advanced preferred so the transparency of icons is not lost. I used GIMP portable version since this won't create any registry entries and would be un-intrusive on my system.
Winrar to extract files from the app.
Copy the Settings.apk from /system/app folder to some temp folder, say /sdcard/temp using an app like Root Explorer
Connect the phone to computer and copy this app from temp folder to computer
Download and install winrar on computer
Note: I used winrar, you can use any archive manager of your choice as long as you can open the apk file with it
Open Settings.apk with winrar
Enter the folder "res"
You will find a few folders here. Copy the folder "drawable-hdpi" to desktop.
Open this folder and turn on image previews.
This folder contains the icons used in the app. Select the icons you want to update.
Creative part here: Search for icons that appeal to you, or you feel would appeal to public if you plan to release it public. Don't worry abt the size, but ensure they are atleast 96x96.
Sizes as per my preference:
App icon as seen in app drawer: 96x96
Internal icons in settings: 64x64
The (b) above may not always hold good. You could try with one size, and then try resizing to best fit the app you are working on.
Open the icon you downloaded in GIMP and resize it.
On toolbar: Image --> Scale Image --> Type in the width and height you want (pref in pixels to be accurate) and click "Scale"
Save the file.
Give this file the same name as the icon you want to replace.
Repeat steps 11 through 13 to resize all the icons you want to replace.
Please make sure the icon that is visible in app drawer is atleast 96x96.
Copy these new icons into the "drawable-hdpi" folder overwriting the existing files.
Open Settings.apk with winrar
Enter the folder "res"
Enter the folder "drawable-hdpi"
Drag and drop all the icons in our "drawable-hdpi" on desktop into this folder in winrar
Close winrar (it is auto saved).
Move the "drawable-hdpi" to recycle bin (do not delete it at this point)
Open Settings.apk again in winrar, and extract the "drawable-hdpi" folder to desktop.
Open this folder and make sure all the icons are present in it as per the updating you just did.
Move this file to phone to some location say /sdcard/temp
Open root explorer and move this file to /system/app
You might consider backing up the current Settings.apk file to Settings.bak before copying the new file there (it is always recommended to backup the existing app in case you wanted to revert)
Thats' it. You now have a new look settings app.
*** All standard 'messing with system outcomes' disclaimers apply ***
Word of caution. Non stock apps may not update correctly in the market after doing this.
whiteguypl said:
Word of caution. Non stock apps may not update correctly in the market after doing this.
Click to expand...
Click to collapse
I don't think this could cause an issue 'cos all I am updating here are some images, not any XML or anything.
Edit: I haven't so far tried it on any apps I bought from market so far.
Great write up...
Thanks for doing this...It takes the mystery out of changing things around some.
Mac
I was actually looking into this and am very glad you put up a tutorial. Thanks a lot!
If you simply want to change the app icon on the homescreen as opposed to the app drawer, download Desktop VisualizeR. Great and simple app that allows you to pick and choose icons for different apps. Really fast to do if all you want is home screen and don't care about app drawer.
danrubi said:
I was actually looking into this and am very glad you put up a tutorial. Thanks a lot!
If you simply want to change the app icon on the homescreen as opposed to the app drawer, download Desktop VisualizeR. Great and simple app that allows you to pick and choose icons for different apps. Really fast to do if all you want is home screen and don't care about app drawer.
Click to expand...
Click to collapse
Yea. Changing just the home screen icon can be done even through Launcher Pro shortcuts. This changes the icon whole. This way it gets changed with the new one in the drawer, and retains the new one even when u create a shortcut wherever u want.
nice write up diablo.
this will help people who might want to make a theme, or customize their phone or whatever, but have no idea where to start.
di11igaf said:
nice write up diablo.
this will help people who might want to make a theme, or customize their phone or whatever, but have no idea where to start.
Click to expand...
Click to collapse
Thanks dilli.
Did u like my settings app customizations? Would it be worth considering to put them into our green and blue themes?
Nice write up but for making only minor changes, such as with swapping out a few images, isn't it much easier and faster to just use ninjamorph?
newter55 said:
Nice write up but for making only minor changes, such as with swapping out a few images, isn't it much easier and faster to just use ninjamorph?
Click to expand...
Click to collapse
This is assuming with no tools. Just the basic editors. And like I said, this is my first step, and I don't even know any tools.
im trying to install these signal bars.
ive tried following these steps but going into framework-res instead of apps for the signal bars, but when i went to paste the folder back into the framework-res / res folder it just made a copy outside of the framework-res and nothing has changed
bignate78 said:
ive tried following these steps but going into framework-res instead of apps for the signal bars, but when i went to paste the folder back into the framework-res / res folder it just made a copy outside of the framework-res and nothing has changed
Click to expand...
Click to collapse
Open framework-res.apk in winrar. Browse to the folder u want within winrar. Drag and drop the files there.
If u can wait abt an hour, I can upload my version of customized 3.0 FF ROM. Incidentally I have customized a couple icons in framework-res.apk, and happen to include the same signal icons. U could use my framework apk if u wanted to.
Will this change anything on my phone besides the signal bars?
Sent from my SAMSUNG-SGH-I897 using XDA App
bignate78 said:
Will this change anything on my phone besides the signal bars?
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
Nope. Only a few more icons here n there like changing some icons to green that were initially with no color. Changed the sync icon. Rest all the same.
Unrar the file and u will get an apk file. Copy this into /system/framework folder on ur phone using an app like root explorer, and reboot immediately (ignore any FCs).
Cause I dnt want to change what's done to my phone besides the signal bars.
And thanks a ton for the help!!
Sent from my SAMSUNG-SGH-I897 using XDA App
bignate78 said:
Cause I dnt want to change what's done to my phone besides the signal bars.
And thanks a ton for the help!!
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
U can extract the files from the apk and compare the images between existing and this one. Hardly any changes.
Let me recall:
1. Sync icons
2. Wifi icons
3. Some icons color changed to green, and some error icons to orange (these were colorless earlier)
diablo009 said:
U can extract the files from the apk and compare the images between existing and this one. Hardly any changes.
Let me recall:
1. Sync icons
2. Wifi icons
3. Some icons color changed to green, and some error icons to orange (these were colorless earlier)
Click to expand...
Click to collapse
ok cool let me look at them and if i like them could you possably change the colors?
bignate78 said:
ok cool let me look at them and if i like them could you possably change the colors?
Click to expand...
Click to collapse
10char
diablo009 said:
10char
Click to expand...
Click to collapse
is there anyway i can send my framework and have you change the bars and basically change what would be green in yours to blue in mine?

[Q] Changing icons in Notification bar (Miui)

Hi,
Can anyone explain how one changes the icons in the notification bar?
More specifically, the 3G icon, Signal Strength, and the notification for a new text message?
Also, I know you can change the carrier name to whatever you like with apps like "CCname" and etc. but I've also seen that people have changed it into actual pictures or .png. Any help?
Thanks
I'd like to know more about this too!
The icons are usually found in framework-res.apk/res/drawable*** and begin with "stat". The email notification depends on what app your using but is also found in res/drawable***. You can change them using metamorph.
Hope this helps.
So do you mean I should use a program like APK Manager, and open up the framework apk? What does metamorph have to do with it? Sorry, don't know anything about this.
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Antennas said:
Unzip the theme you're using, and navigate your way through the SystemUI folder.
If your theme doesn't come with custom icons, download a theme that does (I use Buuf as a base, because it effectively themes /everything/) and see what naming scheme you require for your custom icons.
Replace the icons in the theme you're using, in the correct folder, and rezip as an .mtz.
Not sure if it's the /best/ way to be doing things, but is working well enough for me. I'm finding it rather easy to create a whole custom theme by simply replacing elements from buuf, with my own, and removing those I want as default.
Edit: I too would like to know about carrier icons, however! haha.
Click to expand...
Click to collapse
this is how i was told to do it by another extremely helpful gentleman, the carrier icon i would like to know as well
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Easiest thing to do is get your rom zip and unpack all the frameworks and apks in apps using 7zip.
Then do a search for "stat" you'll be presented with the icons that appear in your status bar, then you can highlight them to see what apk they came from and edit as you please.
You don't need to use apk tool/manager as your only doing simple edits.
Metamorph will only replace the images you want so you dont need to flash/push a full apk.
Theres threads how to use metamorph, I think one might be a sticky at the top of this section. Its childs play to use it.
jeffng09 said:
Does anyone know what a sms notification is called? Can't find it in any of the themes for miui. The closest I find is "chat" and i'm assuming thats for google chat
Click to expand...
Click to collapse
It depends what app your using for SMS.
Sent from my GT-I9100 using XDA Premium App
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
I'm using the stock sms from miui.
bodybombs said:
the way i have done it today was to take the theme file and open it with 7zip(i just opened the archive, i didnt extract it) and go to folder systemui>res>drawable hdpi>stat_notify_sms.png or whatever file you want to change, then i would delete the file that i wanted to change and add the renamed file that i wanted to the archive. it has to match the stat_notify_sms.png name, or whatever the image is that your changing, or it will not work. then i just put it into dropbox and dl'd it to my phone and installed it
the only downside for me was that i couldnt change that image to the little ribbon that i wanted to. other than that i was able to change the signal bars, the wifi bars, and the 3g bars, but the sms wouldnt change for me, neither would the gmail.
Click to expand...
Click to collapse
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
jeffng09 said:
Ok, Just to be clear.
First, I find a pre-made theme, and change the .mtz to .zip so I can open it.
Then I find the icon i want to replace and change it with the exact name.
Then I compress it back to a .zip.
Then I rename the .zip into a .mtz.
Should that work?
Click to expand...
Click to collapse
no,
find theme
right click>7zip>open archive
find the icon you want to replace and change it with the exact name
i have to delete the icon im replacing from the archive before i put the new icon in its place first
smokin901 said:
For Gmail notification you will have to put
stat_notify_email.png here
com.google.android.gm->res->drawable-hdpi
if these folders do not exists create them.
For changing SMS notification icon changing stat_notify_sms.png under
com.android.mms->res->drawable-hdpi
will change SMS notification icon
Hope this helps.
Click to expand...
Click to collapse
the gmail still didnt work for me
jeffng09 said:
I'm using the stock sms from miui.
Click to expand...
Click to collapse
If your on stock odds are its in the framework, never ran miui so I'm not too sure.
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
bodybombs said:
the gmail still didnt work for me
Click to expand...
Click to collapse
Have you tried "stat_notify_gmail.png" in the framework?
dully79 said:
Have you tried "stat_notify_gmail.png" in the framework?
Click to expand...
Click to collapse
yeah i themed everything i could find relating to gmail lol
SubyWill said:
Where can I find the battery icons at? I like in the systemui and framework-res folders and I can't find anything
Click to expand...
Click to collapse
systemui>res>raw should be it

[Q] Lockscreen Clock replacement

i am currently running rocketrom v7 on my note, pretty satisfied with it. got everything customized to the point i want, except for the lockscreen clock. it's still the good old standard note font, and i'd like to change it for something that fits in with the s3 touchwiz / clock widget.
i'm new to android modding and it took me some time to get this far, this is basically the last step to make me happy for now maybe somebody can help out here. thanks. :good:
Try widget locker, a pretty good free app, if your rooted try font installer, I have both these apps, the unlock sound drives my missus mad : )
weopm said:
i am currently running rocketrom v7 on my note, pretty satisfied with it. got everything customized to the point i want, except for the lockscreen clock. it's still the good old standard note font, and i'd like to change it for something that fits in with the s3 touchwiz / clock widget.
maybe somebody can help out here. thanks. :good:
Click to expand...
Click to collapse
Get the framework-res.apk from system/framework folder. Open with 7zip and open the res folder. In there you need the drawable-xhdpi folder.
The Lock Screen Clock is the pngs starting with zzz_unlock_clock_.png, e.g. zzz_unlock_clock_0.png and so on, also the colon separator is in there.
Copy the drawable-xhdpi folder to your pc. Change the zzz_unlock_clock_.png's to the font of your choice. Make sure they are to the same image size and same name. Copy the folder back into res folder in the apk.
Copy the framework-res.apk back to your phone and change permissions to rw--r--r--. Reboot phone and lockscreen clock should be changed now.

Categories

Resources