Active Topics

 



Notices


Reply
Thread Tools
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#11
Click on the account page.

Listed there is your account number, a button to logout ( I need to remove that ) and your current "callback" number. The main function of this application is to connect a dialed or selected phone number with that callback number via grandcentral.

If you want the NIT to "ring" search for a thread on setting up gizmo ( both in general and with grandcentral ). The theory of operation here is that your Nokia is signed into gizmo, grandceltral's callback number is gizmo and therefore all the numbers you call will activate the internet call application.

I know that was a little much for one post, so please post a followup if you have questions.
 
Posts: 38 | Thanked: 2 times | Joined on Jan 2008
#12
Thanks for the offer. Here are my questions.

I put my cell number under "callback number", used keypad to enter a phone number and pressed "dial". Nothing happened. Is there a step I missed?

I don't see anything under contacts now. I suppose it doesn't synchronize with the contacts I have in grandcentral?

When I closed the app and reopened it, the callback number became empty. Do I need to enter it everytime I use it?

Is there a way for to it automatically login to my grandcentral account each time I open the app?
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#13
emmaitt,

I'm positive, for whatever reason, you are not logged into the service correctly. This is why you are confused... it's not working as intended.

You are using version 0.8.0-9 ( from extras )?
Can you login via http://www.grandcentral.com/mobile/ ?
Can you use the click 2 call services through the website?
You are not out of space in / ( df -h ) ?
Deleting the file /home/user/.gc_dialer_cookies.txt

If none of those items reveal anything open XTerminal ( apps -> utilities ( at the bottom ) and enter...

python2.5 /usr/bin/dialcentral.py

This should provide you with some debugging output that might be useful ( this can also be done via ssh if you have it installed ).
 

The Following User Says Thank You to brontide For This Useful Post:
Posts: 38 | Thanked: 2 times | Joined on Jan 2008
#14
You are right. It turns out I used a wrong user ID. Perhaps a message saying that the userid/password is incorrect would help out others like me?

Everything works - synchronized contacts, stored call-back numbers, automatic login...

This is for your spare time only... a "search" function for contacts would be a great help for people like me with hundreds of contacts . A "new" contact that allows people to create new one will be great too.

Thank you for the good work and help.
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#15
Originally Posted by emmaitt View Post
You are right. It turns out I used a wrong user ID. Perhaps a message saying that the userid/password is incorrect would help out others like me?
Yeah... I'll figure something out. After trying to login multiple times I'll throw up a warning before giving up. I know exactly where I would put it.
 
Posts: 157 | Thanked: 16 times | Joined on Jan 2008
#16
Some suggestions....

How about having a "Connecting" or "Attempting to Log in" notification popup in the upper right corner that pops up letting the user know what is happening. Also, once a login is successful, another popup saying so. Perhaps also, make the dial buttons, etc. grayed out until the login is successful so that users don't attempt to dial or do other things that obviously won't work unless logged in.

One other thing I noticed is that once I login, I can't view my GC contacts until (on the Contacts tab) I select 'None' in the dropdown combo and then re-select 'GrandCentral'.

Keep up the good work!
 
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#17
Originally Posted by mscdex View Post
One other thing I noticed is that once I login, I can't view my GC contacts until (on the Contacts tab) I select 'None' in the dropdown combo and then re-select 'GrandCentral'.
It's probably more likely that you didn't give it long enough to populate. I almost always get that one to fill in. It's the recent tab that sometimes forgets where I am.

That and the other feedback would be good, but it's one of those complicated items... I'll see what I can do.

I have, thanks to Khertan, included thumb scrolls on 0.8.1 ( in extras-devel ) give me a few days to reacclimate to my own time zone and I'll think about posting it to extras.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#18
Hmm mine seems to be stuck in limbo for some reason now. I open the application and it takes me to dial pad, I don't need to login. But no contacts, no information on the account tab (where you can click 'clear authentication' and nothing on recent. Clicking on clear, or new login from menu does nothing.

Edit: And now it works.. (how odd)
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...

Last edited by Laughing Man; 2008-09-30 at 03:56.
 
Posts: 34 | Thanked: 6 times | Joined on Dec 2007 @ Idaho Falls, ID
#19
I run DialGentral not only on my n800 but also on my two laptops. I'm running whats in the svn repository, currently revision 149. In Ubuntu 8.04, everything runs fine. In Xubuntu 8.04 (xfce-based) I get the following when I try to run.

Code:
tlacuache@abuelito:~/coding/svn/gc-dialer/trunk/src$ ./gc_dialer.py 
./gc_dialer.py:759: UserWarning: No Hildon
  handle = Dialpad()
./gc_dialer.py:759: UserWarning: No OSSO
  handle = Dialpad()
./gc_dialer.py:759: UserWarning: No Internet Connectivity API 
  handle = Dialpad()

(gc_dialer.py:6856): libebook-WARNING **: Can't find installed BookFactories
/home/tlacuache/coding/svn/gc-dialer/trunk/src/evo_backend.py:56: Warning: g_propagate_error: assertion `src != NULL' failed
  if len(evolution.ebook.list_addressbooks()) == 0 and evolution.ebook.open_addressbook('default') is not None:

** (gc_dialer.py:6856): WARNING **: Failed to alloc new default addressbook: e_book_load_uri: no factories available for URI `file:///home/tlacuache/.evolution/addressbook/local/system'
Traceback (most recent call last):
  File "./gc_dialer.py", line 784, in <module>
    run_dialpad()
  File "./gc_dialer.py", line 759, in run_dialpad
    handle = Dialpad()
  File "./gc_dialer.py", line 372, in __init__
    EvolutionAddressBook(),
  File "/home/tlacuache/coding/svn/gc-dialer/trunk/src/evo_backend.py", line 42, in __init__
    self._bookId = bookId if bookId is not None else self.get_addressbooks().next()[1]
StopIteration
And that's it. Any ideas?

Thanks.

-SG
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#20
Oh boy. I'll get looking on it tonight.

As a note, svn is still lagging behind the current release of DialCentral.
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:41.