[Q] Custom Fonts in Apps - Android Software Development

Ok, this is a development question
I have been developing themes for Go SMS Pro, and I am trying to add custom fonts to the remaining text that isn't as easy to change
For example:
I have this in the skins xml files
Code:
<TextView android:id="@id/sender_phone_num"
android:textColor="#332f33"/>
So I added this to my main package
Code:
TextView tv=(TextView)findViewById(R.id.sender_phone_num");
Typeface face=Typeface.createFromAsset(getAssets(),
"fonts/nokiafc22.ttf");
tv.setTypeface(face);
and placed the font in the assets/fonts folder
I must be missing something, because the font isn't changing in app
Any suggestions?

Well, I had two issues when working with custom fonts:
1 - myfont.ttf is different by myfont.TTF. I had an error on 2.2. May attention to that;
2 - a guy sent to me a custom.ttf that was corrupted. I downloaded it again from the web and ìt worked.
Anyway, your code seems good to me.
Good luck!

[req] blackout theme
Would you please make a go sms pro theme that is just ALL blacked out?? With either white or red text? including the text box, top bar, and bottom bar surrounding the text box. Here's the parts i really wish were blacked out but don't know how to do or theme myself...
View attachment 686301
I'm talkin like ALL black, nothing else. simplicity. Would be much appreciated. Good luck with your fonts!!

i could do that. i'll let you know!

Related

Idea for outlined fonts - thoughts please

Having worked with rlToday, and currently coding an app to do something similar, I have wanted a couple of times to display text with an outline (ie white text with black outline so it is visible on any background) but simply printing a black version of the text in a bigger font underneath white text in a smaller fontsize does not work because of the way fonts are scaled.
However, this got me thinking...
What if one were to design a set of custom fonts for this purpose?
The way I am thinking, you would need two fonts - an "inner" version and an "outer" version. The outer version would have to be scaled about the centre of the letter, not about the baseline, and I would imagine that the spacing on the inner font would need to be as wide as the characters on the outer font.
So, before I waste loads of time getting font editors and seeing if it can be done, I would like to ask if anyone knows if this would be feasible, or if they have successfully done it or failed.
Another idea I suppose would be to print the outer font 4 times (left one, right one, up one, down one) - I guess this would have the same effect but at the cost of speed.
In an ideal world, it would be nice to not have to make an inner font - just to have to make an outer version of existing fonts, but I am not sure this would work unless you could set the spacing of the stock inner font wider.
Comments, suggestions please.
The classic path approach isn't working on WM?
Ultimatelaunch does it...I have two colored text and it looks pretty sweet. The font is called 'juice' not sure if that has anything to do with it though
What is this "Classic path" method you speak of?
At a guess I think you mean drawing a line around the font programatically?
This is not an option for some things, unless you have access to the source code - it would be nice to have a solution that could be implimented without needing to code for it in the app. For example, rlToday would benefit nicely from just such a system.
OK, so it has been done before then, although I did search around the net before I posted, honest!
It seems that the term used for the "inner" font is a "fill" font. I am going to try and find a freeware fill + outline font combo, pls let me know if you are aware of any.
Synned said:
Ultimatelaunch does it...I have two colored text and it looks pretty sweet. The font is called 'juice' not sure if that has anything to do with it though
Click to expand...
Click to collapse
When you say "Ultimatelaunch" does it - what do you mean? I bought UL and I do not see the font on my system or in the UL dir.
I see a "juice" font on the internet that is a fill+outline set, but it is not free.
So if it is possible, I may well have a bash at doing a free one myself. At the very least it would be worth doing just the numbers for SMS / email counts in rlToday
An update here:
My main use for something like this was to be with applications such as rlToday.
However, stefanux is now writing XIAMultiTheme (XMT) which is compatible with, and extends rlToday. One of the things XMT does is allow you to specify a directory as a font, and it will look for image files named accordingly
ie if you wanted to print "123" you would need "1.png", "2.png" and "3.png" in the directory you specify.
I have made a 16px high font of numbers in transparent PNG (Great for overlaying message counts onto icons) and added it to the XMT project for now.
If the need is still there in a while I will look at making a fill font combo and releasing it, maybe as part of the XMT project, but for now this is a good enough solution for me.
dupe post deleted

Customizing SPB Mobile Shell 2.1

General
After Reading through the posts of some of the great minds in this area I have come to conclusion that this cool little application can be greatly improved. Want to know how? Download and unrar the archives link below in the release section. READ UNTILL THE END OF THE POST BEFORE YOU DO SO.
Credits
I have taken the following ideas on board and would like to proposed a more radical customization efforts:
greatbal - creator some of the most fantastic theme around. Read about his work http://forum.xda-developers.com/showthread.php?t=424479.
MikiBest - creator of Customisation Scripts. Read about his work and download http://forum.xda-developers.com/showthread.php?t=424933.
Thedumbkid - creator of spbwatcher.cab. Read about this and download http://forum.xda-developers.com/showpost.php?p=2028191&postcount=11.
Note: Please inform me if you find your works are used in this effort. I will give you the proper credits. If you find your works here and they are not freeware, please inform me so that I would remove it from this package. Thanks.
My proposal
1. Replace today screen completely with Spb Mobile Shell. This is not exactly a mandatory.
2. Make Spb Mobile Shell as customizable as possible. Users can select their own combinations to make up a theme they like.
a. Language - During first install only. (currently only english read below in collaboration section)
b. Layout
c. Buttons icons
d. Background
e. Analog/Digital Clock icons
f. Weather icons
g. Status​3. Anybody who would like to make customisation can focus on the specific area where they want to change.
4. With multitude of customizations available, user can choose which combination they want to use and thus make it more usable.
5. This eliminate the need to make multiple themes with slight variations.
6. There seem a need for standardization for customization. I will propose it later after all potential problems has been identified.
I will start this effort. Hopefully we can have something usable by next week. Anyone who would like to joint this effort can contact me at [email protected] or [email protected]. I would love very much for the three name mentioned above to joint me. I think we have something good here that can be fully optimized.
Screen Shots
These are screen shots from my pda. Five pages of the Tabs...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. Launcher
2. Contacts
3. Now/Lockscreen... Sorry I am Arsenal freak.
4. Diary
5. Undecided ... I will think of something for now it is just a copy of the Original Launcher. If you have any idea please tell me.
I will make a layout that only contain 4 tabs. Removing a copy of Laucher.
This is how I change Launcher buttons nows...
1. Goto Launcher
2. Goto Tools
3. Goto Spb Skins
4. Goto Extra Options... here is the differents now you are presented with choices instead of what you want to change.
5. Goto Buttons
6. Selection Screen... select iphone..
7. Now you have new Laucher buttons.. Imagine doing this with background, clocks, layouts, Weather, Status...
Released
1. Beta Released. 22/09/2008 - Discontinued.
2. Beta 1 Release. 24/09/2008 - Still available.
3. Beta 2 Release. 26/09/2008 - Latest.
a. Diff Files. Replace Old files only. 15MB (Unzip, Copy ShellSkins over old ShellSkins)
b. Complete Package. 22MB​4. Beta 2 Release. 11/10/2008 - Projected date.
Note: If you download the package please give feedback.
Instructions
1. Disable spbwatcher. Very important! if your mobile shell cannot load your pda will try it in endless loop (he he he hapen to me). if you have Spb pocket tools maybe you can start in safe mode. If not (like me), Use activesync, copy original mobile shell to installed folder and soft reset. Just like the "old way" mobile shell customization step.
2. Extract the files and copy to any extra/external storage you have. Don't copy to the internal ram. well you can but space is limited might as well free it for your running apps.
3. If you have run Mortscript before skip this step. If not just click on Mortscript.exe to activate it once.
4. Click at Install_ShellSkins - this script will do the everything or you. And you are done.
5. Open Mobile Shell. Goto Tools->Spb Skins, All available functions are there. Enjoy.
Collaboration
I need help in language translation. If you download this package. And you customize it for your own language please send a copy of the language files to me. I will include it in the package and mentione your name in the credits.
If you have idea you can tell me in this thread.
If you have any part of the Mobile Shell such as layout, buttons, background anything at all also send it to me and this package can be much better.
I know some of the material in the package was originally done by someone. Due to the huge number of meterial in it, I could not properly credits all of you. Tell you what. If you change your material to suit my framework and resend it to me, I will definitely mention your name here.
Finally, Thank you very much for reading, hope your enjoy the download and farewell.
18-09-2008
Finally, all possible categories of custimization is sorted into their own folders. This effort would make easy it for the user but definitely makes life a bit problematic for the developers/theme maker. Why, there is some standard that must be followed. Theme maker could not just add functions such as buttons or any other visual item by replacing the original files. This would make our effort useless. There will be new upgrades by the Spb MS makers and with such upgrades we would lost our customization after the file being replace with new files that is not yet customize.
Example. We customize layout by changing qa_layouts, inside it we refer to our new 5 tabs instead of 4 tabs by manufacturer. We also change the bitmap icon to add new tab icon in q*_bkg_now ( * = a/p/l ). If this file got replaced, we lost all our layouts. Instead, we create new files q*_bkg_now# ( * = a/p/l, # = 1/2/3/.. ) and refer it to our new layout. Even if the upgrade replace the old files, it won't touch or customization files. If you need to add new functions. Don't do it to original files but use extension files instead.
20-09-2008
Everything is taking shape. It is working but a bit funny. Like navigation button appear all over the place. Lanscape mode not displaying right. And many other discrepancies. The background and layout downloaded from MikiBest only have potrait view files. Decided to make new layout concepts as follows:
Original - 3 Tabs/1 Close button
3 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
3 Tabs/Normal Background - Show Background BMP and it Mask.
3 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
3 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
4 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
4 Tabs/Normal Background - Show Background BMP and it Mask.
4 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
4 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
5 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
5 Tabs/Normal Background - Show Background BMP and it Mask
5 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
5 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
21-09-2008
Created Arsenal Theme.
22-09-2008
5 Tabs series created.
Beta Available.
23-09-2008
Some display bugs. Need to correct.
24-09-2008
4 Pages series finished.
5 Pages display bug corrected.
Standardization of backrgound started. For those that want to know how the standard is implemented. Go to Original or Arsenal in Commons/Background/Original or Commons/Background/Arsenal directory after you unrar it. Each background theme must have qp_bkg_now, qp_bkg_now1, ql_bkg_now and ql_bkg_now1 files. If you have square screen. Rename qp_bkg_now and qp_bkg_now to qs_bkg_now and qs_bkg_now1 respectively. If it doesn't work tell me.
Notes: Do not add any new buttons or background image to the archives. Just replace the images and icons in there to suite your theme.
Old Icons and Backgrounds from MikiBest download will not work correctly. If you happens to change any of the old files in the background directory to follow new standard please send it to me. I will include it in future release.
Connectivity buttons like in the MikiBest download is not yet implemented. They disrupt the skins layout. Buttons go all over the place. Like I said standardization is required.
Beta 1 Released. See first post for downloads and instructions.
New Packaging concept started for next release.
26-09-2008
New layouts. I have merged the layout new and old into the following list:
3 Tabs Now/Contact/Spb Menu
3 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
3 Tabs/No Background/No Grid - Doesn't matter what background you pick it will not show Only theme color will show.
3 Tabs/Normal Background - Show Background BMP and it Mask.
3 Tabs/Normal Background/No Grid - Show Background BMP and it Mask.
3 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
3 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
4 Tabs Calendar/Now/Contact/Spb Menu
4 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
4 Tabs/No Background/No Grid - Doesn't matter what background you pick it will not show Only theme color will show.
4 Tabs/Normal Background - Show Background BMP and it Mask.
4 Tabs/Normal Background/No Grid - Show Background BMP and it Mask.
4 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
4 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
4 Tabs Original Menu/Calendar/Now/Contact/Spb Menu
5 Tabs/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
5 Tabs/No Background/No Grid - Doesn't matter what background you pick it will not show Only theme color will show.
5 Tabs/Normal Background - Show Background BMP and it Mask
5 Tabs/Normal Background/No Grid - Show Background BMP and it Mask
5 Tabs/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
5 Tabs/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
Actually 5 Tabs Now/Speeddail1/Speeddail2/Speeddail3/Spb Menu
3 Tabs/3 Speeddial/No Background - Doesn't matter what background you pick it will not show Only theme color will show.
3 Tabs/3 Speeddial/No Background/No Grid - Doesn't matter what background you pick it will not show Only theme color will show.
3 Tabs/3 Speeddial/Normal Background - Show Background BMP and it Mask.
3 Tabs/3 Speeddial/Normal Background/No Grid - Show Background BMP and it Mask.
3 Tabs/3 Speeddial/Saparator Background - Show Hacked Saparator Background, Most background from Mikibest can be applied. Landscape view need to be corrected.
3 Tabs/3 Speeddial/Saparator Background/No Grid - Show Hacked Saparator Background but without grid.
I will not be making any new layouts. I think this should satisfied most everyone needs for layout selection. If there is somethine new that I can think of I will put it here. I am also thinking of replace tab1 in 5 tabs layout. Not sure what to put in there yet.
I have corrected the backgrounds and buttons from the original package by MikiBest. It is now okay to work within my package. I cheated abit though. Because I don't have the time neither the capability to make varieties of tab buttons. I copied them all over the bacgrounds. Sorry guys I am sure someone will replace them with something more interesting soon. And if you did please pass it back to me. So everybody else can enjoy it too.
New packaging is in progress. By the way. People who downloaded the packages please give feedbacks. It would be nice to hear how you guys like it.
07-10-2008
Sorry guys.. I had flue for about a week. It has been a terrible week for me. I have not yet finish repackaging the app. I just started to look at it again. I think I fell sick because of the lack of sleep and tiredness. so, my body defenses against microbs was not functioning well. I am much better not. Hopefully I can get it done soon.
Next Relase date 11/10/2008.
hm..not to be stomping out your good intentions and all..but you evidently didn't read all the forums about SPB. There's already a little program called "SPB Switcher" or something along those lines that changes the themes of SPB quickly. When tweaked correctly you can add your own custom theme to it too.
This Z an idea , every 1 LKNG 4 it .
but we hv 2 consider the fact that the themz dn by scanerz contian >> bkgroundz + icons + pagez + clock + otherz
with the relation between them z diff between a them & another .
so , its fair NOW 2 hv just a simple program 2 make the chanc n changng between diff themz eazy .
jackljane said:
Finally, all possible categories of custimization is sorted into their own folders. This effort would make easy it for the user but definitely makes life a bit problematic for the developers/theme maker. Why, there is some standard that must be followed. Theme maker could not just add functions such as buttons or any other visual item by replacing the original files. This would make our effort useless. There will be new upgrades by the Spb MS makers and with such upgrades we would lost our customization after the file being replace with new files that is not yet customize.
Example. We customize layout by changing qa_layouts, inside it we refer to our new 5 tabs instead of 4 tabs by manufacturer. we also change the bitmap icon to add new tab icon in q*_bkg_now (* = a/p/l ). This file got replaced and we lost all our layouts. instead we can create a new file qz_bkg_now and refer it to our new layout. even if the upgrade replace the old files, it won't touch or customization files. If you need to add new functions. don't do it to common/original files but use extension files instead.
p/s: I made great progress. But can anybody explain to me why my icons and background got messed up after i edited it with Photoshop? The graphics just not showing right. greatbal? Anyone, help please?
Click to expand...
Click to collapse
It is messed up because the bmp is a 16bit file. You need to save them as R5 G6 B5 format. When saving, you will need to select the Advanced Mode and save as per above format.
Your icons will look nice after that.
Hope this helps, and looking forward to your program.
Edit: Refer to this post. Luiggi had done up an icons tutorial.
Looking forward to this. It would be great to have an app like the HTC Home customizer was for Mobile Shell. I'm not sure what app JokeZony0u is referring to when he says something already exists.
What SPB Switcher EXIST?
JokeZony0u said:
hm..not to be stomping out your good intentions and all..but you evidently didn't read all the forums about SPB. There's already a little program called "SPB Switcher" or something along those lines that changes the themes of SPB quickly. When tweaked correctly you can add your own custom theme to it too.
Click to expand...
Click to collapse
I have been spending a huge amount of time on this when I read you post. Are you sure about this? Can you provide a link to it? I will be searching for this app before making decission to continuing my effort. If anybody else have seen it please tell us. I don't want to put off too long if there isn't any such thing as I also fail to find it.
I think there's a difference between theme switcher, that just switches between completely defined themes, and a program that allows me to customize a theme myself. So the idea still stands good imho. If I can help with my little perl skills, let me know
g00ndu said:
It is messed up because the bmp is a 16bit file. You need to save them as R5 G6 B5 format. When saving, you will need to select the Advanced Mode and save as per above format.
Your icons will look nice after that.
Hope this helps, and looking forward to your program.
Edit: Refer to this post. Luiggi had done up an icons tutorial.
Click to expand...
Click to collapse
Thank you so much. I am more code kinda of guy not really good in graphics. I am going to try it now.
just found this
http://forum.xda-developers.com/showthread.php?t=424933
crispyj said:
just found this
http://forum.xda-developers.com/showthread.php?t=424933
Click to expand...
Click to collapse
Yup, this idea is based on the original ide by MikiBest. But trying to mix and match between options is still not possible. By the way the original idea would be to merged the two concept together. And by sharing informations. A better solutions will emerge.
The program by MikiBest gives you so many options already that I cant see how you are going to make anything that will make it better. One issue is stability and if you have thousands of options its more likely to crash or have other issues. If you check out MikiBests web site you will see how proffesional the approach to the software is and the effort put into the program.
Good luck but for me I already have way to many options to play around with in MikiBests program. If you want to use any of my icons in your work then let me know - made a set up for MikiBest of my Iphone Silver icons and they look great in his program.
scorpion66 said:
The program by MikiBest gives you so many options already that I cant see how you are going to make anything that will make it better. One issue is stability and if you have thousands of options its more likely to crash or have other issues. If you check out MikiBests web site you will see how proffesional the approach to the software is and the effort put into the program.
Good luck but for me I already have way to many options to play around with in MikiBests program. If you want to use any of my icons in your work then let me know - made a set up for MikiBest of my Iphone Silver icons and they look great in his program.
Click to expand...
Click to collapse
For 1, replacing the default home screen with the SPB is one good reason.
scorpion66 said:
The program by MikiBest gives you so many options already that I cant see how you are going to make anything that will make it better. One issue is stability and if you have thousands of options its more likely to crash or have other issues. If you check out MikiBests web site you will see how proffesional the approach to the software is and the effort put into the program.
Click to expand...
Click to collapse
Ha ha ha... Yup, you are right. I don't dispute that MikiBest has done great job with the initial idea and provide us with a great tool. I want to improve on that idea and share with everybody (Including MikiBest). It is a reengineering his effort and reshare. If you love the tools by Miki, by all means use his. If you want to try mine it is okay too.
scorpion66 said:
Good luck but for me I already have way to many options to play around with in MikiBests program. If you want to use any of my icons in your work then let me know - made a set up for MikiBest of my Iphone Silver icons and they look great in his program.
Click to expand...
Click to collapse
I would love to use your icons sets. I am very bad at graphics. I will contact you later when it is time. For now I am just scrapping from everywhere. And doesn't really has any clear theme that really represent a theme.. wa ha ha.. You know what, if you can, look at my Arsenal theme in the first post. Tabs icons can be better represented by
1. Launcher - Whistle
2. Contacts - Players Jersy
3. Home - Emerite stadium/or Arsenal Logo
4. Diary - Game Schedule
5. Don't know what to put here yet. But I you can propose...
Guys,
I have two pda Dopod and Omnia, different screens sizes. So I guess I have to make the theme/customization that would work for both type of screen QVGA and WQVGA. This is good news for those who want to use MikiBest tools but don't have Omnia.
I have made a theme called Arsenal. Customize the original layout file by SPB to include all possible screen sizes. Most of the theme created is very selective for their owner screen size . Yup, why bother waste effort for something that you are not using unless you got paid. Lucky for you, I use both sizes... well for square guys (240x240 screen), I have no way of testing it. If you want to try go a head and tell me how it looks.
Updated... 22/09/2008
Sorry guys, Files upload problem. Let me sort it out first. I will try to store it somewhere first and link from this page. Please be patient. I also need some sleep. wa ha ha ha... can't open my eyes now... too tired..
Update - 23/09/2008
1. What are done so far. Scripts are getting there. Need fine tuning and cleaning up.
a. Install skin - done
b. Change Button - done
c. Change background - done
d. Change digital clock (classic view) - done
e. Change analog clock (classic view) - done
f. Change weather - done
f. Change layout - done​
2. Need reengineering for layout and tab buttons for all other template created previously by our good friends. This requirements needs a framework and for a layout to be presented correctly after every change it has to follow this frame work. Otherwise the files will overwrite each other and not useable for the specific layouts. Or some layout might be missing icons or wierd graphics. . I will come up with some sort of standard to follow so anybody interested to creat just button set or just layout or any other option can follow. Now you see, we can have thousands of themplate. once this is done.
3. Skin develop by some of our good friends need to be rebuilt to fit the new framework as well, especially the layout part and tab buttons. Rightnow, I avoid using those layout until i can port it into current framework.
4. Well as I mentioned above, I need help. If any of you have spare time please lend a hand. So that we can profit together.
p/s: I am uploading the file to mediafire... once finish I will update the first post of this thread to include the link.
well the switcher that they found was what I referring to, sorry for the confusion! I misinterpreted your intentions! Sorry I haven't kept up with this thread either!
This seems like one of the best places to ask this...
Do any of you know if there is a way to have SPB Mobile Shell show a different alarm such as G-Alarm instead of the SPB Time alarm on the Now screen?
Jye75 said:
This seems like one of the best places to ask this...
Do any of you know if there is a way to have SPB Mobile Shell show a different alarm such as G-Alarm instead of the SPB Time alarm on the Now screen?
Click to expand...
Click to collapse
Well Jye, I am investigating this myself. For the moment, my answer is, what can be shown inside mobile shell are only the functionalities already builtin within mobile shell. You can add links and stuff to external stuff and represent it with icons. But never to loading external function within mobile shell. If I ever found out more about this I will post it here.
Guys, Yes..... I finally manage to upload it. Read the first post (http://forum.xda-developers.com/showpost.php?p=2653709&postcount=1) for download link and instruction.
TauTau said:
I think there's a difference between theme switcher, that just switches between completely defined themes, and a program that allows me to customize a theme myself. So the idea still stands good imho. If I can help with my little perl skills, let me know
Click to expand...
Click to collapse
TauTau,
I need all the help I can get. Download the first Beta. Try it and see how you can make it better. I need different perspective. My brain slow down after 5 day doing this... .
Beta 1 is now available... goto first post for information, download and instructions. Enjoy.

[REQ] Clear Windows Taskbar ?

I am curious if this would be possible. I doubt that it is, otherwise someone would have likely done this by now, but is it possible to have the windows taskbar (as well as the bar with the softkeys on the bottom) be clear so that you can see the full image in TF3D, with the icons and writing over top of it just like the slider and icons?
I understand that even if this is possible, it could run in to a few problems once you are no longer in TF3D, because from what i understand you can't have the taskbar be different colours depending on what the phone is doing.
Anyways, is it possible, yay or nay?
Nay.
Yay, with wisbar advance.
can??? haw?
Thanks kraize,I have never used wisbar advance, can you actually make it clear or would I have to skin it with the photo?
Jordan88 said:
Thanks kraize,I have never used wisbar advance, can you actually make it clear or would I have to skin it with the photo?
Click to expand...
Click to collapse
Not sure about that one. I know that one person skinned it with a photo to make it look clear. I know you can make it very close using transparency. But don't know if it'd be completely clear.
It is possible, there is a program out there called "PMC TodayShrink", im sorry i don't have a link for it, i used it on my kaiser to see the full today screen ( i had a nice rl today theme) but with the kaiser i had enough buttons to simulate the hidden softkeys, but with the diamond this will be something else......
Edit: i think i misunderstood you here, did you mean transparent?
Yeah, transparent. I don't want to remove the taskbar and softkeys, i just want to make the black bars transparent or rather, completely remove any colour so that it just looks like the softkey writing is on the background picture. Exactly like with the no curtains .cab, where the date and the service provider writing now just looks like it is on the background picture.
And i checked out wisbar advance 3.0 and that could potentially work by just creating a skin for it that will just continue the background picture, but it also changes / adds a lot that i don't want.
Bumping this thread....Is it now possible to make the black bars that house the taskbar and softkeys transparent when using TF3D2?
A transparent bar would be awesome, but I realize this isn't as simple.
What I would like to know is how to change the colour of the bars?
I know is is possible, because I've seen WM6.1 themes that has the taskbar coloured.
I would just like to make the bar something a little more exciting than plain black.
EDIT: Nevermind, I found a little program here on XDA that changes the taskbar colour along with some text colours, as well. Really awesome program! It can be found here.
Max_Terrible said:
What I would like to know is how to change the colour of the bars?
I know is is possible, because I've seen WM6.1 themes that has the taskbar coloured.
I would just like to make the bar something a little more exciting than plain black.
Click to expand...
Click to collapse
There are a bizillion ways to accomplish this... editors galore... but the simplest way IMO is to use a .tsk file. They're all over, but I have collected several - both shiny bars and flat matte. I've posted my screen to show one shade of purple (I have two)... Just apply your TF3D theme and choose a complimentary tsk file... It will change all of the windows colors (ie, menus, scrollbars, taskbars, etc.), but not those of TF3D. It is my experience that those colors remain true to the theme. However, there are several "focus" cabs around that will change the TF3D selected items colors.
I have several colors in both styles (and a few focus colors)... if there is something in particular you have in mind, let me know and I'll upload it if I have it.
redundant post
redundant post
Mmaureenn said:
if there is something in particular you have in mind, let me know and I'll upload it if I have it.
Click to expand...
Click to collapse
Thanks a lot for the help offer, I must probably have just found the solution when you replied.
Just about anything concerning manila I already have covered and have an extensively modified theme for manila, I'm just waiting for a particular slider that will complete my TF3D theme. Slider
A coloured taskbar was the next step and now I have that covered, as well :-D
I've attached a screenie of my today screen. The clock I made myself; it was supposed to look like carbon, but I failed, sadly. I like your clock, though, but it won't fit with my theme.
Thanks again. I appreciate it a lot and just might call on your help one day :-D
EDIT: Okay, seems I needed your help earlier than I expected :-D
How did you get your "start" text to show "Maureen"? I followed the steps posted at PPCGeeks by Tsowen (don't have the link with me now), but I can't find the string they're referring to in my shellres.192.dll :/
Oh, and how did you get the "alarm" text to go away, as well? As you can see, mine still shows "6:00 AM" for my alarm and I'm not sure which text to remove from the manila file to hide that, as well.
redundant post
redundant post
Mmaureenn said:
There are a bizillion ways to accomplish this... editors galore... but the simplest way IMO is to use a .tsk file. They're all over, but I have collected several - both shiny bars and flat matte. I've posted my screen to show one shade of purple (I have two)... Just apply your TF3D theme and choose a complimentary tsk file... It will change all of the windows colors (ie, menus, scrollbars, taskbars, etc.), but not those of TF3D. It is my experience that those colors remain true to the theme. However, there are several "focus" cabs around that will change the TF3D selected items colors.
I have several colors in both styles (and a few focus colors)... if there is something in particular you have in mind, let me know and I'll upload it if I have it.
Click to expand...
Click to collapse
I was wondering where you got your purple taskbars, I've been searching all over!
Max_Terrible said:
How did you get your "start" text to show "Maureen"? I followed the steps posted at PPCGeeks by Tsowen (don't have the link with me now), but I can't find the string they're referring to in my shellres.192.dll :/
Click to expand...
Click to collapse
I modified the file "shellres.dll.0409.mui" to change the start text... string value 321, by following the same instructions to which you refer...
Oh, and how did you get the "alarm" text to go away, as well? As you can see, mine still shows "6:00 AM" for my alarm and I'm not sure which text to remove from the manila file to hide that, as well.
Click to expand...
Click to collapse
It's not gone... it's just gray. Not sure how it got that way, though. LOL If I figure it out, I'll let you know.
Sorry I wasn't any more help. I seem to remember having to try, try again with the Start text, though. See if you have better luck using the file I've indicated above. Here are the instructions as I saved them:
Change Start Text
1. Unsign your shellres.dll.0409.mui
2. Open it in one of these three Reshack / PE Explorer / Restoratorand go to string value 321 and change the name from Start to whatever you want.
3. Save your modified file
4. Open MssignerorMultiple file Signer
· click Start sign Process (for MFS follow directions in the link)
· a window will pop-up with "Process finished!"
· You will see a that a text file has been create for your shellres on your desktop
· Open the text file, if you see "Warning: This file is signed, but not timestamped, Succeeded" you know the file was signed.
5. Transfer the modified file to your SD card
6. Open TC and navigate to the /Windows and rename your old file to "shellres.dll.0409.mui.bak"
7. Move your modified file from your SD card into the /Windows
8. Soft Reset updated 12/09/08
(From THE Custom Taskbar thread on PPCGeeks by TSOwen)
If you're still having problems, PM me and I'll see if I can help you further. xoxo
initialdisaster said:
I was wondering where you got your purple taskbars, I've been searching all over!
Click to expand...
Click to collapse
Your search has ended...
I found these searching around... the first zip contains two shades of purple shiny bars, the wm_purple contains flat bars. I am also attaching a purple WMP (the original, just purple) skin which matches 75769.tsk... portrait and landscape (PURPORIG.zip). Just unzip and copy the files into Windows (after you make a back up of the originals, of course).
I hope this helps... xoxo
Mmaureenn said:
Your search has ended...
I found these searching around... the first zip contains two shades of purple shiny bars, the wm_purple contains flat bars. I am also attaching a purple WMP (the original, just purple) skin which matches 75769.tsk... portrait and landscape (PURPORIG.zip). Just unzip and copy the files into Windows (after you make a back up of the originals, of course).
I hope this helps... xoxo
Click to expand...
Click to collapse
Would be cool if you/someone could make a taskbar.tsk which is black gloss, the htc black is just total black so it's a bit ugly Also I need to ask, I can't seem to put my Diamond in portrait mode in WMP even tho I have a skin for it. What's wrong? :E
ArtieQ said:
Would be cool if you/someone could make a taskbar.tsk which is black gloss, the htc black is just total black so it's a bit ugly Also I need to ask, I can't seem to put my Diamond in portrait mode in WMP even tho I have a skin for it. What's wrong? :E
Click to expand...
Click to collapse
Have you tried opening WMP while already in landscape mode? I have a touch pro and mine won't go landscape until I slide out the keyboard. Do a search for apps that address the g sensor/accelerometer (I thnk...LOL).
Below is a cab for "glossy black bars"... I've never tried it. I also have a tsk file with shiny gray bars... might be a good contrast to your theme.
xoxo

[Q] Theming issues

greetings,
I would like to seek your advice to change the font color..Currently, i am Modding a theme for Motorola Milestone. Its over 90% completed but the font color is stoping me from sharing this theme. Therefore, i would like to seek your advice on changing the font color of the affected areas.
i would like ask you a couple of ques,(i had attached screenshots below)
Image 1
i would like to change the white part to black. this would also mean i have to change the text color. what file I shud look into for both d background image and changing the text color?
Image 2 and image 3 [SOLVED!! thanks to ecooce & MysteryEmotionz..]
After applying black background, i just couldnt find out how to change the text to white? if im not wrong, it is located at framwork/res/color for the text color?? this issue also applies when i tab the search button in an app. Please advice.
Image 4
the calendar (-) tab is compressed.
Thank you so much for viewing. I look foward to hearing from you..
regards,

How to change dark notification text color

Today i noticed, that with some apps i have a black text in the notification area - with a black background it's a mess to read this. Other apps have a white text?!
Example: amazon music app... Games like lifeline... etc
I tried another design, but don't know if there's a design that even changes this color? At last it didn't work..
Ah, the joy of Emui . You should look for the themes in the P9 forum, maybe there is one with bright notification panel background.
Do you have an official theme from emui or from somewhere else ?
theres a lot of themes on emui's website...and a lot of themes on other site too
after yoyve dloded some themes,you can modify one with different section from other themes with the EMUI theme editor on google play
ive installe 42 different themes and made my own theme with 3-4 different other themes.
i took one main theme (background/wallpapers) then notification bar from another theme... Icons from another theme...bottom bar custom one from the app ect.
and you end with a theme that you really like
Sounds great, going to search the huawei theme editor. I will see if there is the chance to change notification text color...
Is huawei Theme Editor is sufficient ?
I read with interest your post above but i use " Huawei Theme Editor " but i cannot find the solution of my problem who seems "simple" at start...I want only to complete my own personal dark theme (borrow from others, change this ,change that ) but fail to find the lines in Theme.xml to change color of the text "suppress" (supprimer in french) : delete a message in MMS , an alarm in DeskClock , an event in Calendar...I succeed for the other tools where i find line like " <color name="delete_text_color">#f1f1f1</color>" but not for the last i mentioned .So, do you think i can find that in "Huawei Theme editor" or these system tools have files outside "themes" and where ? is there other apps or software to do this task ? Thanks in advance for interest . Sincerely.

Categories

Resources