maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   * The Truly Epic Maemo 5 MODs Thread * (https://talk.maemo.org/showthread.php?t=39565)

andy_con 2010-02-27 17:56

Re: N900 MODs - share your MODs!!
 
what app is this please?

http://i187.photobucket.com/albums/x...reenshot13.png

finlaybob 2010-02-27 17:58

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by NokiaRocks (Post 548999)
I dont get how to edit the Lockscreen window.
Could someone tell me where exactly i need to replace the files ?
Already messed up my phone a bit and can't change themes anymore :D

For the background

/home/opt/themes/<theme>/backgrounds/lockslider.jpg

Can also be .png. If there isnt one (this happened to me) you can just create one and place it in the folder.

Like so:
http://img31.imageshack.us/img31/21/lockslider.png

For the slider pngs:
/home/opt/themes/<theme>/images/

LocksliderLeft
LocksliderRight
LocksliderThumb

Are the images you need i think.

finlaybob 2010-02-27 18:03

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by andy_con (Post 549047)

You have concentrated too much on making a big red arrow.

Instead you should have read the post about 4 before yours where i posted a link.

andy_con 2010-02-27 18:10

Re: N900 MODs - share your MODs!!
 
:( sorry my bad

msa 2010-02-27 18:39

Re: N900 MODs - share your MODs!!
 
about the desktop command execution widget:

the description sais "very useful if used with ishal, awk, wget."

what exactly does that mean?

finlaybob 2010-02-27 19:17

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by msa (Post 549097)
about the desktop command execution widget:

the description sais "very useful if used with ishal, awk, wget."

what exactly does that mean?


I'm not really the one to be asking but Ill try to answer.

in cmd line:

Code:

lshal
will output a ton of information on the system.

you can use a cmd called grep to limit the info to a match of your choice. i.e.

Code:

$> lshal|grep battery.reporting
this will give only information relating to the battery.reporting portion of the output of lshal cmd.

The awk command allows you to use / manipulate that data in much more detail.

See here
http://lowfatlinux.com/linux-awk.html

If you check the examples in the widget you will be able to work out how this works, if you are a geek head, like me ;)

Someone has already posted an example of using wget to get data on airports.. but I cannot for the life of me remember where I saw it.

raverpol 2010-02-27 21:35

Re: N900 MODs - share your MODs!!
 
does anyone know how to change fonts clour on the lock screen? I did my own screen but would be nice to make proper colors to it.

NokiaRocks 2010-02-28 00:25

Re: N900 MODs - share your MODs!!
 
Thx 4 the help with the lockslider. Sadly, it's still not working :(
Anyone know why I can't change themes anymore, when clicking the button, just nothings happens.
I messed up something^^

F2thaK 2010-02-28 02:36

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by raverpol (Post 548958)
So after some hours on this forum I changed a little my N900 :) I think it is not over hehe

-customized LED notifications
-changed sms chat
-changed font style
-changed catalogues in and out
-changed boot video
-changed lock screen
-changed battery style
-no frames and shadows around status area

One more thing I want to do is to change 4 menu icons into dogy style because I saw that in mscarrot post and I hope I could use it if I have perrmission :)

I love this tablet and system because finally I can arrange my phone as I want to. I don't want to cange everything because too much is getting too messy :)

what do u think about earth as a moon satelite :)
BTW: the moon pic was taken by myself :)

kriss

how did you change text on lock screen?? thx

raverpol 2010-02-28 03:10

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by f2thak (Post 549513)
how did you change text on lock screen?? thx

I didn't. All texts are system texts.

Tjgib2001 2010-02-28 04:22

Re: N900 MODs - share your MODs!!
 
well had no luck on my last post so will try again.

1.does anyone know where the media player/application manager/file manager icons are so i can change them on my desktop. cant seem to find them?

2.this is prob a silly question that all u pros will be able to answer. if i want to put a screenshot on here that is saved on my xp desktop or my n900 how do i do it, i click on the image tab at the top of this box but it asks for a web address? am i doin it wrong? please help

donjoe 2010-02-28 04:36

Re: N900 MODs - share your MODs!!
 
use an imagehoster like,
http://img1.imageshack.us/

copy link after uploading image there and paste in your mentioned
web adress box

donjoe

b666m 2010-02-28 11:29

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by Tjgib2001 (Post 549563)
well had no luck on my last post so will try again.

1.does anyone know where the media player/application manager/file manager icons are so i can change them on my desktop. cant seem to find them?

/usr/share/icons/hildon/$res/hildon/

where $res is the resolution.

you have to search for those icons in these folders.
the media-player icon is stored in 64x64.

if you don't have a working ssh-connection for looking into it via your pc...
you can copy all of these folders to somewhere in your MyDocs to see them over usb.

open xterm:
Code:

sudo gainroot
mkdir MyDocs/icons
cp -r /usr/share/icons/hildon MyDocs/icons

Quote:

2.this is prob a silly question that all u pros will be able to answer. if i want to put a screenshot on here that is saved on my xp desktop or my n900 how do i do it, i click on the image tab at the top of this box but it asks for a web address? am i doin it wrong? please help
click on advanced.
then click on manage attachments.
there you can upload your files too. :)

thesnake505 2010-02-28 12:22

Re: N900 MODs - share your MODs!!
 
hay guys, iv not posted for a while, working on some things thou :-)

any way, i have a question regaarding the desktop command execution widget, first off is there a listof comnands that we can run?
i want to run "top" using it but cant!

also, were do i find the media player icons, mainly the one that looks like an old recordplayer when ur playing music?

cheers guys keep up the good work :)

b666m 2010-02-28 12:27

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by thesnake505 (Post 549787)
hay guys, iv not posted for a while, working on some things thou :-)

any way, i have a question regaarding the desktop command execution widget, first off is there a listof comnands that we can run?
i want to run "top" using it but cant!

scripts:
http://talk.maemo.org/showthread.php?t=39177

there are already some scripts integrated.

with top you have a problem because it uses multiple lines and i don't know if dcew already is capable of this.

so you maybe have to rip top apart (with awk or sed) and use one widget per line.

Quote:

also, were do i find the media player icons, mainly the one that looks like an old recordplayer when ur playing music?

cheers guys keep up the good work :)
look at my posting above.
i think it's in $res = "scalable". :)

mscarrot 2010-02-28 12:43

Re: N900 MODs - share your MODs!!
 
As promised the dog icons, sorry for the crowded screens.
Wanted to show as much as possible :D

http://img169.imageshack.us/img169/7...enshot04aj.png
http://img696.imageshack.us/img696/3...eenshot01a.png
http://img220.imageshack.us/img220/8...reenshot00.png

Download Rabbit icons here

Of course all info incl backup icons are included.

Hope you like them... feedback or a click on the 'thanks' link would brighten up my day :)

MaikB 2010-02-28 14:46

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by b666m (Post 510587)
should be possible.
either as plugin or integrated in pidgin.
you may want to make a feature request to pidgin:
https://garage.maemo.org/projects/pidgin/

I filed a feature request

Palleman 2010-02-28 14:51

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by b666m (Post 549790)
with top you have a problem because it uses multiple lines and i don't know if dcew already is capable of this.

I think it can do multiple lines, but top is auto-updating (as opposed to run once with some ouput), and DCEW can't handle that. You'll have to do "top -b" (if N900/Busybox top includes the -b argument) to make it run once and then stop.

Rugne 2010-02-28 16:09

Re: N900 MODs - share your MODs!!
 
O.k guys, I must be a muppet of the first degree, but I keep trying to do the bat icon mod and I'm getting no where.

I can't seem to find the icon folder, when I try to access the folder through the file manager, I can't seem to find it, when I try to get to it via xterminal, I either get, permission denied, or no such folder.

What the hell am I doing wrong?

Marc

O.k, I figured it out, I needed an SSH setup with the phone, took me a fair bit of googling to find that.

NokiaRocks 2010-02-28 17:04

Re: N900 MODs - share your MODs!!
 
I can't access themes folder with OpenSSH after I've reflashed the device.

el^napo 2010-02-28 18:55

Re: N900 MODs - share your MODs!!
 
Hi guys,
after having asked a friend, he made a bar.
And I think it looks quite well with the default lockscreen of the matrix theme. Therefore I share it with you (he also agreed to).
The two pictures (You can put some nice writings on the first image):
http://img163.imageshack.us/img163/21/lockslider.png
http://img163.imageshack.us/img163/2655/verlauf2.png

Just an example (font: "Purisa Bold"):
http://img651.imageshack.us/img651/2582/examplerz.png

Greetings napo
And remember: It's not my work!!

thesnake505 2010-02-28 18:56

Re: N900 MODs - share your MODs!!
 
Quote:

I think it can do multiple lines, but top is auto-updating (as opposed to run once with some ouput), and DCEW can't handle that. You'll have to do "top -b" (if N900/Busybox top includes the -b argument) to make it run once and then stop
yea iv tried that, to the same end, invalid comand! :-(

im gona ask on the other post about the actual widget!

vintc 2010-02-28 19:20

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
Please, can anybody help me? I downloaded ,,ecliptic" font, it's ok, but i'm from czech republic and it's doesn't show czech diacritics...hooks, commas (á, ř, š, etc.). In phone it shows like square, can someone help and repair it? it may be original nokia czech diacritics. in original nokia font it shows good, but in ecliptic font not.. thanks :o

starman 2010-02-28 20:45

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by Diamorph (Post 532492)
I changed the fonts of my N900 on another way than overwrite the four Nokia fonts.
I placed my own font in /usr/share/fonts/nokia and changed it in the
gtkrc file (/usr/share/themes/*THEME-NAME*/gtk-2.0)
With this method I can decide wich font is changed. (See screenshot: white letters changend but the orange smaller are orginal font)

Part from gtkrc:

##############################
#
# Font definitions
#
##############################

# legacy

style "osso-SystemFont" {
font_name = "Nokia Sans 18"
}

....

###########################
# new fonts for fremantle #
###########################

style "SystemFont" {
font_name = "Nokia Sans 18"
}

style "EmpSystemFont" {
font_name = "Nokia Sans Bold 18"
}

style "LargeSystemFont" {
font_name = "Nokia Sans 26"
}

style "SmallSystemFont" {
font_name = "Nokia Sans 13"
}

style "EmpSmallSystemFont" {
font_name = "Nokia Sans Bold 13"
}

style "X-LargeSystemFont" {
font_name = "Nokia Sans 31"
}
....

can you just confirm im reading this right.

I copy a font into /usr/share/fonts/nokia, then I edit the gtkrc file and change where I want the new font to be used?? do i not need to tell the system the name of the new ttf file??

mscarrot 2010-02-28 22:46

Re: N900 MODs - share your MODs!!
 
And continueing the Bunny theme also a lock slider :

http://img26.imageshack.us/img26/7743/bunnyslider.jpg

Of course without the 'property of Paula' ,
I did included the banner so you could make your own,
or send a request and I will make you a personal one.
On the real screen the sleeping bunny is a lot bigger then shown here.

Download Bunny Slider

and some new menu icons:

http://img171.imageshack.us/img171/2192/bunnypic.jpg

Have to admit the 'You have mail or sms icon' is black...and is not so clear on a dark background.
I changed this to the following other colors.

http://img442.imageshack.us/img442/1879/bunnypic2.jpg

When you wanna use one of these pinkish ones with the filename
wmTaskSwitcherIconHighlight1 make sure you remove the 1 - 5 from the file name before using them.


Download Bunny menu icons here.

Hope you like them.

chackster5000 2010-03-01 10:07

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by b666m (Post 479324)
modded the sms conversation window.
1. moved contact's avatar to the right
2. added own avatar on the left
3. changed some alignments to fit the screen :)

please e m a i l m e!

F2thaK 2010-03-01 10:17

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by chackster5000 (Post 550793)
please e m a i l m e!

http://talk.maemo.org/showthread.php?t=36618

vintc 2010-03-01 15:11

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
Quote:

Originally Posted by vintc (Post 550135)
Please, can anybody help me? I downloaded ,,ecliptic" font, it's ok, but i'm from czech republic and it's doesn't show czech diacritics...hooks, commas (á, ř, š, etc.). In phone it shows like square, can someone help and repair it? it may be original nokia czech diacritics. in original nokia font it shows good, but in ecliptic font not.. thanks :o

Nobody help me? :(

[DarkGUNMAN] 2010-03-01 15:38

Re: N900 MODs - share your MODs!!
 
You may need to correct it manually by editing the font characters. I used a freeware tool called Type Lite, which allowed me to change the title of Droid font to Nokia font to avoid compatibility issues.

No!No!No!Yes! 2010-03-01 22:45

Re: Maemo 5 MODs - share your MODs!!
 
http://i49.tinypic.com/2e2qb9t.png

raverpol 2010-03-01 23:25

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by raverpol (Post 549256)
does anyone know how to change fonts clour on the lock screen? I did my own screen but would be nice to make proper colors to it.

anyone knows?

beeman102 2010-03-02 01:44

Re: Maemo 5 MODs - share your MODs!!
 
I like it! you have alot of potential.

DaKing 2010-03-02 03:24

Re: Maemo 5 MODs - share your MODs!!
 
Tjgib2001 can u upload us the files especially the phone dial pad please thanks :)

x61 2010-03-02 03:33

Re: Maemo 5 MODs - share your MODs!!
 
Quote:

Originally Posted by DaKing (Post 551951)
Tjgib2001 can u upload us the files especially the phone dial pad please thanks :)

Seconded. Upload these files plz, by popular demand.

F2thaK 2010-03-02 04:12

Re: Maemo 5 MODs - share your MODs!!
 
i like ur theme, especially the buttons!

i third that u need to share
:D

tokag 2010-03-02 04:21

Re: Maemo 5 MODs - share your MODs!!
 
does anyone know of a way so that when you boot your n900 it automatically loads a particular desktop (say desktop 1) rather than the most recently used desktop? your input and advice is most appreciated. thank you.

HRZ 2010-03-02 05:53

Re: Maemo 5 MODs - share your MODs!!
 
Quote:

Originally Posted by tokag (Post 551976)
does anyone know of a way so that when you boot your n900 it automatically loads a particular desktop (say desktop 1) rather than the most recently used desktop? your input and advice is most appreciated. thank you.

I find that it always loads my "contacts" desktop but I realized it just loads whatever desktop was on before you turned it off. and mine is always set on this one as my primary one.

anapospastos 2010-03-02 09:23

Re: N900 MODs - share your MODs!!
 
2 Attachment(s)
Quote:

Originally Posted by f2thak (Post 481662)
hitech battery icons
version 3.0



this is my modification of the battery icon earlier in post..

didnt like how original goes light then dark as it charges..

see photo..



instructions included in zip

further instructions available here
http://talk.maemo.org/showthread.php?t=41035



--------------------------------------------------------------------------------------

Make a backup of the original png's.

move files in desktop folder to:
/usr/share/icons/hicolor/scalable/hildon

move files in statusarea folder to:
/usr/share/icons/hicolor/48x48/hildon/

Reboot your N900.

I ve got your hitech battery icons and I find them amazing. I want to ask you something. Can u work with statusarea_battery_verylow and statusarea_battery_low so they will be in the same style as hitech? It would be great. Tnx for your time.

F2thaK 2010-03-02 10:06

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
Quote:

Originally Posted by anapospastos (Post 552189)
I ve got your hitech battery icons and I find them amazing. I want to ask you something. Can u work with statusarea_battery_verylow and statusarea_battery_low so they will be in the same style as hitech? It would be great. Tnx for your time.

see attached zip....

i didnt make the original artwork

fareastcoast 2010-03-02 17:25

Re: Maemo 5 MODs - share your MODs!!
 
1 Attachment(s)
I made shaolin lock screen.


All times are GMT. The time now is 15:29.

vBulletin® Version 3.8.8