Hi,
just tried for a whole day to enable the diag mode on the CAN-L11.
I have already rooted the phone sucessfully.
The adb command
Code:
setprop sys.usb.config diag,adb
isn't working.
Code:
getprop sys.usb.config
says the mode got activated but nothing is happening in my device manager and I have still MTP access on my phone.
Also tried it with accessing the "ProjectMenu--> Background Services--> USB Port Settings" way but there is only the "Manufacture Mode" available.
Does anyone know a way to access the diag mode on this phone?
Thanks for your help guys!
Related
I manage to follow this tutorial: https://theunlockr.com/2013/10/31/root-lg-g2-verizon/ except that I get this instead:
""
USB Connection Mode needs to be toggled.
Toggle USB mode to another setting and then back again.
Ex.
Charge Mode to MTP then MTP back to Charge.
Ethernet Mode to MTP then MTP back to Ethernet.
Sometimes unplugging USB and then plugging back in helps.
Then press ENTER to confirm ADB root...
""
I am able to fix this I believe by just switching usb input to photo and then back to media according to the people online. Then I get to this:
""
adbd cannot run as root in production builds
uid=2000(shell) gid=2000(shell) groups=1004(input),1007(log),1011(adb),1015(sdcard _rw),1028(sdcard_r),3001(net_bt_admin),3002(net_bt ),3003(inet),3006(net_bw_stats) context=u:r:toolbox:s0
""
when I am meant to get something like:
""
If you DO see uid=0(root) gid=0(root) mentioned above...
CONGRATS.. Rooted ADB is now confirmed.
You will have a rooted ADB shell but no apps on the
phone will be able to access root functions.
PRESS ENTER to backup EFS and continue with full root.
""
Any help or advising would be very appreciated, but I don't understand a jumble of big words put together. Though any help would be appreciated!
Thanks
:3
I think there is many roms that come with root these days. If you have TWRP Recovery install you can install anyone of them really.
Try kingo root apk
Search for it on google
Hello Everyone!
Can somebody inform me on how to activate USB debugging when the screen is locked with a pin and the phone has stock software? Samsung phone with Nougat SW.
...
I have gotten this far with my windows 10 laptop which has adb tools installed:
Boot the phone the phone into Recovery Mode.
Select System Mount
Connect to PC and open CMD and change folder path where adb tools is located.
type adb devices in terminal
Now, the issue is that I see is a number followed by "unauthorized". I am trying to use commands such as adb shell, but seems like I am not allowed? I'm assuming it's because the phone is not USB Debug Enabled. I have a different phone which has USB Debug Enabled and adb shell commands are working perfectly. Any way to use shell commands or work arounds? Thanks in advance!
It is not possible to activate Debugging Mode with a locked screen. AFAIK it never was and it never will. And this is good as it is.
RossTeagan said:
3. Boot your phone into ClockworkMod Recovery, by pressing and holding the Power Button + Home Button + Volume Up or Down, depending on your phone
[/url]
Click to expand...
Click to collapse
Why or even HOW should he have ClockworkMod installed? your guide also is for making a Backup out of cwm when the touch is broken and not for activating debug mode
jaannnis said:
It is not possible to activate Debugging Mode with a locked screen. AFAIK it never was and it never will. And this is good as it is.
Why or even HOW should he have ClockworkMod installed? your guide also is for making a Backup out of cwm when the touch is broken and not for activating debug mode
Click to expand...
Click to collapse
Sorry, I thought it would help you...
I wanna enable the diagnostic mode and try to see if i can add more LTE bands through QPST. I tried the generic command through adb shell and its not working Any suggestions are welcome.
Go to Emergency Mode
Type- *#3424#
This will enable diag mode.
Try thr Hardware test Mode
There is a way to enable the harware test mode on Asus zenfome Max pro M!.
youtu.be??toXVB0e9Afo
remove ?? with /
IT should have an option to test the LTE band
ankitpatil2109 said:
Go to Emergency Mode
Type- *#3424#
This will enable diag mode.
Click to expand...
Click to collapse
Thanks but this did nothing for me. The phone has no SIM and the phone says emergency calls only. In the dialer though this code had no effect. the dialer just displayed it and sat there.
What am I missing? Thanks
---------- Post added at 04:47 PM ---------- Previous post was at 04:45 PM ----------
InverselyCrazy said:
There is a way to enable the harware test mode on Asus zenfome Max pro M!.
youtu.be??toXVB0e9Afo
remove ?? with /
IT should have an option to test the LTE band
Click to expand...
Click to collapse
Thanks for this. I looked at all the tests - which are cool. But I did not find any way to enter diag mode so I can try to use Qualcomm tools to unlock some more LTE bands. Am I missing something? Thanks
Iirc, a powered down (switched off) phone can be connected to PC with volume + and volume - buttons pressed simultaneously when connecting via USB to PC. Then PC device manager shows android device connected in diag mode (needs latest qualcomm drivers 2b installed in PC). I am not so sure whether windows need to be in test mode for this or not.
Cookie Ninja said:
Iirc, a powered down (switched off) phone can be connected to PC with volume + and volume - buttons pressed simultaneously when connecting via USB to PC. Then PC device manager shows android device connected in diag mode (needs latest qualcomm drivers 2b installed in PC). I am not so sure whether windows need to be in test mode for this or not.
Click to expand...
Click to collapse
Thanks for this. I tried using both vol+ and vol- with power button. I get a completely black screen. But I do see some 9008 drivers get loaded in Device Manager. When I open QPST a com port is automatically found and it says that the device is in download mode. I cannot really do anything at this point. I want to start service programming so I can edit the NV using QXDM so I can add an LTE band. But this attempt fails due to download mode. I don't know if this is akin to the download mode I have seen in my Samsung phones when I use ODIN to flash firmware. The only way I have found out of the black screen is to press vol+ and power which eventually takes me to fastboot mode on the device and from here I can press/hold power to reboot to the Android system.
I am not sure I have the latest drivers. Now that I have the device rooted, I was able to issue "setprop sys.usb.config diag,adb" and actually see my Windows 10 computer show a diagnostics 9091 com12 port and a modem 9091 on com11. The driver info shown for this in Device Manager is 2.1.1.2 dated 3/19/2014. With this I can actually use QPST to read something from the device. But when I try to use QXDM to read item 06828 (LTE bands) I get "NV Status Error Received: Item Inactive". No idea what that means or what is wrong. Working on my old Samsung Note3 was pretty simple compared to this.
with root
enable diag port :
adb devices
adb shell
su
setprop sys.usb.config rndis,diag,adb
anvesh583 said:
I wanna enable the diagnostic mode and try to see if i can add more LTE bands through QPST. I tried the generic command through adb shell and its not working Any suggestions are welcome.
Click to expand...
Click to collapse
Hey Bro Don;t Dont Worry I also have zenfone max pro m2 and i dont have root even Try This
1.Open CMD.
2.Connect Your DEVICE with USB DEBUGGING.
3.Type "adb devices".
4.In the phone pops up press "ALLOW".
5.Type"adb shell".
6.Type"setprop sys.usb.config ,diag,adb
7.Voila!! Connected
8.Please Check "DEVICE MANAGER"
9.Now Please "QFIL to SELECT YOUR DIAG PORT".
kamo84 said:
setprop sys.usb.config rndis,diag,adb
Click to expand...
Click to collapse
Ajay_Boss said:
Hey Bro Don;t Dont Worry I also have zenfone max pro m2 and i dont have root even Try This
1.Open CMD.
2.Connect Your DEVICE with USB DEBUGGING.
3.Type "adb devices".
4.In the phone pops up press "ALLOW".
5.Type"adb shell".
6.Type"setprop sys.usb.config ,diag,adb
7.Voila!! Connected
8.Please Check "DEVICE MANAGER"
9.Now Please "QFIL to SELECT YOUR DIAG PORT".
Click to expand...
Click to collapse
Guys, Any idea how to make these commands work on Android 11 ?
Both the codes do not trigger anything and does not show any new devices in device manager.
i am on LineageOS 16 and want to enable Carrier Aggregation and when i enter the cmd in termux "setprop sys.usb.config diag,adb" nothing happens and i'm using windows 10 for it. MiA1 showing in device manager with yellow mark and when i manually install driver qpst manager detect com port but it shows No Phone on that port. what i cam do? or is it possible only on Stock Rom or is there different method to enable "HS-USB diagnostic" mode in LOS16.
and sorry for bad english pls. reply
Your custom rom doesn't have diag so that is reason why command doesn't work.
Here is supported Carrier Aggregation combos of A3: https://cacombos.com/device?model=M1906F9SH
Hello friends.
I have spent 2 days reading the forums and finally decided to post after not being able to get my XT1687 to switch into DIAG mod so that I can use QPST.
The device is boot loader unlocked, flashed with TWRP, running Arrow OS Pie.
No trick such as using setprop sys.usb.DM or Diag, or anything seems to work. Also, no dialer codes seems to work.
All I can manage to do with Shell is reset the USB connection.
No combination of Vol + UP or 3 finger "saluting"... while in bootloader on BP Tools, QCOM, Tools Mode (Switch to Enable) seems to work. I have tried with every setting of USB Configuration combined with debugging on, or debugging off. Nothing will prompt my Windows 10 machine to call for several of the version of the Qualcomm driver's that I have installed - and the only remotely close to a COM Port is when I set it to USB Tether and sets up as a network adapter but I have not been able to manually update that or any other driver so that it establishes a COM port.
Like, am I just stupid and this doesn't have Qualcomm hardware in it or something?
Very much appreciate any guidance.