The Following User Says Thank You to little_beat For This Useful Post: | ||
![]() |
2010-06-25
, 10:43
|
Posts: 15 |
Thanked: 1 time |
Joined on Jun 2010
@ Bucharest
|
#72
|
![]() |
2010-06-25
, 11:26
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#73
|
But of course, it would be much much easier (and faster) to implement
those features, if nokia would had made this gui-parts open source.
Instead of that, I had to recreate the whole gui-parts from scratch.
(the same goes for other ui-components (calendar/mediaplayer widget, phone-ui,
contacts-ui). And I really don't get it, what would nokia lose, if those gui-parts
would have been open source.There are so much possibilities for
the community to make this device better and fulfill more
user wishes).
![]() |
2010-06-25
, 11:52
|
Posts: 95 |
Thanked: 12 times |
Joined on Feb 2010
|
#74
|
![]() |
2010-07-03
, 21:46
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#76
|
As you can see, a long filename pushes the sliders out.
What the original CPA will do is g_strndup it before setting the HildonButton's value label. Alternatively, http://maemo.org/api_refs/5.0/5.0-fi...Area--mov-mode but that's rather clunky...
It's a shame that HildonButton won't allow access to its labels, as I think gtk_label_set_ellipsize is awesome...
Best regards,
Faheem
![]() |
2010-07-15
, 05:03
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#77
|
![]() |
2010-07-15
, 08:27
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#78
|
I had two tiny issues with ProfilesX
1. I just tried Custom Ringtones but after I change profile, two ringtones (from profilesX and Custom Ringtones) would be trigger when receiving a call
2. so I uninstalled both, but the ProfilesX option would still show when I open Settings (will disappear 1-2 secs later)
thanks.
rm -f /home/user/.cache/launch/com.nokia.controlpanel.pvr
![]() |
2010-07-15
, 19:42
|
Posts: 9 |
Thanked: 0 times |
Joined on Jun 2010
|
#79
|
Hi,
I don't know how "custom ringtones" work, but with profilesx you
can add extra profiles, maybe custom ringtones require to
have only the built-in profiles.
The controlpanel app makes a screenshot and shows this while
loading the control panel plugins. To update this screenshot, you can delete it
and the controlpanel app will create a new one.Code:rm -f /home/user/.cache/launch/com.nokia.controlpanel.pvr
regards
nicolai
![]() |
2010-07-16
, 04:51
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#80
|
I've also reported it to Custom Ringtones ...
where I hope something could be worked out
Thanks for your great work on ProfilesX and Calendar widget - using them both and am very happy with them.
If you are considering some other features/application suggestions, I'd like to request profile-changer that's based on calendar events.
I really miss this feature from Symbian, where nearly every profile changer had this implemented. And since you're now familiar with both calendar and profiles API, I can't think of person that would do this better.
Don't know how this feature is usually implemented, but the simplest I can think of is:
1) Write a daemon/utility that starts once/twice/[some times] a day and on startup.
2) The daemon would find all calendar events (for the following day) that contain provided strings and grab their start/end time
3) Schedule profile change event to provided profile at event start time
4) Optional - save active profile somewhere
5) Schedule profile change event to default profile (or previously saved active profile) at event end time.
This can also be implemented as a feature for your calendar widget. It shows forthcoming events successfully - so you've got point 1) implemented already.
Implementing such feature would give profilesX much better chances in the competition with tweakr =)
Use 2 keyboard layouts on N900? Vote for this bug to enable layout switching when nothing is typed.
Another bug on dual layouts: several symbols are written in wrong layout when typing in just opened contact chooser. Please vote.
Third one: ctrl types in A in Russian layout on the desktop.
Last edited by little_beat; 2010-06-24 at 16:24.