[LOCKED BL] Fix: No Service or Emergency Calls Only

Search This thread

datscoolmetoo

Member
Aug 24, 2017
29
10
finally i figured a way to fix this issue. it worked for my locked H818P, hope it helps everyone :)
you need root for it.

here are the steps:
1. setup adb
2. enable USB Debugging
3. connect your phone to the PC and open an adb command window

4. execute these commands
Code:
adb shell
Code:
su
Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1
Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2
Code:
reboot

i found this on here
 
  • Like
Reactions: chetan180

hdhthed

Senior Member
Nov 25, 2013
56
6
finally i figured a way to fix this issue. it worked for my locked H818P, hope it helps everyone :)
you need root for it.

here are the steps:
1. setup adb
2. enable USB Debugging
3. connect your phone to the PC and open an adb command window

4. execute these commands
Code:
adb shell
Code:
su
Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1
Code:
dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2
Code:
reboot

i found this on here

I really thank you very very much. I have found the way to fix this problem more than a week. Finally found this post. Current Im very happy because my phone is working, It has signaled. Once again I would like to thank you very very much. Good luck to you.
 

robburne

Member
Dec 29, 2007
38
0
How do you enter su mode. For me it is denied despite phone being rooted and running adbd app on phone to supposedly allow the su mode.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    finally i figured a way to fix this issue. it worked for my locked H818P, hope it helps everyone :)
    you need root for it.

    here are the steps:
    1. setup adb
    2. enable USB Debugging
    3. connect your phone to the PC and open an adb command window

    4. execute these commands
    Code:
    adb shell
    Code:
    su
    Code:
    dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1
    Code:
    dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2
    Code:
    reboot

    i found this on here

    I really thank you very very much. I have found the way to fix this problem more than a week. Finally found this post. Current Im very happy because my phone is working, It has signaled. Once again I would like to thank you very very much. Good luck to you.
    1
    finally i figured a way to fix this issue. it worked for my locked H818P, hope it helps everyone :)
    you need root for it.

    here are the steps:
    1. setup adb
    2. enable USB Debugging
    3. connect your phone to the PC and open an adb command window

    4. execute these commands
    Code:
    adb shell
    Code:
    su
    Code:
    dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst1
    Code:
    dd if=/dev/zero of=/dev/block/bootdevice/by-name/modemst2
    Code:
    reboot

    i found this on here