maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] The One Ring (https://talk.maemo.org/showthread.php?t=41817)

ddwalker 2010-07-22 01:02

Re: [Announce] The One Ring
 
I just installed The One Ring. Looks like I need to login to Google Voice. And to do that I need to have internet connection to use it. Am I right?

Laughing Man 2010-07-22 01:34

Re: [Announce] The One Ring
 
Correct. You can get an account free (or use an existing Google account) at the Google Voice website.

AgentZ 2010-07-22 06:36

Re: [Announce] The One Ring
 
Just had a weird thing happen,tried to reply to a voice mail,thought it was a text message. Because the transcription was spot on! (1st time ever for me) usually I can tell the difference because it transcribes certain words badly. Would it be possible to have a visual indicator to show a voice mail ie. a "V" before the actual text so that one knows it's a VM not a text?
This probably won't happen a lot because the transcription is pretty bad right now but as it gets better it may get needed. Still trying to figure out how it showed up in TOR because VM usually don't show up there?

epage 2010-07-22 11:05

Re: [Announce] The One Ring
 
Quote:

Originally Posted by AgentZ (Post 760305)
Just had a weird thing happen,tried to reply to a voice mail,thought it was a text message. Because the transcription was spot on! (1st time ever for me) usually I can tell the difference because it transcribes certain words badly. Would it be possible to have a visual indicator to show a voice mail ie. a "V" before the actual text so that one knows it's a VM not a text?
This probably won't happen a lot because the transcription is pretty bad right now but as it gets better it may get needed. Still trying to figure out how it showed up in TOR because VM usually don't show up there?

VM should always show up in TOR unless you've already done something with it. One of these days I want to make it an HTML message (unsure if the n900 supports this) which would allow me to show the certainty like on the website and Dialcentral.

aeroemike 2010-07-22 14:08

Re: [Announce] The One Ring
 
Thanks for this application!

One quick question. I was just wondering is there a way to turn off the call back ringtone when dialing out. If I'm placing a call it's kind of annoying for the ring to play when I get the call back. As I am already looking at the screen I really don't need it to ring.

epage 2010-07-22 14:09

Re: [Announce] The One Ring
 
Quote:

Originally Posted by aeroemike (Post 760819)
Thanks for this application!

One quick question. I was just wondering is there a way to turn off the call back ringtone when dialing out. If I'm placing a call it's kind of annoying for the ring to play when I get the call back. As I am already looking at the screen I really don't need it to ring.

I've actually started looking back at a feature "Auto-accept callbacks". I'm quite busy at this point so I can't say when I'll finish it but it should improve the experience

uvatbc 2010-07-22 20:39

Re: [Announce] The One Ring
 
Quote:

Originally Posted by epage (Post 760821)
I've actually started looking back at a feature "Auto-accept callbacks". I'm quite busy at this point so I can't say when I'll finish it but it should improve the experience

Me likey!! I wish I could give more thanks to this

thommy 2010-07-22 22:12

Re: [Announce] The One Ring
 
Am I the only one still having frequent "busy" and "network error" problems? Also, incoming calls and texts always display the phone numbers rather than the contacts' names even though they are in my contacts. Is there a way to overcome this? Otherwise, thanks for a great app, Ed.

epage 2010-07-22 23:33

Re: [Announce] The One Ring
 
Quote:

Originally Posted by thommy (Post 761417)
Am I the only one still having frequent "busy" and "network error" problems? Also, incoming calls and texts always display the phone numbers rather than the contacts' names even though they are in my contacts. Is there a way to overcome this? Otherwise, thanks for a great app, Ed.

It depends on what the real rpbolem is. Mind sending me a log so I can see what The One Ring is really doing behind those cryptic errors?

fcrochik 2010-07-23 01:21

Re: [Announce] The One Ring
 
Quote:

Originally Posted by epage (Post 760821)
I've actually started looking back at a feature "Auto-accept callbacks". I'm quite busy at this point so I can't say when I'll finish it but it should improve the experience

Now I am curious... Can't you just listen for the "coming" dbus signal:

Code:

    if ( !QDBusConnection::systemBus().connect("com.nokia.csd.Call", "/com/nokia/csd/call",
        "com.nokia.csd.Call", "Coming", this, SLOT(callComing(QDBusObjectPath,QString))
    ) ) return false;

and after checking if the number matches your gv number accept the call with another dbus call?

Code:

dbus-send --system --print-reply --dest=com.nokia.csd.Call /com/nokia/csd/call/1 com.nokia.csd.Call.Instance.Answer
Or is the problem that you are trying to also handle call backs on other "accounts" like skype ?

p.s. I started playing with telepathy following your advice and have already something that works... The next version of mycontacts will be able to start calls and send sms using TOR (and any other telepathy account for that matter). Thanks!


All times are GMT. The time now is 23:38.

vBulletin® Version 3.8.8