![]() |
Vector Mine (from extras-testing) - just badly written, or spyware?
This is what I get when trying to run package vectormine (asteroid-shooting game from repositories) on a device with "all telephony functions disabled" error:
Quote:
Now, the question is - is it just written sincerely, just using worst coding practices possible ever, or have some malicious purpose? I will refrain from commenting, until people more fluent in python check pointed sources and determine it. Cheers, /Estel |
Re: Vector Mine (from extras-testinf) - just badly written, or spyware?
Quote:
Were you able to play when your antenna is on? To disable this procedure you can try to remove from the "def main():" follow lines. Code:
LoadSerial() Code:
To remove everything related to IMEI and serial you need to remove also following functions: def GetImei(): def LoadSerial(): def SaveSerial(): def SerialCode(screen, font, events): |
Re: Vector Mine (from extras-testinf) - just badly written, or spyware?
1 Attachment(s)
You'd also probably want to remove all the places where it mentions REGISTERED.
Try replacing '/opt/vectormine/vectormine.py' with the one I've attached. I just commented out all the stuff about register and IMEI. I'm definitely not a python expert either but it does run. |
Re: Vector Mine (from extras-testinf) - just badly written, or spyware?
Registration that is tied to the device - be it through the IMEI or any other way - is a Bad Idea™ anyway if you ask me. Devices break, get passed on, sold, lost or stolen. If you really want registration, tie it to the user, not the device.
|
All times are GMT. The time now is 15:53. |
vBulletin® Version 3.8.8