Hi,
bought Zenfone 5 from eglobal , unfortunately the device not support LTE band 20 even seller says that all LTE bands are supported.
There is an option to unlock missing bands using QPST and QXDM Qualcomm utils. Device is rooted, ADB installed and based on the informations I found
these commands via ADB should open diag port in system:
adb shell
su
setprop sys.usb.config diag,adb
ADB find device, super user was added, but windows 10 device manager not showing : qualcom HA-USB android diag as on other phones
USB debugging is on
thank you
georgito said:
Hi,
bought Zenfone 5 from eglobal , unfortunately the device not support LTE band 20 even seller says that all LTE bands are supported.
There is an option to unlock missing bands using QPST and QXDM Qualcomm utils. Device is rooted, ADB installed and based on the informations I found
these commands via ADB should open diag port in system:
adb shell
su
setprop sys.usb.config diag,adb
ADB find device, super user was added, but windows 10 device manager not showing : qualcom HA-USB android diag as on other phones
USB debugging is on
thank you
Click to expand...
Click to collapse
...found solution, the command what works is:
setprop sys.usb.config rndis,diag,adb
georgito said:
...found solution, the command what works is:
setprop sys.usb.config rndis,diag,adb
Click to expand...
Click to collapse
also have asus x00ld after enter your command its still same, just showing adb drivers etc and also need to update,
Related
i have a t-mobile d851 and i'm trying to make the COM, Serial port show up. on d801 I was able to do so by enabling PC Software option in the usb connection list, com port would show up every time
i cannot get this to work
phone is rooted
ADB is working great.
tried the following command:
su
setprop persist.sys.usb.config diag,adb
doesn't work...
any ideas?
edit: guess i just needed to install the newest set of drivers and set to MTP mode and the serial com port showed up!!
Hi, all
Just got myself new OnePlus 3, wanted to try new OOS 3.5.2
to my surprise, i have a mac and after doing all the necessary steps
Developer settings- activating debugging, android file transfer working with file transfer mode.
As soon as i start ./adb devices it does not show up on devices attached, and it also does not ask me on device to authorise mac.
Please help
Hi, I have found the solution myself
Just follow this
https://code.google.com/p/android/issues/detail?id=152172
Basically used this command
$ adb devices -l
it returned as unauthorised device
again tried ./adb devices
and device asked for authorisation and its sorted.
May be this will help someone
Download and install ADB: Click Here
Samsung USB drivers: Click Here
Download and install USB driver + ADB
Connect phone and enable Android debugging
Run in CMD:
Adb devices
Accept adb connection on phone
Make sure your device is found
Now run:
Code:
adb shell
settings put global tether_dun_required 0
settings put global tether_dun_apn "APNDUN,n.ispsn,,,,,,http://mms.sprintpcs.com,68.28.31.7,80,310,120,,default,dun,mms,supl
Turn on hotspot
One time thing:
Turn off and on mobile data (Fixes DNS)
Done
Now use hotspot whenever
Works with any Samsung CDMA 5.1.1+ devices
Not work on my Galaxy S6 Edge Sprint Nougat
Hello everyone
Recently (today exactlly) I tried restore/repair IMEI with method shown in this video (https://www.youtube.com/watch?v=y2lHFy7AciE).
IMEI is visible but after restarting D855 adb via USB no longer works. It's no longer visible in Devices Manager and of course I can't connect PC with phone anymore with cable.
ADB via WiFi works very well.
I found a way to make it work with cable after entering commands via WiFi. The commands I'm using to make it work:
Code:
adb connect #my_d855_ipadress
adb shell
su
setprop sys.usb.config diag,adb
The question is, what I have to modify in /system to make it work always without juggling commands with adb over wifi first.
If this question was asked, please let me know (I already used search).
I'm late to this thread, but luckily, as of Android 11 and up, adb works over wi-fi (without USB) on non-rooted Android phones via Developer options Wireless debugging switches.
Hi,
I am trying to enable diag mode in LG G7 i have tried different methods but still window can't detect the phone in diag mode. what i have tried.
Using the *#546368#*710# and enabling port test
Using adb and running command setprop sys.usb.config diag,adb
Manually editing the files this method seems to work but than phone was not detected in device manager.
Can any one know? so plz tell me. thanks