![]() |
Re: DialCentral 0.9.0
Quote:
|
Re: DialCentral 0.9.0
Quote:
|
Re: DialCentral 0.9.0
Here is a script that for each evolution contact it will print the contacts details and from that what I gleam as the contact name and phone numbers. This is modified from DialCentral source, so it does things the same way.
Using your info I was able to export my evolution contacts that I imported from a GoogleContacts CSV. I found that though a quick look at the contacts in evolution looked fine, it completely messed it up and had phone numbers in all sorts of random places. Sounds like you actually use evolution, so your contacts are probably in better shape, but I am curious what this would produce (once you have time and interest of course) Code:
#!/usr/bin/env python |
Re: DialCentral 0.9.0
I guess I just save that as a script, make it executable and run it from the tablet? Though judging by the last line
read_csv("/home/epage/.dialcentral/contacts/EvoIsEvil.csv") I should be running this on my tablet? Though normally on the tablets it's named user unless you managed to change it somehow..(if so how did you do it? o.O) So I would change that to say "/home/user/.dialcentral.contacts/contacts.csv" Right now I'm just sorting through the list myself and fixing the # categories. So yeah.. |
Re: DialCentral 0.9.0
Your guess sounds correct to me. It can also run on the desktop (Windows or Linux, just need python installed). In theory all you need to do is change the filename passed in as you pointed out.
Thanks for the understanding in helping to get this to work out. |
Re: DialCentral 0.9.0
Where exactly do I run the python file? I tried the home directory and it didn't work. I put it in the "/home/user/.dialcentral/contacts/" and it still comes up with
Code:
~/.dialcentral/contacts $ sh Evo |
Re: DialCentral 0.9.0
When running it through "sh Evo" it doesn't seem to be picking up the shebang (#!) which tells it to treat the file as a Python script. I recommend either running "python2.5 Evo" or if you ran "chmod +x Evo" then just "./Evo"
|
Re: DialCentral 0.9.0
Thanks, I did that and then it said couldn't do a loadop file or something like that due to authorization. So I did it as root and it outputted many lines
Code:
{'Birth Day': '',Edit: It seems that Evolution doesn't like me messing around with its categories and will default back to the regular ones (thus getting rid of all my work. >.<) Edit2: Ok I left it as default categories and just put the numbers where default categories are. Let's see how this works. I've also noticed a bug. DialCentral doesn't seem to remember what # you choose for it to use, so before it will dial a # you have to go to account then choose one of your #s from there. Edit3: If you leave it with the default categories then it seems to work. Though it only uses its first name and not the full one.. odd. It's because it's only using the "given_name" category. Edit4: Tried the script again with the new .csv (with readjustments from Edit2). it seems whenever the script's done and I try to use dialcentral it no longer shows my contacts...It seems to get stuck trying to read the CSV file the script outputs. |
Re: DialCentral 0.9.0
Question... I've upgraded to google voice, can I still login to grandcentral using old username/passwd?
I got "login failed"... |
Re: DialCentral 0.9.0
Quote:
As for the evolution mess, I'm not too sure what to make of this unfortunately. When logged in to your GoogleVoice account it should remember the callback number between calls but if you close and reopen it, it will not remember. Before we were lazy and relied and google setting a cookie to store the default phone number. I'm guessing the cookie doesn't exist anymore so we currently have no way to persist it between sessions. I'm wanting to fix this along with remembering username and password beyond the cookie but first I need to feel satisfied with the security of the solution. EDIT: I found the cookie and in the next release it should remember your callback number Quote:
|
| All times are GMT. The time now is 18:00. |
vBulletin® Version 3.8.8