Advertisement
Guest User

2018-08-29 Likorlove GPS Tracker

a guest
Nov 15th, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. I'm glad I found this device, as I was going to try and conjure something up myself, involving a spare mobile phone and a bit of Android scripting. This approach was a lot cheaper and quicker!
  2.  
  3. Anyway, I've only tested the unit in the house at the minute to get it setup and configured, so my fuller review will have to wait until I've tested it a bit longer. But, in the meantime, I've noticed a lot of people worrying about the amount of data this thing eats, as its default setting is to send its location back every 30 seconds at <insert cost of SMS on your chosen network> pence, each time. So here's something I've sussed out that lets you use much longer 'ping' times. I originally posted this as a reply on someone else's review but, given how many people are asking about this, it's probably best putting in a separate review:
  4.  
  5. The examples in the manual assume you want to use Seconds [s] as your intervals and the value can be set to anything between 001* and 999 as follows:
  6.  
  7. fix030s***n123456 --report back every 30 seconds. [default]
  8.  
  9. fix360s***n123456 --report back every 360 seconds [ie. one hour].
  10.  
  11. The value has to always be 3 digits, so pad with zeroes if needs be, eg: 006, 030, 425... etc. If you use more or less than 3 digits, you'll get a "password err"
  12.  
  13. If you want to go higher than 999 seconds, you can substitute 'm' for minutes or 'h' for hours. Same rules apply; 3 digits, pad with zeroes if needs be. So:
  14.  
  15. fix060m***n123456 --report back every 60 minutes.
  16.  
  17. fix024h***n123456 --report back every 24 hours.
  18.  
  19. *[I didn't actually try setting the value to 001 seconds as that would have decimated my credit in no time. But I'm assuming a minimum value of 001]
  20.  
  21. I'm still trying to suss out how to turn off auto-reporting completely as, being as tight as the proverbial duck's nether regions, I just want the tracker to respond when I query it. If I find that out, I'll add it to this comment.
  22.  
  23. ----
  24.  
  25. geo12 months ago (Edited)Report abuse
  26. Thanks!
  27. 360s = 6mins
  28.  
  29. -----
  30.  
  31. Franco11 months agoReport abuse
  32. Thanks for your info didn't know about selecting minutes or hours! :)
  33. Here's the answer to your question to save some £s on data usage...
  34. To turn off auto-reporting:
  35. sms123456
  36. To turn on auto-reporting:
  37. gprs123456
  38.  
  39.  
  40. ------
  41.  
  42. stuzbot 7 months agoIn reply toan earlier postEdit | Delete
  43. Whoops! –you're right of course. My old maths teacher Mr. Stinson would have lifted me out of my chair by my sideboards for that schoolboy error.
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement