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)

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.


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

vBulletin® Version 3.8.8