Jump to content

triga

+Premium Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by triga

  1. The first cache we showed my parents, had been peed in it. It was our first find like that. Strange enough they started caching on their own after that O.o
  2. I have a Samsung Galaxy S4 with the ANT+ Plugin Sampler software The PIN of the programming GPS is shown and there is a serial number field as well. Garmin GPS'es can read the data just fine, as people are still finding our cache. I have not tried reprogramming it again with the original GPS. We own a GPSMap60CSx and had to borrow one originally to program it. I attached some screenshots of the app. I blurred some stuff as it is mystery related. I haven't tried other chirps as I don't know if you can reprogram it with a garmin after hijacking it.
  3. You're required to enter a 5-digit PIN, part of the programming device ID, if not using the GPSr (or whatever device) that originally programmed the Chirp. This security feature is inside the Chirp's own program. http://www.gps-info.nl/gps/chirp-cache/chirp-cache-faq/ I did not have to inter any digits to reprogram my own Chirp. It was originally programmed with a Garmin GPS. I believe the security is in the garmin software of the GPS device and not in the Chirp itself. It's probably even possible to read the original unit ID that programmed it. I will test this when I get back home.
  4. Also worth noting that you can rewrite EVERY chirp with your smartphone. There does not seem to be any protection preventing you from changing someone else's CHIRP other than a warning. I've tried it at home on my own CHIRP and it works pretty good.
  5. I guess you could rename the .gwz file to .zip and extract all the files from it. I believe you can import the .lua file in Urwigo.
  6. Actually most smartphones have the needed hardware, just no drivers or software. Even if someone would code that, the CHIRPs are probably protected to be Garmin-Only.
  7. That's what I was afraid of... Currently I was using Wherigo.ShowScreen(0) <- Works for me to show the main screen in other situations. But nothing actually happened. Showing a message will display the message, but when pressing OK it will just go back to the input window. I was using this input window to make my cartridge more user friendly, I'm guessing I'll have to go back to making my manual better...
  8. I'll see if I can get my head around writing a plugin. Might ask for some help on the bcaching forums too. Thanks!
  9. Hi, I have a cartridge with an "Always On" Input window that triggers when entering a zone. Now I'd like to LEAVE the input window when leaving the zone. Is there any way to do this? ShowScreen doesn't work... Is it possible to send an answer to the input window upon leaving a zone. This way the input is given without needing the user to press a button.
  10. First of all, give all the images an Identifier (in urwigo you'll need to give them one, in earwigo one is generated automatically using the name), then do this Onenter(): (in this example we give them identifier image1-4, using 4 images) require "math" r=0 images={image1, image2, image3, image4} r=math.random(4) MessageBox{"Your text message"; images[r]} r=0 defines a variable r and sets it to 0 (this isn't necessary but I like to do it to reset variables before executing my function) images={image1, image2, image3, image4} defines a table with 4 values which are the identifiers of the images r=math.random(4) makes the variable r a random number from 1 to 4 (note that we required the MATH functions to be present) MessageBox{"Your text message"; images[r]} displays a message with a text and the r-th(random number) image from the table "images" Hope this works for you I'm not fully sure how you can set a zone's image but it should be similar
  11. The actual purpose would be rather to import caches from bcaching to Geoget. I guess it's just me being lazy since I can just press "Update caches" on my phone and it adds all new logs to my phone's database + any changes made to the listings. I'm using Geohunter on Android (offline database that can update from GPX files or bcaching). Anyway, going to try it tonight.
  12. I'm interested in trying it and will when I get back at home. I haven't used GSAK yet but I'd like something to keep track of everything. One question: Does it sync with Bcaching? I'd really really like that ;-)
  13. The fixed size I can live with (aslong as it doesn't keep changing). But the fact that it resizes images WAY too much and does not let us override bothers me A LOT. I mean, if I resize the image in my <img> tags, then the site doesn't still need to resize it. My own cache listings aren't so much affected, but an Event for which I made the layout is totally wrecked (event was in mid-april so not THAT important anymore). Some images that were 950px wide are now resized to 50px and I cannot seem to increase the size without actually modifying the image Anyway, if you change the width, then atleast grandfather older layouts or resize pictures only when they are too big AFTER HTML size reduction
  14. I've had cartridges I've built with 15. I was and will admit playing with fire! Edit: Guess I can't use colors in the forums. Or, just haven't figured it out. You can use colors using brackets and closing with [/color ][/color] ;-) As for the zones, it seems to depend on other items aswell. 6 zones + 6 items + 6 characters appeared to be simply too much at once.
  15. I for one like to start a cartridge and pick the exact location of the zones later. It's easy to just load the map and highlight a zone for testing purposes etc. They seem pretty accurate as well, so only if something goes wrong during the test runs I will need to mark a zone manually.
  16. 21 on 04/02/2011. 1 Multi and 20 Traditionals. We did it all on foot. It took us 10 hours and 24km. It was a good day :]
  17. What we do is: * Take average reading (around 30-60 automatic readings depending on situation) * Walk away en walk back to cache * Take average reading (around 30-60 automatic readings depending on situation) * Walk away en walk back to cache * Take average reading (around 30-60 automatic readings depending on situation) * Then at home we take an average of those 3 readings. I find it usually being very accurate.
  18. Maybe some error in your custom code (if you have any) or even in the builder generated code. Try downloading urwigo (or if you have an account earwigo) and import the LUA file there and see if that works. If it also throws an error you should check the .lua file itself for errors
  19. Hi guys! Here is my source code (the user written part). masterclue.zip I tried to document it well enough for people to understand. Please note that this is my first "real" programming apart from a PHP script so excuse me for sloppy code/bad formatting etc Thanks to everyone who helped my out in this thread. Everything runs smooth now in the emulator and shouldn't be causing any problems on Garmin devices (reduced visible items drastically by only making them visible when entering a zone). SIDENOTE: I wanted to post this in brackets so the forum search engine can pick it up, but I'm guessing it would be too much characters no?
  20. I got everything working now and I only need to add images and such to my cartridge. I will take a copy of the user code, document it and post it here as a reference to others in the future
  21. No, it isn't. It's a table with a set of strings in it. Strings don't have a ".Container". Try removing the quote marks: tabeldader = {zcharacterHendrikMus,zcharacterKarelSpecht,zcharacterMeneerDeRaaf,zcharacterMerelDeWitte,zcharacterMevrouwKievits,zcharacterTreesDeMees} I got it working by changing my tables to zcart:GetAllOfType('Zone/ZItem/ZCharacter') but somehow those tables aren't always filled :s. Sometime they contain all the objects but most of the time only partially. Is this normal? IF I get to finish this I'll probably release to sources as a help for others. There isn't much info around on the web about Wherigo so every little bit helps I guess...
  22. Grrrr, Now I'm having issues again. Example: This is an globally defined array I use with all the characters in it. tabeldader = {'zcharacterHendrikMus','zcharacterKarelSpecht','zcharacterMeneerDeRaaf','zcharacterMerelDeWitte','zcharacterMevrouwKievits','zcharacterTreesDeMees'} I'm getting these outputs in the debug window: print(tabeldader[1]) => zcharacterHendrikMus print(tabeldader[1].Container) => nil test = tostring(tabeldader[1]) print(test.Container) => nil print(zcharacterHendrikMus.Container) => a Zone instance (I guess this one is good) it appears that I can only call for the containers etc directly and not through a variable? If that is so, it's pretty bad :s
  23. If by "current zone" you mean "the one that the player is in" then you can check if "MyCuteItem.Container:Contains(Player)" is true. Exactly what I meant. Thanks!
×
×
  • Create New...