maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [Release] Red Alert (https://talk.maemo.org/showthread.php?t=39791)

Lacedaemon 2010-01-08 21:56

[Release] Red Alert
 
2 Attachment(s)
Hello,

This is a red based theme, which was created by:
http://www.mobile-geeks.com/dark-the...00-maemo/2109/

What I did
  • Brighter fonts
  • Red buttons
  • New wallpaper
  • Red progress bars
  • Red media player icons
  • New lockscreen
  • Fixed bugs
  • Updated for new firmware
  • Packaged .deb

//== How to install ==\\

1) To install you need to transfer the downloaded .deb file to your N900(for example Documents folder)
2) Open xterm and type(you need rootsh for this):
Code:

sudo gainroot
dpkg -i MyDocs/.documents/redalert.deb

3) Close xterm, go to Desktop -> Desktop Menu -> Themes to change theme.

If the theme doesn't look as it should it is suggested to reboot your phone after the installation.

\\== How to install ==//




Preview:

TNiga 2010-01-09 12:43

Re: [Theme] Red Alert
 
Quick guide to make .deb:
1) Create a folder, for example /home/user/mytheme_deb
2) Create a filesystem folder hieararchy under the previously created folder. In this case, create directory /home/user/mytheme_deb/usr/share/themes/red_alert and all its subdirectories.
3) Copy your files to previously created directories
4) Create a folder called "DEBIAN" in the folder created in 1)
5) Create file called "debian-binary" in the DEBIAN directory. Edit the file to have only text "2.0" in it (without the quotation marks obviously).
6) Add a file called "control" in the DEBIAN directory. Example of file "control":
Code:

Package: redalert_theme
Version: 1.0
Section: user/system
Priority: optional
Architecture: armel
Depends: example_dependency (>= 0.2.0), another_example
Installed-Size: 1024
Maintainer: King Kong <king.kong@jungle.com>
Source: none
Description: Red alert theme
 nice theme with red buttons and all...
 remember the whitespace in beginning of line when
 something goes on multiple lines.

7) Add scripts called "postinst" and "prerm" in the DEBIAN directory. "postinst" should have operations which need to be done after the files has been copied in the directories shown by your filesystem hierarchy and "prerm" should have operations which need to be done before uninstall removes the files. I guess that with themes you don't need to have anything in these, just add line "#!/bin/sh" to both of them.

At this point you should have folders:
- /home/user/mytheme_deb/DEBIAN with files prerm, postinst, control and debian-binary
- /home/user/myhteme_deb/usr/share/themes/red_alert with your theme files and subdirectories

8) Run "dpkg -b /home/user/mytheme_deb mytheme_1.0_armel.deb" to make the deb. Debs should be named like package_version_architecture.deb.

I hope I remembered all.

plaban 2010-01-09 13:51

Re: [Theme] Red Alert
 
Please make a .deb file and upload

aldevil 2010-01-09 17:23

Re: [Theme] Red Alert
 
OK .. i am a noob and im sure im not alone can anyone give us a guide of how are we supposed to install this wonderful THEME!!

That One Guy 2010-01-09 17:35

Re: [Theme] Red Alert
 
installed the theme, theme manager didn't see it after reboot. is there a theme .ini file that needs to have the theme folder added to?

F2thaK 2010-01-09 17:36

Re: [Theme] Red Alert
 
comes up as "dark......" for me and doesnt work very well

dick-richardson 2010-01-09 17:48

Re: [Theme] Red Alert
 
Quote:

Originally Posted by f2thak (Post 461305)
comes up as "dark......" for me and doesnt work very well

Same here.

Lacedaemon 2010-01-09 21:20

Re: [Theme] Red Alert
 
Quote:

Originally Posted by aldevil (Post 461281)
OK .. i am a noob and im sure im not alone can anyone give us a guide of how are we supposed to install this wonderful THEME!!

If you don't know how to access your N900's system files(e.g /usr/share/themes) via SSH please search for a guide on the forum about how to make a SSH connection.

Quote:

Originally Posted by That One Guy (Post 461303)
installed the theme, theme manager didn't see it after reboot. is there a theme .ini file that needs to have the theme folder added to?

Theme fixed, re-download from first post and let me know if it works correctly this time.

Bundyo 2010-01-09 22:47

Re: [Theme] Red Alert
 
What is the purpose of the __MACOSX folder? :)

jakiman 2010-01-09 22:50

Re: [Theme] Red Alert
 
Great theme! Just not as consistent as Matrix theme it seems.

Some things I noticed:
- Display Brightness squares are dark gray. Can't tell which square is lit. Shows as nice and green on Matrix theme however.
- Volume bar is also dark gray. Would look better as red as well. =)

dick-richardson 2010-01-09 22:56

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 461619)
If you don't know how to access your N900's system files(e.g /usr/share/themes) via SSH please search for a guide on the forum about how to make a SSH connection.



Theme fixed, re-download from first post and let me know if it works correctly this time.

I already doctored it - copied some images from the reflect theme in the repos that I didn't like (the close icon, etc.), made a quick tile-able wallpaper in gimp (the sinus plugin is great), and fixed the config files. Really is a slick UI.

Lacedaemon 2010-01-09 23:49

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Bundyo (Post 461735)
What is the purpose of the __MACOSX folder? :)

Happens when compressing files on Mac.
That folder isn't needed.

chase15 2010-01-09 23:58

Re: [Theme] Red Alert
 
actually, i want to try all the themes you're making.. they are all nice.. but im a newb on evrything.. idk how to install this.. i think its better to wait for it.. until it goes on the downloads.. keep it up...

Lacedaemon 2010-01-10 00:11

Re: [Theme] Red Alert
 
I didn't actually make these themes. I just edited them. This was made by Mwmo(see first post) and Matrix by ThemeMaker.

Here's a guide by a maemo member on SSH:

1- go to the repository menu of N900
2- Install OpenSSH server on N900
3- ssh on installation will ask you for a password (choose one)
4- go to your main PC and download a free ssh client with a graphic interface (it's much easier to use for a newbie) like winscp(windows)/cyberduck(mac).
5- in your N900 launch xterminal and type: sudo gainroot
6- in x terminal type then: ifconfig
7- ifconfig will show your ip address (of course you MUST be connected to a wireless lan with your N900 )
8- open winscp and login to this ip address.
login:root password: your passord

From then you can send the theme folder to usr/share/themes ;)

aspidites 2010-01-10 01:10

Re: [Theme] Red Alert
 
Any way you can upload the theme as tar archive? That way, you wouldn't need ssh, and you could just install the theme directly from the device. Something like:
Code:

~ $ wget -c http://download573.mediafire.com/ndpm0i3xeydg/ktmgwzyqzn2/red_alert.tar
~ $ tar -xvf red_alert.tar
~ $ sudo gainroot
/home/user/ # mv red_alert /usr/share/themes

Of course, a deb would do that as well.

Random question: Being technically just another distro, are themes installed in ~/.themes not recognized?

chase15 2010-01-10 01:30

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 461819)
I didn't actually make these themes. I just edited them. This was made by Mwmo(see first post) and Matrix by ThemeMaker.

Here's a guide by a maemo member on SSH:

1- go to the repository menu of N900
2- Install OpenSSH server on N900
3- ssh on installation will ask you for a password (choose one)
4- go to your main PC and download a free ssh client with a graphic interface (it's much easier to use for a newbie) like winscp(windows)/cyberduck(mac).
5- in your N900 launch xterminal and type: sudo gainroot
6- in x terminal type then: ifconfig
7- ifconfig will show your ip address (of course you MUST be connected to a wireless lan with your N900 )
8- open winscp and login to this ip address.
login:root password: your passord

From then you can send the theme folder to usr/share/themes ;)

Thank you for this guide.. i'll try it.. but doing this is at my own risk ryt?.. this might damage my phone?...

Lacedaemon 2010-01-10 01:41

Re: [Theme] Red Alert
 
Well if you know what you are doing you aren't in trouble.
You are just transferring files. I suggest you to wait until I make a .tar version as aspidites said.

iceman600 2010-01-10 03:23

Re: [Theme] Red Alert
 
Quote:

Originally Posted by f2thak (Post 461305)
comes up as "dark......" for me and doesnt work very well

same here... nice theme but its not working as it should be in the image shown. on my device it doesnt see the red theme but see as a dark theme... and the wallpaper doesnt show up. even a restart does not help:(

viegas 2010-01-10 12:50

Re: [Theme] Red Alert
 
I don't get that blue menu icon. Theres quite a few things that I would like to see improved on this theme. Anyway, it's still one of the best themes available so far. Good job.

Lacedaemon 2010-01-10 14:14

Re: [Theme] Red Alert
 
Updated first post. Fixed minor bugs and uploaded TAR achieve version for easier installation(check first post) thanks to aspidites.

Bundyo 2010-01-10 15:05

Re: [Theme] Red Alert
 
You can also compress it... Maybe some of us are getting it through limited 3G? :)

Lacedaemon 2010-01-10 16:18

Re: [Theme] Red Alert
 
You mean .tar.zip ? Then you would need an extra application to unzip it directly on the device, isn't that correct?

Saturn 2010-01-10 17:02

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 462489)
You mean .tar.zip ? Then you would need an extra application to unzip it directly on the device, isn't that correct?

He means to use the -z option when you create the tar.
Quote:

-z
This option tells `tar' to read or write archives through `gzip',
allowing `tar' to directly operate on several kinds of compressed
archives transparently.
For example to create a compressed file:
tar -czvf archive.tar.gz file

Then to extract it:
tar -xzvf archive.tar.gz

aldevil 2010-01-10 17:31

Re: [Theme] Red Alert
 
i tried installing using the tar version but i couldnt can some one write exactly wat to write in xterm and the responses ??

Lacedaemon 2010-01-10 17:34

Re: [Theme] Red Alert
 
It's in the first post :S

aldevil 2010-01-10 17:39

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 460131)
Hello,

This is a red based theme, which was created by:
http://www.mobile-geeks.com/dark-the...00-maemo/2109/

What I did
  • Brighter fonts
  • Red buttons
  • New wallpaper
  • Red progress bars

Installation

1) To install you need to transfer the downloaded tar achieve to your N900(MyDocs or Documents, wherever you wish)
2) Open xterm and type(you need root for this):
Code:

sudo gainroot
tar -xvf MyDocs/redalert.tar
mv /home/user/redalert /usr/share/themes

3) Close xterm, go to Desktop -> Desktop Menu -> Themes to change theme.

If the theme doesn't look as it should it is suggested to reboot your phone after the installation.



Preview:



pleae help me i tried the .tar version but i couldnt pass the xterm if though i installed 'rootsh' .. im a noob

Lacedaemon 2010-01-10 17:51

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Saturn (Post 462540)
He means to use the -z option when you create the tar.


For example to create a compressed file:
tar -czvf archive.tar.gz file

Then to extract it:
tar -xzvf archive.tar.gz

Thanks, uploaded new compressed version on first post.

Quote:

Originally Posted by aldevil (Post 462593)
pleae help me i tried the .tar version but i couldnt pass the xterm if though i installed 'rootsh' .. im a noob

Could you be more specific about what issue you are experiencing? All you have to do is open xterm application and type the given commands.
NOTE: If you follow the tar -xvf MyDocs/redalert.tar command your file should be saved on MyDocs folder.
Where did you save the file?

aspidites 2010-01-11 00:30

Re: [Theme] Red Alert
 
tar.gz is definately better, and what I normally use. Don't know what I was thinking :-P

Anyways, if anyone still is having problems, here are the steps I used to install It assumes you have installed rootsh from the app manager and enabled Extras, nothing else.

Open Xterminal and execute the following:
Note that everything from "wget -c ..." to tar.gz" on the next line is actually ONE line. The forum auto-wrapped the text.
Code:

sudo gainroot
apt-get install wget
wget -c http://download510.mediafire.com/sl1njmnvcjmg/vnjyxruzmnn/redalert.tar.gz
tar -xvzf redalert.tar.gz
mv redalert /usr/share/themes
exit

The above commands
1) gain root privileges
2) installs wget
3) downloads the red alert theme, allowing you to continue if the connection gets interrupted
4) extract and decompress the red alert theme
5) move (install) the red alert theme to the correct location
6) exit root, returning as normal user

Remember, don't run commands unless you know what they are doing. BTW, if you decide you don't want wget or the left over files, do the following:
[code]
sudo gainroot
apt-get remove --purge wget
rm -r redalert
exit
[code]

Commands should be self explanatory, but feel free to ask if you have questions

Lacedaemon 2010-01-11 14:42

Re: [Theme] Red Alert
 
1 Attachment(s)
Updated achieve file, new icons added on App Manager due to firmware update:

Lacedaemon 2010-01-11 16:27

Re: [Theme] Red Alert
 
I removed the link in order to fix the theme, seems like it's not working properly after update.
Will keep you posted.

aldevil 2010-01-11 16:43

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 462606)
Thanks, uploaded new compressed version on first post.



Could you be more specific about what issue you are experiencing? All you have to do is open xterm application and type the given commands.
NOTE: If you follow the tar -xvf MyDocs/redalert.tar command your file should be saved on MyDocs folder.
Where did you save the file?


i saved it in Documents .. i can't find something called Mydocs... ??

Lacedaemon 2010-01-11 16:46

Re: [Theme] Red Alert
 
Try this:

tar -xvf MyDocs/.documents/redalert.tar

aldevil 2010-01-11 16:51

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 464503)
Try this:

tar -xvf MyDocs/.documents/redalert.tar

ThanX man for ur support got it to work.. but doesn't look like the screenshot u took...

Lacedaemon 2010-01-11 16:52

Re: [Theme] Red Alert
 
Wait for a fixed version.

aldevil 2010-01-11 16:58

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 464522)
Wait for a fixed version.


lol.. take your time .... and we will be waiting for the big release

jean2323 2010-01-11 20:00

Re: [Theme] Red Alert
 
how do you uninstall a theme ... i've installed black & white and steel
steel i cannot see in the theme list, and black and white ... i don't really like :D

thanks!

Lacedaemon 2010-01-11 20:03

Re: [Theme] Red Alert
 
You uninstall the mentioned themes from the App Manager -> Uninstall.

jean2323 2010-01-11 20:09

Re: [Theme] Red Alert
 
Quote:

Originally Posted by Lacedaemon (Post 464990)
You uninstall the mentioned themes from the App Manager -> Uninstall.

checked there a few times ... and found nothing
now i rechecked ... and i found black&white ... with a coded but recognizable name ...
steel is not there ... not in themes ... so i guess it did not install ... even though i think i got the message that installation went well

thanks!

Viipottaja 2010-01-11 20:17

Re: [Theme] Red Alert
 
Hmmph, I was hoping it was based on the Rush song.. ;)

Lacedaemon 2010-01-13 19:12

Re: [Theme] Red Alert
 
Fully working/updated version on first post.
Fixed bugs, done minor changes and packaged .deb file.

Enjoy.

Quote:

Originally Posted by jakiman (Post 461739)
Great theme! Just not as consistent as Matrix theme it seems.

Some things I noticed:
- Display Brightness squares are dark gray. Can't tell which square is lit. Shows as nice and green on Matrix theme however.
- Volume bar is also dark gray. Would look better as red as well. =)

Done! New version includes these.


All times are GMT. The time now is 08:35.

vBulletin® Version 3.8.8