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)

rolan900d 2010-02-20 19:27

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

Originally Posted by OptX (Post 535715)
I was tired of typing first root, then mc in terminal.
I edit the file /usr/share/menu/mc to :

?package(mc):\
needs="text"\
section="Apps/Tools"\
title="mc"\
longtitle="Midnight Commander"\
hints="File managers"\
command="sudo /usr/bin/mc"\
icon="/usr/share/pixmaps/mc.xpm"

Root @ once , no terminal needed ;)

Mine looked all ready like that???!!

OptX 2010-02-20 23:35

Re: N900 MODs - share your MODs!!
 
lol
The only real change was in this line: >command="sudo /usr/bin/mc"\< ,the sudo.
Where did you get mc from ? Mine is from the repos and up to date .. Until this change, i had to go always to terminal, gain root and then start mc to do what i want.

rolan900d 2010-02-21 01:20

Re: N900 MODs - share your MODs!!
 
I downloaded it from some category, but can't recall which one..

Wild_Doogy 2010-02-21 04:14

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

Originally Posted by biggzy (Post 457148)
not figured it out yet, i realy want reboot option but dnt want to brick my n900 lol, yes im a maemo noob, i was a previous s60 ownr with good moding skills, so i also want to start doing mods on my n900, thanx for the info, i will try and do it.

As no one has stepped up to provide a <realistic> way of getting the reboot menu to work, I will write one up.
(Please comment if I loose you, or if you need help)
I will post what I want to do, and then explain it step by step.

First you need to install rootsh which allows you to edit system files, and leafpad so you can edit them outside of therm command line.

To install both leafpad, and rootsh you will need to enable the maemo extras catalog.
Go to the applications manager, (called app.manager under More) and click the top bar. Click application catalogs, and then click maemo.org.
(please tell me if you dont have it.)
Uncheck "disabled", press save, click in the blurry area to close the bar, and wait for it to refresh.

Browse by alphabetical order and install leafpad, and rootsh.
When you find leafpad, click it, check the agreement box, and then "continue"
(Both apps are very stable. The change of messing up your phone is very small.)

Now its time to edit the actual file.
<Insert disclaimer here>
(If you mess up this file, the menu when you press the power button will only have "phone", but thats about it for damage.)

Open xterminal
Type
Code:

sudo gainroot
You now have full access over the N900
Type
Code:

cd /etc/systemui
"cd" means "change directory" to the directory "/etc/systemui"
(Press Tab to have to computer finish words. Double tap tab to display all options)
Type
Code:

leafpad systemui.sys
This will open the file that we need to edit.

Browse to near the bottom of the file, and find this:
Code:

<!--
and delete it
Then find
Code:

<--
at the bottom of the file and delete it as well.
Save the file, (Menu > save) and close leafpad and terminal.

Restart your N900, and Presto! you should have a reboot option.

~Wild_Doogy

Please comment if you find any errors, or parts that are unclear.

nightfire 2010-02-21 07:19

Re: N900 MODs - share your MODs!!
 
Does anyone know offhand if it's possible to force the phone app into landscape mode? The only options are portrait and automatic; has someone found a conf file that will accept a landscape-only configuration?

F2thaK 2010-02-21 07:41

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

Originally Posted by nightfire (Post 539371)
Does anyone know offhand if it's possible to force the phone app into landscape mode? The only options are portrait and automatic; has someone found a conf file that will accept a landscape-only configuration?

i would like this option also..

SR90 2010-02-21 13:18

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

Originally Posted by Wild_Doogy (Post 539268)
As no one has stepped up to provide a <realistic> way of getting the reboot menu to work, I will write one up.
(Please comment if I loose you, or if you need help)
I will post what I want to do, and then explain it step by step.

First you need to install rootsh which allows you to edit system files, and leafpad so you can edit them outside of therm command line.

To install both leafpad, and rootsh you will need to enable the maemo extras catalog.
Go to the applications manager, (called app.manager under More) and click the top bar. Click application catalogs, and then click maemo.org.
(please tell me if you dont have it.)
Uncheck "disabled", press save, click in the blurry area to close the bar, and wait for it to refresh.

Browse by alphabetical order and install leafpad, and rootsh.
When you find leafpad, click it, check the agreement box, and then "continue"
(Both apps are very stable. The change of messing up your phone is very small.)

Now its time to edit the actual file.
<Insert disclaimer here>
(If you mess up this file, the menu when you press the power button will only have "phone", but thats about it for damage.)

Open xterminal
Type
Code:

sudo gainroot
You now have full access over the N900
Type
Code:

cd /etc/systemui
"cd" means "change directory" to the directory "/etc/systemui"
(Press Tab to have to computer finish words. Double tap tab to display all options)
Type
Code:

leafpad systemui.sys
This will open the file that we need to edit.

Browse to near the bottom of the file, and find this:
Code:

<!--
and delete it
Then find
Code:

<--
at the bottom of the file and delete it as well.
Save the file, (Menu > save) and close leafpad and terminal.

Restart your N900, and Presto! you should have a reboot option.

~Wild_Doogy

Please comment if you find any errors, or parts that are unclear.

Hi , When I type the code leafpad systemui.sys , I get a white blank page and nothing else , am I doing something wrong ?

Cheers and thanks in advance

badboyuk 2010-02-21 15:30

Re: N900 MODs - share your MODs!!
 
ok no thanks to u guys, ive figured it out. The battery pack i got from here wud seem to be incomplete

Marcels 2010-02-21 15:44

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

Originally Posted by SR90 (Post 539633)
Hi , When I type the code leafpad systemui.sys , I get a white blank page and nothing else , am I doing something wrong ?

Cheers and thanks in advance

He means "systemui.xml" in /etc/systemui/ instead of "systemui.sys".

b666m 2010-02-22 01:59

Re: N900 MODs - share your MODs!!
 
my mod:

random bootvideo on startup :p

how to:
http://talk.maemo.org/showpost.php?p...5&postcount=35

Alexander-tron 2010-02-22 06:09

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

Originally Posted by peyo (Post 492776)
Here it is! But no screenshot atm :/
Enjoy.

ummmmm its not working for me. the app manager says the file is corrupt and that it can not be installed. whats my options.

Strutten 2010-02-26 10:41

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

Originally Posted by Wild_Doogy (Post 539268)
As no one has stepped up to provide a <realistic> way of getting the reboot menu to work, I will write one up.
(Please comment if I loose you, or if you need help)
I will post what I want to do, and then explain it step by step.

First you need to install rootsh which allows you to edit system files, and leafpad so you can edit them outside of therm command line.

To install both leafpad, and rootsh you will need to enable the maemo extras catalog.
Go to the applications manager, (called app.manager under More) and click the top bar. Click application catalogs, and then click maemo.org.
(please tell me if you dont have it.)
Uncheck "disabled", press save, click in the blurry area to close the bar, and wait for it to refresh.

Browse by alphabetical order and install leafpad, and rootsh.
When you find leafpad, click it, check the agreement box, and then "continue"
(Both apps are very stable. The change of messing up your phone is very small.)

Now its time to edit the actual file.
<Insert disclaimer here>
(If you mess up this file, the menu when you press the power button will only have "phone", but thats about it for damage.)

Open xterminal
Type
Code:

sudo gainroot
You now have full access over the N900
Type
Code:

cd /etc/systemui
"cd" means "change directory" to the directory "/etc/systemui"
(Press Tab to have to computer finish words. Double tap tab to display all options)
Type
Code:

leafpad systemui.sys
This will open the file that we need to edit.

Browse to near the bottom of the file, and find this:
Code:

<!--
and delete it
Then find
Code:

<--
at the bottom of the file and delete it as well.
Save the file, (Menu > save) and close leafpad and terminal.

Restart your N900, and Presto! you should have a reboot option.

~Wild_Doogy

Please comment if you find any errors, or parts that are unclear.

I really like this reboot-option, but I don't want the top- and soft poweroff options. How do I only get reboot?

Mateus 2010-02-26 12:50

Re: N900 MODs - share your MODs!!
 
:o
just reboot?
Like on any linux ;)

codeMonkey 2010-02-26 13:28

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

Originally Posted by Strutten (Post 547296)
I really like this reboot-option, but I don't want the top- and soft poweroff options. How do I only get reboot?

Instead of deleting the <!--- move it to below the reboot option.

x61 2010-02-26 14:04

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

Originally Posted by Diamorph (Post 486356)
My N900 so far...

Do you have the code for this... Me like.

Diamorph 2010-02-26 15:13

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

Originally Posted by x61 (Post 547558)
Do you have the code for this... Me like.

Help me... which code do you mean? :confused::rolleyes:

x61 2010-02-26 18:09

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

Originally Posted by Diamorph (Post 547655)
Help me... which code do you mean? :confused::rolleyes:

If you click on the arrow by your name at my previous post, it will take you there to the post I am referring to. For some reasons, the pictures did not get copied there.

Diamorph 2010-02-26 20:39

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

Originally Posted by x61 (Post 547930)
If you click on the arrow by your name at my previous post, it will take you there to the post I am referring to. For some reasons, the pictures did not get copied there.

Year I know my post ^^ some of my screenshots... do you mean the power menu???

x61 2010-02-26 20:53

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

Originally Posted by Diamorph (Post 548164)
Year I know my post ^^ some of my screenshots... do you mean the power menu???

The 1st and last pic with "property of.." and the background pick.

Diamorph 2010-02-26 21:00

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

Originally Posted by x61 (Post 548181)
The 1st and last pic with "property of.." and the background pick.

The banner is taken from the theme folder (attached) and the Background is my girlfriend :rolleyes:
the others are from here: http://www.n900wallpapers.com/wallpa...nce---portal-i

pisthpeeps 2010-02-26 21:55

Re: N900 MODs - share your MODs!!
 
I was able to remove the background shade of desktop shortcut icons using the hint provided in this thread - to rename the ApplicationShortcutApplet.png and ApplicationShortcutAppletPressed.png. Desktop real estate is saved.Thanks a lot guys.

Is there a way to remove the background shade in the top left corner of desktop where the time, battery stuff are shown ?

Diamorph 2010-02-26 22:03

Re: N900 MODs - share your MODs!!
 
2 Attachment(s)
Replace the attached files in the theme folder with this transparent ones. This should work. I think there will left a seperator.

xynktrajvl 2010-02-26 22:19

Re: N900 MODs - share your MODs!!
 
anybody ^^? help me !
how to change edit lockscreen text :D

i want change text Swipe to unlock :P





------------------------------------------
http://i422.photobucket.com/albums/p...reenshot01.png
love it :x
sahre plz :D

x61 2010-02-26 23:48

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

Originally Posted by Diamorph (Post 548267)
Replace the attached files in the theme folder with this transparent ones. This should work. I think there will left a seperator.

No file attached.

Diamorph 2010-02-26 23:53

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

Originally Posted by x61 (Post 548369)
No file attached.

These files are transparent... :)

x61 2010-02-27 03:08

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

Originally Posted by Diamorph (Post 548374)
These files are transparent... :)

And how do we go about viewing them?

les_garten 2010-02-27 03:22

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

Originally Posted by x61 (Post 548470)
And how do we go about viewing them?

Xray Glaases you Fool!

On a more serious note...

Put your mouse into those areas and drag them to your desktop. Then you can view them with a viewer

Tjgib2001 2010-02-27 08:40

Re: N900 MODs - share your MODs!!
 
hi guys done most of the mods found on here but cant seem to find how to change the media player icon on the desktop, cant find its location. and also is it possible to change the incomming mail/message big yellow box notification area if so where is it located, thanks in advance of any help.

codeMonkey 2010-02-27 12:09

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

Originally Posted by raverpol (Post 548476)
Hi guys
I need a little of help with LED changes. I changed colors and all is fine except email notification because there is no led indicator when email arrives. I have no idea why. Here is a part of mce.ini

PatternError=0;5;0;r;9d8040007f007f0040ff7f007f000 000;9d800000
PatternDeviceOn=254;0;0;rgb;9d804000422043207f1000 00;9d800000
PatternDeviceSoftOff=253;0;0;rg;9d804000423f433f7f 100000;9d800000
PatternPowerOn=9;3;0;rgb;9d80400042ff02ffc000;9d80 0000
PatternPowerOff=10;3;0;r;9d80400001ff43ff7f007f00c 000;9d800000
PatternCommunicationCall=30;1;0;r;9d80400002ff03ff 02ff03ff71080000;9d800000
PatternCommunicationIM=30;1;0;rb;9d80400002ff03ff0 2ff03ff71080000;9d800000
PatternCommunicationSMS=30;1;0;b;9d80400002ff03ff0 2ff03ff71080000;9d800000
PatternCommunicationEmail=30;1;0;rb;9d80400002ff03 ff02ff03ff71080000;9d800000
PatternCommonNotification=30;1;0;b;9d80400002ff03f f02ff03ff71080000;9d800000
PatternWebcamActive=20;1;0;r;9d80400004ffc0000000; 9d800000
PatternBatteryCharging=50;4;0;rgb;9d804000427f0d7f 7f007f0042000000;9d800000
PatternBatteryFull=40;4;0;g;9d80407f0000;9d800000

You have a space in the middle of most of those. I don't know if that would have any effect on the pattern. Remove it and try again.

raverpol 2010-02-27 14:06

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

Originally Posted by mscarrot (Post 522075)

Updated screenshot with own modified icons

http://img.photobucket.com/albums/v6...reenshot03.png

From Left to right >
Phone / Phone book / Internet
Conversations/ Mail

If anybody is interested I can upload them.
(But I have not finished the whole
Rabbit-package yet, this is just a preview)

Feedback appriciated :D (as always LOL)

Can anybody explain how I can get my image to be expandable like all others here...it is almost not visible now :(

WOW!!! I realy need that cute dogy icons. PLEASE!!!!! :)

raverpol 2010-02-27 16:07

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

Files and how2do here

kriss

raverpol 2010-02-27 16:24

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

Originally Posted by codeMonkey (Post 548748)
You have a space in the middle of most of those. I don't know if that would have any effect on the pattern. Remove it and try again.

my mistake man. 2 months ago i disabled led notifications for email in setting :) thansk for help

finlaybob 2010-02-27 16:44

Re: N900 MODs - share your MODs!!
 
I have found the perfect font for Maemo5

SF Cartoonist Hand

I picked it up from 1001fonts.com, originally from shyfoundry.com
I cannot find the font itself on shyfoundry.com however, the zip file with fonts in has a readme stating the font is indeed freeware.

Piccies:

http://img72.imageshack.us/img72/551/screenshot13.png

http://img706.imageshack.us/img706/6...eenshot14r.png

http://img43.imageshack.us/img43/7881/screenshot15r.png

http://img517.imageshack.us/img517/2...eenshot16r.png

http://img710.imageshack.us/img710/1...eenshot17g.png

raverpol 2010-02-27 16:49

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

Originally Posted by finlaybob (Post 548982)
I have found the perfect font for Maemo5

SF Cartoonist Hand

I picked it up from 1001fonts.com, originally from shyfoundry.com
I cannot find the font itself on shyfoundry.com however, the zip file with fonts in has a readme stating the font is indeed freeware.

Piccies:

http://img72.imageshack.us/img72/551/screenshot13.png

hey
what is this appl u have in the left bottom corner??

finlaybob 2010-02-27 17:07

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

Originally Posted by raverpol (Post 548985)
hey
what is this appl u have in the left bottom corner??

That is Desktop Command Execution Widget, x 4 :)
Info here

NokiaRocks 2010-02-27 17:16

Re: N900 MODs - share your MODs!!
 
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

AndrewG 2010-02-27 17:27

Re: N900 MODs - share your MODs!!
 
How does these look?

http://i46.tinypic.com/1z3tj6f.png http://i47.tinypic.com/11aaebp.png
They need tidied up a bit just seeing if it is something that'll work out

raverpol 2010-02-27 17:31

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

The background image (lockslider.png) (800x480) goes
in /usr/share/themes/"THEME U USE"/backgrounds/

The other images (LockSliderTop.png, LockSliderThumbPortrait.png, LockSliderThumb.png, LockSliderRight.png,
LockSliderLeft.png, LockSliderBottom.png) go in /usr/share/themes/"THEME U USE"/images

Reboot and watch :)

mscarrot 2010-02-27 17:35

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 :)

kriss


Hi Kriss,

I will upload the bunny icons (have a lot more now), tomorrow if that is ok with you. will go out later so now not a good time :).
Will post a screenshot as well at the same time.

Can you share your unlock moon screen with me instead??

Paula

raverpol 2010-02-27 17:48

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

Originally Posted by mscarrot (Post 549028)
Hi Kriss,

I will upload the bunny icons (have a lot more now), tomorrow if that is ok with you. will go out later so now not a good time :).
Will post a screenshot as well at the same time.

Can you share your unlock moon screen with me instead??

Paula

Im not good with attachments here so I can send it to u by email maybe :)


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

vBulletin® Version 3.8.8