Notices


Reply
Thread Tools
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#161
I just uploaded 0.7.2 to Maemo 5 Extras Devel

Changes
  • Added a Deny list (view only)
  • Added option to make GV Contacts optional
  • Added a limit, where if a state machine period is longer than it, than we set the period to infinite
  • Delayed when we say the connection is disconnected to hopefully help random issues
  • Tweaked how The One Ring shows up in the addressbook (Maemo 5)
  • Made polling configurable
  • Delayed auto-disconnect in case the user is just switching network connections (Maemo 4.1)
  • Bugfix: Removed superfluous blank message from debug prompt
  • Bugfix: Moved some more (very minor, very rarely used) timeouts to second resolution reducing overhead
  • Bugfix: debug prompt commands handled command validation poorly
  • Debug Prompt: Added a "version" command
  • Debug Prompt: Added a "get_polling" command to find out what the actual polling periods are
  • Debug Prompt: Added a "grab_log" command which is a broken but means to offer the log file through a file transfer
  • Debug Prompt: Added a "save_log" command to help till grab_log works and for where file transfers aren't supported by clients

Oh and I forgot to add that I think I fixed the issue with not being able to text on Maemo 4.1

EDIT: For those wanting system contacts support on Maemo 5, sorry. I got a response back from someone at Nokia who suggested I try a couple of things. The first item didn't work. The second one will take some work and I haven't gotten around to it yet.

EDIT: Removed the warning about not having tested it yet

EDIT: As pointed out, Maemo 4.1 auto-builder is still having issues.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2010-02-03 at 05:01.
 

The Following 7 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
#162
I let my battery die on my n810, so no testing on that yet.

I've filed some bugs against 0.7.3 but it seems to be working as well as the previous version.

Please consider the bug list when upgrading and posting.

EDIT: I think I'll start pushing to extras-testing when the following bugs are fixed:

8780
8508

Please let me know if there are any others that would be showstoppers for moving towards Extras
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2010-02-02 at 12:16.
 

The Following User Says Thank You to epage For This Useful Post:
n9ots's Avatar
Posts: 139 | Thanked: 38 times | Joined on Nov 2007 @ mid gulf coast florida
#163
Originally Posted by epage View Post
I just uploaded 0.7.2 to Maemo 4.1 and Maemo 5 Extras Develt
Was just looking at the diablo extras-devel Repo. newest ver. is 0.7.1
Really having fun being confused by your efforts so far.
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#164
Originally Posted by n9ots View Post
Was just looking at the diablo extras-devel Repo. newest ver. is 0.7.1
Really having fun being confused by your efforts so far.
Forgot about that. I think there are issues right now with the Maemo 4.1 auto-builder. I'll try again to build for Maemo 4.1 later.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#165
I just uploaded 0.7.3 which fixes a bug where you couldn't configure the polling times.
__________________
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
#166
I just uploaded 0.7.4 to fix yet another minor bug (with deny lists).
__________________
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:
Posts: 41 | Thanked: 17 times | Joined on Dec 2009 @ Seattle, WA
#167
I think I may have a battery drain bug to report. When I get the connection error due to gtalk logging in first, if I leave everything signed in so it shows theonering with the error, the battery drains VERY fast. I suspect it is trying again to connect over and over very fast.

Basically in 3 hours half the battery was drained. Normally, if I'm logged in to everything correctly it lasts all day (10-14hrsish?)
Also note I wasn't even using the device in this time frame.
 
Posts: 41 | Thanked: 17 times | Joined on Dec 2009 @ Seattle, WA
#168
Q: What does it mean for my polling rates to be MIN_INT (i.e., -2billion)
 
epage's Avatar
Posts: 1,684 | Thanked: 1,562 times | Joined on Jun 2008 @ Austin, TX
#169
Originally Posted by natmaster View Post
I think I may have a battery drain bug to report. When I get the connection error due to gtalk logging in first, if I leave everything signed in so it shows theonering with the error, the battery drains VERY fast. I suspect it is trying again to connect over and over very fast.

Basically in 3 hours half the battery was drained. Normally, if I'm logged in to everything correctly it lasts all day (10-14hrsish?)
Also note I wasn't even using the device in this time frame.
Mind emailing or PMing me a log?

Originally Posted by natmaster View Post
Q: What does it mean for my polling rates to be MIN_INT (i.e., -2billion)
Where did you observe this polling rate? In the log? With the "get_polling" debug prompt command? Are you on 0.7.3? What are the polling rates configured to in the "advanced" dialog.

I'm actually not too sure what the library I use does with negative polling rates. It possibly treats them as zero. I meant to add a guard around that but I forgot. I guess I'll go throw that in...

Edit: Hmm, I didn't forgot to add that guard....

Edit: But I did see how it could happen and am fixing it now

Edit: I just pushed 0.7.5 to the auto-builders which fixes some issues with negative polling times. I'd still be curious to see your log and have the above questions answered.

Also something I think I forgot to explain is a configuring a polling time of "-1" means never poll and "0" means the built-in default.
__________________
770, n810, n900, Ideapad S10-3t
TheOneRing, DialCentral, Gonvert, Quicknote, Multilist, ejpi, nQa, Waters of Shiloah
Programming Blog

Last edited by epage; 2010-02-03 at 12:26.
 

The Following User Says Thank You to epage For This Useful Post:
Posts: 41 | Thanked: 17 times | Joined on Dec 2009 @ Seattle, WA
#170
I observed the polling rate in the 'advanced dialog'. Maybe it got set that way b/c of the upgrade (I had it before those options existed).

Not sure where to find the log, can you point me there?
 
Reply

Tags
google voice, maemo 4, maemo 5


 
Forum Jump


All times are GMT. The time now is 11:39.