issues
search
Lekensteyn
/
lglaf
LG Download Mode utility and documentation
https://lekensteyn.nl/lglaf/
MIT License
137
stars
74
forks
source link
Fix method 'def detect_serial_path():' on windows 10:
#66
Open
JunioJsv
opened
4 years ago
JunioJsv
commented
4 years ago
changed line 399 to: if name.startswith(r'\DEVICE\LG') and (name.endswith('G1') or name.endswith('G2')):
this condition prevented the script from finding my lg k10 250ds device that has the name in the registry \Device\LGSIDIAG1
JunioJsv
commented
4 years ago