maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Dialcentral 1.0 (https://talk.maemo.org/showthread.php?t=29347)

falconx 2009-08-19 05:03

Re: Dialcentral 1.0
 
I am still getting dbus error after uninstall and reinstall anything else I needed to do?

st5150 2009-08-19 06:48

Re: Dialcentral 1.0
 
Quote:

Originally Posted by epage (Post 312925)
[*](Advanced Users Only): A new line "notifier" in the [alarm] section of "~/.dialcentral/settings.ini" has been added. Blank means it uses the built in notifier anything else and that will be called for notifications. To change the notifier close Dialcentral, change the notifier, re-open and toggle off/on notifications.

What's the proper syntax?

notifier = /home/user/sms.sh doesn't seem to work where sms.sh (for now) contains one line: /usr/bin/mplayer /usr/share/sounds/sms.mp3

icbolsh 2009-08-19 08:06

Re: Dialcentral 1.0
 
Quote:

Originally Posted by Clockwork (Post 312952)
Another question. Can you makes new contact from dial central?

Right now, I'd say no. But maybe in the future versions. Right now you'll have to go to GV webpage interface for that. You can add to your "All Contacts"which is locally saved. But not through DC...just go to contacts from built in client.

gogol 2009-08-19 09:47

Re: Dialcentral 1.0
 
I have a few user interface issues with Dialcentral that I've decided to hunt down and fix. Victim #1: In the messages tab, long SMS and voicemail text rolls offscreen and is impossible to read. Double-clicking will bring you to a popup with a tiny scrollbar that makes reading texts also near impossible.

The fix? Two lines of python.

Code:

                textrenderer.set_property("wrap-mode",1)
                textrenderer.set_property("wrap-width",500)

Add these directly below "textrenderer = gtk.CellRendererText()" found on line 840 in gc_views.py.

This makes the lines on the messages tab auto-wrap to the full-screen size, making it possible to read the entire message. WOW!

Hopefully epage will acknowlegde my hackery and add it to the new releases. Until some other stuff gets changed* I'm staying with 10.4-2. You'd probably be better off waiting till he adds it in unless you are also using 10.4-2 (the last version before notification support, which broke alarmd).

*sound notification support, auto-load GV contacts(why select drop-down every time??), text size on contacts/recent list bigger (more thumb-friendly)

Oh and btw, a nice shortcut to call numbers via Google Voice is so:
https://www.google.com/voice/m/calle...r=+13606430304
change my number for your own and make bookmarks. As of now, a bookmark is more convenient than the tiny text size on DC's contact list.

st5150 2009-08-19 09:57

Re: Dialcentral 1.0
 
The alarmd issue has been fixed: http://talk.maemo.org/showpost.php?p...&postcount=171 upgrade to the latest version with no fear after following the steps linked to above.

gogol 2009-08-19 10:10

Re: Dialcentral 1.0
 
I need sound notifications, and the version I have doesn't mess with gv-notifier. I'll wait for 1.05.

gogol 2009-08-19 10:14

Re: Dialcentral 1.0
 
Victim #2: Contacts list difficult to click with finger.

Add this line right around 976 (give or take) underneath
textrenderer =gtk.CellRendererText() :
Code:

                textrenderer.set_property("scale",3)
Easy enough. Now each contact has a thumb-sized area it occupies.

st5150 2009-08-19 10:19

Re: Dialcentral 1.0
 
Quote:

Originally Posted by gogol (Post 312999)
I need sound notifications, and the version I have doesn't mess with gv-notifier. I'll wait for 1.05.

v1.04-5 can give you any kind of notification you want: http://talk.maemo.org/showpost.php?p...&postcount=182 just see if you can figure out the syntax.

gogol 2009-08-19 10:38

Re: Dialcentral 1.0
 
Quote:

Originally Posted by st5150 (Post 313001)
v1.04-5 can give you any kind of notification you want: http://talk.maemo.org/showpost.php?p...&postcount=182 just see if you can figure out the syntax.

Code:

/usr/bin/dbus-send --dest=com.nokia.osso_media_server --print-reply /com/nokia/osso_media_server com.nokia.osso_media_server.music.play_media string:file:///user/share/sounds/sms.mp3
that is all one huge dbus-send command.

..and, rereading your post, my guess is your script wasn't chmod a+x 'ed. But I've never seen the .ini so its just a guess.

st5150 2009-08-19 10:51

Re: Dialcentral 1.0
 
It was even 777'd ! ;)
I really need to look into how dbus works.


All times are GMT. The time now is 10:10.

vBulletin® Version 3.8.8