[Q] Enable DIAG+ADB mode on LT30P - Sony Xperia T, TL, TX, V

I'm trying to discover any additional bands there might be on my LT30P (running official CM12), and I've got the HTC modem drivers (from the Unlock all bands of your Qualcomm device! thread) installed successfully.
However, I'm unable to run DIAG+ADB mode simultaneously. When I enable DIAG with the following commands, the ADB driver disappears:
Code:
adb shell
su
setprop sys.usb.config diag,adb
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To re-enable ADB, I have to disable ADB on the phone, disconnect from the PC, enable ADB on the phone, then re-connect to PC. But then I lose the diagnostic mode, and the HTC modem driver disappears:
How do I get both DIAG and ADB working at the same time on the Xperia T?

Related

[Q] adb doesn't work for me on w8 pro n

Hello,
my problem is that, adb doesn't recognize my phone, and i wanna change my radio firmware...
i use this tuto, without any results.
Tuto.-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and the devices show me this .-.
thats all,
regards.
Pd: excuse my english...
It seems that adb is not found, you should add adb's directory to the PATH environment variable in Windows. After that, type "adb devices" in the command line, and you should see the list of connected devices.
i do,
and restarts .-.
Edit: nevermind, i fix that or i guess

Trying to use ADB - X527 Not Seen Under "adb devices" command?

I've got my phone hooked up with all of the relevant items downloaded and installed onto my PC.
The phone shows up fine in device manager and I can browse all of the folders via the PC.
I'm using this guide:
https://www.guidingtech.com/59895/le-2-rooting-guide-twrp-installation/
But there's never any device listed like this on my PC?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Any ideas?
Well I finally got ADB to work using the Minimal ADB Fastboot method.
I now have TWRP installed on the phone and tried to upgrade my ROM by transferring over the "update.zip" but I don't see it in the TWRP recovery install method.
I'm doing well!!!! FFS!

Even with drivers can't run adb commands from Windows

I have my phone connected to the computer with a USB cable. The device manager looks good (see pictures). Still when I try to run commands, like adb devices, the list is blank.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
cheeklitched said:
I have my phone connected to the computer with a USB cable. The device manager looks good (see pictures). Still when I try to run commands, like adb devices, the list is blank.
Click to expand...
Click to collapse
Install the drivers provided with the flashtool. You should be seeing the following...

TROUBLE MOTO E5 (XT1944-3)

Hello everyone, I'm new here. Hope you take care of me.
People I have an issue with my phone the imei is reported and I'm trying to fix it. I have already rooted with magisk and now I'm doing this (
) but when I try to enable the DIAG port in my phone doesn't let do it... Just installing the drivers it should appear in device manager but don't, by the way I was trying to enabling it by ADB writing this
Spoiler: THIS CODE
Code:
adb devices
adb shell
su
setprop sys.usb.config diag,adb
but when I try the answer is other.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Does somebody knows what I have to do?
Thank you.
PD: Sorry if this is not the place where I have to put this post.

[HELP] fastboot waiting for device

i'm trying to install TWRP using fastboot using ADB tools
bootloader already unlocked, USB debug is on, only Mi Unlock status is still locked (i can't unlock it due to checking security issues load infinitely)
i can use the adb command using cmd using my laptop, but once the phone switch into fastboot mode, it doesn't seems to be connecting.
i tried to search the solution online and apparently it's because the adb driver isn't installed, but the problem is
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i keep trying to install the adb driver, but it seems that the system choosing the built-in MTP USB Device over adb (also to be honest, i don't even know if this is the real problem)
is there's any workaround for this? i just want to install TWRP for my phone
solved, i had to disable forced drived sign-in using advanced start-up
but i still couldn't install twrp because the bootloader is still locked...

Categories

Resources