Moto Firmware Lolinet is an unofficial firmware distribution and support project focused on Motorola devices, offering downloadable firmware images, flashing tools, and user-contributed instructions to restore, update, or modify Motorola phones and tablets. It targets users who need stock firmware for recovery, those performing repairs, and enthusiasts installing region-specific or older builds.
Open a terminal/command prompt in the firmware folder and run (adjust for your device):
fastboot oem fb_mode_set
fastboot flash partition gpt.bin
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img # if present
fastboot flash logo logo.bin
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash dsp dspso.bin
fastboot flash system system.img_sparsechunk.0
# (repeat for all sparsechunks)
fastboot flash oem oem.img
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
fastboot erase cache
fastboot erase userdata
fastboot erase customize
fastboot erase clogo
fastboot oem fb_mode_clear
fastboot reboot
How does Lolinet compare to other firmware sources?
| Source | Pros | Cons | | :--- | :--- | :--- | | Lolinet | Largest archive, old builds preserved, direct download | No official support, requires technical skill | | LMSA (Official) | One-click repair, no bootloader unlock needed for recovery | Limited models, always latest version (no downgrade) | | XDA Forums | User-tested, modded firmwares | Links die frequently, scattered threads | | Motorola OTA | Safe, automatic | No full firmware, can't unbrick | | Paid sites (EasyFirmware) | Sometimes exclusive files | Costly, risk of malware |
Verdict: For DIY repair, Lolinet is superior. For casual users, LMSA is safer.