Active Topics

 



Notices


Reply
Thread Tools
Posts: 13 | Thanked: 2 times | Joined on Oct 2009 @ Los Angeles
#1011
Has anyone else had any problems logging in to telepathy. I use DialCentral perfectly fine but I can not log in to telepathy. I enter my username and password (with and without @gmail.com) and nothing happens. The sign in button gets grayed out and the only way out is to tap on an empty area.

I am using the latest version, just downloaded 5 minutes ago. No luck with older versions as well.
 

The Following User Says Thank You to kevmanoeil For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1012
Originally Posted by kevmanoeil View Post
Has anyone else had any problems logging in to telepathy. I use DialCentral perfectly fine but I can not log in to telepathy. I enter my username and password (with and without @gmail.com) and nothing happens. The sign in button gets grayed out and the only way out is to tap on an empty area.

I am using the latest version, just downloaded 5 minutes ago. No luck with older versions as well.
If you are talking about using The One Ring, as I said I know there are still major issues for it to even be usable for anyone so I won't provide any help to it.
__________________
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:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1013
Originally Posted by Addison View Post
Hi epage.

Could you possibly post a temporary fix with text going off the screen when typing a SMS message?

If we're all forced to use the same font and font size with Dial Central, it should be easy enough to implement.

Just ask DC if the last word typed is greater than 58 total letters allowed on one line while in full screen mode. If it is, then carry that word down to the next line.

Biggest problem would be tracking in real time the total number of characters typed in each line, especially when complicated entries are being constantly modified, inserted and deleted.

Is there a way for DC to know if it's running in windowed or full screen mode?

Anyway, perhaps you could implement a similiar solution when reading SMS messages as well since the lines for these cut much too short before reaching the scrollbar.

Thanks for the continued work.
As of 1.0.10-3 which is in Maemo 5 extras-testing and Maemo 4.1 extras-devel the issue should be fixed
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following 3 Users Say Thank You to epage For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1014
Originally Posted by mrdally204 View Post
you are going to have to spell out hhow to locate and send you a log file i'm a little bellow average in xterm
Code:
cp ~/.dialcentral/*.log ~/MyDocs
__________________
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:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1015
Originally Posted by Laughing Man View Post
Haha I can't say whether you should focus on fixing notifications or work on onering since I still use the n800 (and sadly both isn't an option =P). So I'll abstain. =P

How complex is the python used btw? I'm trying to learn python (first for automating some of the work in Excel to speed up calculations) and secondly I'm hoping to contribute to some maemo projects. Though I'm pretty much learning from scratch whenever I have time free from school and work.
Notifications should work on the n800. I also hope to get The One Ring working on the n800 but that it might be too much of a pain.

I personally don't consider DIalcentral's python all that complex but I've also gone through it a whole bunch. If you want you can pick a bug (I can let you know if I think the fix is too complex and you can pick another) and I can help mentor you on getting it fixed?
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

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
#1016
Originally Posted by epage View Post
As of 1.0.10-3 which is in Maemo 5 extras-testing and Maemo 4.1 extras-devel the issue should be fixed
Thanks epage!

I was still using 1.0.9-1.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#1017
Originally Posted by epage View Post
Notifications should work on the n800. I also hope to get The One Ring working on the n800 but that it might be too much of a pain.

I personally don't consider DIalcentral's python all that complex but I've also gone through it a whole bunch. If you want you can pick a bug (I can let you know if I think the fix is too complex and you can pick another) and I can help mentor you on getting it fixed?
Well I have to learn python first, I'm pretty much reading newbie and starting guides to python right now whenever I have spare time and energy.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
Posts: 194 | Thanked: 39 times | Joined on Sep 2008
#1018
Just a quick comment. Epage you are still awesome. I am a constant user of Dialcentral over here in China. It is a perfect way to keep in touch with people back in the states. So thank you again for all your hard work and I am looking forward to One Ring.
 

The Following 3 Users Say Thank You to icbolsh For This Useful Post:
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#1019
The One Ring update:

Summary: Broken on Desktop and still broken on n900

I finally fixed the icon so it uses one of the right size.

There is a breaking difference between my version of python-telepathy on my desktop and the one on my n900. I'm slowly working on making The One Ring support both versions. Fortunately I get no major errors on the n900 like before but it still doesn't work with the UI. Sadly I spread that bad UI behavior to my desktop.

I did implement something kind of cool for the battery nazis.

Previously I would load the addressbook and never update it. I would check for new voicemails and texts every min(10*2^n seconds, 2 minutes) with n being the number of updates since a text was sent or received or every 10 minutes when idle.

Problems
* The addressbook were never updated
* Voicemails were being updated in association with sending and receiving texts which seemed odd
* There was no constant factor in updating the texts/voicemails, leading to either high latency or heavy cpu/network usage

I broke out the updating state machine into 3 state machines.

Addressbook
* When hidden, doesn't update
* When idle, updates every 6 hours
* When available, updates every hour

Voicemail
* When hidden, doesn't update
* When idle, updates every 30 minutes
* When available, updates every 5 minutes

Texts
* When hidden, doesn't update
* When idle, updates every 30 minutes
* When available, updates every min(10+2^n seconds, 10 minutes), n being the number of updates since the last text was sent or received.

I plan to eventually make those numbers configurable including setting them to never update.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 

The Following 3 Users Say Thank You to epage For This Useful Post:
munky261's Avatar
Posts: 1,674 | Thanked: 171 times | Joined on Mar 2007 @ Anderson, IN
#1020
I read the post a bit above about the sound notification.... can you tell me exactly what I'd have to do to get a sound notification?
__________________
There is only one Return, and it's not of the King, it's of the Jedi.
 
Reply


 
Forum Jump


All times are GMT. The time now is 02:00.