If you're facing issues with mobile connectivity, you can reinstall the modem files, as follows:
1. Download the factory image for your device from http://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750
2. Extract NON-HLOS.bin and fsg.mbn to a folder of your choice.
3. Download and install fastboot (or place the executable in the folder where you extracted the files), if not installed.
If you're using Windows you'll need to install the needed drivers
4. In the file manager, navigate to the folder where you extracted the files.
5. Right click > (Actions) > Open terminal (or CMD) here...
6. Reboot to bootloader (hold power and volume down buttons until you can read "AP Fastboot Flash Mode")
7. Type in the following commands:
If it fails, try running the commands with administratives privileges (for Mac and Linux use sudo fastboot instead of fastboot, for Windows right click CMD and open with admin privilege).
8. Reboot your phone (power button)
1. Download the factory image for your device from http://forum.xda-developers.com/2015-moto-g/general/guide-fastboot-flashing-factory-t3187750
2. Extract NON-HLOS.bin and fsg.mbn to a folder of your choice.
3. Download and install fastboot (or place the executable in the folder where you extracted the files), if not installed.
If you're using Windows you'll need to install the needed drivers
4. In the file manager, navigate to the folder where you extracted the files.
5. Right click > (Actions) > Open terminal (or CMD) here...
6. Reboot to bootloader (hold power and volume down buttons until you can read "AP Fastboot Flash Mode")
7. Type in the following commands:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
fastboot flash fsg fsg.mbn
If it fails, try running the commands with administratives privileges (for Mac and Linux use sudo fastboot instead of fastboot, for Windows right click CMD and open with admin privilege).
8. Reboot your phone (power button)