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)

b666m 2010-01-18 22:57

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

Originally Posted by wierdo (Post 480957)
It's just HTML and CSS. I've forgotten where it's stored (/usr/share somewhere, I'm sure)

nope.. it's html, css and js ;)
it's nothing too difficult.
with little programming knowledge this is done in a couple of minutes.
(although there are some tiny glitches ^^)

Blinde 2010-01-18 23:04

Re: N900 MODs - share your MODs!!
 
Is it possible to have battery level in percents on desktop? Like in Iphone? I don't mean widgets.

Cas07 2010-01-18 23:26

Re: N900 MODs - share your MODs!!
 
Just a quick FYI that i am working on a Wiki page with as much of this modding info as possible.

I'll post a link when it closer to publishable.

Keir 2010-01-19 01:00

Re: N900 MODs - share your MODs!!
 
Ohhh I'm loving this signal icon mod.

I've just added a simple stroke/edge to the fainter blocks to give a simple but very effective look.

http://pixel-edge.net/images/N900/Sc...119-004752.png

There in this folder

http://pixel-edge.net/images/N900/ic...ell_level1.pnghttp://pixel-edge.net/images/N900/ic...ell_level2.pnghttp://pixel-edge.net/images/N900/ic...ell_level3.pnghttp://pixel-edge.net/images/N900/ic...ell_level4.pnghttp://pixel-edge.net/images/N900/ic...ell_level5.png
Or individual links:

statusarea_cell_level1.png
statusarea_cell_level2.png
statusarea_cell_level3.png
statusarea_cell_level4.png
statusarea_cell_level5.png

leetut 2010-01-19 01:04

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

Originally Posted by Keir (Post 481121)
Ohhh I'm loving this signal icon mod.

I've just added a simple stroke/edge to the fainter blocks to give a simple but very effective look.

http://pixel-edge.net/images/N900/Sc...119-004752.png


I'll upload the files if anyone wants them.

yes please bro!!

Keir 2010-01-19 01:13

Re: N900 MODs - share your MODs!!
 
that was quick lol

There in this folder

http://pixel-edge.net/images/N900/ic...ell_level1.pnghttp://pixel-edge.net/images/N900/ic...ell_level2.pnghttp://pixel-edge.net/images/N900/ic...ell_level3.pnghttp://pixel-edge.net/images/N900/ic...ell_level4.pnghttp://pixel-edge.net/images/N900/ic...ell_level5.png
Or individual links:

statusarea_cell_level1.png
statusarea_cell_level2.png
statusarea_cell_level3.png
statusarea_cell_level4.png
statusarea_cell_level5.png

F2thaK 2010-01-19 01:36

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

Originally Posted by leetut (Post 479623)
me too bro, looks like a great piece of work!!

i knew this would happen!! :D

OptX 2010-01-19 10:33

Re: N900 MODs - share your MODs!!
 
Thanks for educating me :)
Here is my Indicator Pack.
I made one with different Southpark Heads :)

This are the Heads you see:
http://i48.tinypic.com/28i3lgn.jpg

http://i47.tinypic.com/2z5q9ol.jpg

Get it here :
Southpark

jaeezzy 2010-01-19 10:42

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

Originally Posted by Schturman (Post 480171)
Hi
How you put icons for this buttons ? Can you share this ?
Thanks

you can add icons for each button by doing the following:

1. sudo vi /etc/systemui/systemui.xml
2. withing each <menuitem></menuitem> section put <icon>icon_file_name</icon>. This icon_file_name can be any file in /usr/share/icons/hicolor/48x48/hildon/ and don't put ".png" e.g: if xyz.png then just <icon>xyz</icon>

However, I couldn't figure out how I can do the same for the "Phone" button coz I couldn't find one such <menuitem></menuitem> list for it.

qwerty12 2010-01-19 10:45

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

Originally Posted by jaeezzy (Post 481620)
However, I couldn't figure out how I can do the same for the "Phone" button coz I couldn't find one such <menuitem></menuitem> list for it.

You want /etc/systemui/callui.xml.

F2thaK 2010-01-19 11:06

Re: N900 MODs - share your MODs!!
 
2 Attachment(s)
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.

jaeezzy 2010-01-19 11:07

Re: N900 MODs - share your MODs!!
 
Thanks qwerty12.
BTW, has anyone tried to mod the lock screen when the device lock is activated coz default one really hurts my eyes ;)

chrisp7 2010-01-19 11:12

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

Originally Posted by f2thak (Post 481662)
hitech battery icons



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

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

see photo..

just need to make the desktop one fatter


instructions included in zip

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

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.

Sorry, how do you move the files to the folder specified - ie what linux commands do you need to use?

F2thaK 2010-01-19 11:14

Re: N900 MODs - share your MODs!!
 
i use mc (midnight commander) from extras... repo, which is a file manager, you can do it on the phone..

for xterm commands

refer to
http://talk.maemo.org/showthread.php?t=41035

warpstalker 2010-01-19 11:18

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

Originally Posted by jaeezzy (Post 481664)
Thanks qwerty12.
BTW, has anyone tried to mod the lock screen when the device lock is activated coz default one really hurts my eyes ;)


Courtesy of Diamorph:
Quote:

The lockscreen Backgrounds can be found here:

/usr/share/themes/ (alpha for the blue theme and beta for the orange theme) /backgrounds/lockslider.png

Schturman 2010-01-19 11:36

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

Originally Posted by jaeezzy (Post 481620)
you can add icons for each button by doing the following:

1. sudo vi /etc/systemui/systemui.xml
2. withing each <menuitem></menuitem> section put <icon>icon_file_name</icon>. This icon_file_name can be any file in /usr/share/icons/hicolor/48x48/hildon/ and don't put ".png" e.g: if xyz.png then just <icon>xyz</icon>

However, I couldn't figure out how I can do the same for the "Phone" button coz I couldn't find one such <menuitem></menuitem> list for it.

Thanks, can I put my own icons to this directory or I need use the original icons from this directory ? (/usr/share/icons/hicolor/48x48/hildon/)

jaeezzy 2010-01-19 11:45

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

Originally Posted by Schturman (Post 481709)
Thanks, can I put my own icons to this directory or I need use the original icons from this directory ? (/usr/share/icons/hicolor/48x48/hildon/)

I'm not sure but there shouldn't be any problem as long as it's png file and make sure its not big or else it will make the menu look even worst. Better it's 48x48 resolution big.

jaeezzy 2010-01-19 11:50

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

Originally Posted by warpstalker (Post 481686)
Courtesy of Diamorph:

Thanks but I'm sorry coz I think you got me wrong. I have no problem with that unlock screen. I'm talking about the one where I have to enter 5 digit pin and hit "Done". Thats the one which hurts bad.

warpstalker 2010-01-19 11:53

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

Originally Posted by jaeezzy (Post 481729)
Thanks but I'm sorry coz I think you got me wrong. I have no problem with that unlock screen. I'm talking about the one where I have to enter 5 digit pin and hit "Done". Thats the one which hurts bad.

Oh... Right. :p

OptX 2010-01-19 13:03

Re: N900 MODs - share your MODs!!
 
Just finished modding a new Icon for the Mediaplayer.
The Waves are Moving.

http://i49.tinypic.com/33beqrs.jpg

http://i46.tinypic.com/1zdn228.jpg

F2thaK 2010-01-19 13:14

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

Originally Posted by OptX (Post 481848)
Just finished modding a new Icon for the Mediaplayer.
The Waves are Moving.


http://i46.tinypic.com/1zdn228.jpg


share? pls

OptX 2010-01-19 13:39

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
Here we go.
I put a red and a teal one inside the rar.
If somebody want a color, just ask :)

F2thaK 2010-01-19 14:58

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

Originally Posted by optx (Post 481903)
here we go.
I put a red and a teal one inside the rar.
If somebody want a color, just ask :)

thanks, this rox

cweedon@yahoo.com 2010-01-19 15:00

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

Originally Posted by Schturman (Post 477053)
Maybe someone know how I can get the button or shortcut icon for a simple bluetooth ON/OFF action ?
I need this for a quickly on/off bluetooth.
Thanks

you could try mapping a command to one of the un-used power button commands so instead of the soft power you could "hciconfig hci0 up"

F2thaK 2010-01-19 15:01

Re: N900 MODs - share your MODs!!
 
anyone know how to edit WLAN icon

Borreltje 2010-01-19 15:02

Re: N900 MODs - share your MODs!!
 
Based on the intro movie from claesbas in this topic:

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

I made these loading pics, with little blinking stars in them.

http://www.borreltje.nl/n900/indicator_update4.png

The little stars go from left to right.

download them here:

http://www.borreltje.nl/n900/maemo_loading.zip

:D

Schturman 2010-01-19 15:10

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

Originally Posted by cweedon@yahoo.com (Post 482069)
you could try mapping a command to one of the un-used power button commands so instead of the soft power you could "hciconfig hci0 up"

Sorry, I dont know how I do this... Can you explain me please...

F2thaK 2010-01-19 15:22

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

Originally Posted by Borreltje (Post 482074)
Based on the intro movie from claesbas in this topic:

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

I made these loading pics, with little blinking stars in them.

http://www.borreltje.nl/n900/indicator_update4.png

The little stars go from left to right.

download them here:

http://www.borreltje.nl/n900/maemo_loading.zip

:D



impressive, but smaller than id hoped...

cweedon@yahoo.com 2010-01-19 15:24

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

Originally Posted by Schturman (Post 482090)
Sorry, I dont know how I do this... Can you explain me please...

this is just an example:

<menuitem priority="10" name="Soft poweroff">
<return>7</return>
<po>osso-powerup-shutdown</po>
</menuitem>
turns into something like -->

<menuitem priority="10" name="Bluetooth On">
<return>7</return>
<po>"hciconfig hci0 up"</po>
</menuitem>



: not sure if this will work, and this script would only work for turning the bluetooth on but it's basic linux stuff, i'm fairly new at maemo, but have been using linux since backtrack version1 released. hci tool set is pretty much the goto bluetooth configuration set. google=hciconfig, hcitool

Borreltje 2010-01-19 15:25

Re: N900 MODs - share your MODs!!
 
yeah, I know, but I don't think you can use bigger pics.
I can try that a bit later

chrisp7 2010-01-19 15:54

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

Originally Posted by f2thak (Post 481680)
i use mc (midnight commander) from extras... repo, which is a file manager, you can do it on the phone..

for xterm commands

refer to
http://talk.maemo.org/showthread.php?t=41035

Thanks.
Will take a while with midnight commander moving each file individually.. was just thinking, is there a more efficient way? Is there any way to access the linux directories though Windows? (Would make life so easy :p)

F2thaK 2010-01-19 16:20

Re: N900 MODs - share your MODs!!
 
whatever the folder is that u need to put the file in

for example "hildon"

put all the files that need to go into folder into folder named "hildon"

put this folder on phones mass storage

open xterm, type "sudo gainroot"

type "mc" to open mc

on left panel go to folder the hildon folder needs to go into {for example}
and move folder over

thats how i do......................

OptX 2010-01-19 16:57

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

Originally Posted by f2thak (Post 482070)
anyone know how to edit WLAN icon

I have mad a Duff Mod.


The little ones are located in
/usr/share/icons/hicolor/18x18/hildon/
-general_wlan.png
-general_adhocwlan


http://i49.tinypic.com/2h4ic9i.jpg

Others are located in
/usr/share/icons/hicolor/48x48/hildon/
-general_adhocwlan
-general_wlan
-connectivity_wlan_signal_fair
-connectivity_wlan_signal_good

http://i47.tinypic.com/2eumnvb.jpg
http://i47.tinypic.com/23mk8co.jpg

les_garten 2010-01-19 17:14

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
Here's the Icon I did for my desktop icon that starts an Xterm as root.

It ain't much, but I ain't no arteest either!

@Carsten Do you have a Status area version of your Battery icons?

This Icon is 48x48

Bingley Joe 2010-01-19 17:21

Re: N900 MODs - share your MODs!!
 
FWIW, I made an alternate boot video that some of you may enjoy here:

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

:)

b666m 2010-01-19 17:47

Re: N900 MODs - share your MODs!!
 
the german support gave me a link for the nokia-forum because they don't know about the copyright on the files. I started a new thread there. *wait and see*

CarstenDutch 2010-01-19 18:06

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

Originally Posted by les_garten (Post 482328)
@Carsten Do you have a Status area version of your Battery icons?

Yes and more if you look back in the forum.
http://talk.maemo.org/showpost.php?p...&postcount=173

les_garten 2010-01-19 18:36

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

Originally Posted by CarstenDutch (Post 482433)
Yes and more if you look back in the forum.
http://talk.maemo.org/showpost.php?p...&postcount=173



That thread shows the area I am interested in, but the rar contains the icons for the always visible area. It didn't change the icons for the pop up status area?

CarstenDutch 2010-01-19 18:50

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

Originally Posted by les_garten (Post 482495)
That thread shows the area I am interested in, but the rar contains the icons for the always visible area. It didn't change the icons for the pop up status area?

They are the good one's 48x48.

leetut 2010-01-19 18:56

Re: N900 MODs - share your MODs!!
 
BLUESPARKLE LOADING BAR

http://www.mediafire.com/?njwltjmvzmb


put the 8 png files into:
/usr/share/icons/hicolor/scalable/hildon

back ups of original are included in this pack


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

vBulletin® Version 3.8.8