|
2011-05-27
, 11:55
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#152
|
|
2011-05-27
, 14:02
|
Posts: 214 |
Thanked: 140 times |
Joined on Aug 2010
|
#153
|
So, check box GPS, check Tower, Lock time limit and accuracy limit edit boxes. Should cover all situations thus far?
|
2011-05-29
, 07:13
|
Posts: 51 |
Thanked: 17 times |
Joined on Jun 2009
|
#154
|
|
2011-05-29
, 09:25
|
Posts: 214 |
Thanked: 140 times |
Joined on Aug 2010
|
#155
|
The Following User Says Thank You to MasterZap For This Useful Post: | ||
|
2011-05-29
, 10:08
|
Posts: 51 |
Thanked: 17 times |
Joined on Jun 2009
|
#156
|
|
2011-05-29
, 20:18
|
Posts: 5 |
Thanked: 0 times |
Joined on Sep 2010
|
#157
|
Traceback (most recent call last): File "/opt/zaploc/zaploc.py", line 6, in <module> while (app.zaploc.main()) File "/opt/zaploc/zaploc.py", line 1848, in main File "/opt/zaploc/zaploc.py", line 863, in config_services pygame.error: Unsupported image format
|
2011-05-30
, 08:14
|
Posts: 214 |
Thanked: 140 times |
Joined on Aug 2010
|
#158
|
I really love this app, finally I can join my friends in our FourSquare madness
Only downside is that I can't seem to enable Facebook Places in build 45. The error is:
This only happens wih Facebook Places. I've already added a FouurSquare account.Code:Traceback (most recent call last): File "/opt/zaploc/zaploc.py", line 6, in <module> while (app.zaploc.main()) File "/opt/zaploc/zaploc.py", line 1848, in main File "/opt/zaploc/zaploc.py", line 863, in config_services pygame.error: Unsupported image format
|
2011-05-30
, 08:31
|
Posts: 5 |
Thanked: 0 times |
Joined on Sep 2010
|
#159
|
|
2011-05-30
, 08:42
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#160
|
- if we don't get a GPS lock, but the LAST GPS lock is within the accuracy radius of the cell tower lock, assume it is still the GPS lock, but if not, take the cell tower.
All such logic sounds clever, but completely breaks due to the useless reported "accuracy" of towers
Next build (whenever I get around to make one) will have this change, it's a supertrivial change.
/Z