Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No scans for Wifi APs (enabling wifi after scan start) #477

Closed
Djfe opened this issue Mar 9, 2014 · 8 comments
Closed

No scans for Wifi APs (enabling wifi after scan start) #477

Djfe opened this issue Mar 9, 2014 · 8 comments

Comments

@Djfe
Copy link
Contributor

Djfe commented Mar 9, 2014

MozStumbler doesn't scan for Wifi Aps if you enable it after it started to scan

It needs to check for a working Wifi connection each scanning interval instead of only once at the button press
Or we need an intent that gets executed each time the state of the wifi connection changes.

@Djfe
Copy link
Contributor Author

Djfe commented Mar 11, 2014

Has somebody tried to reproduce this bug, yet?
Wifi off->start scanning->wifi on->no scans for Wifi aps

@guerda
Copy link

guerda commented Mar 11, 2014

Yes, I did. I'm currently using the latest version (0.15.0) and did the following steps:

  1. Turn off Wifi
  2. Start MozStumbler ( http://i.imgur.com/RCXW8aS.png , no Wifi connected)
  3. Start scanning
  4. Turn on Wifi (I even connect to one in my example, http://i.imgur.com/wQkAh0N.png)
  5. No Wifi networks are detected
  6. I stop and start scanning ( http://i.imgur.com/L2EZ0XV.png )
  7. All Wifi networks are detected

@Djfe
Copy link
Contributor Author

Djfe commented Mar 11, 2014

Thx ;)

illarionov added a commit to illarionov/MozStumbler that referenced this issue Mar 11, 2014
cpeterso added a commit that referenced this issue Mar 13, 2014
Resume wi-fi scan after Wi-fi is turned on [#477] (@illarionov)
@cpeterso
Copy link
Contributor

Fixed by PR #489.

@guerda
Copy link

guerda commented Mar 14, 2014

I can verify that this bug is fixed.

  1. Turn wifi on
  2. Start scanning
  3. Turn wifi off (visible wifi networks 0)
  4. Turn wifi on (visible wifi networks rises)

Thank you for the work!

@Djfe
Copy link
Contributor Author

Djfe commented Mar 14, 2014

First the newest version is 0.16.0. Second you would need to compile it for your own as the fix has been implemented after the last update...

@guerda
Copy link

guerda commented Mar 14, 2014

I tested it with 0.16.0 today, it works.

@Djfe
Copy link
Contributor Author

Djfe commented Mar 15, 2014

Oh wait actually the fix was included in 0.16.0 so my fault ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants