Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Menion

#11596
are you sure there is still problem? Please try to go to Locus->settings->Misc (at bottom) and clear cache. Then restart locus and try centering again. There will probably be cached old values. This have to work :)
#11597
Other features / Re: CloudMade "navigation"
August 23, 2011, 06:19:37
I'll explain how my system work and maybe you (or anyone other) will have better idea. Everytime, Locus receive new location (or you move with map when GPS is off), I test lines to next five points and find nearest point. And that's all :) ... i then switch guiding "blue arrows" to next point after this nearest and also do some more computation with main navigation points that have some direction orders.  So when you return to track, guiding should automatically switch to nearest point (everytime new location comes, it move closer to you by five points). To get car as symbol, you have to be closer then 50m to nearest point on track. Hope that you understand my system (my explanation) a little.
#11598
pretty simple answer ... sounds to play are computed by actual speed. When you only move with cursor over map at home, you'll hear nothing. Go out around a house ;)
#11599
Troubles & Questions / Re: field notes problem
August 22, 2011, 20:59:06
ok, but there is a lot of news since this few days 1.9.7 :) ... we have to fix it! I'll probably create for you some debug version, unfortunately I'll have time in thurstday, not before. So if I not forgot till that, I'll write you here ...
#11600
Troubles & Questions / Re: field notes problem
August 22, 2011, 20:38:07
you tried actually published version? 1.10.1?

did anyone have same problem? Damn, I tried it on three phones and no problem ...
#11601
Other features / Re: CloudMade "navigation"
August 22, 2011, 17:51:17
thanks svartbjorn, your posts are always welcome. Roundabout will be in today (mainly bugfixes release) but still with wrong images (only fixed sounds now) because my graphics need some time to create images ... but it will be

phoneguy ..
to be able to navigate on another GPX file then from cloudmade, there is need to add some more info into gpx file

     <rte>
          <rtept lat="51.17500" lon="4.39630"></rtept>
          <rtept lat="51.17600" lon="4.39630"></rtept>
          <rtept lat="51.17700" lon="4.39630">
              <desc>Head south on Perckhoevelaan, 0.1 km</desc>
              <extensions>
                  <turn-angle>269.0</turn-angle>
              </extensions>
          </rtept>
          <rtept lat="51.17600" lon="4.39630"></rtept>
          ...

so turn-angle is minimum that is needed in route point to have behavior as navigation point. At least I hope this sample will work :). Data sample from CloudMade is here for example http://developers.cloudmade.com/project ... x-response, but this exactly will not work (if imported). So try mine ...

About icon ... it's not final icon. New is in creating ...
#11602
Add-ons & Co-apps / Re: Addon - Geocaching
August 22, 2011, 08:18:29
just small warning, with arcao, we did some changes into Locus API that is not yet in Locus market version, so there should be some errors with sending data to Locus. I'll release today new version on market so test rather after that ;)
#11603
[CZ&SK] - diskuze o Locusu / Re: Načítání map
August 21, 2011, 19:42:07
jo ta tvoje práce s dialogy funguje pokud voláš dialog přes onCreate nebo víš přesně aktivitu na které se dialog zobrazí. Jenže moje dialogy jsou většinou dělané obecně a můžou být zavolané přes nějaké statické funkce takže nikdy pořádně nevím na jaké aktivitě jsou volané a rozhodně je nevytvářím přes onCreateDialog ...

s tou keší. Podívám se co nám píšou ale moc bych s tím nepočítal. Do keše se ukládá docela dost věcí a rád bych to měl tak nějak pohromadě (například klidně celé 1GB při stahování map do TAR formátu, ikony, zvuky atd ...)
#11604
Troubles & Questions / Re: GPX and KML export
August 21, 2011, 19:21:44
hmm, don't know where should be problem. May you upload here one exported track and we (or I at least) look if the file is valid and if not, I will surely quickly fix it ...
#11605
hello guys, I sometimes (every version that ends with *.0) reset licence state and require another check over internet. So when you receive negative response after Locus update, just allow for a while (next locus start) internet and all should be fine then ...
#11606
Troubles & Questions / Re: field notes problem
August 21, 2011, 14:36:11
thanks for video. Seems you have locus installed on very very fast internal memory or card :) and whole saving process, skipped one part in code. I improved saving system so please try next version (I'll probably release next version today or tomorrow morning)
#11607
easist way is to call Intent with Intent.VIEW and add to it data
Intent intent = new Intent(Intent.VIEW);
intent.setData(Uri.fromFile(new File(filepath)));
startActivity(intent);
this should work ...
#11608
here viewtopic.php?f=15&t=57 are some sample icons
#11609
no understand ... to add own icons, just compress all icons into one zip file, and this file into Locus/icons directory, that's all ...
#11610
Troubles & Questions / Re: field notes problem
August 21, 2011, 12:43:29
and when you close and open locus, is field note still in cache description? If not, then you gcFieldNotes.txt file should be locked for writting .. (for unknown reason)