![]() |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
1. Run the Application Manager 2. Tap Menu / Tools / Application catalog 3. Tap maemo Extras Devel and tap Edit. 4. Tap Disabled. 5. Tap OK, Close, and close Application Manager. |
Re: Dialcentral 1.0
I found the catalogs under the AppMgr Tools menu, and disabled the extras-devel, reinstalled DC, and still had the same problem:eek:
Found a Mameo Extras-Devel also and disabled it, and VIOLA I'm back and running with DC again:D. If I had went to the Mameo Talk site and read "buurmas" post (instead of just reading the auto-email), I would have known all this :rolleyes: As usual, a big Thank You to ebay, and even though I stumbled through it before reading, to you too buurmas. Slim |
Re: Dialcentral 1.0
It looks like I have a viable work around for those adventurous enough to ignore my warning.
1. Uninstall any Qt applications if they aren't already(DialCentral, Gonvert, ejpi) 2. Disable extras-devel 3. Install Gonvert 4. Confirm Gonvert launches 5. Enable extras-devel 6. Install DialCentral (make sure the install size is less than a MB) So it looks like the version of PyQt in extras-devel is broken but not the one in extras. Gonvert is in extras and will pull in the extras version of PyQt. Installing DialCentral from extras-devel will for some reason not pull in the broken version. |
Re: Dialcentral 1.0
Your work around did it.
Phone numbers are tiny...will post more later. |
Re: Dialcentral 1.0
O.K. I am not adventurous enough to keep playing with this version. It does load but that is about all, will not connect for out going calls, some of the fonts and icons are very small...sorry I took so much of your time figuring out how to get it loaded on a N8XX. When it's more bake I will try another slice of it. Thanks for your efforts.
|
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Hi Ed!
Old version of DC keeps giving me unnecessary grief. I think it's because of the sheer volume of incoming and outgoing daily texts. I have to go to the Google Voice web page and delete everything about twice a day. If you ever want to hang out for the night, I'd be more than happy to share all of my account info with you. :) |
Re: Dialcentral 1.0
okay so i went in and tried to remove the old version of dial central and then install the new verision. im still getting the python errors that there is a conflict. what is the workaround here everyone. i just want to install this APP and go about my life. i dont have time to read thru 137 posts. is there any one who can just give simple instructions to getthis app installed once and for all?
|
Re: Dialcentral 1.0
If you dont want headaches then leave the update along. It sounds like you don't have time to try out beta apps, it's truely beta!
|
Re: Dialcentral 1.0
I'm fixing a calling out bug with certain contacts and a host of failed login issues.
I've still got some UI formatting things for fix for n8x0 users. Any other known issues I'm missing? Quote:
|
Re: Dialcentral 1.0
i simply cannot install anything now and i removed the old version and now im stuck with nothing. how do i get something even if its the old version??
|
Re: Dialcentral 1.0
Quote:
Can you go to the catalog editor and list out what catalogs you have and which are enabled/disabled? Could you describe more specifically what you mean by "cannot install anything"? |
Re: Dialcentral 1.0
Hi Ed!
I'm using 1.1.13-0 for the longest time. And yeah, I think it's because I send and receive so many texts, calls, and voice mails in a single day. I'm constantly having to delete it all for DC to behave correctly. Some of how DC acts up is super weird. :) Oh well. I'm still going to probably use this forever. :) |
Re: Dialcentral 1.0
Quote:
this is what i do to get the new version now that i have deleted the old version and now I cannot restore the new: 1- open app mgr 2- search for dialpad 3-find dialpad 1.1.94-0\ 4-click to install it then check off the "i agree" box and click continue 5-get error "unable to install 'dialcentral'. Conflicting application packages." 6- i click on details to get the details and the return message is "conflicting with application packages python2.5-qt4-network (4.7.5-maemo1) python2.5-qt4-wegkit (4.7.5-maemo1) as for the application catalogues that are enabled I have the following all enabled: 1-nokia applications 2-nokia system software updates 3-ovi 4-maemo.org 5-maemo devel 6-maemo extras 7-maemo testing 8-sygis hope this helps... i just want this done already!! thanks a lot |
Re: Dialcentral 1.0
Quote:
That error is different than the one others get. Theirs is a runtime (rather than install-time) issue on Maemo 4.1 For yours it looks like on Maemo 5 I either got some of the dependencies messed up or someone else did. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Overall the issue is some kind of conflict on the system with something else installed. Later I'll try to look at least at DialCentral to see the chance it is at fault, otherwise I'll need to investigate where to go from there. |
Re: Dialcentral 1.0
okay great thanks for the help =)
|
Re: Dialcentral 1.0
For the last few upgrades i've been getting an error, i don't remember the exact error from the previous upgrades but i think it was the same as the latest one:
Code:
Traceback (most recent call last): |
Re: Dialcentral 1.0
Quote:
In the pre-install is a check to prevent issues with alarms on upgrade. The Qt version of dialcentral does not yet have alarm support (do people still use/want it?) so the script can't get the settings, so it should be moving along. |
Re: Dialcentral 1.0
I see, ok, thanx
|
Re: Dialcentral 1.0
Is there a solution to this?
Code:
There was a problem with GV: {'data': {'code':20}, 'ok': False} |
Re: Dialcentral 1.0
Quote:
Have you configured your callback number (the accounts tab on the released version, the accounts dialog on the beta version). |
Can I dial a number from command line?
Is there a way I can use the command-line to dial a number? E.g. I want to write a shell script that says something like:
/opt/dialcentral/bin/dialcentral.py ---dial 1-415-555-1234 and then it would use GoogleVoice to dial that number. It would also be okay to invoke Dialcentral, and then use dbus-send to dial a number. As long as it can be automated by script. (I am trying to get Vim to dial out.) I couldn't find the answer by web search. I thought a post here would be more useful than a private message to Mr. Page. Thank you for your work, Mr. Page. |
Re: Can I dial a number from command line?
Quote:
I could add some command line flags. They might be a bit slow since they would have to login then dial. I hesitate on adding dbus stuff because of the solution I would suggest, The One Ring. The One Ring is a Google Voice plugin for the system. You can use dbus or telepathy wrappers over dbus to initiate a call. If you want a single command for it, it would be easy for me to wrap this into a single script. You can disable polling for contacts, voicemail,. and texts which would greatly reduce the battery overhead. The cost would then be whenever you switch networks it has to login again. I am tempted to improve that for quick network switches but not right now. |
Re: Can I dial a number from command line?
Quote:
Quote:
(I hope the changes that you make won't force me to upgrade to PR 1.3. Right now PR 1.2 works well and I am rather leery of the bugs reported in PR 1.3.) Quote:
If it is as I understand, then this "Google The Voice One Plugin Telepathy For Ring Conversations" acts as a daemon which will respond to dbus signals and initiate calls and SMS's on command? Presumably I would use qdbusviewer or something to see what dbus signals it's hooked up to, and all that? If so, then I'd like more info but I'll probably move it over to some other thread since this thread is about Dialcentral. Dialcentral is attractive since it is written in Python, with which I am familiar; if Google The ... whatever, is written in C++ then I might just stay with Dialcentral to examine its innards. |
Re: Can I dial a number from command line?
Quote:
Quote:
TOR (not to be confused with Tor) can do the following:
When a person mentions Telepathy, they could be referring to the spec for any of the pieces or the implementations on their system. Telepathy has a documented spec: http://telepathy.freedesktop.org/spec/ RTComm (Maemo 4.1, Maemo 5) and Empathy are the most common Telepathy clients. In prepping myself for writing a util, I realized I made a previous utility more generic than I remembered. In /opt/theonering/lib is a script called "tp_send_debug.py". It is used in the following way: Code:
/opt/theonering/lib/tp_send_debug.py GV_NUMBER call DEST_NUMBER |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
First, please inform me of the DC version. Second, are you saying you've set it and are getting the problem or you've added it and it has since been fixed? Is it a Gizmo number or a regular one? Is the number added in your GV account? If this is DC 1.1.9X, have you re-applied your callback number since re-launching? |
Re: Dialcentral 1.0
Okay. Just want to make a quick mention on how to remove unnecessary notifications with DC.
Go to google.com/voice and remove everything from the inbox, incuding texts sent. Then, simply SMS someone first. Works great for quite some time until there's too much of a build up, then you will start going back to notifications when sending a text as well. Cheers. |
Re: Dialcentral 1.0
A few questions about the Qt version in the works...
Is this the appropriate thread for discussion of the Qt version, or will/should discussion for the Qt version be moved to another thread? On more of a general Qt note, I've been getting started with some Qt (C++) development of my own, and I decided to pick up an N8 as another target for Qt/C++ and Symbian^3 development. Are you planning to start building Symbian^3 versions of the Qt version of DialCentral? I realize that porting between Maemo and Symbian^3 isn't completely trivial, and I've only written portable Qt/C++, that currently builds and runs on Linux, OS X, and Maemo5, without any platform-specific #ifdef so far. Any feedback on these questions would be greatly appreciated. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Hey Ed, small request?
DC 1.1.13-0 When using the hardware menu key button, you have Login Paste Refresh About Any chance you could put Refresh on top? It would save on two extra key presses each time. Thanks. :) |
Re: Dialcentral 1.0
Quote:
Quote:
|
Re: Dialcentral 1.0
Quote:
As for 1.1.9X (Qt) I'm unsure why the keyboard shortcuts aren't working. |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
George |
Re: Dialcentral 1.0
Quote:
Steps to recover. The alternative is you only run the version of DC out of extras (rather than extras-devel). The version in extras-devel is a beta though I think all outstanding issues are resolved (anyone want to correct me, especially n8x0 users?). |
Re: Dialcentral 1.0
Quote:
George |
All times are GMT. The time now is 20:55. |
vBulletin® Version 3.8.8