Active Topics

 



Notices


Reply
Thread Tools
Posts: 20 | Thanked: 0 times | Joined on Aug 2009
#181
I am still getting dbus error after uninstall and reinstall anything else I needed to do?
 
Posts: 384 | Thanked: 90 times | Joined on Mar 2008
#182
Originally Posted by epage View Post
[*](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
 
Posts: 194 | Thanked: 39 times | Joined on Sep 2008
#183
Originally Posted by Clockwork View Post
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's Avatar
Posts: 177 | Thanked: 57 times | Joined on Aug 2007 @ Washington State, USA
#184
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.
__________________
~Nokia n810 OS Diablo 5.2008.43-7~ my (old 770) hax: http://770hax.today.com

Last edited by gogol; 2009-08-19 at 09:52.
 
Posts: 384 | Thanked: 90 times | Joined on Mar 2008
#185
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's Avatar
Posts: 177 | Thanked: 57 times | Joined on Aug 2007 @ Washington State, USA
#186
I need sound notifications, and the version I have doesn't mess with gv-notifier. I'll wait for 1.05.
__________________
~Nokia n810 OS Diablo 5.2008.43-7~ my (old 770) hax: http://770hax.today.com
 
gogol's Avatar
Posts: 177 | Thanked: 57 times | Joined on Aug 2007 @ Washington State, USA
#187
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.
__________________
~Nokia n810 OS Diablo 5.2008.43-7~ my (old 770) hax: http://770hax.today.com
 
Posts: 384 | Thanked: 90 times | Joined on Mar 2008
#188
Originally Posted by gogol View Post
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's Avatar
Posts: 177 | Thanked: 57 times | Joined on Aug 2007 @ Washington State, USA
#189
Originally Posted by st5150 View Post
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.
__________________
~Nokia n810 OS Diablo 5.2008.43-7~ my (old 770) hax: http://770hax.today.com

Last edited by gogol; 2009-08-19 at 10:45.
 
Posts: 384 | Thanked: 90 times | Joined on Mar 2008
#190
It was even 777'd !
I really need to look into how dbus works.
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:25.