Notices


Reply
Thread Tools
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#391
Originally Posted by nieldk View Post
Ok, the /opt/advancedcaching/launch file is not installed.
File it is in deb-package
Code:
wget http://www.cs.helsinki.fi/u/rantalai/agtl/meego/advancedcaching_0.9.1.3_all.deb
ar x advancedcaching_0.9.1.3_all.deb 
tar xvf data.tar.xz 
cat ./opt/advancedcaching/launch
#!/bin/sh
cd /opt/advancedcaching/
python core.py --qml
How it is not installed?


I have tried to find documentation how to build package which aegis accepts. This is only I have found and I have no idea why it is not working:

Code:
aegis-deb-util  --add-manifest --manifest=meego-debuild/_aegis --add-digsigsums='/opt/advancedcaching/launch' 
advancedcaching_0.9.1.3_all.deb
Where content of file meego-debuild/_aegis is
Code:
<aegis>
        <request policy="add">
                <credential name="Location" />
                <credential name="GRP::video" />
		<credential name="GRP::pulse-access" />
                <for path="/opt/advancedcaching/launch" />
        </request>
</aegis>

Last edited by AapoRantalainen; 2015-05-02 at 10:15.
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 32 | Thanked: 22 times | Joined on Jul 2012 @ Germany
#392
Any news there?
 
Posts: 3 | Thanked: 2 times | Joined on Apr 2010 @ FInland
#393
Great to see a new AGTL version out! I was able to install by extracting over the previous version. The launcher was thus already in place. However, I was hoping that the new version would fix the problem that caches would not download any more. But still I'm unable to download new caches or update old ones. Parser is v36 from 2013-10-11, no updates found. My last update is from 2015-03-20. I guess geocaching.com changed after that. Is anybody else able to download caches?
 

The Following User Says Thank You to recoder For This Useful Post:
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#394
There are now parser v37 in github, and version 0.9.1.4 for maemo/meego:
http://www.cs.helsinki.fi/u/rantalai/agtl
Seems it works.
 

The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post:
Posts: 3 | Thanked: 2 times | Joined on Apr 2010 @ FInland
#395
Thanks Aapo - AGTL works great again!

I was thinking about improving AGTL by adding some kind of caching for the map tiles. Now it loads every tile again and again if you zoom in and out and pan back and forth. It is very network data intensive and I had great problems abroad with bad network connection. I have almost no experience in python but I figure I can learn, though I'm quite busy. Or is somebody already working on this?
 
Posts: 54 | Thanked: 54 times | Joined on Dec 2013 @ Austria
#396
@Aapo

Sadly i still get

home/user/MyDocs/Downloads # dpkg -i advancedcaching_0.9.1.4_all.deb
Aegis rejecting advancedcaching_0.9.1.4_all.deb: opt/advancedcaching/launch not installed by the package
when i try to install AGTL from the newest package.
I tried with version 0.9.1.1 installed and without it, i don't know what else i could do.
Version 0.9.1.1 is being installed without any problems. But sadly now i'm stuck with parser version 32.
 
Posts: 3 | Thanked: 2 times | Joined on Apr 2010 @ FInland
#397
@Shadowdog
Try the following suggested earlier in this thread:

dpkg -x (debfile name) /

It worked for me. It extracts the stuff in the deb package over the old installation.
 

The Following User Says Thank You to recoder For This Useful Post:
Posts: 54 | Thanked: 54 times | Joined on Dec 2013 @ Austria
#398
@recoder
I tried this already, but it didn't help for me.
Although it installed the newest version of AGTL, but than the GPS and data connection were not working any more.
 
Posts: 2 | Thanked: 7 times | Joined on May 2015
#399
Hi all!

Same problem here with a new AGTL version installing.
GPS won't fire up if just extract all over the old version. Why?

Anyway..
Here is how i got it working:

1. Do fresh advancedcaching_0.9.1.1_all.deb install
( ~ # dpkg -i /home/user/MyDocs/Documents/advancedcaching_0.9.1.1_all-1.deb)
2. Go to AGTL github project page and download
cachedownloader.py and downloader.py (or clone whole project with:~ $ git clone https://github.com/webhamster/advancedcaching.git /home/user/)
3. Copy those 2 files over the old ones in /opt/advancedcaching/
(~ # cp -ri /home/user/advancedcaching/advancedcaching/downloader.py /opt/advancedcaching/
~ # cp -ri /home/user/advancedcaching/advancedcaching/cachedownloader.py /opt/advancedcaching)
4. and hope it works if dont, try clear your update folder in /home/user/.agtl/updates

Still it would be nice to have 0.9.1.4 working maybe with some new features described earlier in this post.

And sorry about typoes etc, im first time with linux
 

The Following 5 Users Say Thank You to Librari For This Useful Post:
Posts: 54 | Thanked: 54 times | Joined on Dec 2013 @ Austria
#400
@Librari
Thanks for the hint, now i have a working AGTL version 0.9.1.1.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:12.