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

LED mode sometimes doesn't change (or will turn off) #1

Open
Jigoku opened this issue Mar 25, 2017 · 6 comments
Open

LED mode sometimes doesn't change (or will turn off) #1

Jigoku opened this issue Mar 25, 2017 · 6 comments
Assignees
Labels

Comments

@Jigoku
Copy link
Owner

Jigoku commented Mar 25, 2017

The mouse flashes when storing the color via;

change_color()
change_mode(1)
store_settings()

but will occasionally turn the LED off after storing the newly set color.

Most of the time the mouse sets and stores the color fine, but other times it results in the mouse flashing the newly set color, and then results in the mouse turning the LED off.

Investigate this;

As of the moment, the only way i can get the LED light to turn back on, is to boot up a virtual machine and set the color via the windows software or using the factory_reset() command.

@Jigoku Jigoku added the bug label Mar 25, 2017
@Jigoku Jigoku self-assigned this Mar 25, 2017
@Jigoku
Copy link
Owner Author

Jigoku commented Mar 25, 2017

It seems to be unpredictable when the LED turns off after setting and persistently storing the color.
Rarely it happens on the first color change, other times it take at least 10+ tries when switching the color.

@Jigoku
Copy link
Owner Author

Jigoku commented Apr 3, 2017

After reversing some of the other features related to setting the LED, i believe this is the "on" switch;
0x07, 0x0b, 0x01, 0x00, 0x00, 0xaa, 0x00, 0x00 however it also sometimes ends up turning off, or being more dim that the color value would be expected. Changing the LED mode to breathe fixes it.

Possibly there is an alpha/opacity value that sets the "fade" level of the breathe mode?
Assuming this was set to max after turning the LED on, would keep it lit.

Just have to find it, if that is the case.

@Jigoku
Copy link
Owner Author

Jigoku commented Apr 3, 2017

0x07, 0x0c, 0x01, 0x00, 0x0f, 0x00, 0x00, 0x00

Appears to turn the LED on... after being stuck off.

@Jigoku
Copy link
Owner Author

Jigoku commented Apr 3, 2017

Possibly fixed. 99f4cc0

@Jigoku
Copy link
Owner Author

Jigoku commented Apr 3, 2017

Now it seems the LED gets stuck randomly, applies to all modes.

@Jigoku Jigoku changed the title LED sometimes turns off after being set LED mode sometimes doesn't change (or will turn off) Apr 3, 2017
@Jigoku
Copy link
Owner Author

Jigoku commented Apr 12, 2017

Still broken, maybe go over the packet capture log process again, and have a second look.

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

No branches or pull requests

1 participant