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)

nellson 2010-07-18 19:52

Re: N900 MODs - share your MODs!!
 
if u was to brick ur phone how can that be resloved many thanks

tobylee 2010-07-19 02:22

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 754119)
Finished the changes to D-Theme Aero Blue - screen keyboard adapted as well, default progress bar changed:

where do i get that clock from?

Dousan 2010-07-19 05:53

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

Originally Posted by nellson (Post 756040)
if u was to brick ur phone how can that be resloved many thanks

By reflashing... Just search the forum or the wiki theres lots of info on how to flash ;)

[DarkGUNMAN] 2010-07-19 07:02

Re: * The Truly Epic Maemo 5 MODs Thread *
 
The clock is the Desktop Clock Widget by Nicolai, and the Cairo theme is Black Transparent, downloaded from gnome-look.org.

PipoXtreme 2010-07-19 08:41

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

Originally Posted by f2thak (Post 457128)
WARNING: CHANGING THIS FILE OTHER THAN WHAT I ADVISE MAY BRICK YOUR DEVICE, I AM IN NO WAY RESPONSIBLE IF U BRICK UR DEVICE!!



How to enable Reboot button?
plus more..

in power button settings!




When you press the Power button, a menu is shown containing options to e.g. Switch off or lock the device. And what if you just want to reboot it? Sure, you can use the "Switch off" function and then just press the Power button again to turn the N900 back on. But it can be made simpler and quicker as you can add a separate "Reboot" button to the menu, which will automatically reboot the device without you having to do anything.

All you need to do is to edit one config file and "uncomment" its part responsible for showing the button, disabled by default.

In order to do this, you will to:

* Download and install rootsh from the Extras repository, which will give you root access in the X-Terminal
* Download and install Midnight Commander, the well known file manager which also contains a convenient text editor.



Now the actual modification:

Launch X-Terminal
* type sudo gainroot to enable root access
* type mc to launch Midnight Commander
* in the Midnight Commander, using the keyboard arrows, browse to the /ect/systemui/ folder and select the systemui.xml file
* make a copy of that file, just in case that you do something wrong, so that you can simply restore its original version anytime
* tap the 4 Edit button (at the bottom) to open the text editor
* at the bottom of the file you will notice that part of it (consisting of three ... entries) is disabled within the "comment" marks (starting ).
* move the "comment" marks mentioned above "<!--" (e.g. by deleting and re-typing them in other place) so that the two remaining entries ("Soft poweroff" and "Top in XTerm") are still within them but the "Reboot" entry gets outside of them
* tap 10 Quit button at the bottom of the editor and confirm in the requester that you want to save the file (if you don't see the 10 Quit button you may need to change the X-Terminal font size to 10)
* exit Midnight Commander, close X-Terminal and reboot the device
* after the N900 reboots, you should see the new "Reboot" option in the Menu.


When using the X-Terminal with root access enabled, be EXTREMELY CAUTIOUS! Root access enables you to modify (and thus also DAMAGE) all system files, which can even result in BRICKING the device. If you don't know what you are doing, better don't do it.


How I can copy & paste the <!-- under the reboot text.. I don`t know the tricks of Midnight commander ?!

Switch_ 2010-07-19 08:44

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 756447)
The clock is the Desktop Clock Widget by Nicolai, and the Cairo theme is Black Transparent, downloaded from gnome-look.org.

Ok, Linux noob here, needing help to get this applied.

Unzipped (untarred, whatever!) the file to a folder location on the phone. Checked out the contents of the file - loadsa *.svg files and one *.conf file. Opened the conf file and it appears to be basics on the theme. However, can't actually apply the theme to the clock through desktop settings (clock settings).

A little help please.....?

Switch_ 2010-07-19 08:49

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

Originally Posted by PipoXtreme (Post 756504)
How I can copy & paste the <!-- under the reboot text.. I don`t know the tricks of Midnight commander ?!

I didn't use Midnight Commander, I used Nano instead. Open X-term and type in the following:

Code:

sudo gainroot
apt-get install nano
cp /etc/systemui/systemui.xml /etc/systemui/systemui.original.xml
nano /etc/systemui/systemui.xml

Then simply delete the <!-- and --!> at the top and the bottom of these buttons. Then press Ctrl+x to exit, pressing Y to save changes. It will add Top in Xterm, Soft Poweroff and Reboot buttons to the main power button when pressed.

Hope I've got the commands right....

D4rKlar 2010-07-19 09:32

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 756511)
Ok, Linux noob here, needing help to get this applied.

Unzipped (untarred, whatever!) the file to a folder location on the phone. Checked out the contents of the file - loadsa *.svg files and one *.conf file. Opened the conf file and it appears to be basics on the theme. However, can't actually apply the theme to the clock through desktop settings (clock settings).

A little help please.....?

Switch what happens when you navigate to the folder containing the .svg's and .conf from the settings of the clock widget and select it?

EDIT: You need to have 'Built in Theme' deselected if that helps.

Kind Regards,
D4rKlar

PipoXtreme 2010-07-19 09:53

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

Originally Posted by Switch_ (Post 756521)
I didn't use Midnight Commander, I used Nano instead. Open X-term and type in the following:

Code:

sudo gainroot
apt-get install nano
cp /etc/systemui/systemui.xml /etc/systemui/systemui.original.xml
nano /etc/systemui/systemui.xml

Then simply delete the <!-- and --!> at the top and the bottom of these buttons. Then press Ctrl+x to exit, pressing Y to save changes. It will add Top in Xterm, Soft Poweroff and Reboot buttons to the main power button when pressed.

Hope I've got the commands right....

is there all correct ?

in portrait mode and push the off button one times all entry`s ar doupled - what is the failure ?! Look at the second picture ...

Switch_ 2010-07-19 12:06

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by D4rKlar (Post 756556)
Switch what happens when you navigate to the folder containing the .svg's and .conf from the settings of the clock widget and select it?

EDIT: You need to have 'Built in Theme' deselected if that helps.

Kind Regards,
D4rKlar

Yeh, the "Built In Theme" option is deselected (otherwise you cannot choose custom), and when I navigate to the folder through the menu selection from the widget there is nothing selectable within the folder.... Leading me to the conclusion that perhaps there is something I am missing......

Any help you can offer would be appreciated mate - PS - thanks for the +fav on Tears For A Fallen Angel on dA :D

I've got some more photomanips I'm working on but home & work are kinda mental ATm hence the lack of dA activity!

D4rKlar 2010-07-19 12:22

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 756677)
Yeh, the "Built In Theme" option is deselected (otherwise you cannot choose custom), and when I navigate to the folder through the menu selection from the widget there is nothing selectable within the folder.... Leading me to the conclusion that perhaps there is something I am missing......

Any help you can offer would be appreciated mate - PS - thanks for the +fav on Tears For A Fallen Angel on dA :D

I've got some more photomanips I'm working on but home & work are kinda mental ATm hence the lack of dA activity!


You need to select the folder itself mate, and as for DA no worries i look 4ward to seeing more of your work! :D

Kind Regards,
D4rKlar

Switch_ 2010-07-19 12:23

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

Originally Posted by PipoXtreme (Post 756575)
is there all correct ?

in portrait mode and push the off button one times all entry`s ar doupled - what is the failure ?! Look at the second picture ...

Attached is a copy of my systemui.xml. Download and unzip it, then replace yours using xterm:

Code:

sudo gainroot
cp /home/user/MyDocs/systemui.xml /etc/systemui/

If you can't overwrite it or if it gives you an error then rename your original systemui.xml to another name and then repeat the copy exercise.

Switch_ 2010-07-19 12:43

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Darklar mate - thanks for correcting a right noob like myself, what a total numpty..... Cheers fella

D4rKlar 2010-07-19 12:48

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 756717)
Darklar mate - thanks for correcting a right noob like myself, what a total numpty..... Cheers fella

Switch don't mention it mate, glad I could help! :D

D4rK

d-iivil 2010-07-19 12:56

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by [DarkGUNMAN] (Post 755341)
When it is done, (and get D-livil's permission to redidtribute his work) then I'll find some help to package it up and send it to extras-devel.

Permission granted :)

For packaging I think the easiest path would be to install py2deb to your phone and package the theme with it.

Switch_ 2010-07-19 13:20

Re: * The Truly Epic Maemo 5 MODs Thread *
 
5 Attachment(s)
Few more desktops. PS - For any girlies out there, more than happy to do desktops with Chippendales or whatever the modern day equivalent is - hit me up with either images you want or with links and I'll get it done :D

Any of the other red blooded male members, enjoy.....

PipoXtreme 2010-07-19 14:16

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

Originally Posted by Switch_ (Post 756691)
Attached is a copy of my systemui.xml. Download and unzip it, then replace yours using xterm:

Code:

sudo gainroot
cp /home/user/MyDocs/systemui.xml /etc/systemui/

If you can't overwrite it or if it gives you an error then rename your original systemui.xml to another name and then repeat the copy exercise.

I've try it but always the same error.. hmmmm

soooo I've found the problem.. the "old" xml file (xx.original.xml) was it .. I moved it to the MyDocs for backup and then I have the correct window. There were 2 systemui files (original and the new one) and both will be use in it ! :D

here the result...

PipoXtreme 2010-07-19 16:45

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 751394)
Got bored of white and the various other colour icons, so started to create some nice shiny chromey ones instead. Replaced the hildon desktop ones and this is the result:

http://i208.photobucket.com/albums/b...s78/Chrome.png

Not too bad, kinda shiny. Hit me up if you want copies.

hi switch where you have this great icons??

Switch_ 2010-07-20 06:31

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by PipoXtreme (Post 756938)
hi switch where you have this great icons??

If you go over the past 4 / 5 pages of this thread you will find a number of posts with these icons and instructions on where to place them.

m.alkhalel 2010-07-20 19:00

Re: * The Truly Epic Maemo 5 MODs Thread *
 
has any 1 succeeded with changing the boot screen ( blue NOKIA with white background ) ??! i did read more than 150 pages in this thread and didnt see any 1 whos been able to do it !
i'd really love to know how to change it , coz i changed every singel image in the phone but this 1 XD , so if any 1 know how to do it , plz tell me !

Parlapipas 2010-07-20 20:16

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by m.alkhalel (Post 758285)
has any 1 succeeded with changing the boot screen ( blue NOKIA with white background ) ??! i did read more than 150 pages in this thread and didnt see any 1 whos been able to do it !
i'd really love to know how to change it , coz i changed every singel image in the phone but this 1 XD , so if any 1 know how to do it , plz tell me !

The easiest way to change the boot up video is using boot Screen :

http://maemo.org/packages/view/bootscreen/

and download version 0.3.4

After you download the package, go to settings and you will see the app there. Have fun.

atilla 2010-07-20 20:30

Re: * The Truly Epic Maemo 5 MODs Thread *
 
i think he dont mean the boot up video.he mean the first image(the nokia logo)i want to know that too cos my boot video is maemo.org and before there comes this stupid nokia logo.....

Parlapipas 2010-07-20 21:27

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by atilla (Post 758372)
i think he dont mean the boot up video.he mean the first image(the nokia logo)i want to know that too cos my boot video is maemo.org and before there comes this stupid nokia logo.....

Oops :eek: Sorry about that.

I don't think you can change the start up splash screen, but I might be wrong. Here is a post that mentions it, but I believe users were only able to get rid of the shut down splash screen:

http://talk.maemo.org/showpost.php?p...&postcount=480

and here is one that says most likely you can't change the start up one:

http://talk.maemo.org/showpost.php?p...&postcount=482


Last but not least, an entire thread on what you are looking for:

http://talk.maemo.org/showthread.php...e+nokia+splash

Hope that helps!

Coffee 2010-07-20 21:28

Re: * The Truly Epic Maemo 5 MODs Thread *
 
That's correct, he is not talking about the boot video, that's the easy one to change. I have searched high and low mate and without any luck, I do recall a thread saying it wasn't possible to change the image as locked away somewhere deep that wasn't accessible.

Coffee 2010-07-20 21:33

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 756746)
Few more desktops. PS - For any girlies out there, more than happy to do desktops with Chippendales or whatever the modern day equivalent is - hit me up with either images you want or with links and I'll get it done :D

Any of the other red blooded male members, enjoy.....

The naughtier the better, keep them coming. Unless of cause someone is offended at which point you can send them directly to my email address.lol

Switch_ 2010-07-21 08:07

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Coffee (Post 758447)
The naughtier the better, keep them coming. Unless of cause someone is offended at which point you can send them directly to my email address.lol

Mate, I'm behaving myself impeccably because this is a public forum....

Coffee 2010-07-21 10:31

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Switch_ (Post 758846)
Mate, I'm behaving myself impeccably because this is a public forum....

ha ha hah, you are to good a man.
I like the milk, very artistic.

Switch_ 2010-07-21 10:39

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by Coffee (Post 758986)
ha ha hah, you are to good a man.
I like the milk, very artistic.

Very clever post processing by a guy called Andrey Razoomovsky, aka Razoomanet, check out his deviantART page: MILK AND OTHER STUFF

Enjoy.....

m.alkhalel 2010-07-21 12:28

Re: * The Truly Epic Maemo 5 MODs Thread *
 
thx for replaying guys :D , well i hope someday some 1 will be able to change that boring logo :D

atilla 2010-07-21 13:53

Re: * The Truly Epic Maemo 5 MODs Thread *
 
hey switch first thanks for your great work i love your silver symbols:)
but i have a question.i downloaded your hildon.zip file but there arent the battery and connectivity symbols.can you pls share them with me?and can you make the cpumem applet silver too?i would drink 5 beers in your name if you upload this.
thanks

luomuhappo 2010-07-21 14:26

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

Originally Posted by D4rKlar (Post 752091)
The standard Nokia 'NSeries' theme is the alpha theme, 'digital nature' is beta and they should both be in opt/usr/share/themes mate,

Kind Regards,
D4rKlar

Can I have idiots guide how to copy this folder (beta and alpha) to my computer ?

Dousan 2010-07-21 14:49

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

Originally Posted by luomuhappo (Post 759265)
Can I have idiots guide how to copy this folder (beta and alpha) to my computer ?

The easiest way i could come up with not using ssh winscp or some linux distro is by xterm.
Just type this in@xterm:
sudo gainroot 'enter'
cp -r /usr/share/themes/yourthemetocopy /home/user/MyDocs 'enter'

Then just plug in you phone to the pc and transfer theme folder ;)

I just did and it worked :)

(to do this you need rootsh installed)

Switch_ 2010-07-21 14:56

Re: * The Truly Epic Maemo 5 MODs Thread *
 
2 Attachment(s)
Quote:

Originally Posted by atilla (Post 759224)
hey switch first thanks for your great work i love your silver symbols:)
but i have a question.i downloaded your hildon.zip file but there arent the battery and connectivity symbols.can you pls share them with me?and can you make the cpumem applet silver too?i would drink 5 beers in your name if you upload this.
thanks

Hey Atilla, thanks, glad you like the icons. Please find two lots attached to this post - sorry but they were all confused earlier on in the thread and covered various pages of posts. I hate trawling too....

The CPU-Mem applet is one that's annoying me too - can you tell me where the images are that the applet runs from and I'll Chrome them up too, so then the status area is nicely matching all over....? I take it you also found the 2G ~ 3.5G Chromed icons as well?

Cheers.....

atilla 2010-07-21 15:01

Re: * The Truly Epic Maemo 5 MODs Thread *
 
i only couldnt find the battery and network power symbol.thanks that you uploaded the others.now im really happy:)i will search the cpumem icons but i dont know where to start.but i have the time:)

Switch_ 2010-07-21 15:09

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Well I've just trawled through all the icons folders up to 32x32 and scalable but I can't find anything related to it......

Thats a starting point for you at least!

kamiwey 2010-07-21 22:13

Re: * The Truly Epic Maemo 5 MODs Thread *
 
hello to all gurus of mods, im leaning a lot whit all your posts. ;)

i have a question.

is it possible to move the place of the 4 icons of the media player?

i would like to can put it in diferent places.
thanks and kind regards.

[DarkGUNMAN] 2010-07-21 22:19

Re: * The Truly Epic Maemo 5 MODs Thread *
 
5 Attachment(s)
Ok, last changes for now - I changed the scrollbars to match, and tweaked the stylus button... it's an odd one that repeats part of itself to fill any space, same with the some pof the scroll bar buttons. Fiddley little buggers! :)
Think the best I can do for now is save it as a zip file but I don't have a p[;ace to upload it to.. will see what I can do about that when I get time :)

Switch_ 2010-07-22 07:45

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Quote:

Originally Posted by kamiwey (Post 759985)
is it possible to move the place of the 4 icons of the media player?

i would like to can put it in diferent places.

Sorry mate, I can't honestly answer your question, but I don't think you can, not without getting right into the code of the OS itself..... Maybe a linux guru will happen by this thread and be able to respond more fully, but on the face of it I would have to say no.....

D4rKlar 2010-07-22 07:50

Re: * The Truly Epic Maemo 5 MODs Thread *
 
:o
Quote:

Originally Posted by Switch_ (Post 759309)
Hey Atilla, thanks, glad you like the icons. Please find two lots attached to this post - sorry but they were all confused earlier on in the thread and covered various pages of posts. I hate trawling too....

The CPU-Mem applet is one that's annoying me too - can you tell me where the images are that the applet runs from and I'll Chrome them up too, so then the status area is nicely matching all over....? I take it you also found the 2G ~ 3.5G Chromed icons as well?

Cheers.....

There are no icons for the cpumem applet, the symbols are hard-coded. I spoke to tuminoid and he's going to try and do something for the next release.

Here's the reply I got:

Hi!

Currently it is hardcoded value, but I intend to patch it to support configurable colors via gconf or perhaps via some file. The hard thing is to make it somehow react to theme changes, so a theme could define them. Perhaps I need to make those bars real images, that'd be easiest way.

So, hold on to your hat, but don't hold your breath :-)

Cheers, Tumi

Kind Regards,
D4rKlar

Switch_ 2010-07-22 09:07

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Thanks fella - got the pointed at the code by qwerty12 in the "CPU-Mem Applet gets released to extras" thread....

Guess I'll just have to live with it - never mind, all gravy baby...


All times are GMT. The time now is 22:46.

vBulletin® Version 3.8.8