steadfasterX / SALT

SALT - [S]teadfasterX [A]ll-in-one [L]G [T]ool
https://forum.xda-developers.com/t/tool-locked-unlocked-salt-the-lg-up-revolution-begins.3717864/
GNU Lesser General Public License v2.1
58 stars 20 forks source link

overwrite detected auth mode #13

Closed steadfasterX closed 6 years ago

steadfasterX commented 6 years ago

some firmware versions do not act as expected and here the auto detection of challenge/response is failing.

fix/workaround: add an option to start/restart SALT with an overwrite for both situations (with and without c/r)

steadfasterX commented 6 years ago

Temp fix

Change this

https://github.com/steadfasterX/lglaf/blob/g4-stable/lglaf.py#L46

to

0xaaaa: "G4",


in FWUL

sudo -i
cd /programs/lglafng 
nano lglaf.py

Then do the above change