Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#771
For those interested in testing Dialcentral for the n900, Daniel Wilms made a blog post about the testing process, with links to relevant wiki pages.

Please remember this is not a popularity contest and you should only give a thumbs up if you feel it meets the testing criteria.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
christexaport's Avatar
Posts: 1,589 | Thanked: 720 times | Joined on Aug 2009 @ Arlington (DFW), Texas
#772
I'm looking for help using Dial Central with Google Voice. I can sign in, but can't call out. Any clues? I'm using N900. I've only had it for 1:58 total, and use GV for all my calls and sms, so I really need this.
__________________
Maemo-Freak.com
"...and the Freaks shall inherit the Earth."

Last edited by christexaport; 2009-11-27 at 21:45.
 
christexaport's Avatar
Posts: 1,589 | Thanked: 720 times | Joined on Aug 2009 @ Arlington (DFW), Texas
#773
is Dialcentral still working for the n900? cant log in or anything. is there no documentation?
__________________
Maemo-Freak.com
"...and the Freaks shall inherit the Earth."
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#774
Originally Posted by christexaport View Post
I'm looking for help using Dial Central with Google Voice. I can sign in, but can't call out. Any clues? I'm using N900. I've only had it for 1:58 total, and use GV for all my calls and sms, so I really need this.
Sorry, I wrote a reply but I don't know what happened to it.

Originally Posted by christexaport View Post
is Dialcentral still working for the n900? cant log in or anything. is there no documentation?
It depends, how much documentation is relevant? The first post in the thread does list some helpful things.

What version of Dialcentral? Data plan, wifi, or BT? So you used to be able to sign in but can't anymore, correct? When you could make calls, what type of phone did you forward to, cell, sip, skype, etc? When you could login, did you try to send any texts and did it work? Within Dialcentral, could you hit Ctrl+l (the letter L) which copies the log, and then paste it into a program so you can save it and add it as an attachment to your post?

I have had a bug from Texrat about completing calls but no one has been able to reproduce and he wasn't able to help me debug it.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Posts: 35 | Thanked: 2 times | Joined on May 2009 @ Southwest USA Desert
#775
Originally Posted by epage View Post
The other colors also have meaning though. There is an enhancement request to play a sound. I'm not sure if I'll get to it. Feel free to add to the report or file another.
I guess I just assumed the user would know if they were using the camera or recharging, but the blue color is always triggered externally by one of at least three programs. I guess a unique sound would also differintiate as well..
 
Posts: 2 | Thanked: 0 times | Joined on Nov 2009
#776
[QUOTE=epage;398042]
What version of Dialcentral? Data plan, wifi, or BT? So you used to be able to sign in but can't anymore, correct? When you could make calls, what type of phone did you forward to, cell, sip, skype, etc? When you could login, did you try to send any texts and did it work? Within Dialcentral, could you hit Ctrl+l (the letter L) which copies the log, and then paste it into a program so you can save it and add it as an attachment to your post?
[QUOTE]

I have the same issue. I am using Dialcentral 1.0.8-5. I have try both with data plan and wifi, it shows the same thing wheather I am text or calling someone. I was able to make a call to cellphone before, and it forward to my cell. I am not sure how to paste the log. I am still very new to N900.
 
christexaport's Avatar
Posts: 1,589 | Thanked: 720 times | Joined on Aug 2009 @ Arlington (DFW), Texas
#777
it doesn't accept my Google Voice login at all. I'm using sip atm
__________________
Maemo-Freak.com
"...and the Freaks shall inherit the Earth."
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#778
Originally Posted by jojo2050 View Post
I have the same issue. I am using Dialcentral 1.0.8-5. I have try both with data plan and wifi, it shows the same thing wheather I am text or calling someone. I was able to make a call to cellphone before, and it forward to my cell. I am not sure how to paste the log. I am still very new to N900.
Not sure if this will clear things up for you or not...
  1. Open Dialcentral
  2. Hit Ctrl at the same time as l (lower case L)
  3. Open "Notes"
  4. Hit Ctrl at the same time as v (lower case V)
  5. Open the menu
  6. "Settings"
  7. Select "Plain Text", "Done", "Yes"
  8. Save
  9. Either load up t.m.o and attach to your post or connect to your computer, grab the file and attach.

I also want to confirm: Dialcentral is only available in extras-testing right now. Are you aware of the risks associated with running software from extras-testing?

Originally Posted by christexaport View Post
it doesn't accept my Google Voice login at all. I'm using sip atm
Would you be willing to post the log so I can get an idea of what the app is doing?
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following User Says Thank You to epage For This Useful Post:
christexaport's Avatar
Posts: 1,589 | Thanked: 720 times | Joined on Aug 2009 @ Arlington (DFW), Texas
#779
INFO:dialcentralialcentral 1.0.8-5
WARNING:dc_glade:No connection support
ERROR:gtk_toolbox:'/home/user/.dialcentral/gv_cookies.txt' does not look like a Set-Cookie3 (LWP) format file
Traceback (most recent call last):
File "/usr/lib/dialcentral/dc_glade.py", line 277, in _idle_setup
self.GV_BACKEND: gv_backend.GVDialer(gvCookiePath),
File "/usr/lib/dialcentral/backends/gv_backend.py", line 119, in __init__
self._browser.cookies.load()
File "/usr/lib/python2.5/cookielib.py", line 1747, in load
self._really_load(f, filename, ignore_discard, ignore_expires)
File "/usr/lib/python2.5/_LWPCookieJar.py", line 98, in _really_load
raise LoadError(msg)
LoadError: '/home/user/.dialcentral/gv_cookies.txt' does not look like a Set-Cookie3 (LWP) format file
ERROR:dc_glade:Session refresh failed with the following message "2"
Traceback (most recent call last):
File "/usr/lib/dialcentral/dc_glade.py", line 373, in _attempt_login
self.refresh_session()
File "/usr/lib/dialcentral/dc_glade.py", line 407, in refresh_session
loggedIn = self._login_by_cookie()
File "/usr/lib/dialcentral/dc_glade.py", line 424, in _login_by_cookie
loggedIn = self._phoneBackends[self._defaultBackendId].is_authed()
KeyError: 2
ERROR:gtk_toolbox:2
Traceback (most recent call last):
File "/usr/lib/dialcentral/dc_glade.py", line 383, in _attempt_login
loggedIn, serviceId = self._login_by_user()
File "/usr/lib/dialcentral/dc_glade.py", line 463, in _login_by_user
loggedIn = self._phoneBackends[tmpServiceId].login(username, password)
KeyError: 2
__________________
Maemo-Freak.com
"...and the Freaks shall inherit the Earth."
 
Texrat's Avatar
Posts: 11,700 | Thanked: 10,045 times | Joined on Jun 2006 @ North Texas, USA
#780
Ed I apologize for not being able to follow up on my issue. I had plans to dedicate time to catching up on app testing this past weekend but the N900's USB port getting broke stopped that fun cold.

I may or may not be getting a replacement soon. But anyway, I wanted to say a big THANKS for adding the log copy feature. That should be a Maemo best practice!

Looking forward to meeting you in person Wednesday.
__________________
Nokia Developer Champion
Different <> Wrong | Listen - Judgment = Progress | People + Trust = Success
My personal site: http://texrat.net

Last edited by Texrat; 2009-11-30 at 15:56.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:28.