Related
EDIT: 21/06/2017 THIS MAY NO LONGER WORK DUE TO NEW SECURITY. LEFT HERE FOR REFERENCE ONLY
WARNING: THIS PROCEDURE MAKES DANGEROUS CHANGES TO YOU DEVICE, I DO NOT ACCEPT ANY RESPONSIBILITY FOR DAMAGES
EDIT: FINDINGS SHOW THAT GSM MODELS DO NOT SAVE THE BANDS AFTER REBOOT. QPST/QXDM MAY SUIT BETTER FOR THIS. CDMA MODELS SEEM TO BE FINE AT THIS STAGE.
For GSM MODELS (please click unhide content below) thanks to @guidojusto, be sure to thank his post
QXDM / QPST software for below can be found here http://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
guidojusto said:
Well I did find some little time to do a guide trough the process to change LTE bands, take in consideration that I did this process on my HTC One M9 Developer-Unlocked version (Should be the same as the AT&T one).
I DO NOT ACCEPT ANY RESPONSIBILITY FOR DAMAGES
You will need:
QXDM Pro 3.12.714 (I do not have any links, and deleted my installer, I’m sorry) .
HTC Diag drivers (Find these drivers on first post).
DFS CDMA software (Also find the link to this program on first post).
NV LTE Calculator (I found a couple of apps on the Play Store, I used both of them in order to check if the values matched).
Phone should be:
Rooted
Developer Mode Enabled with USB Debugging activated
S-Offed (Not completely sure about this one, I'm while doing this process though)
In order to install the drivers on Windows 8 and upcoming OS’s you will have to turn off signature driver verification.
Also, please, use the two screenshots provided in order to make things easier for you.
1.
Open a terminal where your adb folder is and run
Code:
adb shell
su
echo 1 > /sys/devices/virtual/android_usb/android0/f_diag/func_en
Note: After this, you need to install the diag drivers you download before, when you are ready, continue.
2.
Open DFS CDMA software and look for the COM HTC Diagnostic Interface, take note of the COM port the phone is using. On the screenshot provided is COM 3, yours may differ. Close the program now.
3.
Open QXDM Pro and go to Options --> Communications… Check for the COM with diagnostics (In this case COM 3) (Step 2 on the screenshot). Then look for Target Port and select the COM your HTC Device is using from what you saw while using DFS CDMA software on the beginning (Step 4 on the screenshot). Click OK (Step 5 on the screenshot).
4.
Go to Category Filter and select LTE there.
5.
Look for the first value 06828.
6.
In Fields press Read (Step 8 on the screenshots)
7.
Save the value to somewhere safe, as a backup of what the phone is currently using for connecting to LTE antennas.
8.
Input the number you want to use (Use NV LTE Calculator or other program to get the right number for the LTE bands you want to use) (Step 9 on the screenshots).
9.
Press Write. Close QXDM Pro now.
10.
Go again to your adb terminal and type
Code:
adb shell
su
echo 0 > /sys/devices/virtual/android_usb/android0/f_diag/func_en
11.
Profit!
If you want to check if these settings stick after reboot, then you reboot the phone, and do the same steps up to the step 8 where you need to read the values the phone has, if it has the same values you have manually changed it means the process worked perfectly.
Hope this helps @stifilz you should thank him!
Click to expand...
Click to collapse
Hi all,
I have been playing with this for the last couple of days.
Hopefully this will help you to change the network bands available to your HTC One M9 - All variants should work - Tested on Sprint M9 and GSM M8.
Prep:
You will need DFS CDMA tool from http://cdmatool.com/ demo version will work (create an account too, it is free and you do not need to add credit)
You will need HTC Diag drivers (attached)
Preparing your device:
Device Should be S-OFF (S-ON may work)
You must have ROOT
ADB must be enabled
Firstly USB diag mode must be enabled, on CDMA devices you can use ##3424#.
This option is not available for GSM devices. So we have to echo '1' (which means turn on) to the f_diag USB mode, this is set to '0' (which means turn off) by default.
So you have to use the following code:
Code:
adb shell
su
echo 1 > /sys/devices/virtual/android_usb/android0/f_diag/func_en
This is the code available on my Sprint M9 but should be the same on other variants.
I have tested this method on my HTC M8 GSM and it does connect to the PC
M8's code is slightly different.
This should have enabled DIAG mode and you should have a new device on the PC.
Please install driver by manually updating the unknown driver.
Install DFS CDMA Tool if you haven't already and open DFS.
I should show a login screen, you may need to create an account (I can't remember). Log in and close that window and the main window should ope wait 50 seconds (demo limitations).
You should be presented with your device on the 'Equipment' tab. Mine is COM3 HTC Diagnostic Interface (COM3).
If it is not showing please check you drivers and close the program and then open it again.
If you are still having trouble try to use QPST to check that the device is recognised.
From there double click your device name and it should put a 'tick' next to it.
It should show your device details and the bottom under 'Devices Online:'
From the click on the 'Band' tab.
This will change screens to the band menu.
CMDA/GSM/HSDPA
ALL THE BANDS will show for CDMA/GSM/HSDPA (NOT YOURS)
Down the bottom right change the radio (black circle) to 'RF BC Config' form 'Band Preferred'
Click the Read button and wait 300seconds (demo limitations)
This will show the bands that YOUR DEVICE HAS.
DO NOT ADD MORE BANDS THAN YOU REQUIRE THIS IS HIGHLY DANGEROUS
To enable more bands, simply click the ones you need and then press Write when you are ready.
LTE
Click the 'LTE' tab
ALL THE BANDS will show for LTE (NOT YOURS)
Down the bottom right change the radio (black circle) to 'LTE BC Config LTE #6828'
Click the Read button and wait 300 seconds (demo limitations)
This will show the LTE bands that YOUR DEVICE HAS.
DO NOT ADD MORE BANDS THAN YOU REQUIRE THIS IS HIGHLY DANGEROUS
To enable more bands, simply click the ones you need and then press Write when ready.
For good measure also change the vaules in 'LTE BC Config DIV LTE #6829'
You can now close DFS.
Disable diag mode using the following code
Code:
adb shell
su
echo 0 > /sys/devices/virtual/android_usb/android0/f_diag/func_en
Don't freak out if you loose signal, this is normal. Simply reboot the phone and signal should come back.
Please read bands from the phone again and let me know if they stayed
I tested it using my Sprint M9.
For me I in New Zealand I enabled LTE Bands 3 (1800+) and 28 (700 APT) and WCDMA VIII (800 MHz).
It seems the change was permanent as I rebooted and read it from the phone and it was still there.
I am unable to test as it is still Sim Locked . If someone could help with that, that would be greatly appreciated
I also tested on my GSM M8, but I did not write to it as I have all the bands I need.
Any questions, feel free to ask.
Hopefully this opens up some doors for this device.
Band LTE reference:
Sprint: 2, 4, 12, 25, 41
T-Mobile: 2, 3, 4, 7, 12, and 17
AT&T: 2, 3, 4, 5, 7, 12, 17, and 29
HTC Dev & Unlocked Versions: 2, 3, 4, 5, 7, 12, 13, 17, 29, 30
Cheers
Stifilz
Thanks to all those involved in testing:
@v1rk - confirmed working on Sprint M8
@guidojusto - confirmed working on M9 Dev Edition S-Off - Maximus HD Rom His method here
can you also share the m8 code separately
x017in said:
can you also share the m8 code separately
Click to expand...
Click to collapse
Same procedure as above
For diag on
Code:
echo 1 > /sys/devices/virtual/android_usb/android0/f_diag/on
For diag off
Code:
echo 0 > /sys/devices/virtual/android_usb/android0/f_diag/on
Please let me know the results
Will this work on the M9+ as well?
Sent from my HTC One M9+
smartboy_anu said:
Will this work on the M9+ as well?
Sent from my HTC One M9+
Click to expand...
Click to collapse
EDIT: According to Phone Arena and GSM Arena the M9 + uses a MediaTek MT6795T chipset and therefore is not compatible with QUALCOMM methods (such as above)
Sorry for the confusion @smartboy_anu
No problem
Sent from my HTC One M9+
@v1rk I noticed you answered 'Yes' in the poll. Would you mind sharing your experience with this?
Such as phone model, brand, s-on/s-off etc
You may well be the very first tester (other than myself) and I would be happy to add you to the credits.
Thanks
stifilz said:
@v1rk I noticed you answered 'Yes' in the poll. Would you mind sharing your experience with this?
Such as phone model, brand, s-on/s-off etc
You may well be the very first tester (other than myself) and I would be happy to add you to the credits.
Thanks
Click to expand...
Click to collapse
Tested on a spare sprint m8 with the sim unlocked. It was fairly simple process but you have to be patient and make sure its copied correctly. I used windows 7 since windows 8.1 & 10 was annoying me a times with driver issues. My m9 is already gsm unlocked so cant really test on that nor can i try on a dev m8 which i got already.
v1rk said:
Tested on a spare sprint m8 with the sim unlocked. It was fairly simple process but you have to be patient and make sure its copied correctly. I used windows 7 since windows 8.1 & 10 was annoying me a times with driver issues. My m9 is already gsm unlocked so cant really test on that nor can i try on a dev m8 which i got already.
Click to expand...
Click to collapse
Thanks for the feedback. The idea is that it will WORK on GSM
The f_diag code can enable the diag mode on GSM phones. On CDMA you can use the ##3424# code from phone dialer.
I could read the bands of my GSM M8 but had no need to write to it.
Also tried on a spare GSM M7, but this did no keep the bands that I added / removed after a reboot. Whereas, the M9 kept them changed.
With windows 8 you'll have to disable driver checks etc also. It was such a pain
Thanks again for your input
Stifilz
Are the drivers same for m8?
Worked without any issues at all. Thanks a lot, I needed in order to unlock band 28 700 APT. I'm using an HTC One M9 Unlocked - Developer Edition.
Only thing, I had to reboot my device after doing echo 0 command in order to get signal again.
Thanks again!
x017in said:
Are the drivers same for m8?
Click to expand...
Click to collapse
Pretty sure they are the same. On my Windows 7 it found them automatically. On my Windows 8.1 I had to do it manually. Cheers
guidojusto said:
Worked without any issues at all. Thanks a lot, I needed in order to unlock band 28 700 APT. I'm using an HTC One M9 Unlocked - Developer Edition.
Only thing, I had to reboot my device after doing echo 0 command in order to get signal again.
Thanks again!
Click to expand...
Click to collapse
Glad to hear. Can you please confirm that the band is still available after the reboot by reading the bands from the phone again? I thought it had worked with my M7 but the bands had changed back after boot. I'm hoping it was an isolated incident
Thanks again, will add you to the credits for testing :good:
I wasn't able to install the new drivers. Tried on win 7 and win8.1
x017in said:
I wasn't able to install the new drivers. Tried on win 7 and win8.1
Click to expand...
Click to collapse
Please try the diag drivers from here. I will double check mine later http://forum.xda-developers.com/showthread.php?t=673174
Ok. So do I uninstall my driver's and install again? Because the moment I put it to diag mode I don't find any new unrecognised devices
x017in said:
Ok. So do I uninstall my driver's and install again? Because the moment I put it to diag mode I don't find any new unrecognised devices
Click to expand...
Click to collapse
Strange. Are you 100% it is enabling diag mode? Can you please use root explorer or similar and navigate to the file and check the contents are '1' (without quotes) and not '0'?
Which file shud I check
x017in said:
Which file shud I check
Click to expand...
Click to collapse
Oops. I assume there was no error from adb?
File to check
For M8
/sys/devices/virtual/android_usb/android0/f_diag/on
For M9
/sys/devices/virtual/android_usb/android0/f_diag/func_en
Cheers
stifilz said:
Glad to hear. Can you please confirm that the band is still available after the reboot by reading the bands from the phone again? I thought it had worked with my M7 but the bands had changed back after boot. I'm hoping it was an isolated incident
Thanks again, will add you to the credits for testing :good:
Click to expand...
Click to collapse
Just checked after a couple of reboots and I can confirm BC 28 is not sticking upon reboot. I tried deselecting another band (BC 29) and adding BC28 thinking maybe there was a maximum limitation of bands HTC One M9 can be capable of handling but it does not change the result. It sticks while it is on and when the phone reboot it resets to its original bands configuration. I can only edit 'LTE BC Config LTE #6828' on DFS and not DIV LTE. I'm running Maximus ROM, S-Off, latest firmware and modem radio.
Hope it helps!
I'm trying to follow this guide to enable extra LTE band on my g2 d800.
Through hidden menu 3845#*800# I have set port settings -> Diag Setting -> USB
Also I've enabled Hardware key mode (all three back button on powering on -> Mode on)
However, QPST is unable to see my phone. I have to disable Show serial and USB /QC diagnostic port only to see the phone modem port. Also even after doing that and adding it, qpst doesn't detect phone
Any ideas of what might be causing it ? I'm using Windows 7 64-Bit as OS and Cloudy 3.3 w/ dorimanx 4.6 kernel and USB mode set to MTP
Mafioso said:
I'm trying to follow this guide to enable extra LTE band on my g2 d800.
Through hidden menu 3845#*800# I have set port settings -> Diag Setting -> USB
Also I've enabled Hardware key mode (all three back button on powering on -> Mode on)
However, QPST is unable to see my phone. I have to disable Show serial and USB /QC diagnostic port only to see the phone modem port. Also even after doing that and adding it, qpst doesn't detect phone
Any ideas of what might be causing it ? I'm using Windows 7 64-Bit as OS and Cloudy 3.3 w/ dorimanx 4.6 kernel and USB mode set to MTP
Click to expand...
Click to collapse
Dont bother. The bands have to be programmed into the radio antenna. Even if you do set the files to allow those bands without it being programmed into the antenna it wont do any good and you run a good chance of messing something up
zelendel said:
Dont bother. The bands have to be programmed into the radio antenna. Even if you do set the files to allow those bands without it being programmed into the antenna it wont do any good and you run a good chance of messing something up
Click to expand...
Click to collapse
Ok thanks As i found out also, it doesn't work on G2 but didn't know the reason...
BTW if anyone is stuck with same problem i.e. QPST not detecting port do below commands via adb shell
su
setprop persist.usb.eng 1
setprop usb.rndis.enable 1
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb
Mafioso said:
Ok thanks As i found out also, it doesn't work on G2 but didn't know the reason...
BTW if anyone is stuck with same problem i.e. QPST not detecting port do below commands via adb shell
su
setprop persist.usb.eng 1
setprop usb.rndis.enable 1
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb
Click to expand...
Click to collapse
thank you
that makes the software detect my phone, but now i cant connect with it with mtp
i lost my imei after flash and i'm using qpst to recover it, when i click backup it tells me:
Memory Backup Failed
Disk Error while writing to file.
i need help please
i'm following this guide:
https://www.**********.com/how-to-backup-and-restore-lost-imei-on-lg-g2/
I was having trouble with connecting to B5 ( 850) LTE as I was consonantly connected to 1800... So i searched and searched and managed to unlock bands and now getting B5 850 as the first preference ...Below guide can literally break your phone if you do not follow correctly ...
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will run.
*/
1. Make sure your phone is rooted and you have SuperSU installed, ADB drivers installed
2. Download "Setup DFS Studio" from http://cdmatool.com or the DFS Studio 16.05.31.0 (an older version) from here https://mega.nz/#!h1ImHJyK!gBcp2j6wI...YSoIjPkY_hJJVY ( use this - demo will work and do not update / will prompt with mandatory update you can drag that aside)
3. Connect the phone to the computer via USB
4. Select MTP and USB debugging
5. Open command prompt from Start => Run and type "cmd.exe". Once opened, type "adb shell". It should show "[email protected]_x2:/ $"
6. Open the SuperSU app on the phone
7. Type in cmd.exe "su" and grant access of ADB shell in SuperSU, you will see "[email protected]_x2:/ #"
8. Type in cmd.exe "setprop sys.usb.config diag,adb" and your phone will enter into Diagnotics Mode - this means that the MTP connection will be lost (you won't find any portable device in My Computer).
9. The drivers should be installed for the Diag Mode and you can see in Device Manager at Ports - Qualcomm HS-USB Android DIAG 901D (COMxx). ( mine did not come up so i had to plug in to USB 3 port and refresh port list on to very right DFS )
10. At this stage, if all should be well, you can start the "Qualcomm Tool" from DFS Studio folder. You can close the login window and it will run in demo mode (enough for what we need)
11. In the "Main" tab, double click on "Qualcomm HS-USB Android DIAG 901D (COMxx)" to select it - in the DFS log you will see "Qualcomm HS-USB Android DIAG 901D (COMxx) device in diagnostic mode"
12. In DFS Tool select tab "Band"
13. In tab "CDMA/GSM/HSPDA" select "RF BC Config" and then "Read"
14. Select the bands you need and then press "Write"
15. In the same tab, select "Bands Preffered" and do the same as above (read-write)
16. Select "LTE" tab which is aside "CDMA/GSM/HSPDA" and do the same as above. I changed values only in "LTE BC Config #6828" as the "LTE BC Config DIV #6829" didn't work for me when I pressed Read (there was nothing selected, all blank).
17. After operation had been completed, close Qualcomm Tool, unplug the phone and restart it.
Notes:
You must back up Rom( stock or modified stock Turbo alike and the EFS partition( in TWRP) as my first reboot said no sim... With EFS back up phone was back from dead
Credits for this goes to chatmonchy and valy_cta
This works to use x720 on US network?
It seems it would work on 720 as well, given that it opened bands that are officially open on 720 but not on 727 (such as band 20).
Abdiel1224 said:
This works to use x720 on US network?
Click to expand...
Click to collapse
Should as I was able to write all available bands, for instance I am using Vodafone which has duplex 1800 but x720 out of box support only one after changes I get both
... Please do not forget to back up ROM (stock or modified stock like Turbo) and EFS partition.
I got my phone into diag mode and but had trouble getting windows 7 to recognize the device. I found an upload of the qualcomm drivers and that fixed it and windows recognized the diag mode correctly as you had said in your post as "Qualcomm HS-USB Android DIAG 901D (COMxx)" I tried DFS but couldn't get it to recognize any com ports or my device. It just has blank lists there. I tried changing the com port on the qualcomm DIAG to com2 just in case but that didn't seem to help. Anyone else having trouble getting the com port recognized by DFS?
vw_diesel said:
I got my phone into diag mode and but had trouble getting windows 7 to recognize the device. I found an upload of the qualcomm drivers and that fixed it and windows recognized the diag mode correctly as you had said in your post as "Qualcomm HS-USB Android DIAG 901D (COMxx)" I tried DFS but couldn't get it to recognize any com ports or my device. It just has blank lists there. I tried changing the com port on the qualcomm DIAG to com2 just in case but that didn't seem to help. Anyone else having trouble getting the com port recognized by DFS?
Click to expand...
Click to collapse
I've mentioned bro,
mine did not come up so i had to plug in to USB 3 port and refresh port list on to very right DFS. i have also installed QPST ( QPST configuration)
you can find here,
https://drive.google.com/file/d/0B4NOhMSMyPxuZURyZldIbGtXYWs/view
*#*#76937#*#* diag port enable
saraprobe said:
I've mentioned bro,
mine did not come up so i had to plug in to USB 3 port and refresh port list on to very right DFS. i have also installed QPST ( QPST configuration)
you can find here,
https://drive.google.com/file/d/0B4NOhMSMyPxuZURyZldIbGtXYWs/view
Click to expand...
Click to collapse
Hmm something seemed to be messed up as I didn't have the refresh port dialog box with the version of DFS i had downloaded. I only had "reset" which didn't seem to do anything. I think i ended up downloading the older version and that one worked.
termomen said:
*#*#76937#*#* diag port enable
Click to expand...
Click to collapse
This didn't do anything for me, however i'm also on Lineage OS so I don't know if those codes are ROM specific.
I can however confirm this message works fine for the x720! I was able to unlock LTE bands 17 and 12 confirmed with network signal guru. Thanks for the write up! :laugh:
vw_diesel said:
Hmm something seemed to be messed up as I didn't have the refresh port dialog box with the version of DFS i had downloaded. I only had "reset" which didn't seem to do anything. I think i ended up downloading the older version and that one worked.
This didn't do anything for me, however i'm also on Lineage OS so I don't know if those codes are ROM specific.
I can however confirm this message works fine for the x720! I was able to unlock LTE bands 17 and 12 confirmed with network signal guru. Thanks for the write up! :laugh:
Click to expand...
Click to collapse
Glad to contribute...mine could have been windows 10 related and only recognised with Stock ROM with super SU
Any follow up on this? Have you went out into the wild and actually confirmed that the unlocked bands are truly being used and not just -reporting- unlocked? I'm still waiting to hear from someone saying the unlocked bands were actually proven to be in live action usage after being "unlocked".
Mine is working... Try it ur self
Driver for Qualcomm HS-USB Android DIAG 901D
vw_diesel said:
I got my phone into diag mode and but had trouble getting windows 7 to recognize the device. I found an upload of the qualcomm drivers and that fixed it and windows recognized the diag mode correctly as you had said in your post as "Qualcomm HS-USB Android DIAG 901D (COMxx)" I tried DFS but couldn't get it to recognize any com ports or my device. It just has blank lists there. I tried changing the com port on the qualcomm DIAG to com2 just in case but that didn't seem to help. Anyone else having trouble getting the com port recognized by DFS?
Click to expand...
Click to collapse
Can you please advise where you download the windows 7 driver for Qualcomm HS-USB Android DIAG 901D? Thank you in advance!
When restarting, the value returns to original.
The wcdma band returns to default.
Omg...
Please change the post title which is confusing, you unlocked nothing .... B5 is already unlocked in the phone, all you did, is choose b5 over the other signals as the preferenced one thts it , dont say you unlock stuff when they already are !.... Right now we know that this phone have this hardware for the le x720(i dont know if its same for le x727 but apparently it is) :
SKY77643-21
Hardware allows u to :
WCDMA Bands I, II, III, IV, V, VIII, IX
TD-SCDMA Bands 34, 39
FDD LTE Bands 1, 2, 3, 4, 5, 7, 8, 9, 12, 13, 17, 20, 28, 30
TDD LTE Bands 38, 39, 40, 41
The x720 band are : B1/2/3/4/5/7/8/20/38/39/40/41
The x727 band are : B1/2/3/4/5/7/8/12/17/29/30/38
So maybe try to unlock b28 (hardware compatible) for example or b12 for the le x720 since only the x727 have it and then u can confirm tht u unlock something cause your post and the title are not saying the same.
As with le max 2, modem firms 15S and beyond have restrictions. Even if you change the band, you return to the original.
Japanese guy are making temporary connection possible situations, but it seems to return to the original after restarting.
http://gadget.hrksv.com/2017/05/23/post-4812
@saraprobe which is the decryption code for mega ?
marios199546 said:
@saraprobe which is the decryption code for mega ?
Click to expand...
Click to collapse
Download from cdmatool.com
Because the update is now mandatory and you need to register in order to work now
zaiem93 said:
Please change the post title which is confusing, you unlocked nothing .... B5 is already unlocked in the phone, all you did, is choose b5 over the other signals as the preferenced one thts it , dont say you unlock stuff when they already are !.... Right now we know that this phone have this hardware for the le x720(i dont know if its same for le x727 but apparently it is) :
SKY77643-21
Hardware allows u to :
WCDMA Bands I, II, III, IV, V, VIII, IX
TD-SCDMA Bands 34, 39
FDD LTE Bands 1, 2, 3, 4, 5, 7, 8, 9, 12, 13, 17, 20, 28, 30
TDD LTE Bands 38, 39, 40, 41
The x720 band are : B1/2/3/4/5/7/8/20/38/39/40/41
The x727 band are : B1/2/3/4/5/7/8/12/17/29/30/38
So maybe try to unlock b28 (hardware compatible) for example or b12 for the le x720 since only the x727 have it and then u can confirm tht u unlock something cause your post and the title are not saying the same.
Click to expand...
Click to collapse
Do it yourself and report instead of making assumptions
saraprobe said:
Do it yourself and report instead of making assumptions
Click to expand...
Click to collapse
Assumption ?? Just saying u didnt " manage to unlock " something like u said in ur first post since b5 is already unlocked by default anyway good luck and naa i already knw its not gonna work since values goes back to default People on other post with other phone's had to change nvram values too in order to make it work anyway gl if i have time to unlock b28 ill see
zaiem93 said:
Assumption ?? Just saying u didnt " manage to unlock " something like u said in ur first post since b5 is already unlocked by default anyway good luck and naa i already knw its not gonna work since values goes back to default People on other post with other phone's had to change nvram values too in order to make it work anyway gl if i have time to unlock b28 ill see
Click to expand...
Click to collapse
I did and travelled OS
Steps to enable Carrier aggregation on Lenovo ZUK Z2 Plus
Friends, by default carrier aggregation is disabled on our Indian stock ROM. Reliance JIO and Airtel in India supports carrier aggregation. JIO supports on Band 3+5, Band 5+40 or Band 3+40 on ZUK Z2 plus or Airtel supports Band 3+40 in some states.
To enable carrier aggregation on this handset, please follow these steps. It can be used for other handsets also.
PREREQUISITES:
1. Bootloader must be unlocked.
2. Phone must be rooted.
3. ADB should be installed and phones USB debugging mode must be ON.
Link for QXDM tool:
https://drive.google.com/open?id=1kVG4ewkHg4_wHeWK94M3-XNdZYO9HF94
STEPS:
1. Connect phone to PC via USB with phone in ON state.
2. Open command prompt with administrator rights.
3. Go inside ADB folder via command prompt.
4. Type <adb devices> Your phone must be listed there if everything is alright.
5. Type <adb shell>
6. Type <su> You must grant SU permission in phone.
7. Type <setprop sys.usb.config rndis,diag,adb>. You will hear beep. It means your phone entered in diagnostic mode. You can also dial *#*#717717#*#* to enter directly in diagnostic mode in Xiaomi phones.
8. Then open QXDM professional tool. Go through options>communications and check your phone port is selected in target port as shown in video.
9. Click NV Browser in View section. Go to RF LTE in category filter.
10. For B3+B5+B40 CA, find RFNV LTE B3 CA BC CONFIG AND click Read on right bottom. This will read default values. Type 549755813908 and click Write to overwrite the values. Similarly find RFNV LTE B5 CA BC CONFIG and RFNV LTE B40 CA BC CONFIG and type same value 549755813908 to enable CA on all 3 Bands and reboot phone. You will see 4G+ when CA is active.
11. To enable CA on other combination of Bands, download NV calculator by vndnguyen from Play Store. In LTE Bands section, select Bands of your choice and it will tell you the Decimal value to overwrite. For example, for Band 3+5 combination, it is 20.
12. Reboot phone.
Link on Youtube
https://youtu.be/T5fjbvip4Yc
Does it work on custom rom?
Hsmetric181 said:
Does it work on custom rom?
Click to expand...
Click to collapse
yes
nitinmits said:
yes
Click to expand...
Click to collapse
I literally tried it but could not enter diagnostic mode! So if you could help, I would be grateful to you.
Okay after the command setprop sys.usb.config rndis,diag,adb nothing shows up in the mobile
ashwath230 said:
I literally tried it but could not enter diagnostic mode! So if you could help, I would be grateful to you.
Okay after the command setprop sys.usb.config rndis,diag,adb nothing shows up in the mobile
Click to expand...
Click to collapse
You will hear a beep. Also if you have entered successfully in diagnostic mode, then you will see your phone connected to port in QXDM tool.
On which ROM did you try ? Stock or custom rom ?
ashwath230 said:
On which ROM did you try ? Stock or custom rom ?
Click to expand...
Click to collapse
On stock
As far as I know in custom ROMs we can't enter diagnostic mode
ashwath230 said:
As far as I know in custom ROMs we can't enter diagnostic mode
Click to expand...
Click to collapse
I dont think so. I entered on my Mi4c by *#*#717717#*#* which is on custom rom. You should search your code/command for your rom
can you add the band 20?
zed923 said:
can you add the band 20?
Click to expand...
Click to collapse
yes but your phone should support that.
nitinmits said:
yes but your phone should support that.
Click to expand...
Click to collapse
My phone is a zuk z2 plus ... wanted to know if this method can be enabled?
zed923 said:
My phone is a zuk z2 plus ... wanted to know if this method can be enabled?
Click to expand...
Click to collapse
Yes
nitinmits said:
Yes
Click to expand...
Click to collapse
Ok thanks
Will this method support Google Pixel 1 too?
Step 7 Lenovo Zuk Z2 or Z2 PRO
adb shell "press enter"
su "press enter"
setprop sys.usb.config diag,rmnet,adb "press enter"
setprop sys.usb.config diag,acm_smd,acm_tty,rmnet_bam,mass_storage,adb "press enter".
Thanks for this tutorial, I make one in Portuguese, because a lot of people bought Lenovo Zuk Z2 and Z2 PRO here in Brazil. If you are Brazilian, I have a tutorial in PDF file available in Portuguese, to able LTE CA in LTE Band 3+Band7. But I can't post any Link here because of rules from XDA about Spam links from newer Users. ""
If you are From Brazil and need the tutorial, please go to Facebook Group Lenovo ZUK Z2 Brasil
See Ya!!
Pls give the default codes of the respective bands
70977,70979,71014
Jawda said:
Pls give the default codes of the respective bands
70977,70979,71014
Click to expand...
Click to collapse
Band numbers please?
nitinmits said:
Band numbers please?
Click to expand...
Click to collapse
Those which are mentioned in the main post
kirtikhurana said:
Maybe you do need to install diag driver beside Qualcomm adb drivers? @nitinmits
Click to expand...
Click to collapse
Did you try with custom ROM ?
Hi, I`ve been having a lot of signal problems with my g2. it occasionally loses signal and sometimes it doesnt latch on to a signal even if present. i had meddled with the NV values in QXDM,so i fear that could be the problem.I hd taken a backup of the values and the qcn file too. but lost the file due to corrupt computer. So, some one having a g2 kindly post the default NV values for the following.
NV
00441
00964
01877
02954
Procedure to get these values:
Pls see https://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
you have to install qxdm
Then do this in terminal,
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb
This will enable diag mode. then connect to computer and start QXDM, connect in settings-->conneection-->choose com port. then easy to read.
Pls someone help... thanks in advance..
does it have any disadvantage to enable this diag mode? can i disable it after reading the values?