LG Download Mode tools and docs
The LGLAF.py project provides documentation and open-source tools for use with LG devices running in Download Mode.
A reverse-engineered protocol description is available at protocol.md.
The following tools are available:
- lglaf.py - execute arbitrary commands as root.
- partitions.py - list partitions, dump partitions to file or load a file to the partition.
All of these tools should work on both Linux and Windows. OS X is technically possible, but untested. See the README document for usage details.
Source code
See https://github.com/Lekensteyn/lglafDownloads
Nothing here yet, just grab the source code for now: master.zipYou will also need the Python interpreter. On Linux it is typically pre-installed, Windows users should grab it from https://www.python.org/downloads/windows/. (Python 3 or newer is recommended.)