Search found 1153 matches
Re: BUG: Show 'only mine' showing everything (website only)
When you hit the map URL as a non-logged in user (or with a freshly expired auth token), the overlay tiles get generated ignoring all the params available only to authenticated users. These results then get cached by your browser with exactly the same signatures as the "proper" tiles would and you ...
Sat Nov 30, 2024 11:01 pm
Forum: WiGLE Frontpage
Topic: Instructors Using WiGLE
Replies: 2
Views: 4780
Re: Instructors Using WiGLE
make sure you're logging in using your username, not your email address.
Re: BUG: Show 'only mine' showing everything (website only)
the code is pretty battle-tested at this point - a few steps to try: 1. log out and back in 2. make sure to hit the "filer button" we don't auto-apply most of the filter settings on change because tile generation is expensive. That being said, the URL you posted should work right off the bat (and ...
Re: Automatically Close Error Popup
you could also retrofit your script to check for a data connection before trying to upload, which would solve your problem without requiring us to change the way the app works for you.
Sat Nov 16, 2024 7:15 pm
Replies: 21
Views: 11851
Re: Pixel 9 (Pro) its so bad, wow...
Seeking confirmation: if you look at your phone's net.wigle.wigleandroid logcat messages (requires an app or an IDE+cable) after a long run with one of these nerfed phones, do you see a lot of: culling pending queue. size: 512 culled pending queue. size now: 512 pending queue still full, couldn't ...
Re: Home Fence
no, there's no functionality in the app right now that deletes anything from the DB.
As always, pull-requests are very welcome on GitHub!
As always, pull-requests are very welcome on GitHub!
Re: Home Fence
This is something you can automate with Tasker and similar programs.
I have to ask: are you just leaving it running in your house? Are these all bluetooth randomized addresses or something else?
I have to ask: are you just leaving it running in your house? Are these all bluetooth randomized addresses or something else?
Mon Nov 04, 2024 1:56 am
Replies: 21
Views: 11851
Re: Pixel 9 (Pro) its so bad, wow...
Alright WiFriends, new thing to check (maybe everyone here has already done this, and I'm late to the party- just got a recent pixel last week). Apparently the recent Android updates started enforcing the new battery optimization system. 1. under the app battery settings for the WiGLE WiFi ...
Sat Nov 02, 2024 4:47 pm
Replies: 21
Views: 11851
Re: Pixel 9 (Pro) its so bad, wow...
I will, but it's pretty impractical for me, as a distance runner - I can't exactly leave it screen-on, plugged in.
Fri Nov 01, 2024 12:17 am
Replies: 21
Views: 11851
Re: Pixel 9 (Pro) its so bad, wow...
Ouch, I've been side-by-siding my new Pixel 9 with my venerable Samsung Z-flip 3 for the last 24 hours. - Throttle disabled - Settings same or faster for scan speed - "Keep Screen On" with a button push afterward to avoid burning up my battery immediately. - ZFlip has an immense database from years ...
Re: BUG: Location Height
if you've got a source for the list of devices with problems, please post here - it'll help other folks going through the same issues!
Tue Oct 22, 2024 4:20 pm
Replies: 21
Views: 11851
Re: Pixel 9 (Pro) its so bad, wow...
So, is anyone experiencing this using a carrier OTHER than Verizon?
Re: Android App: Bad notification Exception
Does the "share" dialog simply fail to pop up, or when you select where to send your file does it fail?
Fundamentally, Android has moved to a model where each app's filespace is encrypted, so it's not like the old days where could just poke around the SD card and find the files.
Fundamentally, Android has moved to a model where each app's filespace is encrypted, so it's not like the old days where could just poke around the SD card and find the files.
Re: Automatically Close Error Popup
it's a good question - we created that behavior so people could send us reports of problems. it entirely possible to make a setting that allows users to choose to show toast instead of the dialog, but then we'd need to get the settings string translated into 30+ languages ... pull requests are very ...