http://forum.xda-developers.com/showpost.php?p=47203225&postcount=1
If you need to get your MSL from a logcat, please follow the following steps:
0. Download the Android SDK and correct drivers for the phone (if you don't have this already you're doing Nexus wrong.)
1. Connect your phone to your computer, with USB Debugging enabled.
2. Open a command terminal, change directory to wherever you have the Android SDK's platform-tools installed.
3. Enter "ADB devices" to ensure your device is properly connected. This should print your device's serial number.
4. Enter "ADB logcat" to print the device log.
At this point the terminal window will start vomiting up tons of information. Wait for the scrolling to stop and then continue.
5. Now, on your phone, enter the dialer and type *#*#3282#*#*.
6. Select "LTE/Edit" again.
7. At this point the terminal on your PC should spit out a few more lines. A few of them will look like this:
D/QC_RIL_OEM_HOOK(18638): sendOemRilRequestRaw returns value = 10
V/LG_SVC_ITEMS(18638): length =6 responseBytes=REMOVED itemValue=******
D/LG_SVC_ITEMS(18638): getCommands commandId 200 = ******-END
D/LG_SVC_CMD(18638): itemID = 200, Value = ******
Where the "*" values are the digits to your MSL.
---------- Post added at 03:19 AM ---------- Previous post was at 03:12 AM ----------
Here in India band 40 (2300Mhz) is used primarily and band 3 will be used in the future...
I think China also uses band 40? can we enable that band as well?