Active Topics

 


Reply
Thread Tools
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#21
Originally Posted by mr_pingu View Post
Hmm don't know if this is the right place to ask but I guess it atleast reaches the people who have the power to change it: Would it be possible for the custom operator widget to show the date as custom text? IMO it's a nice place to show the current date
I agree, it is a nice place to show information. However, the role of the CSD widget is showing the CSD name, that is all! To use it to show arbituary information is crazy speak.

A good way to put info up there is to use QBW (or any widget generation method you like that supports placing itself in arbituary positions on the screen) and to disable the CSD widget altogether.

On saying that, this is TMO, not XDA. We can do anything!

The information to be displayed in the CSD widget (the custom name) is simply a gconf value. We can change the gconf value and display ANY information we like in the CSD widget. For example, I have a little script stored in /etc/network/if-up.post/50_operator_ip that echo s the IP address of the currently active internet connection (wifi or GPRS) to the appropriate gconf value. This way, when I am connected to the internet, the operator name is in fact my IP address!

This has its limitations though. If you turn GSM off, the CSD widget is disabled and will not work.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following User Says Thank You to vi_ For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#22
Three more packages in the repo:

osso-systemui-tklock (touch screen unlock slider)
osso-systemui-powerkeymenu (the menu that appears when you press the power key)
those had severe memory leaks, should be fixed in their re-write counterparts

osso-systemui-alarm - (Alarm dialog) - this is just a newer version(0.3.3), nothing has changed compared to 0.3.2, just some source code cleanup.

Please test and report if something is not as it should be.
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 23 Users Say Thank You to freemangordon For This Useful Post:
Posts: 238 | Thanked: 131 times | Joined on May 2011 @ Bulgaria
#23
Hi Freemangordon,maybe it sounds stupid but,is there any chance to putting cssu-thumb2 in that repo
regards
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#24
Originally Posted by disappear View Post
Hi Freemangordon,maybe it sounds stupid but,is there any chance to putting cssu-thumb2 in that repo
regards
Why? CSSU-thumb has its own dedicated repo. On the same server where -devel is. I don't get the point.
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following User Says Thank You to freemangordon For This Useful Post:
Posts: 238 | Thanked: 131 times | Joined on May 2011 @ Bulgaria
#25
This is a just idea to connected these 2 repos in one,sorry man(i didn't know than cssu-thumb2 is on same server)however
regards.
 
Posts: 220 | Thanked: 1,260 times | Joined on Apr 2010 @ Poland
#26
Another hildon-desktop release (2.2.146-1). This version should be installed in parallel with libmatchbox2 0.2.92-1, which is also available in the CSSU-devel repository.

Hildon-desktop changelog:
Code:
* Build-Depends: Increase required version of the libmatchbox2-dev.
* Fixes: Portrait (dialog) windows handling.
* Fixes: i'm [not] gonna create 0x0 frame window and play hide and catch with you, have a good time.
libmatchbox2 changelog:
Code:
Fixes: Dialog window doesn't inherit parent's portrait flag.
__________________
Gnumeric - a spreadsheet application for N900
Camdrive transforms your N9 into a car black box
CSSU developer, join us!
 

The Following 9 Users Say Thank You to arcean For This Useful Post:
Raimu's Avatar
Posts: 139 | Thanked: 181 times | Joined on Nov 2011 @ Oulu, Finland
#27
Why no dependency if it libmatchbox2 should be installed with the latest h-d?
 

The Following 2 Users Say Thank You to Raimu For This Useful Post:
Posts: 220 | Thanked: 1,260 times | Joined on Apr 2010 @ Poland
#28
Originally Posted by Raimu View Post
Why no dependency if it libmatchbox2 should be installed with the latest h-d?
libmatchbox2 is statically linked during compilation of the hildon-desktop. Anyway there might be an application which depends on this library, thus it's worth to update .
__________________
Gnumeric - a spreadsheet application for N900
Camdrive transforms your N9 into a car black box
CSSU developer, join us!
 

The Following 5 Users Say Thank You to arcean For This Useful Post:
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#29
I've been using cssu-testing for more than a year, and today i upgraded to cssu-devel after a clean reflash,
no bugs found so far and all is fine, it took about 8 MB from rootfs.

Thanks for your hard work
oh and by the way my brain is fine

Edit: there something i noticed in cssu testing and devel, which is when i scroll slowly in portrait mode i can see the icons in the app menu "waving" a little ( it is not the icons, it is the portrait mode in everything but it is more visible there...)
And i cant seem to see such a thing in landscape mode.
Thanks

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7

Last edited by sifo; 2012-12-15 at 18:33.
 
peterleinchen's Avatar
Posts: 4,117 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#30
Originally Posted by freemangordon View Post
osso-systemui-tklock (touch screen unlock slider)
osso-systemui-powerkeymenu (the menu that appears when you press the power key)
those had severe memory leaks, should be fixed in their re-write counterparts

Please test and report if something is not as it should be.
Hi freemangordon,

thanks.

But I need to report at least one oddity with powerkeymenu. I extracted the lib from deb, put it to right place and restarted.
When I want to start top or call my own scripts from menu, there is something strange.
When I have a x-terminal open, everything is fine.
But when there is not already a x-term open, then nothing happens.
A fast compare with included systemui.xml against my own did not show anything different.

For the other two packages I did not find anything odd.
Especially the alarmui package has been tested for longer time (and we found that h-h with some widget may cause not-ringing, but it is/was not cuased by alarmui itself).
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Reply

Tags
easter egg, lockslider

Thread Tools

 
Forum Jump


All times are GMT. The time now is 07:47.