0xchocolate / flipperzero-wifi-marauder

Flipper Zero WiFi Marauder companion app
GNU General Public License v3.0
751 stars 55 forks source link

[bug] Cannot scroll the top of the list when scan list has large number of entries #14

Closed xologram closed 1 year ago

xologram commented 1 year ago

Describe the bug.

when i run scan ap i get 150+ networks. if i go to list to select an ap the listing starts at number ~70. and i cannot scroll up to to see scanned aps 1-70.

Reproduction

  1. run scan ap in a metropolitan area with large number of wifis
  2. scan 150+ wifis
  3. list aps
  4. verify that the list starts at around number 70 and aps 1-60 are not shown

Target

No response

Logs

No response

Anything else?

No response

0xchocolate commented 1 year ago

Did you enable logs saving to sd card? If that's turned off, then the buffer isn't big enough to hold all the entries.

xologram commented 1 year ago

Yep it logs to SD card and I can find list.log with all 150 entries in it will start showing the list in the companion app from 70th entry onwards.

0xchocolate commented 1 year ago

Did you try using the menu entry "View Log > from start"? It's at the top of the main menu in the app.

xologram commented 1 year ago

Ohh I see, I guess I was using it wrong. I was using the "List" option from the menu. But if I view the log from start (after I click the List) it actually works and paginates properly.

Thanks! I guess we can close this.