Add LTE frequency - G2 Q&A, Help & Troubleshooting

Hello, I have att model of G2 which doesnt natively support 800 frequency,here in my country i cant get lte signal because of that.can it somehow be added to supported ones? thanks for your attention

Im in the exact same situation as you. This is what I have found:
Apparently, devices as the G2 with Qualcomm CPU's can unlock bands, and to do so you need to follow this:
http://forum.xda-developers.com/cro...ad-progress-please-leave-im-updating-t2871269
BUT, the funny thing is that i cant get the G2 into "DIAG mode". And thats what is stoping me from doing it.
If you find the way to enter into DIAG MODE, tell me

Eminemiero said:
Im in the exact same situation as you. This is what I have found:
Apparently, devices as the G2 with Qualcomm CPU's can unlock bands, and to do so you need to follow this:
http://forum.xda-developers.com/cro...ad-progress-please-leave-im-updating-t2871269
BUT, the funny thing is that i cant get the G2 into "DIAG mode". And thats what is stoping me from doing it.
If you find the way to enter into DIAG MODE, tell me
Click to expand...
Click to collapse
Code:
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb

tide and wave said:
Code:
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb
Click to expand...
Click to collapse
didnt work

Related

[Q] How enable USB diag mode in Yureka?

I'm traveling and the LTE bands supported by local telecom is not supported by Yureka I'm trying to add missing LTE bands to my Yureka phone using http://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
However I'm stuck at step 6: "echo 1 > /sys/class/usb_composite/modem/enable".
Does anyone know how to do this or bring up USB settings menu?
Thanks,
Hem
We need Yureka USB Diagnostic Driver also
Please help us
I am in Qatar need different frequency as @hem12
hem12 said:
I'm traveling and the LTE bands supported by local telecom is not supported by Yureka I'm trying to add missing LTE bands to my Yureka phone using http://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
However I'm stuck at step 6: "echo 1 > /sys/class/usb_composite/modem/enable".
Does anyone know how to do this or bring up USB settings menu?
Thanks,
Hem
Click to expand...
Click to collapse
I think that's in Engineering mode . For going into engineering mode you may use Xposed .
Hope it might work.
barshan23 said:
I think that's in Engineering mode . For going into engineering mode you may use Xposed .
Hope it might work.
Click to expand...
Click to collapse
I do not see those settings using XPosed.
Is there someone who can help us?
Thanks.
hem12 said:
I'm traveling and the LTE bands supported by local telecom is not supported by Yureka I'm trying to add missing LTE bands to my Yureka phone using http://forum.xda-developers.com/galaxy-s5/general/how-to-add-rf-lte-frequency-bands-to-t2886059
However I'm stuck at step 6: "echo 1 > /sys/class/usb_composite/modem/enable".
Does anyone know how to do this or bring up USB settings menu?
Thanks,
Hem
Click to expand...
Click to collapse
no need USB setting for YU
check in forum
I done till step 9 (OPO drivers working for us)
but my QPST stop working when I click add new port
ekhasti said:
no need USB setting for YU
check in forum
I done till step 9 (OPO drivers working for us)
but my QPST stop working when I click add new port
Click to expand...
Click to collapse
Thanks for the reply.
Could you help me with step 6:
setprop persist.usb.eng 1
setprop usb.rndis.enable 1
echo 1 > /sys/class/usb_composite/modem/enable
I was able to do the first two. I do not see the third one. Am I in the right direction?
One more thing, once the above is done, did you see port listed under "device manager->ports"?
Thanks,
Hem
hem12 said:
Thanks for the reply.
Could you help me with step 6:
setprop persist.usb.eng 1
setprop usb.rndis.enable 1
echo 1 > /sys/class/usb_composite/modem/enable
I was able to do the first two. I do not see the third one. Am I in the right direction?
One more thing, once the above is done, did you see port listed under "device manager->ports"?
Thanks,
Hem
Click to expand...
Click to collapse
Check tutorial HERE XDA & HERE YU Forum
All done bro
but on reboot all settings reset to original values
I make some searching and found that YU NV write is locked
so we need something for preventing NV recovery

QPST doesn't detect G2 D800

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/

Enable carrier aggregation on Lenovo ZUK Z2 Plus!

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 ?

How to enable USB Diag port on Essential

Hi,
My essential is already rooted and i have tried the below commands:
mata:/ # setprop sys.usb.config diag,adb
mata:/ # getprop sys.usb.config
diag,adb
However still nothing in device manager in terms of a diagnostics port being recognized.
Any help is appreciated, Thanks.
have you solved it?im the same question.
involves installing software on pc but check this out https://www.youtube.com/watch?v=W1KZi5Jubqc
The_Automator said:
involves installing software on pc but check this out
Click to expand...
Click to collapse
im sure no use
Found it, just run:
Code:
setprop sys.usb.config diag,serial_cdev,rmnet,adb
As root.
Worked for me with latest (2018.10.) ROM after the phone is rooted.
jackzhu said:
im sure no use
Click to expand...
Click to collapse
i cant find this in the last AndroidTools version
ARDV said:
i cant find this in the last AndroidTools version
Click to expand...
Click to collapse
If you have a rooted phone, use the "setprop sys.usb.config diag,serial_cdev,rmnet,adb" command as root in a terminal emulator.
ktmom said:
If you have a rooted phone, use the "setprop sys.usb.config diag,serial_cdev,rmnet,adb" command as root in a terminal emulator.
Click to expand...
Click to collapse
I'm using crdroid with rooted lg g2 d800. After writing that command nothing changes in pc.
I slso tried this with samsung s5 with havoc rom and nothing changes after that command.
ARDV said:
I'm using crdroid with rooted lg g2 d800. After writing that command nothing changes in pc.
I slso tried this with samsung s5 with havoc rom and nothing changes after that command.
Click to expand...
Click to collapse
You do realize this is a thread specific to the essential PH-1, right?

USB Settings Menu?

Does anyone know if the Essential phone has a dial code, application, or method that will allow me to turn on Qualcomm Diagnositic Mode with RMNET and ADB?
I have RF testing software for my PC that interfaces with phones but I cannot get the Essential phone to be discovered because I cannot find those settings. I know on many other devices either the 0808 or 7284 dial codes worked.
I've already worked with the software developer, they support the chipset, but getting the phone to be recognized by the software is on me.
Any help would be appreciated.
abs0lutezer0 said:
Does anyone know if the Essential phone has a dial code, application, or method that will allow me to turn on Qualcomm Diagnositic Mode with RMNET and ADB?
I have RF testing software for my PC that interfaces with phones but I cannot get the Essential phone to be discovered because I cannot find those settings. I know on many other devices either the 0808 or 7284 dial codes worked.
I've already worked with the software developer, they support the chipset, but getting the phone to be recognized by the software is on me.
Any help would be appreciated.
Click to expand...
Click to collapse
Hi, where you able to solve this? I'm having the exact same problem
Hey! I was able to find the solution for this.
First you will need to root the phone with Android 7.1.1 Nougat (you can find the procedure in the forum or in youtube).
After phone is rooted, run the following ADB commands:
su
setprop persist.sys.usb.config diag,serial_cdev,rmnet,adb
setprop sys.usb.state diag,serial_cdev,rmnet,adb
setprop sys.usb.config diag,serial_cdev,rmnet,adb
Please note after entering "su" (super user) you'll need to grant superuser permissions (prompt shown on the phone).
After doing this, TEMS Investigation can detect and activate the phone, as you'll can see here. I assume other software (Nemo, XCAL, etc) should work as well.
Hope this helps!!

Categories

Resources