"4G only" option on p7 l10 ??

Search This thread

blue7077

Senior Member
Nov 15, 2013
73
3
hi everyone
im using p7 l10 b853 with android 5.1.1
how can i get "4g only" option?
in settings we have just:
lte/wcdma/gsm auto
wcdma/gsm auto
wcdma only
gsm only
can we have "lte only"? how??
 

usb2

Senior Member
May 28, 2010
167
83
Italia
hi everyone
im using p7 l10 b853 with android 5.1.1
how can i get "4g only" option?
in settings we have just:
lte/wcdma/gsm auto
wcdma/gsm auto
wcdma only
gsm only
can we have "lte only"? how??

with kikat this work (but i don't know lollipop)...
you need root and sqlite editor

-open with sqlite editor /data/user/0/com.android.providers.settings/databases/settings.db
-now go in systemex and find "hw_networkmode_preference" value and edit the numbers of this line with the one you want
Code:
9 - gsm/wcdma/lte
3 - gsm/wcdma
11 - lte only
2 - wcdma only
1 - gsm only
12 - wcdma/lte
-reboot the phone
 

blue7077

Senior Member
Nov 15, 2013
73
3
with kikat this work (but i don't know lollipop)...
you need root and sqlite editor

-open with sqlite editor /data/user/0/com.android.providers.settings/databases/settings.db
-now go in systemex and find "hw_networkmode_preference" value and edit the numbers of this line with the one you want
Code:
9 - gsm/wcdma/lte
3 - gsm/wcdma
11 - lte only
2 - wcdma only
1 - gsm only
12 - wcdma/lte
-reboot the phone

thanks
but is there any way to do this in lollipop without root???
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    hi everyone
    im using p7 l10 b853 with android 5.1.1
    how can i get "4g only" option?
    in settings we have just:
    lte/wcdma/gsm auto
    wcdma/gsm auto
    wcdma only
    gsm only
    can we have "lte only"? how??

    with kikat this work (but i don't know lollipop)...
    you need root and sqlite editor

    -open with sqlite editor /data/user/0/com.android.providers.settings/databases/settings.db
    -now go in systemex and find "hw_networkmode_preference" value and edit the numbers of this line with the one you want
    Code:
    9 - gsm/wcdma/lte
    3 - gsm/wcdma
    11 - lte only
    2 - wcdma only
    1 - gsm only
    12 - wcdma/lte
    -reboot the phone