force 4g only - Huawei Mate 20 Questions & Answers

Anyone know how we can do this

Come on some whizz must know how

4g only on huawei mate 20 pro
sutty86 said:
Come on some whizz must know how
Click to expand...
Click to collapse
Hello,
yes, now we finally found a solution.
Do exactly as described:
Download Settings Database Editor from playstore and open it
Look for hw_networkmode_preference and edit the stock value "9,6,2,1" to "11"
Restart the device
Open Settings Database Editor
Click on + Add new setting at the top
Type "hw_add_4g_only" (without " ") and press save changes
Type in your country code, example "502" Malaysia or "262" Germany. Press save changes
Type "hw_add_4g_only" (without " ") and press save changes (YES, REPEAT STEP 6)
Type in your country code, example "502" Malaysia or "262" for Germany and press save changes (YES, REPEAT STEP 7)
Restart the device and VOILA!
Now you have access to ALL network modes. Select "LTE" or "4G" for 4G only functionality.
Like this, you have stable Internet nearly where ever you go, without dropping back to overcrowded 2G/3G Networks.
Best,
Stefan
p.s.: thanks to ronald_loulan for original solution!

Not working EVR-AL00

Related

Dell Venue Pro Registry Editor

Thanks to Dave Amenta, i got around to the Registry Editor in the Dell Venue Pro. I am able to read values, but not able to set them..May be i am doing something wrong. I am giving it to the community to crack it open.
Here is what you need to do to get to the registry editor:
1. Go to the EM App in the DVP.
2. Choose RD Test. It will prompt for a textbox to enter something (its basically asking for password). Enter *#6336# . Now voila, you are in MFC Test.
3. Scroll to the bottom of the list and choose About EM.
4. Now it will say sorry..bla,.bla.. It will also have a textbox for another password. Enter *#734#
5. Voila you are in Registry Editor.
6.To read a value, go to the 'Path' prompt. While in, choose L M/C R/C U, etc..they are nothing but HKEY_LOCAL_MACHINE\HKEY_CURRENT_USER,etc.. Then enter the remaining path name. In the Key field, enter the key you want to query. In the Type, press the down arrow and choose the type. Now hit the 'Get' button on top, you will see the result (If you enter all right). If you want to set data, i think you enter the value in Data field and hit set. But, so far no luck. Iam still researching.
IMPORTANT: DO not do this as this is super advanced user mode. You might end up brick'ng ur DVP if you do not know what your are doing.
This sounds awfully similar to the LG registry editor on the phone. I do not have a DVP in my possession, but I know a friend who does. I shall try this and let you know how it goes. (BTW, Dell Venue Pro works on Wind and Mobilicity in Canada)
I am trying to do a AT Hyperterminal command to unlock the phone.,Will see how it goes.
notebookgrail said:
Thanks to Dave Amenta, i got around to the Registry Editor in the Dell Venue Pro. I am able to read values, but not able to set them..May be i am doing something wrong. I am giving it to the community to crack it open.
Here is what you need to do to get to the registry editor:
1. Go to the EM App in the DVP.
2. Choose RD Test. It will prompt for a textbox to enter something (its basically asking for password). Enter *#6336# . Now voila, you are in MFC Test.
3. Scroll to the bottom of the list and choose About EM.
4. Now it will say sorry..bla,.bla.. It will also have a textbox for another password. Enter *#734#
5. Voila you are in Registry Editor.
6.To read a value, go to the 'Path' prompt. While in, choose L M/C R/C U, etc..they are nothing but HKEY_LOCAL_MACHINE\HKEY_CURRENT_USER,etc.. Then enter the remaining path name. In the Key field, enter the key you want to query. In the Type, press the down arrow and choose the type. Now hit the 'Get' button on top, you will see the result (If you enter all right). If you want to set data, i think you enter the value in Data field and hit set. But, so far no luck. Iam still researching.
IMPORTANT: DO not do this as this is super advanced user mode. You might end up brick'ng ur DVP if you do not know what your are doing.
Click to expand...
Click to collapse
It looks like the button isn't wired up to perform the SET command - the event handler is there, the button is there, but clicking it even without entering any data should return "1", but it's not doing anything...
What do you mean by AT unlock? What commands are you going to send to the modem? Do you have the modem drivers? If not, take a look here: http://forum.xda-developers.com/showthread.php?t=929468
kltye said:
It looks like the button isn't wired up to perform the SET command - the event handler is there, the button is there, but clicking it even without entering any data should return "1", but it's not doing anything...
What do you mean by AT unlock? What commands are you going to send to the modem? Do you have the modem drivers? If not, take a look here: http://forum.xda-developers.com/showthread.php?t=929468
Click to expand...
Click to collapse
When i get home, i will post the Registry Set Command CS code.
AT command - Yes, the command to the modem. And yes, i used the HTC Modem driver you linked for the DVP. I am able to query the modem from the modem properties - but i can't enter any commands in that properties window. So i am going to do a hyperterminal to send AT commands for SIM Locking and try to unlock it.
I also came across a test called 'SIM Lock' in Protocol, which returns what is its locked to.
notebookgrail said:
When i get home, i will post the Registry Set Command CS code.
AT command - Yes, the command to the modem. And yes, i used the HTC Modem driver you linked for the DVP. I am able to query the modem from the modem properties - but i can't enter any commands in that properties window. So i am going to do a hyperterminal to send AT commands for SIM Locking and try to unlock it.
I also came across a test called 'SIM Lock' in Protocol, which returns what is its locked to.
Click to expand...
Click to collapse
The registry set command is:
IEmToCom.sync("EM:REGISTRY_SET:" + <path> + "," + <key> + "," + <data type, e.g. DWORD> + "," + <data> + "," + <path_type expressed as int> + ";", 1, false);
I was working with Dave over the weekend, but it looks like whatever value we insert is not being accepted - quite possibly because Dell hasn't implemented the interface yet.
this should surprise me and yet...
THIS IS DELL!
kltye said:
What do you mean by AT unlock? What commands are you going to send to the modem? Do you have the modem drivers? If not, take a look here: http://forum.xda-developers.com/showthread.php?t=929468
Click to expand...
Click to collapse
For the AT unlock, go to protocol, then TMO, then AT Command - Here you can pass various AT Commands. Unfortunately, we need the Password to reset any setting here. The password is 8 char long. And the DVP is 'ph-net pin' locked.
damn.....i think it probably means that we need to get the modem rom somehow in order to figure out how to generate the unlock PIN
I'm probably missing something really obvious here, but what does SIM unlocking have to do with registry write access?
kltye said:
I'm probably missing something really obvious here, but what does SIM unlocking have to do with registry write access?
Click to expand...
Click to collapse
It was a off topic discussion. I should have started a new thread for it. My mistake.
Is there anyone volunteering to reset their phone (cold boot)? I think i might have found the way to edit the registry. There are 2 modes for the EM App. One is Driver and another is socket. Not sure which one is by default. But i know how to change them. It requires a reset of the phone (cold boot) to take effect. I have too much of data on my phone to try it and reload everything. I can PM them the details and see if they are able to edit the registry.
notebookgrail said:
Is there anyone volunteering to reset their phone (cold boot)? I think i might have found the way to edit the registry. There are 2 modes for the EM App. One is Driver and another is socket. Not sure which one is by default. But i know how to change them. It requires a reset of the phone (cold boot) to take effect. I have too much of data on my phone to try it and reload everything. I can PM them the details and see if they are able to edit the registry.
Click to expand...
Click to collapse
You could try calling new EMToCom() rather than EMToComByDriver() when you initialize the connection, and see if that works. I've tried it and it seems that it fails to execute the command, with the debug window printing:
A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in EM.dll
calling COM receive error(socket) : 0xffffffff
I tried calling the turn on LED command via my flashlight app that works fine with the driver connection, but I'm getting the same exception when I connect via socket. Do you know if there's a special way to send commands if you connect via socket?
notebookgrail said:
Is there anyone volunteering to reset their phone (cold boot)? I think i might have found the way to edit the registry. There are 2 modes for the EM App. One is Driver and another is socket. Not sure which one is by default. But i know how to change them. It requires a reset of the phone (cold boot) to take effect. I have too much of data on my phone to try it and reload everything. I can PM them the details and see if they are able to edit the registry.
Click to expand...
Click to collapse
I'll be a guinea pig
domineus said:
I'll be a guinea pig
Click to expand...
Click to collapse
Sent you a PM.
Shoot me the details and I may be able to help out sometime this week.
it didn't work for me...doubt it will work for anyone else =/
domineus said:
it didn't work for me...doubt it will work for anyone else =/
Click to expand...
Click to collapse
Was it doing the same blank result box? Any difference did you notice with either the Driver or Socket option? - i mean not just registry editor, but overall.
blank result no changes =/
I hope we all find some progress on this because I believe that this is what is holding us back from a lot of customization on this phone....

Stopping Hands Free Activation!

My friend Jeremy helped me with getting rid of the "Hands Free Activation" pop-up and I thought I would share it. It especially comes in handy when you are flashed to another carrier. If you are on one of the new custom ZVB Roms you probably don't have to worry about it. All you have to do is:
1) Get a Root File Browser .... I like Rom Tool Box
2) Go to "System" folder
3) Go to "App" folder .... (not Apps)
4) Scroll down and find "OmaDmclient.apk" and rename it to "OmaDmclient.bak"
5) Reboot and you should not get that aggravating ass pop up any more
:silly::laugh:
I hope I've helped someone because a lot of people have damn sure helped me!
Just Showing Off
Since this thread is my posting I wanted to show off my Speedtest results of 3g being "legally" flashed to Page Plus
http://i43.tinypic.com/ezg6l3.jpg
I could use some help through this process
devo3d said:
Since this thread is my posting I wanted to show off my Speedtest results of 3g being "legally" flashed to Page Plus
Honestly, I'd like to start with getting any data (non-wifi) working on this phone...
What I have tools wise? CDMA Workshop
LGNPST (not working) frustrated as heck about this
My LS970 - updated to Page Plus PRL and making and recieving calls...
Can someone point me in the right direction?
Click to expand...
Click to collapse
eagleveteran said:
devo3d said:
Since this thread is my posting I wanted to show off my Speedtest results of 3g being "legally" flashed to Page Plus
Honestly, I'd like to start with getting any data (non-wifi) working on this phone...
What I have tools wise? CDMA Workshop
LGNPST (not working) frustrated as heck about this
My LS970 - updated to Page Plus PRL and making and recieving calls...
Can someone point me in the right direction?
Click to expand...
Click to collapse
have you try DFS Tools? I always use this tools flashing from sprint to smartfren (Indonesian provider)
Click to expand...
Click to collapse
eagleveteran said:
devo3d said:
Since this thread is my posting I wanted to show off my Speedtest results of 3g being "legally" flashed to Page Plus
Honestly, I'd like to start with getting any data (non-wifi) working on this phone...
What I have tools wise? CDMA Workshop
LGNPST (not working) frustrated as heck about this
My LS970 - updated to Page Plus PRL and making and recieving calls...
Can someone point me in the right direction?
Click to expand...
Click to collapse
I know I'm late responding to this but what service provider are you flashed to? ( if you haven't found a solution yet )
Click to expand...
Click to collapse
Page Plus
devo3d said:
eagleveteran said:
I know I'm late responding to this but what service provider are you flashed to? ( if you haven't found a solution yet )
Click to expand...
Click to collapse
Page Plus
Click to expand...
Click to collapse
Thank You
I was really annoyed with the popup.
Thanks for the solution :good::good:
lnxnubie said:
I was really annoyed with the popup.
Thanks for the solution :good::good:
Click to expand...
Click to collapse
No Probelem....The guy I use to use to flash phones figured it out....he was the only one (entire USA) that knew how to flash the OG to Verizon and get full data (3G). He quit flashing phones from where he was living so now I can't get in touch with him...he could flash any freakin phone..
eagleveteran said:
devo3d said:
Page Plus
Click to expand...
Click to collapse
With Page Plus and Straight Talk you have to have certain APN's set. Is your APN correctly set for Page Plus?
EDIT: ( I don't even know if I can post this but I sure admin will let me know...LOL)
I found this in my files, used it long ago and am not sure if it still is applicable but there may some information in it that may be able to lead you in the right direction......
PP
3G data speeds (HOW TO)
This guide is to get evdo data or 3g data speeds on phones flashed to page plus cellular this is not a beginers guide by no means this guide is assuming both spc codes are set to 000000.
things you will need:
1.A donor phone of your own that will ota program and one that you can swap the esn number to that of the target phone. I used a samsung i500
2.Target phone that you own
3.qpst and dfs 4.0.0.4 demo
4.drivers for both phones
Pre-Setup:
1.pull battery out of the target phone and LEAVE it out
2.place that esn number on the donor phone
3.Deactivate then reactivate the target phones esn number
4.OTA program the donor phone that has the swapped esn number on it.
5.Verify that 3g speeds are working on the donor phone
Phase 1:
1.Place donor phone in diagnostic mode and plug into computer
2.Open qpst configuration add the port
3.Go to start clients then efs explorer
4.Open the DMU folder and copy the 10.key file to your computer then exit qpst
Phase 2:
1.Open DFS and select the port that the phone is on
2.Send the spc you should see a device unlocked message in the log.
3.Go to the programming tab then the nam tab and read that page.
4.Read the Data tab and Mobile IP tab as well.
5.Do not close the dfs tab
6.Revert esn back to normal or smash the donor phone into a lot of pieces
Final Phase: (Non-Verizon and Sprint)
1.Power on target phone and place in diagnostic mode and plug into computer
2.Open qpst configuration add the port
3.Go to start clients then efs explorer
4.Now on the Left side of the efs explorer right click the screen go to new and directory
5.Name the directory "DMU" without the quotation marks then place the 10.key file into that directory by drag and drop then exit qpst
6.Now go back into dfs do not add the target phone yet and go to mobile ip nothing else on the screen should change
7.Now select the port the target phone is on in dfs and send the spc code
8.Write the nam tab to target phone after verifing it doesnt say home only then go to data tab and check the box next to pwd on the ppp section only which will change the pwd to hex format then write the data tab
9.Go to the mobile ip tab and right click the red stop sign looking thing on the second bubble and enable it and set active profile to 1 then click "write current profile settings" and click the write button on the left side of the screen
10.Now go back to the Nam tab and load the prl file I prefer using 00002 but you can experiment
Final Phase: (Verizon 4gLTE)
1.Power on target phone and place in diagnostic mode and plug into computer
2.Open qpst configuration add the port
3.Go to start clients then efs explorer
4.Now on the Left side of the efs explorer right click the screen go to new and directory
5.Name the directory "DMU" without the quotation marks then place the 10.key file into that directory by drag and drop then exit qpst
6.Now go back into dfs do not add the target phone yet
7.Now select the port the target phone is on in dfs and send the spc code
8.Write the nam tab to target phone after verifying it doesn't say home only then go to data tab and check the box next to pwd on the ppp section only which will change the pwd to hex format then write the data tab
9.Go to the mobile ip tab click "write current profile settings" and click the write button on the left side of the screen
10.Now go back to the Nam tab and load the prl file i recommend 00002 but experiment with what you want and reboot phone and enjoy
Having issues try getting 1x first on lte phones you will need a sim card unactivated by verizon and it should pop up after a minute or two should never take longer than 15 minutes the first time
make sure you have it set to nv only on lte handsets.
Need a guide for a specific model name it I'll write it for you step by step for a small fee.
Note I have not tested this on any apple product so cannot support them.
Between getting 1x and then going to target phone must be on airplane mode after esn on account is switched back
Read more: http://www.cricketusers.com/page-plus-cellular/38824-page-plus-3g-data-speeds-how.html#ixzz2VLa0LfsP
ANOTHER EDIT : SOMETHING I FORGOT ABOUT YOUR MMS
Steps to MMS (picture mail) configuration: This is only one way, but it works...
1. Open the messaging app and press menu and select settings.
2. Uncheck EVERY item in the settings and exit the app with the back button.
3. Open your browser and go to the URL "mms.ihavegreat.info" and download
4. Pull down the top of your screen and wait for the app to finish downloading
5. Tap the app to install and let it authorize and setup
6. Remove the stock messaging app from homescreen and replace with this new one.....(may also disable the original message app)
7. Reboot the phone and you should have working MMS
Click to expand...
Click to collapse

[q] lg e980 mobile hotspot not working

So my mobile hotspot isnt working, I installed Sqlite Editor but im not seeing 'tether_entitlement_check_state';
I NEED HELP PLEASE
I had to modify this from instrux in this thread: http://forum.xda-developers.com/showthread.php?t=2283615
I suppose since my phone is unlocked, those instrux didn't work right for me.
I am going to make these as dummy-proof as possible, since I is a dummy:
This worked for my LG Optimus Pro E980.
1) Phone must be rooted (easy to do, other posts cover that)
2) Pay $3 and download SQLite editor by Speed Software to your phone
3) Open SQLite Editor on your phone
4) Click on "FILES" tab on top
5) Click on "data"
6) Click on "data" (from this point on, you may have to do some scrolling to find the right entry)
7) Click on "com.android.providers.settings"
8) Click on "databases"
9) Click on "settings.db"
10) Click on "system"
11) Click on "tether_entitlement_check_state" so it highlights grey (on mine, it's _id 24343, and so was near the bottom of the list. Yours may differ)
12) Click the pencil icon on top to start editing
13) Change the value to 0 (Mine was 5)
14) Click "Save"
15) Reboot your phone
16) Turn on Wifi Hotspot, and start Hotspottin'!
Let me know if this worked for you, and if your phone is unlocked.

Lenovo Vibe Shot z90-7 unlock radio bands and improve signal strength

So this is tutorial that i'm putting together after i bricked the signal of my phone. It took me week of digging and learning of usb debugging tens of posts read and I managed to repair it plus additionally unblock various regions in radio settings menu (*#*#4636#*#*).
I should mention that there is no warranty on anything I'm about to write
Step by step:
1) phone has to be rooted and has superSu so flash it with appropriate rom
2) download and install following:
https://mega.nz/#F!RA83UTjA!M4v2djifO27mcL1OSzO9Ew
3) Download and install android SDK package
4) set your phone to USB debugging
5) on your PS go to \Users\(your user name)\AppData\Local\Android\sdk\platform-tools
hold SHIFT+right click--->Open command window here
Have your phones screen on and type in command window on your PC :
adb shell (enter)
su (phone will ask to grant permission)
setprop sys.usb.config diag (enter)
6) Go to device menager--->COM Ports-->Hs lenovo diadnostic click properties and change driver to the one you downloaded. It should come as HTC diagnostic
7) open QXDM Professional (you downloaded) go to Options-->Communication-->target port. Now set the COM port where your phone is installed. Go back to the main window and from "View" dropdown menu select "NV Browser".
8) You will now locate following lines and change their values to the one i provide(remember to backup original values).
8a) Select dual sim and remember to change settings for both sims "subsciption" first 0 then 1
Select item hit "Read" change the value then hit "write":
441: 0x380
946: 0x0FFF
1877: 1970325105345408
2954: 0
6828: 1904863 (experimental LTE band unlock)
You might have some values already on your phone...I messed mine in the first place so I'm not sure which ones are original
9) go to your phone deselect USB debugging then restart now you should have additional menu to change band settings in *#*#4636#*#* phone info.
10) to improve signal strenght edit build.prop on your phone located in /root/system
find line "ro.ril.hsxpa=1" and change the value to 2 then start adding lines as follows:
ro.ril.enable.dtm=0
ro.ril.gprsclass=10
ro.ril.hep=0
ro.ril.enable.3g.prefix=1
ro.ril.hsdpa.category=8
ro.ril.hsupa.category=6
ro.ril.enable.a53=1
Some of it might not work for specific countries/carriers so just experiment
Credit goes to:
http://forum.xda-developers.com/member.php?u=5061839
http://forum.xda-developers.com/member.php?u=2136084
how to root it for z90a40 / international firmware?
Hello Fucpl , you're more able to unlock the band 800 LTE ? I tried to change some items in NVRAM but without success.
It seems instead thah in the Czech model lte 800 functions properly . Look below
Bye!
https://www.youtube.com/watch?v=Mv5RoN_BYSc
Unfortunately i have no 4g card at all so I have no option to experiment. But I used this guide as a source:
http://forum.xda-developers.com/showpost.php?p=56577252&postcount=455
fucpl said:
Unfortunately i have no 4g card at all so I have no option to experiment. But I used this guide as a source:
http://forum.xda-developers.com/showpost.php?p=56577252&postcount=455
Click to expand...
Click to collapse
Hello Fucpl , the guide I tried as well but without result . I think the problem lies in the modem firmware , which probably does not include the band 800 as not used in China . The solution would be to flash the modem of the Czech rom , but we have to find it
Anybody tried this?
chrhouse said:
Hello Fucpl , the guide I tried as well but without result . I think the problem lies in the modem firmware , which probably does not include the band 800 as not used in China . The solution would be to flash the modem of the Czech rom , but we have to find it
Click to expand...
Click to collapse
There should be a phone software backup in QPST. I havent tried it but this might be a way of ripping the czech rom. Would be nice to try it out....Out of the box question- how is a reception on your vibe shot? Mine is constantly fluctuating in one minute, same spot i can have full bars and then suddenly drops to 1 or none and then call quality becomes rough and choppy.
does this guide really work?
I'm trying to use LTE on 2600 mhz in canada and I am not sure if my phone is on a different LTE band or what.
Has anyone else had success with this guide?
fucpl said:
6) Go to device menager--->COM Ports-->Hs lenovo diadnostic click properties and change driver to the one you downloaded. It should come as HTC diagnostic
Click to expand...
Click to collapse
Points 1-5 worked fine, but now at driver changing i have a problem. there is a HS Lenovo but i could not change it to HTC diagnostic, how could i force this win7 64-Bit? Tried to search in folder and picked file manually. Thanks for your help.
edit: think i left test mode after flashing i'll try later again
edit2: tried again, Win 7 64-Bit is still in Testmode but no chance to change the driver to HTC. Win always says driver is already uptodate.
Any idea how i could manage this problem in another way?
i found out some codes for Vibe shot:
*#*#8363#*#* select SGLTE+G/DSDA aso.
*#*#333583#*#* FDD-LTE enable
with these FDD could be enabled and some settings of the band also - but no chance to bring me a working cell back...
Any ideas? Maybe could anybody try these codes and give me the settings?
I'm stuck at the first step! How do you root this phone?? Please help =(
bhatth09 said:
I'm stuck at the first step! How do you root this phone?? Please help =(
Click to expand...
Click to collapse
needrom.com/download/lenovo-z90-7-rom-update-android-5-1-multilingual-google-service-root/
Hi I already am on s208.
I tried miflash but i keep getting error "reached end of file" when I try to flash rooted rom.
I tried renaming it as update.zip and flashing via recovery but no luck, just says installation failed.
Any advice?
bhatth09 said:
I tried renaming it as update.zip and flashing via recovery but no luck, just says installation failed.
Any advice?
Click to expand...
Click to collapse
ask or serach in the Z90-7 international ROW Thread, this is the unlock radio thread.
zxmame said:
ask or serach in the Z90-7 international ROW Thread, this is the unlock radio thread.
Click to expand...
Click to collapse
Has anyone successfully managed to unlock FDD 800MHz?
fucpl said:
6) Go to device menager--->COM Ports-->Hs lenovo diadnostic click properties and change driver to the one you downloaded. It should come as HTC diagnostic
Click to expand...
Click to collapse
now testing with XP SP3 but also no chance to take your HTC driver. Any ideas?
LTE B20
chrhouse said:
Hello Fucpl , you're more able to unlock the band 800 LTE ? I tried to change some items in NVRAM but without success.
It seems instead thah in the Czech model lte 800 functions properly . Look below
Bye!
Try this... Maybe a possible solution to LTE Band 20 problem !!!! Chose CZ regional settings....
Check: ####5993#
Change: ####682#
Click to expand...
Click to collapse
xbingo32 said:
chrhouse said:
Hello Fucpl , you're more able to unlock the band 800 LTE ? I tried to change some items in NVRAM but without success.
It seems instead thah in the Czech model lte 800 functions properly . Look below
Bye!
Try this... Maybe a possible solution to LTE Band 20 problem !!!! Chose CZ regional settings....
Check: ####5993#
Change: ####682#
Click to expand...
Click to collapse
The above solution does not work.
Click to expand...
Click to collapse
i found an easy way to fix broken radio after *#*#4636#*#* and Band set to USA-Band.
Do the points like fucpl wrote to point "adb shell" and "su"
fucpl said:
Step by step:
1) phone has to be rooted and has superSu so flash it with appropriate rom
2) download and install following:
https://mega.nz/#F!RA83UTjA!M4v2djifO27mcL1OSzO9Ew
3) Download and install android SDK package
4) set your phone to USB debugging
5) on your PS go to \Users\(your user name)\AppData\Local\Android\sdk\platform-tools
hold SHIFT+right click--->Open command window here
Have your phones screen on and type in command window on your PC :
adb shell (enter)
su (phone will ask to grant permission)
Click to expand...
Click to collapse
Then enter:
1. Start background prozess to sdm0:
cat /dev/smd0 &
2. Have a look at your band settings:
echo -e 'AT$QCBANDPREF?\r' > /dev/smd0
my settings were wrong:
$QCBANDPREF:
"24.GSM_850"
"26.GSM_PCS_1900"
"28.WCDMA_II_PCS_1900"
"31.WCDMA_V_850"
3. Change the settings (have a look at the list, DO NOT take this settings "8,9"):
echo -e 'AT$QCBANDPREF=1,"8,9"\r' > /dev/smd0
("8,9" are the settings from the list, this command writes directly
to NVRAM, so you don't have to do anything else after that)
4. Then "OK" should appear:
[email protected]_row:/ # AT$QCBANDPREF=1,"8,9"
OK
5. if nothing appears in terminal you could hit "Return".
Your Lenovo Z90-7 should now be back with connection and your settings.
to test just enter:
echo -e 'AT$QCBANDPREF?\r' > /dev/smd0
$QCBANDPREF:
"8.GSM_DCS_1800"
"9.GSM_EGSM_900"
Have fun
This was tested with S208 ROOT.
Maybe we have a chance to activate Band 20 with AT commands. I'll check this out these days.
The mainreason for this was fixing my broken radioband
Another example, this command sets the following Bands:
[email protected]_row:/ # AT$QCBANDPREF=1,"8,9,10,24,25,26,27,28,31,34,38,43"
OK
AT$QCBANDPREF?
$QCBANDPREF:
"8.GSM_DCS_1800"
"9.GSM_EGSM_900"
"10.GSM_PGSM_900"
"24.GSM_850"
"25.GSM_RGSM_900"
"26.GSM_PCS_1900"
"27.WCDMA_I_IMT_2000"
"28.WCDMA_II_PCS_1900"
"31.WCDMA_V_850"
"34.WCDMA_VIII_900"
"38.WLAN_EUROPE_2400"
"43.WLAN_EUROPE_5000"
Choose from this list:
"1.BC0_A"
"2.BC0_B"
"3.BC0"
"4.BC1"
"5.BC3"
"6.BC4"
"7.BC5"
"8.GSM_DCS_1800"
"9.GSM_EGSM_900"
"10.GSM_PGSM_900"
"11.BC6"
"12.BC7"
"13.BC8"
"14.BC9"
"15.BC10"
"16.BC11"
"17.BC12"
"18.BC14"
"19.BC15"
"20.BC16
"21.GSM_450"
"22.GSM_480"
"23.GSM_750"
"24.GSM_850"
"25.GSM_RGSM_900"
"26.GSM_PCS_1900"
"27.WCDMA_I_IMT_2000"
"28.WCDMA_II_PCS_1900"
"29.WCDMA_III_1700 "
"30.WCDMA_IV_1700"
"31.WCDMA_V_850"
"32.WCDMA_VI_800 "
"33.WCDMA_VII_2600"
"34.WCDMA_VIII_900"
"35.WCDMA_IX_1700"
"36.WLAN_US_2400 "
"37.WLAN_JAPAN_2400"
"38.WLAN_EUROPE_2400"
"39.WLAN_SPAIN_2400"
"40.WLAN_FRANCE_2400 "
"41.WLAN_US_5000"
"42.WLAN_JAPAN_5000"
"43.WLAN_EUROPE_5000"
"44.WLAN_SPAIN_5000"
"45.WLAN_FRANCE_5000 "
"46.Any"
lenovo network problem
hi everyone,
i am a new member i signed up to get spme advice. few weeks ago i bought a lenovo vibe shot which had a rom with baidu and the other rubbish installed and to get rid of them i flashed the 5.1 rom successfully. However i was not happy with the strength of signals it was getting and i tried some things i found on this website to unlock radio bands. unfortunately i was not successful with that and now it does not make or receive call. it shows one max two bars network and still shows the name t-mobile which is wrong from the beginning as it should show ee because im on 4g. but the calls not connecting for some reason. i tried following the steps mentioned here but because i am just simply not good enough to solve the issue. well, would anyone be so kind and write the procedure down in the simplest the very simplest way to a beginner? please i would appreciate the help. i would love to use the phone again as it is much nicer then my moto x 2nd. just one more thing is the a chance a marshmallow update is out for the vibe shot? thanks again and sorry for the trouble
Did you try the above version with AT commands?
You need Root S208 and Terminal app from google play,
it is the minimum

WiFi hotspot Sprint version

So I got an unlocked version of the sprint's LG G8 variant. Everything works perfectly excepet the wifi hotspot.
I can connect to it but I get the "No access to Internet" message. Any ideas why?
Thanks!
mariomtes said:
So I got an unlocked version of the sprint's LG G8 variant. Everything works perfectly excepet the wifi hotspot.
I can connect to it but I get the "No access to Internet" message. Any ideas why?
Thanks!
Click to expand...
Click to collapse
Download "Setttings database editor" by 4a. Open it up and click on Global properties, scroll down until you see "tether_dun_required". Change the value to zero. You now have internet via hotspot. It's best to buy the add on because it keeps the setting locked even if you restart phone. Enjoy?
Toni_RM said:
Download "Setttings database editor" by 4a. Open it up and click on Global properties, scroll down until you see "tether_dun_required". Change the value to zero. You now have internet via hotspot. It's best to buy the add on because it keeps the setting locked even if you restart phone. Enjoy?
Click to expand...
Click to collapse
Tried that. I get an error that says I can't edit that table
mariomtes said:
Tried that. I get an error that says I can't edit that table
Click to expand...
Click to collapse
Oh my bad i left out the most important part.
1. Install adb on your laptop (search it up)
2.On your phone go to settings, general, about phone, software info, find build number section and keep tapping until you are a developer
3. Go back to general and you'll now see developer options, turn developer options on and go down to usb debugging and turn it on.
4. Connect your phone to your laptop via USB (you will get a promt on your phone along the lines of "allow USB debugging?", click ok) and open up command terminal
5. Type "adb" and press enter
6. Type the command (without quotes) "adb devices". Your device should show up.
7. Type "adb shell" and press enter
8. Open up the settings database editor and go to global and scroll down to tether_dun_required. Click "edit value" and the shell command should pop up.
Type the shell command into adb shell and press enter
9. Go to the settings data base editor and go back to the tether_dun_required and click on change value. You'll notice that you are now able to change the value, change it to 0.
10. Enjoy your hotspot!
It seems like a lot of steps but it's not. The most "difficult" task will be installing adb.
Awesome. Got it to work now. Do you have to set it to 1 for the Ota updates or after each reset? Thanks again!
No, theres no need to set it back to "1". After you shut off your phone the setting value will turn back to a "1" and you hotspot wont work until you switch it back to "0". To save time you can buy the feature pack and you'll get access to settings guardian which will keep it at "0" at all times.

Categories

Resources