DISCLAIMER: I'M NOT RESPONSIBLE IF YOU BREAK YOUR PHONE OR MODEM, ONLY DO THIS IF YOU KNOW WHAT YOU'RE DOING!
First you'll need:
SAMSUNG USB Driver
QXDM
https://androidmtk.com/download-qpst-flash-tool
Now follow the quick start guide HERE, skipping steps 12-30.
1. open QXDM.exe and go to NV Browser and select filter LTE then click 06828 then click one of the values then click read.
2. copy the string that shows up into a decimal to binary converter. As an example mine is 600196852264287. This converts in binary to
now, 1s are enabled bands, 0s are disabled bands. for example if you wanted to add Band 14, you would take the 14th from last digit in the binary string and change it to a 1, then convert the binary string to decimal and paste that string into QXDM and click write then reboot and you have Band 14.
to remove bands its the same process, convert to binary and replace the 1 with a 0, note that the start of the string has to be a 1, if it isn't simply remove the zeros in front of the next 1 then convert that to decimal (the size will be significantly smaller but that's fine, the higher the band number the more value it puts into the string) an example of this is i have band 4 disabled on my phone, i took the 4th from last 1 and made it a 0 and converted that to decimal and it now reads as 600196852264279, notice the last 2 numbers changed, that's the value of band 4 in the string. Band 2 equals 2 and Band 5 equals 16, and so on.
If I helped you please hit the thanks button!
First you'll need:
SAMSUNG USB Driver
QXDM
https://androidmtk.com/download-qpst-flash-tool
Now follow the quick start guide HERE, skipping steps 12-30.
1. open QXDM.exe and go to NV Browser and select filter LTE then click 06828 then click one of the values then click read.
2. copy the string that shows up into a decimal to binary converter. As an example mine is 600196852264287. This converts in binary to
Code:
10001000011110000000111000001011001010110101011111
to remove bands its the same process, convert to binary and replace the 1 with a 0, note that the start of the string has to be a 1, if it isn't simply remove the zeros in front of the next 1 then convert that to decimal (the size will be significantly smaller but that's fine, the higher the band number the more value it puts into the string) an example of this is i have band 4 disabled on my phone, i took the 4th from last 1 and made it a 0 and converted that to decimal and it now reads as 600196852264279, notice the last 2 numbers changed, that's the value of band 4 in the string. Band 2 equals 2 and Band 5 equals 16, and so on.
If I helped you please hit the thanks button!
Last edited by a moderator: