The Following User Says Thank You to vi_ For This Useful Post: | ||
|
2012-12-10
, 18:20
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#22
|
The Following 23 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2012-12-11
, 07:08
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#23
|
|
2012-12-11
, 07:11
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#24
|
Hi Freemangordon,maybe it sounds stupid but,is there any chance to putting cssu-thumb2 in that repo
regards
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2012-12-11
, 07:23
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#25
|
|
2012-12-14
, 18:38
|
Posts: 220 |
Thanked: 1,260 times |
Joined on Apr 2010
@ Poland
|
#26
|
* 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.
Fixes: Dialog window doesn't inherit parent's portrait flag.
The Following 9 Users Say Thank You to arcean For This Useful Post: | ||
|
2012-12-14
, 22:17
|
|
Posts: 139 |
Thanked: 181 times |
Joined on Nov 2011
@ Oulu, Finland
|
#27
|
The Following 2 Users Say Thank You to Raimu For This Useful Post: | ||
|
2012-12-14
, 22:37
|
Posts: 220 |
Thanked: 1,260 times |
Joined on Apr 2010
@ Poland
|
#28
|
The Following 5 Users Say Thank You to arcean For This Useful Post: | ||
|
2012-12-15
, 18:26
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#29
|
|
2012-12-15
, 22:03
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#30
|
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.
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
Tags |
easter egg, lockslider |
|
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.