GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   Motorola Android based (https://forum.gsmhosting.com/vbb/f783/)
-   -   Moto E4 / E4 Plus Sprint No Service / Radio off FIX (https://forum.gsmhosting.com/vbb/f783/moto-e4-e4-plus-sprint-no-service-radio-off-fix-2469196/)

..::Angel::.. 09-11-2018 21:54

Moto E4 / E4 Plus Sprint No Service / Radio off FIX
 
Moto E4 / E4 Plus Sprint No Service / Radio off FIX

1. Boot loader unlock (through official Motorola boot loader unlock)
2. Flash twrp / any custom recovery via (fastboot flash recovery recovery.img)
3. Boot to recovery mode, Go to "Mounts" and put a check on "Persist"
4. Open command prompt and copy/paste this command: adb shell chmod 0700 /persist/rfs/msm/mpss/datablock/id_00
5. Reboot phone and insert SIM card (if phone show Invalid SIM card, than you'll have to unlock/re-unlock it via GC Pro or SigmaBox)
6. -------------------> There is no step 6 :)

This will fix Radio off / No Service problem. Baseband will change to : M8920_15000.280.06.58.05R (Yes, R from E)

Best regards
Ali

saeedullah_khan 09-12-2018 09:55

how to enable Moto E4 XT1766 APN Setting

..::Angel::.. 09-12-2018 12:06

Quote:

Originally Posted by saeedullah_khan (Post 13313535)
how to enable Moto E4 XT1766 APN Setting

There are a few ways to enable APN on this model.
You could just unlock boot loader and flash boot, recovery, system and oem files from version: NCQ26.69-48


Code:

fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot reboot

P.S. do not flash bootloader.img or you'll brick your phone.

BR

asad_nomy7 09-13-2018 16:34

Thanks for sharing done.after command set show invalid sim then unlocked with GC PRO.
Code:

...Port list end...
Using Version...1.0.0.0059
Selected Port WCDMA Diagnostics Interface COM449
Selected Model GT-I5500
Selected Task Moto Unlock

Searching phone...

Build...MPSS.TA.2.3.c1-00280-8953_GEN_PACK-1.98137.1.144357.1

No usable adb device found...

Motorola Unlock Started..
IMEI-1 := 99000572069xxxx
SPR Direct Unlock success...

!!! Success !!!!
Restart Phone if not auto...
Total Time Take...00:00:02
Log Saved

https://preview.ibb.co/egzefU/Screen...711_124857.png

asad_nomy7 09-13-2018 19:21

APN setting not work also done

Code:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Program Files\Minimal ADB and Fastboot>fastboot devices
ZY2246ZFW5      fastboot

C:\Program Files\Minimal ADB and Fastboot>fastboot flash boot boot.img
(bootloader) has-slot:boot: not found
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [  0.579s]
writing 'boot'...
(bootloader) Image signed with key bad key
OKAY [  0.683s]
finished. total time: 1.265s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (16484 KB)...
OKAY [  0.578s]
writing 'recovery'...
(bootloader) Image signed with key bad key
OKAY [  0.754s]
finished. total time: 1.335s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.0
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (512483 KB)...
OKAY [ 17.469s]
writing 'oem'...
OKAY [ 12.901s]
finished. total time: 30.373s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.1
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (50742 KB)...
OKAY [  1.729s]
writing 'oem'...
OKAY [  1.293s]
finished. total time: 3.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.0
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (523254 KB)...
OKAY [ 17.803s]
writing 'system'...
OKAY [ 13.719s]
finished. total time: 31.526s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.1
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (501524 KB)...
OKAY [ 17.102s]
writing 'system'...
OKAY [ 12.663s]
finished. total time: 29.768s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.2
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519439 KB)...
OKAY [ 17.744s]
writing 'system'...
OKAY [ 13.115s]
finished. total time: 30.863s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.3
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519662 KB)...
OKAY [ 17.757s]
writing 'system'...
OKAY [ 13.447s]
finished. total time: 31.207s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.4
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (412106 KB)...
OKAY [ 14.113s]
writing 'system'...
OKAY [ 14.582s]
finished. total time: 28.699s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase cache
(bootloader) has-slot:cache: not found
erasing 'cache'...
OKAY [  0.023s]
finished. total time: 0.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase userdata
(bootloader) has-slot:userdata: not found
erasing 'userdata'...
OKAY [  2.068s]
finished. total time: 2.071s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase DDR
(bootloader) has-slot:DDR: not found
erasing 'DDR'...
OKAY [  0.031s]
finished. total time: 0.034s

C:\Program Files\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.021s

C:\Program Files\Minimal ADB and Fastboot>


shawnmaine 11-13-2018 01:23

I have the same model Sprint XT1766 (with baseband NCQ26.69-48) (and I have another, XT1765 TMobile) but am having problem with unlock. GCPro showed Successful just like
everybody else. I tried with Sigma, same thing.
I unlocked booloader on both before unlocking with GCPro and Sigma. Still no solution. What did you do differently?

Quote:

Originally Posted by asad_nomy7 (Post 13316110)
APN setting not work also done

Code:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Program Files\Minimal ADB and Fastboot>fastboot devices
ZY2246ZFW5      fastboot

C:\Program Files\Minimal ADB and Fastboot>fastboot flash boot boot.img
(bootloader) has-slot:boot: not found
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [  0.579s]
writing 'boot'...
(bootloader) Image signed with key bad key
OKAY [  0.683s]
finished. total time: 1.265s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (16484 KB)...
OKAY [  0.578s]
writing 'recovery'...
(bootloader) Image signed with key bad key
OKAY [  0.754s]
finished. total time: 1.335s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.0
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (512483 KB)...
OKAY [ 17.469s]
writing 'oem'...
OKAY [ 12.901s]
finished. total time: 30.373s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.1
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (50742 KB)...
OKAY [  1.729s]
writing 'oem'...
OKAY [  1.293s]
finished. total time: 3.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.0
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (523254 KB)...
OKAY [ 17.803s]
writing 'system'...
OKAY [ 13.719s]
finished. total time: 31.526s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.1
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (501524 KB)...
OKAY [ 17.102s]
writing 'system'...
OKAY [ 12.663s]
finished. total time: 29.768s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.2
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519439 KB)...
OKAY [ 17.744s]
writing 'system'...
OKAY [ 13.115s]
finished. total time: 30.863s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.3
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519662 KB)...
OKAY [ 17.757s]
writing 'system'...
OKAY [ 13.447s]
finished. total time: 31.207s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.4
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (412106 KB)...
OKAY [ 14.113s]
writing 'system'...
OKAY [ 14.582s]
finished. total time: 28.699s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase cache
(bootloader) has-slot:cache: not found
erasing 'cache'...
OKAY [  0.023s]
finished. total time: 0.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase userdata
(bootloader) has-slot:userdata: not found
erasing 'userdata'...
OKAY [  2.068s]
finished. total time: 2.071s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase DDR
(bootloader) has-slot:DDR: not found
erasing 'DDR'...
OKAY [  0.031s]
finished. total time: 0.034s

C:\Program Files\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.021s

C:\Program Files\Minimal ADB and Fastboot>



asadnow2k 11-21-2018 14:47

when triying to unlock boot loader it says invalid boot state what im doing wrong pls any advice

lugnut2099 01-04-2019 23:29

For some reason, this doesn't work for me, but my situation is weird in general. I've basically given up on this phone long ago, but I decided to mess with it one last time. If anyone has any ideas that'd be most appreciated.

So I have "radio off"/no service. I also can't enable NFC, which may or may not be related. And to add to the fun, my MEID displays as 0000000000001, which is probably where my problem lies. It has no trouble reading SIM cards from all carriers, however, and even displays the correct carrier name as though it was connecting to the network.

So this is the info that displays in fastboot:
Quote:

AP Fastboot Flash Mode (Secure)
BL: BB.32 (sha-91d91c6, 2018-03-08 13:55:55)
Baseband: M8920_15000.280.06.58.05R PERRY_NA_CA_CUST
Product/Variant: perry XT1766 16GB P3B
Serial Number: ZY224N9TQM
CPU: MSM8920
eMMC: 16GB SAMSUNG QE63MB RV=08 PV=03 FV=00000000000003
DRAM: 2GB SAMSUNG LP3 DIE=8Gb M5=01 M6=06 M7=00 M8=1F
Console [NULL]: null
Tools Mode Config: DISABLED
Battery OK
flashing_unlocked
Software status: Official
On the barcode screen, I have:
Quote:

IMEI/MEID: 256691840801319938
SKU: XT1766
DATE (mm-dd-yyyy): 11-24-2017
Serial Number: ZY224N9TQM
And after booting up and going to Settings, I have these key entries:
Quote:

Baseband: M8920_15000.280.06.58.05u

SIM STATUS:
Network: Unknown
Signal strength: 0
Cellular network type: Unknown
Service state: Radio off
Roaming: Not roaming
Cellular network state: Disconnected
My phone number - 417-438-xxxx

IMEI INFORMATION:
MIN: (varies)
PRL: (varies)
MEID: 00000000000001
So I know much of that is redundant or useless, but you notice the discrepancies? Why does the bootloader/fastboot detect the "R" change caused by changing the permissions, but I still get the "U" once booted? And perhaps more importantly, why is the IMEI still present on the barcode screen, but not when booted up? If memory serves, I had once wiped out the IMEI altogether while messing with it months ago and found it missing from the barcode screen as well, so I don't think it's just a static image that would show the original IMEI no matter what or anything...

So yeah, I'm stumped. It's almost like changing the permission did work as far as the bootloader is concerned, but for some reason the system when booted isn't reflecting it. Any ideas? Thanks in advance.

syed tuqeer 01-11-2019 11:28

Quote:

Originally Posted by ..::Angel::.. (Post 13313755)
There are a few ways to enable APN on this model.
You could just unlock boot loader and flash boot, recovery, system and oem files from version: NCQ26.69-48


Code:

fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash oem oem.img_sparsechunk.0
fastboot flash oem oem.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.0
fastboot flash system system.img_sparsechunk.1
fastboot flash system system.img_sparsechunk.2
fastboot flash system system.img_sparsechunk.3
fastboot flash system system.img_sparsechunk.4
fastboot erase cache
fastboot erase userdata
fastboot erase DDR
fastboot reboot

P.S. do not flash bootloader.img or you'll brick your phone.

BR

Hello,
Need firmware link Please....

SamarMobileZone 01-13-2019 12:19

Quote:

Originally Posted by syed tuqeer (Post 13502611)
Hello,
Need firmware link Please....

https://drive.google.com/uc?export=d...Sn-lZgwt4i2p55

kachman 01-22-2019 01:03

Quote:

Originally Posted by lugnut2099 (Post 13493303)
For some reason, this doesn't work for me, but my situation is weird in general. I've basically given up on this phone long ago, but I decided to mess with it one last time. If anyone has any ideas that'd be most appreciated.

So I have "radio off"/no service. I also can't enable NFC, which may or may not be related. And to add to the fun, my MEID displays as 0000000000001, which is probably where my problem lies. It has no trouble reading SIM cards from all carriers, however, and even displays the correct carrier name as though it was connecting to the network.

So this is the info that displays in fastboot:


On the barcode screen, I have:


And after booting up and going to Settings, I have these key entries:


So I know much of that is redundant or useless, but you notice the discrepancies? Why does the bootloader/fastboot detect the "R" change caused by changing the permissions, but I still get the "U" once booted? And perhaps more importantly, why is the IMEI still present on the barcode screen, but not when booted up? If memory serves, I had once wiped out the IMEI altogether while messing with it months ago and found it missing from the barcode screen as well, so I don't think it's just a static image that would show the original IMEI no matter what or anything...

So yeah, I'm stumped. It's almost like changing the permission did work as far as the bootloader is concerned, but for some reason the system when booted isn't reflecting it. Any ideas? Thanks in advance.

were you maybe trying the method where you flash some .bat files to unlock the phone? before you erased the IMEI

danibutt19 09-20-2019 18:40

motr xt-1925-5 repair imei possible ?

khankh 02-08-2020 10:28

Quote:

Originally Posted by asad_nomy7 (Post 13316110)
APN setting not work also done

Code:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Program Files\Minimal ADB and Fastboot>fastboot devices
ZY2246ZFW5      fastboot

C:\Program Files\Minimal ADB and Fastboot>fastboot flash boot boot.img
(bootloader) has-slot:boot: not found
target reported max download size of 536870912 bytes
sending 'boot' (16384 KB)...
OKAY [  0.579s]
writing 'boot'...
(bootloader) Image signed with key bad key
OKAY [  0.683s]
finished. total time: 1.265s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
(bootloader) has-slot:recovery: not found
target reported max download size of 536870912 bytes
sending 'recovery' (16484 KB)...
OKAY [  0.578s]
writing 'recovery'...
(bootloader) Image signed with key bad key
OKAY [  0.754s]
finished. total time: 1.335s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.0
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (512483 KB)...
OKAY [ 17.469s]
writing 'oem'...
OKAY [ 12.901s]
finished. total time: 30.373s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash oem oem.img_sparsechunk
.1
(bootloader) has-slot:oem: not found
target reported max download size of 536870912 bytes
sending 'oem' (50742 KB)...
OKAY [  1.729s]
writing 'oem'...
OKAY [  1.293s]
finished. total time: 3.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.0
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (523254 KB)...
OKAY [ 17.803s]
writing 'system'...
OKAY [ 13.719s]
finished. total time: 31.526s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.1
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (501524 KB)...
OKAY [ 17.102s]
writing 'system'...
OKAY [ 12.663s]
finished. total time: 29.768s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.2
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519439 KB)...
OKAY [ 17.744s]
writing 'system'...
OKAY [ 13.115s]
finished. total time: 30.863s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.3
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (519662 KB)...
OKAY [ 17.757s]
writing 'system'...
OKAY [ 13.447s]
finished. total time: 31.207s

C:\Program Files\Minimal ADB and Fastboot>fastboot flash system system.img_spars
echunk.4
(bootloader) has-slot:system: not found
target reported max download size of 536870912 bytes
sending 'system' (412106 KB)...
OKAY [ 14.113s]
writing 'system'...
OKAY [ 14.582s]
finished. total time: 28.699s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase cache
(bootloader) has-slot:cache: not found
erasing 'cache'...
OKAY [  0.023s]
finished. total time: 0.027s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase userdata
(bootloader) has-slot:userdata: not found
erasing 'userdata'...
OKAY [  2.068s]
finished. total time: 2.071s

C:\Program Files\Minimal ADB and Fastboot>fastboot erase DDR
(bootloader) has-slot:DDR: not found
erasing 'DDR'...
OKAY [  0.031s]
finished. total time: 0.034s

C:\Program Files\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.021s

C:\Program Files\Minimal ADB and Fastboot>


can i flash sperry rom to perry?
thanx

skoria3 02-10-2020 17:39

working in moto e5 play ?


All times are GMT +1. The time now is 21:10.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.27101 seconds with 6 queries

SEO by vBSEO