n0xa / m5stick-nemo

M5 Stick C firmware for high-tech pranks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a few problems

jakissajmon opened this issue · comments

Hi,
2 days ago i updated my firmware on m5stickc+ to 6.0 and here are all the bugs i noticed(for now, ill update here if u find any more)

  1. The random wifi spam either doesnt work or takes me back to main menu
  2. Pressing back in the rotation menu rotates the screen(to the right i think).
  3. The battery percentage is almost always inaccurate or broken, it even showed me "10090%" one time(id suggest to make a status/top bar with it).
  4. The ui colors only saves if you pick custom colors, it never saves for me if i pick one of the themes.
  5. Resettings doesnt do anything.

That's it for now, ill update if there are any more i find. Id also suggest to make the tv-bgone a progress bar that will show which code it is currently transmitting(f.ex. if there was 200 codes on 10th code there would be a progressbar at 5% and it would say "10/200"). Also, could you add some defensive tools for example detecting pwnagotchi packet monitor(deauth sniff) like in marauder.
If Ill find some time(prob weekend) i will try to make some of these ideas and fix these bugs, but i cant promise anything(im more of a desktop app dev and im just learning arduino cpp)

Regards(and sorry if my english is bad, im Polish)

Hi,

  1. The random wifi spam either doesnt work or takes me back to main menu

    • It normally doesn't show anything on screen, and android devices take sometime to notice the networks that Nemo creates, apple devices are faster to notice the networks
  2. Pressing back in the rotation menu rotates the screen(to the right i think).

    • I Fixed that in my repo, and I'm creating a PR to fix it.
  3. The battery percentage is almost always inaccurate or broken, it even showed me "10090%" one time(id suggest to make a status/top bar with it).

    • pending analisis....
  4. The ui colors only saves if you pick custom colors, it never saves for me if i pick one of the themes.

    • I Fixed that in my repo, and I'm creating a PR to fix it.
  5. Resettings doesnt do anything.

    • Well, it must get back to original configurations, as it is, can you explain more?

Hey,

  1. It doesnt create any networks.
  2. That might be my hardware fault, i had a problem with it some time ago when if was glitching and rtc clock was just frozen.
  3. It doesnt reset the brightness, colors and that is like the only configuration there is to revert. (and "resettings" was polish autocorrect")
    This weekend im prob gonna add a PR too, i have some features in mind to add, not only these ones.

The "Reset" option is there just to reboot/restart the device, nothing else..

To clear configuration the option is "Clear Settings"

By saying reset i meant the "Clear Configuration" option or pressing power+next button while off.

I also have a fix for the colors. It's kind of involved and I was still testing it last weekend. I'm in the middle of a cross-country move and won't really be able to approve PRs or patch anything until March 22nd or so. Sorry about that.