Hello everybody,
In this tutorial, I will explain you how to recover signal (LTE, 3G, calls and SMS) and IMEI on Moto G 2015 after the command ---> $ fastboot erase all
You need
- Your moto with official firmware of your region AND ROOTED
- a cable usb
- the zip in the downloads
- a computer with Windows/Linux/Mac with ADB installed and Motorola Drivers installed
Steps
0 - Copy all the files you have extracted from the zip to the internal storage of the phone
1 - Go to settings / About Phone and tap seven times on Build Number
2 - Go to settings / Developer Options and enable OEM unlocking, USB debugging
3 - Connect your phone to the computer
4 - Open a terminal in the computer where adb is installed and type this to verify if you device is correctly connected to the computer
If your device appears on the list, you can continue
5 - Then you can type
and then
6 - With su command, SuperSu will ask you the root rights on your phone for adb - > you have to accept them
7- Now, you can run those commands one by one in adb shell
Tell me if it works. It wrought fine for me on the europ firmware.
In this tutorial, I will explain you how to recover signal (LTE, 3G, calls and SMS) and IMEI on Moto G 2015 after the command ---> $ fastboot erase all
You need
- Your moto with official firmware of your region AND ROOTED
- a cable usb
- the zip in the downloads
- a computer with Windows/Linux/Mac with ADB installed and Motorola Drivers installed
Steps
0 - Copy all the files you have extracted from the zip to the internal storage of the phone
1 - Go to settings / About Phone and tap seven times on Build Number
2 - Go to settings / Developer Options and enable OEM unlocking, USB debugging
3 - Connect your phone to the computer
4 - Open a terminal in the computer where adb is installed and type this to verify if you device is correctly connected to the computer
Code:
adb devices
5 - Then you can type
Code:
adb shell
Code:
su
7- Now, you can run those commands one by one in adb shell
Code:
dd if=/sdcard/dhob.img of=/dev/block/mmcblk0p22
dd if=/sdcard/fsc.img of=/dev/block/mmcblk0p24
dd if=/sdcard/hob.img of=/dev/block/mmcblk0p21
dd if=/sdcard/keystore.img of=/dev/block/mmcblk0p36
dd if=/sdcard/carrier.img of=/dev/block/mmcblk0p38
from xda-developers http://ift.tt/2bzmn9q
via IFTTT
Hello everybody,
In this tutorial, I will explain you how to recover signal (LTE, 3G, calls and SMS) and IMEI on Moto G 2015 after the command ---> $ fastboot erase all
You need
- Your moto with official firmware of your region AND ROOTED
- a cable usb
- the zip in the downloads
- a computer with Windows/Linux/Mac with ADB installed and Motorola Drivers installed
Steps
0 - Copy all the files you have extracted from the zip to the internal storage of the phone
1 - Go to settings / About Phone and tap seven times on Build Number
2 - Go to settings / Developer Options and enable OEM unlocking, USB debugging
3 - Connect your phone to the computer
4 - Open a terminal in the computer where adb is installed and type this to verify if you device is correctly connected to the computer
If your device appears on the list, you can continue
5 - Then you can type
and then
6 - With su command, SuperSu will ask you the root rights on your phone for adb - > you have to accept them
7- Now, you can run those commands one by one in adb shell
Tell me if it works. It wrought fine for me on the europ firmware.
In this tutorial, I will explain you how to recover signal (LTE, 3G, calls and SMS) and IMEI on Moto G 2015 after the command ---> $ fastboot erase all
You need
- Your moto with official firmware of your region AND ROOTED
- a cable usb
- the zip in the downloads
- a computer with Windows/Linux/Mac with ADB installed and Motorola Drivers installed
Steps
0 - Copy all the files you have extracted from the zip to the internal storage of the phone
1 - Go to settings / About Phone and tap seven times on Build Number
2 - Go to settings / Developer Options and enable OEM unlocking, USB debugging
3 - Connect your phone to the computer
4 - Open a terminal in the computer where adb is installed and type this to verify if you device is correctly connected to the computer
Code:
adb devices
5 - Then you can type
Code:
adb shell
Code:
su
7- Now, you can run those commands one by one in adb shell
Code:
dd if=/sdcard/dhob.img of=/dev/block/mmcblk0p22
dd if=/sdcard/fsc.img of=/dev/block/mmcblk0p24
dd if=/sdcard/hob.img of=/dev/block/mmcblk0p21
dd if=/sdcard/keystore.img of=/dev/block/mmcblk0p36
dd if=/sdcard/carrier.img of=/dev/block/mmcblk0p38
from xda-developers http://ift.tt/2bzmn9q
via IFTTT
No comments:
Post a Comment