![]() |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
The trick is that my code is totally based around a sort of loop that enables the whole location subsystem at given intervals, which is backwards to the way it need to be if I need to listen to location changes instead... so either way it's a bit of "turning the code inside out" to make this do what I want for cell tower changes. Not a high priority to fix, but I'm surely thinking about it. But many thanks!! /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Still having issues when ZapLoc is running in background mode and fails to get a perfect gps lock, e.g.
- In offline mode (no signal) - Indoors (coarse location) It seems the daemon keeps trying to get a lock for a long time (gps icon is almost constantly flashing in status bar), which quickly drains the battery. Is there or should there be some kind of a timeout in place for when the phone fails to get a location or gets only cell location? Anyone else having the same issue? |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I still havn't solved the offline thing.
Also, I simply wait until 3 samples come in. I guess when it finds zero GPS, then there will not come in any samples. So yeah, a timeout..... sounds smart. Can anybody help me figure out how to detect off-lined-ness from Python? I sure can't. /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I'm less worried about the offline thing, since for now I can just turn off background updates, in the future command line options will make this even easier, and anyway I'm sure you'll find a solution sooner or later.
But do you think the same issue can be causing the battery loss during weak signal? This is my biggest/only concern currently with the otherwise excellent software ;) |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
Code:
dbus-send --system --type=method_call --print-reply --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.get_device_mode Edit: Just tested it, and it returns "flight" or "normal" depending on device mode (flight === offline) |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Any news about map bug?
Thanks. |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
/Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
Get the new version, it's fixed. /Z |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
sorry for asking once again, but as you havenīt replied so far I assume you missed my post!? Just updated to latest version and still have this urllib2 error - any idea whats wrong? EDIT: SOLVED by purging, reinstalling and reauthorizing to Facebook using MicroB instead of Opera Mobile. Seems like authorization does not complete correctly. |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
EDIT 1: I will try to remove e install ZapLoc again. EDIT 2: Version 0.9.4-27 installed: Same error. EDIT 3: From terminal and ZapLoc showing "Loading": ~ $ /opt/zaploc/zaploc.py Daemon is not running - starting it Starting ZapLoc daemon: Location method Cell-tower 5 minutes between samples (-15.809755073860288, -47.84617337398231, nan, 1048.0) (-15.801646169275045, -47.842374695464969, 59240.0, 1048.0) (-15.801646169275045, -47.842374695464969, 59240.0, 1048.0) (-15.801646169275045, -47.842374695464969, 59240.0, 1048.0) (-15.810280367732048, -47.846128363162279, 21456.0, 1053.0) Et tu, Brute... |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Are you planning to display location of friends from latitude?
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I have two issues:
1) it stops updating (latitude) after some time. I use alarmed to switch to offline at night, in the morning it goes normal again and ZapLoc starts its updates. Currently set to 5 minutes. After about an hour, the updates stopped. 2) roughly 40% to 50% of the updates are not ACWP (cell tower) locations but CWP (country) locations. Either there is a bug or this is an issue of Power v47 or CSSU? Will try the daemon on the commandline to log what it says edit: on starting the daemon, it didn't mention that it was already running, so the daemon wasn't running anymore? It is configured to start at boot and never quit. edit2: on the commandline, at least one line said mode 0 while another said mode 2 |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Right, it displays all incoming GPS samples of all qualities, good and bad, but it won't act on them. It will clearly tell you when it is creating a latitude update by saying "Latitude Update" in the spew of crap, as well as spitting out all it's own internal thinking about any auto-checkin spots... you'll read stuff like:
"No, I'm already logged in to X, doign nothing" "Closest auto-checking spot is X at distance Y, further than radius, ignoring" ...and loads and loads of internal monologue like that. /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
/Z |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
Maybe I should make more certain it uses MicroB.... (tho I have no clue how to do that, maybe call it on the command line directly!??) /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
OK, so there seems to be a bug in the ACWP code as the log shows a CWP location with mode 2. Accuracy 16000
Would it be possible to ad an option to set a minimum accuracy for a ACWP location to be accepted? And maybe allow to select if it should either discard the location or try GPS? here's part of the log: Code:
Sleeping GPS for approx. 5 minutes |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
Quote:
/Z |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
Facebook is really weird, they put their auth stuff in a # thing rather than as a proper HTML parameter, so I had to jump through additional hoops (including bouncing off a page of my site with javascript on it that takes the stuff after the hashtag and makes a parameter out of it) to make that work. Prossibly this javascript for some reason doesn't work with facebook... I'd guesstimate? /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
Should be fixed now (anything newer than 0.9.4_30) How a little wrong copy in a script can screw things up ;) /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Hello MasterZap!
The bug with maps was solved on build 0.9.4-30. Thank you! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Yep, it seems that build 28, 27 and maybe a few earlier were the same after all.. I had set up scripts to copy files to the build directory and I had botched that.... so I kept rebuilding the same old version... OOPS :)
/Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
/Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
So far 0.9.4-30 seems to be running fine!
For some reason the accuracy is also much higher, even if configured cell-only. |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
/Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I still have the daemon die on itself after a few hours... restart it and it goes on again. The only indication I get is that latitude isn't updated anymore.
|
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
After closing the progress bar in Zaploc seemed to go on forever, but after closing and restarting Zaploc showed FB as authenticated, but obviously it was not... |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Right now, the daemon is going mad.... the gps icon goes on/off with a rate of 1/sec. And I don't mean it is blinking, it is actually enabling/disabling location services, as the drop-down statusmenu constantly redraws itself to show/hide the location icon.
edit: log attached: Code:
Starting GPS... |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
|
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
If not delete facebook.dat from /home/user/.zaploc and reauthenticate using MicroB. But why using this app with FB if you donīt want to check in to places??? |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
You can do Code:
python /opt/zaploc/zaploc-daemon.py -i 5 --cell EDIT: Ok I undersand what you did: You tried the "udpate only when cell tower changes" mode? That is NOT WORKING yet. It will actually, indeed, set the update rate to 0. DON'T USE THAT YET!! Old text you can forget: I'd go into the setup in ZapLoc and change the value, then restart the daemon in -v mode to see what it says it's delay is.... if that doesn't work, I'd kill /home/user/.zaploc/config.dat and see if that helps. /Z |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
Quote:
I'll try to reproduce, and see what I can do. For now... well.... avoid Opera Mini for auth? :) /Z |
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
So if you are not using FB Places, you don't need to authenticate with Facebook at all, if you don't want to. It may still be interesting to LOOK at FB places, even if you don't plan to check in to them. /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
wow, awesome, will give it a try.
|
Re: *ZapLoc* - Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;) - testers wanted
Quote:
I use this app for Google Latitude. It works fantasticly. But now I want to know what the other features are, what do they imply for my privacy and all that stuff. Thanks again for your work MasterZap. Keep it up! :) |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
bingo..... |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
http://talk.maemo.org/showthread.php...ghlight=microb |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Just wanted to let you know that so far everything seems to be working well with the newest version, and the command line options are amazingly useful :)
Keep up the good work! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I just had ZapLoc stop updating Latitude again - it is set to check every 5 minutes and update at least once per hour. Current latitude data was 2 hours old, so I decided to start de daemon in the terminal to check, and it told me it detected and killed the running version.
So the daemon isn't crashing, but why is it stopping the updates? How to go about to debug? |
All times are GMT. The time now is 13:16. |
vBulletin® Version 3.8.8