Active Topics

 



Notices


Reply
Thread Tools
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#481
I don't know how to run your script. Sorry. I have a stupid brain.

I first just ran it in Xterm, the 2nd time I typed in "cd /media/mmc2" first and then ran this again...

mkdir gvoice_junk
cd gvoice_junk
unzip PATH_TO_ZIP/generate.zip
python2.5 generate_gv_samples.py myname password
vi *.html # Or preferred text editor, to sanitize any sensitive information
zip PATH_TO_PLACE_ZIP/results.zip *.html
 
Posts: 194 | Thanked: 39 times | Joined on Sep 2008
#482
Originally Posted by epage View Post
In appreciation of the help I recently received I thought I'd come clean. I started working on a GoogleVoice support for Telepathy that I'm calling "The One Ring".

I have not previously announced this publicly due to lack of documentation (affects my time table) and I am concerned what the end user experience will actually be like. I don't like keeping it quiet though so I thought I'd mention this.

It is not in any kind of working state right now. I am unsure if I will build support in for RTComm for the n8x0. My main target is the Desktop and n900. Due to how slow development is going I will probably not make Maemo Summit for this. At least there should be Dialcentral available in time for Maemo Summit for the n900.

I expect the initial release will only work with people on your contact list and maybe only 1 number per contact. I hope to have both texting (including receiving voicemails as texts) and initiating calls though one or the other might be dropped for initial release.

In Summary: The One Ring is vaporware but I'm excited for it.
I'm very interested. How and when can we see a alpha version of it? I'm also intersted in the desktop version. I'm assuming Linux. I like Ubuntu.

Last edited by icbolsh; 2009-10-03 at 09:50.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#483
Originally Posted by Addison View Post
I don't know how to run your script. Sorry. I have a stupid brain.

I first just ran it in Xterm, the 2nd time I typed in "cd /media/mmc2" first and then ran this again...
I ended up changing the download location from a zip file of a python script to just the python script and forgot to update my instructions. Maybe this makes it a bit clearer?

Code:
$ mkdir gvoice_junk
$ cd gvoice_junk
$ python2.5 WHERE_DOWNLOADED_TO/generate_gv_samples.py USERNAME PASSWORD
Note: I did update the script for some minor things so please go up and get a new copy

EDIT: I forgot to mention, I uploaded 1.0.7-2 to extras-devel which has more user notifications
__________________
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:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#484
Sorry but I'm confused on what to do.

I have your script5271cojg downloaded and untouched on my internal memory card inside a folder called gvoice_junk

In Xterm I'm entering this:
[1|user@Nokia-N800-43-7|~]cd gvoice_junk
[1|user@Nokia-N800-43-7|~/gvoice_junk]python2.5 media/mmc1/gvoice_junk/generate_gv_samples.py Addison password
python2.5: can't open file 'media/mmc1/gvoice_junk/generate_gv_samples.py': [Errno 2] No such file or directory
[1|user@Nokia-N800-43-7|~/gvoice_junk]

Obviously I'm dumb. A little help here please?


Edit:
When I downloaded your script on my tablet it asked me to name the file but "script5271cojg" is what it ended being in my gvoice_junk folder.
I think it's still zipped there but when I double clicked it in Emelfm2 it didn't unzip it like it usually does with other zip files.

Last edited by Addison; 2009-10-03 at 17:26.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#485
Originally Posted by Addison View Post
In Xterm I'm entering this:
[1|user@Nokia-N800-43-7|~]cd gvoice_junk
[1|user@Nokia-N800-43-7|~/gvoice_junk]python2.5 media/mmc1/gvoice_junk/generate_gv_samples.py Addison password
python2.5: can't open file 'media/mmc1/gvoice_junk/generate_gv_samples.py': [Errno 2] No such file or directory
[1|user@Nokia-N800-43-7|~/gvoice_junk].
It seems you entered the path incorrectly. Most likely its by forgetting the leading "/"
/media/mmc1/gvoice_junk
media/mmc1/gvoice_junk
Though it can add confusion by the fact that you have two gvoice_junk folders
/media/mmc1/gvoice_junk
/home/user/gvoice_junk
__________________
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:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#486
Hey epage.

This is what I'm seeing on my end.



I finally got the python script to run off of my memory card (sorry, I don't know linux) but it gave me like 18 heptendecillion errors.

I really hate times like these when I don't know what the hell I'm doing.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#487
Okay.

I can log on with version 1.0.7-2 from my other tablet.

So what files or folders can I copy over to fix this in a simple way that I could understand?
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#488
Well I emailed all the files from my /home/user/.diacentral folder

dialcentral.log
gv_cookies.txt
settings.ini

That didn't work

I also just deleted /home/usr/.gvoice_junk out of frustration I guess.

And I was in such a good mood!
 
Posts: 1,213 | Thanked: 356 times | Joined on Jan 2008 @ California and Virginia
#489
With the newest Dialcentral, I can log in, but when I make a call it says "failed to login"...
__________________
----------------------------------------------------

www.ezschool.com - The best online educational experience.
 
Posts: 240 | Thanked: 48 times | Joined on Apr 2009
#490
Originally Posted by Thesandlord View Post
With the newest Dialcentral, I can log in, but when I make a call it says "failed to login"...
I had this happen in previous installs when I failed to log in on the first attempt. The second works but I was still told login fails when I attempted to do anything. I had to close and restart the application in order to get it to work.
 
Reply


 
Forum Jump


All times are GMT. The time now is 04:14.