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)

[DarkGUNMAN] 2011-02-22 10:36

Re: * The Truly Epic Maemo 5 MODs Thread *
 
You'll need the QBW Flipclock widgets installed already, this is a modification to change the look by using different png files.

The flipclock can be installed from this thread
http://talk.maemo.org/showthread.php...=qbw+flipclock

Zas 2011-02-22 11:18

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Created a new idle led pattern to indicate wifi connection:
As root:

Edit /etc/mce/mce.ini:
Add ";PatternNetwork" to [LED],LedPatterns (line 233):
Code:

LEDPatterns=PatternError;PatternDeviceOn;PatternPowerOn;PatternPowerOff;PatternCommunicationCall;PatternCommunicationIM;PatternCommunicationSMS;PatternCommunicationEmail;PatternCommonNotification;PatternWebcamActive;PatternBatteryCharging;PatternBatteryFull;PatternDeviceSoftOff;PatternNetwork
Add a new entry PatternNetwork to [LEDPatternLystiRX51] (line 455):
Code:

PatternNetwork=250;0;0;gb;9d804000422043207f100000;9d800000
Customize the pattern if you wish to. I just made it a cyan version of the normal idle pattern. (Priority 250!)

Create scripts to activate and deactivate the pattern.
/etc/network/if-down.d/50_leds:
Code:

set -e

if [ "$IFACE" != wlan0 ]; then
        exit 0
fi

dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_deac
tivate string:PatternNetwork

/etc/network/if-up.d/50_leds:
Code:

set -e

if [ "$IFACE" != wlan0 ]; then
        exit 0
fi

dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_led_pattern_ac
tivate string:PatternNetwork

Make the scripts executable:
Code:

chmod +x /etc/network/if-up.d/50_leds
chmod +x /etc/network/if-down.d/50_leds

Reboot OR refresh mce and network:
Code:

stop mce
#wait a few seconds
start mce
/etc/init.d/networking restart

If mce keeps saying "respawning too fast" type as root: "mce &" to be able to use the power button again and reboot.

DJRedline 2011-02-22 13:33

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

Originally Posted by [DarkGUNMAN] (Post 952564)
You'll need the QBW Flipclock widgets installed already, this is a modification to change the look by using different png files.

The flipclock can be installed from this thread
http://talk.maemo.org/showthread.php...=qbw+flipclock

Thanks for the link

I have added all the beecons
On the dash (currently pic of N900) i have set the command -
y=
m=
d1=
d2=
w=
h1=id8
h2=id9
h3=id10
h4=id11

This shows me the N900 background and the clock, can you advise how to change the background image and flip-clock digits?
Is it a simple case of editing each beecon to match your image file names?

Sorry i'm not used to QBW

nicholes 2011-02-22 14:09

Re: * The Truly Epic Maemo 5 MODs Thread *
 
after changing the /usr/share/locale/en_US/LC_MESSAGES/osso-system-lock.mo file( for change "swipe to unlock" text) nothing changed in my phone!!!!!

can anyone of you send me a file osso-system-lock.mo with changed text????

if you have time plz read how did i Change it.......

i installed poedit and copy the file to my pc(osso-system-lock.mo)( i am using xp 32 bit) then open command prompt and cd to bin folder( where msgfmt.exe and msgfmt.exe is located) and typed the following

msgfmt osso-system-lock.mo > osso-system-lock.po

and then open(newly osso-system-lock.po) it with poedit and changed the text and save it and then again open command prompt and cd to same folder ( where msgfmt.exe and msgfmt.exe is located) and typed.......

msgfmt osso-system-lock.po -o osso-system-lock.mo

and deleted the original osso-system-lock.mo from n900 and transferred new osso-system-lock.mo file to same folder

( i have checked my change text file osso-system-lock.mo doing the same method and opening it in pc the text is successfully changed) but nothing happend on my N900 how??????

[DarkGUNMAN] 2011-02-22 14:44

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

Originally Posted by DJRedline (Post 952706)
Thanks for the link

I have added all the beecons
On the dash (currently pic of N900) i have set the command -
y=
m=
d1=
d2=
w=
h1=id8
h2=id9
h3=id10
h4=id11

This shows me the N900 background and the clock, can you advise how to change the background image and flip-clock digits?
Is it a simple case of editing each beecon to match your image file names?

Sorry i'm not used to QBW

Yes you edit the filenames in each qbw to match the new filenames.

Flipclock would be replaced with flipclocktrans
qbw_flipclock would be replaced by panel

The digits will go transparent, so create two qbw's based using the flipclockblankwide image

cloud596 2011-02-23 08:36

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

Originally Posted by [DarkGUNMAN] (Post 952022)
It's been a while since I looked at this so I should have done this sooner.
Packaged up and compressed with OptiPNG are the PNG files for my HTC-Style QBW Flipclock, as well as the RX-TX-IP widget, and YahooWeather widget.
Make sure you have WGET installed (apt-get install wget)

You'll need the QBW Flipclock widgets installed already, this is a modification to change the look by using different png files.

The flipclock can be installed from this this thread
http://talk.maemo.org/showthread.php...=qbw+flipclock

The format to make this work is a little different to the original - all of the digits have a TRANSPARENT background, so another qbw is used as the flipclock for the digits. I have supplied single and wide flipclock backgrounds for your taste (credit Darkl4r for the original)

For this purpose, the separate filename sare flipclocktrans.png.* and flipclockblank.png/flipclockblankwide.png

The panel in the background is for the main flipclock code.

Extract all to /home/user/.queen_beecon_dir and edit the qbw files to match - they are named different so as not to overwrite the original flipclock files.
Enjoy!

EDIT: RX-TX-IP fixed Not sure why it happened.

hi, if you arent bothered by me.
Would u share, your queen beecon configuration.
Thanx

D4rKlar 2011-02-24 09:25

Re: * The Truly Epic Maemo 5 MODs Thread *
 
1 Attachment(s)
For anyone that wants it but doesn't use my theme I'm attaching my CSSU-specific transitions.ini, including:

A light Blur to keep things fluid (as opposed to desaturate which I'm not keen on), larger 2 column task manager and forced rotation.

http://i52.tinypic.com/23uxx88.png

http://i52.tinypic.com/6rt4t3.png

Goes in:

opt/usr/share/themes/YOUR THEME/

Kind Regards,
D4rKlar

deviantv1ral 2011-03-01 21:52

Re: * The Truly Epic Maemo 5 MODs Thread *
 
how do i change the whole lock screen as the slider. ive looked at the gtk theme file and i also tried changing the slider button to 800x480 but it just turns black. im thinking its because of the size.

if thats not clear this is what i want to do

press the button
lock screen shows up
grab the whole screen slide it
underneath is the desktop
slide it all the way and its gone.

btw im using the perl script to generate my calendar background i changed it to write over the transparent slider to try to accomplish what im doing

Bazza 2011-03-02 11:06

Re: * The Truly Epic Maemo 5 MODs Thread *
 
Sorry to be a pain but these kind of mod threads are huge and i can't seem to find the answer without asking.

Where is the top left desktop menu icon path kept and called?

and

Does the lock screen icon have to be a 148 x 94 pixel png file or can the size vary slightly?

thanks in advance

SavageBrat 2011-03-02 11:27

Re: * The Truly Epic Maemo 5 MODs Thread *
 
@ Bazza the icon name is wmTaskLauncherIcon, it in your themes/image folder but not sure on you second question..


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

vBulletin® Version 3.8.8