Active Topics

 



Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1331
Originally Posted by Addison View Post
Okay. Every single text is deleted from google.com/voice

I'm still seeing like a crazy history of unhappiness with DC though.

*sigh*

Why can't free technology be fun? *lol*
I'm not seeing a problem on mine. Could you give specific steps, a description of what it is doing, and a copy of the log file?
__________________
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
#1332
Originally Posted by epage View Post
I'm not seeing a problem on mine. Could you give specific steps, a description of what it is doing, and a copy of the log file?
Ed!!!!

Okay. I guess it's back to being good, so I don't have a log file to give you right now.

But yeah, I'm getting like double messages, messages from my trash can, it only refreshing instead of being able to respond back, sometimes my current message doesn't even show, etc.

Well, I've got like 950 conversations in my trash can right now, a few of them archived and for even one conversation, there can be up to 700 messages inside it.

Yeppers. I text more than a female. *lol*

Next time I have any weirdness, I promise to send you the log file.

Thanks Ed! Hope you're doing good!
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1333
Okay Ed. Where do I grab my log file again?

You used to have it on the first page here but I'm not seeing it.

And yeah, more weirdness on my end.

Like I've deleted everything and only got two conversations going at the moment.

The problem is that it's only showing one of them but it's repeating itself twice. Weird.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1334
Sorry Ed, I keep missing the super small print on your first post.

Anyway, my log exceeds the file size limit here.

I'll think of what to do on this later tonight.

Cheers bro.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1335
Originally Posted by Addison View Post
Sorry Ed, I keep missing the super small print on your first post.

Anyway, my log exceeds the file size limit here.

I'll think of what to do on this later tonight.

Cheers bro.
The first post has it but has not been updated yet. Ive been meaning to move the webpage over to the wiki like the rest of my projects.

The alt to the front page is to cpy the log with Ctrl+l
__________________
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
#1336
Okay. Here it is Ed.

I zipped it.

Basically, at the end there, I nuked all of my messages from Google Voice, had one current conversation going, but it would only load up one from the trash bin.

Like I said before, I do have a few that I've archived.

I've got 963 messages right now, and some of them have a conversation of over 700 responses.

Maybe I should just erase it all.
Attached Files
File Type: zip dialcentral.zip (4.0 KB, 83 views)
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1337
Originally Posted by Addison View Post
Okay. Here it is Ed.

I zipped it.

Basically, at the end there, I nuked all of my messages from Google Voice, had one current conversation going, but it would only load up one from the trash bin.

Like I said before, I do have a few that I've archived.

I've got 963 messages right now, and some of them have a conversation of over 700 responses.

Maybe I should just erase it all.
Back and almost caught up on everything. Sadly that log was not helpful. I'm either supposing the issue is in the data coming back from google or some weird display bug with hildon.

if you run
Code:
python /opt/dialcentral/lib/backends/gvoice.py USERNAME PASSWORD
a lot of txt files with private data will be created. If you could send me those maybe I could find something.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#1338
Okay.

I already nuked everything yet again on the Google Voice web page.

I'll let it all pile up so I can get some weirdness for you to problem solve.

Thanks Ed!
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1339
Testers Wanted

I'm starting to wrap up development on the Qt version of Dialcentral. I'd package it up and put it in extras-devel except I'd use the same package name and if I needed to send out a critical update I'd be blocked. Maybe I'll rethink that and package it separately.

So I'm posting it here. Uncompress this and give it a spin. The two folders can be placed anywhere (I just run them out of my home folder). Run
Code:
./src/dialcentral_qt.py
Note that the settings might mess up your Hildon Dialcentral settings.

Known issues:
  • Not yet tested on Maemo 4.1
  • Some issues saving settings on close
  • Messages tab is a bit abbreviated
  • Can't enter custom callback numbers
  • SMS Entry window's view isn't quite right (message history at top doesn't scroll properly)
  • No alarm support (though didn't work too well before anyways)

Enhancements made along the way
  • Access to call canceling (only a brief window for now)
  • Contacts have dividers for first letter
  • Condensed History view in prep for better portrait mode
  • SMS Entry Window letter count display change from GV's fractional to Nokia's messages used and letters left in current message
  • Each tab's information is cached between launches

Desired enhancements left
  • Some kind of divider for History or Messages
  • Besides search with keyboard some kind of quick jump to each divider
  • Somehow display when each tab was last refreshed
Attached Files
File Type: gz dialcentral.tar.gz (78.4 KB, 129 views)
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2010-11-25 at 04:53. Reason: Forgot to say what command to run
 

The Following 2 Users Say 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
#1340
Whoop!

Where do the two folders go Ed?

Thanks chief!

This was completely unexpected of you!

No wonder you're still my fave here!
 
Reply


 
Forum Jump


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