Notices


Reply
Thread Tools
Posts: 60 | Thanked: 3 times | Joined on Apr 2010 @ Philippines
#901
Won't there be a black variant for Extra Coffee? Something called like Brewed Coffee.. :P

Just like others themes I also prefer, it won't look bad if you would get some ideas like the floating effect of buttons in Hydrocarbon. It would be nice if your next batch of themes would look something like that effect.

And lastly, won't there be a fix where we don't have to reboot the device to get things done when changing to Plastic Theme?

Thanks!
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#902
Originally Posted by kennibal View Post
Won't there be a black variant for Extra Coffee? Something called like Brewed Coffee.. :P

Just like others themes I also prefer, it won't look bad if you would get some ideas like the floating effect of buttons in Hydrocarbon. It would be nice if your next batch of themes would look something like that effect.

And lastly, won't there be a fix where we don't have to reboot the device to get things done when changing to Plastic Theme?

Thanks!
DarkCoffee would be quite easy task to do, so that one I can promise

For the buttons; check out my iStyle -serie, it has effect like that on buttons.

And the third one; I doubt Nokia will ever change the theme caching behaviour. At the moment reboot is the only way to clear the cache and make all changes visible. Half way workaround is that you don't tick the autoreboot, but instead after the Plastic Setup has finished, you go and change the theme into something else (ie. nseries) and then change it back to Black Plastic. That will refresh most of changes but not all (icons, most of buttons etc).
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Posts: 60 | Thanked: 3 times | Joined on Apr 2010 @ Philippines
#903
damn! how stupid i am as i have been ignoring those themes when it was also created by a genius that was you :P liked it and using right now! i hope you can also include them as another addon to easily apply custom transitions and other configurations you've been playing with the hot plastic theme. kinda enjoying the phone now. hope i can donate one of these days! thanks!
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#904
I will soon post instructions on how you guys can easily "convert" existing themes into Plastic schemes. It's pretty easy, I just need to find time to put it all together
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Posts: 184 | Thanked: 11 times | Joined on Mar 2010 @ sjdm,bulacan,philippines
#905
Great work! I really like this package.Everyday, i change the scheme and fonts. My favorite is the deep purple. Hahaha.
I wish to have a "camouflage" in different color schemes. Hehehe
 
mokkey's Avatar
Posts: 122 | Thanked: 9 times | Joined on May 2010 @ U.K ,Reading
#906
im loving your themes great work bro
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#907
Okay,

here's short how-to about converting ANY other theme to act like Plastic Scheme. Things needed in this turorial:
ON DEVICE:
rootsh (install from extras)

1. you must have the theme installed onto the phone which you want to convert to be Plastic Scheme
2. locate the theme (type these into terminal):
Code:
sudo gainroot
cd /usr/share/themes/
ls
That will output you directories of themes you have installed like this:
Code:
Nokia-N900:/opt/usr/share/themes# ls
Default                     alpha
Emacs                       beta
MurrinaNightOrange          blackplastictheme-themedir
Raleigh                     default
Nokia-N900:/opt/usr/share/themes#
In this case we shall make the default NSeries theme to be Plastic Scheme. It's directory is called "alpha".

3. Create a directory for the scheme under /opt/plastic-schemes/, you can name the direcotry to what you want, name of the directory is shown as scheme name in Plastic Theme Setup. Type this into xterm:
Code:
mkdir /opt/plastic-schemes/NSeries
4. Copy the contents of the theme to /opt/plastic-schemes/NSeries/ (or what ever you decided to name the directory in previous step), type these into terminal:
Code:
cp -rf /usr/share/themes/alpha/* /opt/plastic-schemes/NSeries/
That's the easy part. Now we need to manually edit one file so that the theme will actually work as scheme. You can use what ever editor you want, I prefer leafpad since it can be easily be launched from terminal. Edit this file:
/opt/plastic-schemes/NSeries/gtk-2.0/gtkrc

If you're using leafpad too, then the command to edit this file would be:
Code:
leafpad /opt/plastic-schemes/NSeries/gtk-2.0/gtkrc
When you have the gtkrc-file opened into some editor, locate these three lines (they are almost at the beginning of the file):
Code:
pixmap_path "/usr/share/themes/alpha/images"
gtk-theme-name = "Nokia Nseries"
gtk-icon-theme-name = "hicolor"
Replace those three lines with these:
Code:
pixmap_path "/usr/share/themes/blackplastictheme-themedir/images"
gtk-theme-name = "Black Plastic Theme"
gtk-icon-theme-name = "black-plastic-icons"
When done, save the file and close the text editor and return to terminal. Next we need to search and replace all entries of "Nokia Sans" with "Droid Sans" in few files. Copy and paste these commands into terminal (you still must be gainrooted), these are both one-lines, the forum software seems to automaticly break the lines... but copy-paste works here:
Code:
perl -pi -e "s/Nokia Sans/Droid Sans/g" /opt/plastic-schemes/NSeries/gtk-2.0/gtkrc
perl -pi -e "s/Nokia Sans/Droid Sans/g" /opt/plastic-schemes/NSeries/css/colors.css
Finally we need to remove some unwanted files. Type these into terminal:
Code:
rm -rf /opt/plastic-schemes/NSeries/backgrounds/theme_bg.desktop
rm -rf /opt/plastic-schemes/NSeries/index.theme
rm -rf /opt/plastic-schemes/NSeries/matchbox
rm -rf /opt/plastic-schemes/NSeries/matchbox2
That's it!

Now the NSeries -theme will be shown @ Plastic Theme Setup and you can customize it same way like all other schemes.

I personally use openssh-server and WinSCP -program where transferring and editing files is much easies when you can do all this with GUI.
Attached Images
 
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE

Last edited by d-iivil; 2010-08-13 at 07:07.
 

The Following 9 Users Say Thank You to d-iivil For This Useful Post:
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#908
@d-iivil

all i can say is thank you
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;
 
Posts: 100 | Thanked: 22 times | Joined on Jan 2010 @ San Diego, CA
#909
Is there a link to see all the screenshots of all the diff themes included? It might be easier instead of having to load a theme and reboot to see.
 
shazosbourne's Avatar
Posts: 257 | Thanked: 205 times | Joined on Jan 2010 @ Sydney, Australia
#910
Hey D-Ilvil,

Do you happen to know where the text colour for the Personal Dataplan Monitor and IP address widgets comes from?

I wanted a slightly different blue so I adjusted the CSS in /opt/usr/share/themes/blackplastictheme-themedir/css/colors.css but those widgets have kept their "DarkBlue" colour setting.

I'm also wanting to make those widgets transparent but haven't heard back from the author about where the files are.

Cheers
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:19.