![]() |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
this is error i get
Traceback (most recent call last): File "/opt/zaploc/zaploc.py", line 6, in <module> while (app.zaploc.main()): File "/opt/zaploc/zaploc.py", line 2151, in main File "/opt/zaploc/zaploc.py", line 904, in config_services File "/opt/zaploc/app/zlatitude.py", line 178, in get_icon KeyError: 'picture' any help please! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
ok i figured it out. zaploc expects a pic in my profile. Though I used to have one, suddenly seem to be have a blank pic and so is the error. When i atached a pic to my profile all went good.
question: why is it compulsory to have a profile picture? anyways i good with this! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Zaploc seems to have real problems with Latitude these days...it never autostarts anymore, and when I go to attached services it just hangs without showing latitude until I delete the .dat and then it works fine once it re-auths.
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I don't have mr_jrt's problems, but I do have a request.
Could more options for shorter update periods be added? 5 minutes is now the minimum, but I often don't find that enough. 2 minutes or perhaps also 1 minute would be much appreciated. I'd fix this myself but unfortunately the so-called source package only contains compiled python files. I also wanted to add a filter for updates, as when I'm home about 50% of the updates say I'm at a house 150 meters away. (There's no cell tower there!), In the old zaps-new-latitude-updater.py I had hacked in some code to filter such updates, but that script doesn't handle the new oauth authentication to Google :( |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Can someone please rename the thread from "[Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)" TO "[Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services belongs to us" ;)"
oh the app seems interesting :) |
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:
The lowest time is actually 2.5 minues coz it doubles the speed on charger. You could probably edit the boot startup file to set the interval w. the command line option (which will override the config file), i.e. edit /etc/event.d/zaploc and add something like "-i 1" before "--boot" /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Zaplock alive ??
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
very!
(it did an update for me less than 10 minutes ago) |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Just got a notice from Google that Latitude will be shut down on August 8th!
So, what are the alternatives? From https://support.google.com/gmm/answe..._latitude&rd=1 I understand that the only way to send location data to Google will be through their app... :( EDIT: maybe it is possible to swap Latitude with Glympse? The API is available here: https://developer.glympse.com/sdk/web EDIT2: nevermind, Glympse has no easy direct API and is as closed as it gets. Open source alternative wanted! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
as android has flourished a little google wants to lock everything in . So more unaware people are lured to have one thus increasing google stronghold:)
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Yes, I'm well aware of the Google lock-in. They are slowly killing 3rd party access...
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
I've thrown together some php to create my own simplistic latitude on my own server...
Now I just need an update tool on n900 to do call a simple https URL to push the data to my server. Any chance that ZapLoc can do this? I wanted to change it myself, sadly the 'source' of ZapLoc is compiled python, so much for open source :( I can dump my php code if anybody wants.... |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
I pushed a version of ZapLoc that is totally open sourced. I can't be bothered with these revolving-door services of location stuff anymore, plus, I don't really use my N900 any mo' Send me any changes you do, I'll incorporate it. Maybe I should set up a github or something for ZapLoc.... dunno? /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
yay... I'll probably just hack in my 'system' in the zlatitude file, expect a sample of my system soon :)
Thanks a lot, MasterZap!!! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
1 Attachment(s)
And here is my very simplistic Latitude knockoff...
Petur Longitude :D It consists of: zlatitude.py : replacement file to copy over your existing ZapLoc installation. You will need to edit 67 to enter your server URL set.php : called by the modded zlatitude.py for checkin, syntax is: http(s)://my.server.name/set.php?lat=12.345678&long=23.456879&who=MyUserNam e show.php : called in your browser to show last checkin or location update, syntax is: http(s)://my.server.name/show.php?who=MyUserName For every MyUserName that is passed on to set.php, it will create a MyUserName.dat file, so you can have multiple users. This is a functional but quickly hacked solution that suits my needs (lets my family know where I am so they can guess when I will be home if I'm stuck in traffic or held up somewhere). Again BIG THANKS to MasterZap for providing the code of ZapLoc so that I could piggyback on his great program! Enjoy! |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Now that is the easy way. ZapLoc is actually written to have any number of location based "services", so in *principle* you could have written your own. In theory. Sort of.
But hey, ding dong, latitude is dead, so whatever you did works just fine :) I'm gonna set up a Github for this when I find time, which isn't any time very soon.....sadly. I know there are some changes lately to facebook checkins too, I think they don't work either, so the app is kinda useless these days anyway, probably only works half-arsed with foursquare these days..? /Z |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Yes I saw, nice framework you made... My hack shows up as Petur Longitude in ZapLoc services screen :)
If there's enough interest I could clean it up, add features, even set up a free to use server... |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Would be awesome
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
Just curious, if you're going to make it open-source, why not push it to a garage on maemo.org? |
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Do you have plan to make it for Harmattan? Thanks
|
Re: [Announce] ZapLoc - a Gowalla/Foursquare/Facebook places/Latitude aggregator - "All your location based services are belong to us" ;)
Quote:
|
All times are GMT. The time now is 16:04. |
vBulletin® Version 3.8.8