mananshr / pyalienfx

Automatically exported from code.google.com/p/pyalienfx
GNU General Public License v3.0
0 stars 0 forks source link

How to remove completely? Revert what was changed? #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed pyalienfx
2. changed the alienhead button
3. tried to changes back but still shows BLUE even when unplugged!

I tried pacman -Rsn pyalienfx but still the color is always white. Instead of 
blue when on AC, yellow when on battery and pulsing when charging.

What is the expected output? I need the system default back.

What version of the product are you using? 1.0 from AUR on M14x R2

Original issue reported on code.google.com by hyd...@gmail.com on 17 Sep 2014 at 8:44

GoogleCodeExporter commented 9 years ago
I formatted my disk and reinstalled Arch Linux. The Alienhead is still screwed. 
How do you revert to factory default?

Original comment by hyd...@gmail.com on 18 Sep 2014 at 8:18

GoogleCodeExporter commented 9 years ago
This is useless, indeed the light settings are store in the USB controller, you 
need to override them, either through windows or by making pyAlienFX work for 
your model !

Original comment by ledjfou125 on 19 Sep 2014 at 4:35

GoogleCodeExporter commented 9 years ago
Making something that is broken work, isn't my job. But making sure that 
software you create truly "uninstalls" would be the developer's. Not only are 
files left after uninstall but the pyalienfx makes no backup or original 
settings and does not restore after removal. Just imagine if every script, 
software, etc uninstalled in the form of pyalienfx Not even AlienFX does that 
and it if did maybe we could say well its Windows based.

It was my understanding that uninstall, is the opposite of install. So, how do 
you uninstall this? After pacman removal the lights are STILL using pyalienfx's 
broken config.

Original comment by hyd...@gmail.com on 19 Sep 2014 at 6:23

GoogleCodeExporter commented 9 years ago
First, I never claimed it worked on something else than M11xr3 !
Second I did not create the Arch packet 
Third there is no such thing as a config file for the controller so try to 
understand how it works before getting pissed because even with all the good 
will in the world if you can't talk to it you can't revert ! 

Original comment by ledjfou125 on 19 Sep 2014 at 10:13

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/pyalienfx/wiki/SupportedComputer

Original comment by hyd...@gmail.com on 19 Sep 2014 at 10:47

GoogleCodeExporter commented 9 years ago
"or by making pyAlienFX work for your model"

...how do you restore the pulsing color of the Alien head when battery is 
charging?

Original comment by hyd...@gmail.com on 20 Sep 2014 at 6:16

GoogleCodeExporter commented 9 years ago
Error when trying to mirror factor settings of the power button (alien head):

Traceback (most recent call last):
  File "/opt/pyAlienFX/pyAlienFX.py", line 940, in on_Save_pressed
    self.Set_Conf(Save=True)
  File "/opt/pyAlienFX/pyAlienFX.py", line 743, in Set_Conf
    self.controller.Set_Loop_Conf(Save,self.computer.BLOCK_BATT_SLEEPING)
AttributeError: M14XLight instance has no attribute 'BLOCK_BATT_SLEEPING'

Original comment by hyd...@gmail.com on 20 Sep 2014 at 6:20