maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   Show off your Maemo 5 screenshots (https://talk.maemo.org/showthread.php?t=36439)

GigaByte 2011-03-31 20:32

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by phap (Post 979453)
How did you manage to have the art cover on the desktop??

How did u manage to have the whole panel on the desktop??

qosmio 2011-03-31 20:59

Re: Show off your Maemo 5 screenshots
 
2 Attachment(s)
All credit goes to " GreatGonzo" for this ... All I did was use part of his Fantasic Widget for "SomePlayer"
http://talk.maemo.org/showthread.php...eplayer+widget

As I said this only works with "SomePlayer"

(1) Download Somplayer by Somebody ..http://talk.maemo.org/showthread.php...ght=someplayer

(2) You need quick-widgets-0.2.2 (in extra-devel )

(3) Download QML file and save anywhere you will remember.

(4) Open quick-widget and select the QML file that you saved

(5) tick the fixed size and set at 650x160 Or any size you want..

(6) click "Done"

Open SomplePlayer and play a track... Then go to the screen you have QW on and there is your Media Info...

Codes for Someplayer QBW buttons where posted here a few days ago...

Enjoy

Kind regards Qosmio

qosmio 2011-03-31 21:14

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by cutehunk04 (Post 979457)
anyway to place Minute & Seconds bar in this clock widget ...am using QBW....:(


http://i52.tinypic.com/fbkcxs.png

Try this widget..Desktop Clock Widget (themeable) ..http://talk.maemo.org/showthread.php?t=57707


kind regards Qosmio

cutehunk04 2011-03-31 21:32

Re: Show off your Maemo 5 screenshots
 
here i just want to share the collections of clock ...hope you guys gonna love it..

http://i53.tinypic.com/5n9f9d.png

http://i53.tinypic.com/2gx1lxs.png

http://i52.tinypic.com/ac52kp.png

http://i53.tinypic.com/v6rfkl.png

http://i55.tinypic.com/em6ix.png

http://i53.tinypic.com/15hyh68.png

http://i51.tinypic.com/2s67nex.png

phap 2011-04-01 06:56

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by qosmio (Post 979490)
All credit goes to " GreatGonzo" for this ... All I did was use part of his Fantasic Widget for "SomePlayer"
http://talk.maemo.org/showthread.php...eplayer+widget

As I said this only works with "SomePlayer"

(1) Download Somplayer by Somebody ..http://talk.maemo.org/showthread.php...ght=someplayer

(2) You need quick-widgets-0.2.2 (in extra-devel )

(3) Download QML file and save anywhere you will remember.

(4) Open quick-widget and select the QML file that you saved

(5) tick the fixed size and set at 650x160 Or any size you want..

(6) click "Done"

Open SomplePlayer and play a track... Then go to the screen you have QW on and there is your Media Info...

Codes for Someplayer QBW buttons where posted here a few days ago...

Enjoy

Kind regards Qosmio

Man, I didn't realize there was a new version with art cover support. Great!

cutehunk04 2011-04-01 08:59

Re: Show off your Maemo 5 screenshots
 
this is my 1st Screenshot here...not so happening, Kept it quite simple....:D

http://i56.tinypic.com/245eeys.png

maemo55 2011-04-01 10:24

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by cutehunk04 (Post 979718)
this is my 1st Screenshot here...not so happening, Kept it quite simple....:D

http://i56.tinypic.com/245eeys.png

hi

i like your Battery and Cell widget

can you say me how ?

sorry for a noob :o

-----

jperez2009 2011-04-01 10:37

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by cutehunk04 (Post 979718)
this is my 1st Screenshot here...not so happening, Kept it quite simple....:D

http://i56.tinypic.com/245eeys.png

Nice Photoshop/GiMP skills thar. You almost made me believe it. :p

Jesse~

Switch_ 2011-04-01 11:10

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by qosmio (Post 979490)
All credit goes to " GreatGonzo" for this ... All I did was use part of his Fantasic Widget for "SomePlayer"
http://talk.maemo.org/showthread.php...eplayer+widget

As I said this only works with "SomePlayer"

(1) Download Somplayer by Somebody ..http://talk.maemo.org/showthread.php...ght=someplayer

(2) You need quick-widgets-0.2.2 (in extra-devel )

(3) Download QML file and save anywhere you will remember.

(4) Open quick-widget and select the QML file that you saved

(5) tick the fixed size and set at 650x160 Or any size you want..

(6) click "Done"

Open SomplePlayer and play a track... Then go to the screen you have QW on and there is your Media Info...

Codes for Someplayer QBW buttons where posted here a few days ago...

Enjoy

Kind regards Qosmio

Sorry to be a pain in the arse but maybe this could be reconfigured with mafw as well - looking through the qml in Notepad++ I can see a dbus call that states the following;

Code:

id: info
    property string command: "sh -c \"dbus-send --type=method_call --print-reply --dest=ru.somebody.someplayer / ru.somebody.someplayer.title_artist_album"
    property string artcommand: "sh -c \"dbus-send --type=method_call --print-reply --dest=ru.somebody.someplayer / ru.somebody.someplayer.albumart"

Maybe, being the code noob that I am, if you replaced the dest=ru.somebody.someplayer with the string for media player instead,
Code:

dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer
or alternatively
Code:

dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open
I'm not sure of the strings that monitor the dbus for album / artist / song though, does anyone have any ideas....?

qosmio 2011-04-01 13:14

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by Switch_ (Post 979771)
Sorry to be a pain in the arse but maybe this could be reconfigured with mafw as well - looking through the qml in Notepad++ I can see a dbus call that states the following;

Code:

id: info
    property string command: "sh -c \"dbus-send --type=method_call --print-reply --dest=ru.somebody.someplayer / ru.somebody.someplayer.title_artist_album"
    property string artcommand: "sh -c \"dbus-send --type=method_call --print-reply --dest=ru.somebody.someplayer / ru.somebody.someplayer.albumart"

Maybe, being the code noob that I am, if you replaced the dest=ru.somebody.someplayer with the string for media player instead,
Code:

dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer
or alternatively
Code:

dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open
I'm not sure of the strings that monitor the dbus for album / artist / song though, does anyone have any ideas....?

Hi Switch

Yes your right! it can be changed for use with the default player.. As I only use Someplayer ! I really havent bothered to even try.. sorry

Best person to ask switch is Nicolai .

Kind Regards Qosmio

nicolai 2011-04-01 13:27

Re: Show off your Maemo 5 screenshots
 
The best you can do with dbus and mafw is:
dbus-send --print-reply --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.get_current_metadata

But it is no fun, the return value is a dbus byte array which
contains metadata key-value pairs.
If you are lucky there is a albumart url, but of course
the embedded album art isn't accessible.

regards
Nicolai

SavageBrat 2011-04-01 14:15

Re: Show off your Maemo 5 screenshots
 
@cutehunk04 would it be possible to get the link for your clock face posting .. would like to get the correct hands and such..ty

SavageBrat 2011-04-01 16:50

Re: Show off your Maemo 5 screenshots
 
2 Attachment(s)
@ qosmio or one of the other member of the brain trust,, I must be missing something as you can see by the pics,when it's playing it looks great but when I stop it I get a black square,, is there a way to let it show the last song played when it's stop like the standard media player ? ..tia

Oh,,and if I edit this will it increase the album art size? (yep it does):p
Rectangle {
id: artholder
anchors.left: parent.left
anchors.leftMargin: 20
width: 128
height: 128
color: "#202020"
radius: 3

qosmio 2011-04-01 17:15

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by SavageBrat (Post 979959)
@ qosmio or one of the other member of the brain trust,, I must be missing something as you can see by the pics,when it's playing it looks great but when I stop it I get a black square,, is there a way to let it show the last song played when it's stop like the standard media player ? ..tia

Oh,,and if I edit this will it increase the album art size?
Rectangle {
id: artholder
anchors.left: parent.left
anchors.leftMargin: 20
width: 128
height: 128
color: "#202020"
radius: 3


Yeap that will be the one.... Sorry to say it will only show Album art when someplayer is playing. As your screen is black! just change the colour to BLACK!!!

Hope this helps

regards Qosmio

qosmio 2011-04-01 17:51

Re: Show off your Maemo 5 screenshots
 
1 Attachment(s)
Just done this for you on my N900 to show you... maybe i set the font to large!!!:rolleyes:

edit... hahaha and the wrong button LOL You get the idea tho
kind regards
Qosmio

qosmio 2011-04-01 21:20

Re: Show off your Maemo 5 screenshots
 
After my last post I wondered how that screen would look with a little bit of messing around..

This is what I came up with!

Kind regards Qosmio

http://i1031.photobucket.com/albums/...401-221139.png

GreatGonzo 2011-04-01 21:30

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by nicolai (Post 979839)
The best you can do with dbus and mafw is:
dbus-send --print-reply --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.get_current_metadata

But it is no fun, the return value is a dbus byte array which
contains metadata key-value pairs.
If you are lucky there is a albumart url, but of course
the embedded album art isn't accessible.

regards
Nicolai


Hence me not bothering with it yet (anymore). player controls are easy though.

p00ltergeist 2011-04-01 23:38

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by elie-7 (Post 973257)
i think it should be easy to do it with queen beecon ....... if i have some free time this weekend (yes i know, but VERY BUSY at the moment), i'll see what i can do, i'll export the beecons so you can try it.... i'm pretty sure someone will do it first :P but if you check the pages of this threadp you will find lots of similar clocks ......... BEECON ALL THE WAY BABY !!

Hey elie! what's the status on my crispclck desklet? just curious you know as its been i while since last time we talked.

anyway just let me know.
Thanks once again.

phap 2011-04-02 07:26

Re: Show off your Maemo 5 screenshots
 
So finally I join the club! Here's my multimedia screenshot made with love.

http://fleursdudharma.com/Screenshot...402-085330.png

First button open someplayer and return automaticaly on the desktop and play automaticaly the current song in someplayer.
Second one is a ugly command: killall someplayer.
Under you can: mute the sound, decrease it, increase it, set it to max.
Under when you click on the icons it set the volum to 10%, 20%, 30%, .... 100%.

It took me a hell lot of time to find all the commands but finally I managed it.

So it's almost my perfect multimedia desktop I miss some commands to skip the tracks 5 seconds back and forth in someplayer.

cutehunk04 2011-04-02 09:11

Re: Show off your Maemo 5 screenshots
 
Just small Modification....:D

http://i52.tinypic.com/sqjdw3.png


P.S. can anyone Provide me the QBW Command for "TIME"....

elie-7 2011-04-02 10:55

Re: Show off your Maemo 5 screenshots
 
1 Attachment(s)
well everyone is sharing their media screen, here is mine, i didn't use beecon or anything, its not as sexy as Qosimo's one, but it covers all my needs with style.....

GigaByte 2011-04-02 14:47

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by phap (Post 980244)
...First button open someplayer and return automaticaly on the desktop and play automaticaly the current song in someplayer.
Second one is a ugly command: killall someplayer.
Under you can: mute the sound, decrease it, increase it, set it to max.
Under when you click on the icons it set the volum to 10%, 20%, 30%, .... 100%...


How? How? How?! Please can you share the above points?

phap 2011-04-02 15:00

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by GigaByte (Post 980379)
How? How? How?! Please can you share the above points?


Here's the command to play someplayer, then return to the desktop and play the song:
/usr/bin/someplayer & sleep 6 && wmctrl -k on && dbus-send --type=method_call --dest=ru.somebody.someplayer / ru.somebody.someplayer.toggle

sleep 6 is for 6 seconds, sometimes it's too short because someplayer start after 6 seconds depending on how many stuff you run on the n900, you can change it to 10 for exemple, make some tests!
Maybe you'll have to download wmctrl.
In terminal:
root
apt-get install wmctrl
I'll post the following later I have to go out

Edit:
dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:$((`dbus-send --print-reply --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.get_extension_property string:volume| tail -1 | awk '{print $3}'`-5))
for volume -5

dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:$((`dbus-send --print-reply --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.get_extension_property string:volume| tail -1 | awk '{print $3}'`+5))
For volume +5

dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:0
For volume mute

dbus-send --type=method_call --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.extension.set_extension_property string:volume variant:uint32:22
for volume 10%

20%: change the last number to 26
30%: 30
40%: 35
50%: 42
60%: 52
70%: 62
80%: 72
90%: 82
100%: 100

I know the numbers are strange but when I simply put 10,20,30... 100 it was not linear...

ammyt 2011-04-02 17:29

Re: Show off your Maemo 5 screenshots
 
Some updates:

Statistics screen + Blast Mode:
http://www.freeimagehosting.net/uploads/74b5d20d6f.jpg

Save-memory Screen:
http://www.freeimagehosting.net/uploads/07c0808b3a.jpg
^reminds me with something, hmmmmmmm...

elie-7 2011-04-02 17:42

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by ammyt (Post 980468)
Some updates:

Statistics screen + Blast Mode:
http://www.freeimagehosting.net/uploads/74b5d20d6f.jpg

Save-memory Screen:
http://www.freeimagehosting.net/uploads/07c0808b3a.jpg
^reminds me with something, hmmmmmmm...

dude thats awesom, thank you for using my signature, 3anjad thank you......
cheers 7abib.

bigears5000 2011-04-02 21:17

Re: Show off your Maemo 5 screenshots
 
4 Attachment(s)
Been messing again.

@cutehunk - Here's the deb and tasklaunch icon you requested.

qosmio 2011-04-02 22:13

Re: Show off your Maemo 5 screenshots
 
Now that looks fantastic.....

Kind regards Qosmio

ammyt 2011-04-03 13:19

Re: Show off your Maemo 5 screenshots
 
What Blast Mode does, is the complete opposite actions to the hard-sleep mode widget. That is:
1. Bumping the CPU to 500 1150MHz using the ideal profile and conservative governor.
2. Raise the brightness of the screen to the MAX.
3. Turn off offline mode, and silent mode
4. Turn on all connectivity methods, Wlan, 3g (I only set my phone to 2g)
5. Turn on BT (don't know how it is useful, but I just set it to suck more battery power :p)

ammyt 2011-04-03 14:20

Re: Show off your Maemo 5 screenshots
 
After all the hard work I put on to bringing the perfect desktop, I messed with fdisk, and I reflashed! NOOOO! Life is unfair! :( :(

SavageBrat 2011-04-03 15:40

Re: Show off your Maemo 5 screenshots
 
Ok..read through QB but I still lost somewhat, on using the d-bus commands for SomePlayer, (play stop ect..) do I just paste the commands at the bottom where is say d-bus and enable it or is there something else and place the icons in the QB image file? Thanks in advance..

cutehunk04 2011-04-04 17:36

Re: Show off your Maemo 5 screenshots
 
wow!! nearly to 3OOO replies...now thats what i call a hell of achievement (for this thread)...Keep going Guys !!! :)

phap 2011-04-04 17:42

Re: Show off your Maemo 5 screenshots
 
I hope the guy who post in #3000 won't say anything stupid...

John McClane 2011-04-04 18:15

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by phap (Post 981825)
I hope the guy who post in #3000 won't say anything stupid...


Well well. Congratulations to you. :D.
Now how does it feel for your #3000 post and comment. :p

Edit: Your post increased your thanks ratio. lol :D

bigears5000 2011-04-04 23:53

Re: Show off your Maemo 5 screenshots
 
3 Attachment(s)
A couple of changes from my last post, nothing major though. Here's three of my screens, still a WIP.

HseFly 2011-04-05 05:57

Re: Show off your Maemo 5 screenshots
 
4 Attachment(s)
Still playing around :D .
Desktop wallpapers in progress.
**HseFly**

mattiasbäx 2011-04-05 07:00

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by bigears5000 (Post 982029)
A couple of changes from my last post, nothing major though. Here's three of my screens, still a WIP.

Is that OMweather? If so, I'd love if you'd tell me how to get the icons look like that, would fit awesome with my desktop!

bigears5000 2011-04-05 07:36

Re: Show off your Maemo 5 screenshots
 
Yeah. It is omweather. All I did, was to pinch the icons I wanted from an android rom/apk, and change the icons in one of the icon packs for omweather. I backed up then changed contour icon theme. You can find omweather icons in opt/maemo/usr/share/omweather/icons

mattiasbäx 2011-04-05 07:57

Re: Show off your Maemo 5 screenshots
 
Could you possibly break that down in nooblanguage? :)

bigears5000 2011-04-05 08:17

Re: Show off your Maemo 5 screenshots
 
Yeah sorry if I wasn't clear enough. In the application manager, you may have noticed different icon packs for omweather eg. contour, epona etc. Well, all I did was to download one of these icon packs and then access the folder stored on my phone. The location of these weather icons on the phone is /opt/maemo/usr/share/omweather/icons
To acces this folder, you either need to ssh into your phone or use filebox. The actual black and white weather icons I am using, I found by searching on Google. These icons are from an android phone's firmware/rom. You can find loads of roms for android on the net. You need to find a rom with the .apk (android package) file extension. Then you can unzip the rom and find the icons within the rom. So basically what you are doing is replacing the original omweather icons, with any other icons you want to.

mattiasbäx 2011-04-05 08:29

Re: Show off your Maemo 5 screenshots
 
Quote:

Originally Posted by bigears5000 (Post 982206)
Yeah sorry if I wasn't clear enough. In the application manager, you may have noticed different icon packs for omweather eg. contour, epona etc. Well, all I did was to download one of these icon packs and then access the folder stored on my phone. The location of these weather icons on the phone is /opt/maemo/usr/share/omweather/icons
To acces this folder, you either need to ssh into your phone or use filebox. The actual black and white weather icons I am using, I found by searching on Google. These icons are from an android phone's firmware/rom. You can find loads of roms for android on the net. You need to find a rom with the .apk (android package) file extension. Then you can unzip the rom and find the icons within the rom. So basically what you are doing is replacing the original omweather icons, with any other icons you want to.


Ah ok, now I get it! I'm using contour atm but like your black and white theme more! Thanks mate, will try it out when I get time.

Regards


All times are GMT. The time now is 13:55.

vBulletin® Version 3.8.8