Help rooting - Sony Xperia XZ1 Questions & Answers

Hello when i put my Sony Xperia XZ1 in flash mode does not appear in my pc in the devices administration appears android and i ve installed all the drivers but dont work
Drivers installed:
Google USB Drivers
Android ADB Interface
Android bootloader interface
Sony sa0116 adb interface
android composite adb interface
Gordons Gate(i dont install because appears that the driver is not avaliable for x64 bits... and in the driver folder i have a dir named x64)
Help me please

Spaint3r said:
Hello when i put my Sony Xperia XZ1 in flash mode does not appear in my pc in the devices administration appears android and i ve installed all the drivers but dont work
Drivers installed:
Google USB Drivers
Android ADB Interface
Android bootloader interface
Sony sa0116 adb interface
android composite adb interface
Gordons Gate(i dont install because appears that the driver is not avaliable for x64 bits... and in the driver folder i have a dir named x64)
Help me please
Click to expand...
Click to collapse
If your os is windows 10 did you disabled the driver signature verification?

lilbrat said:
If your os is windows 10 did you disabled the driver signature verification?
Click to expand...
Click to collapse
yes :crying:

Related

ADB/fastboot woes on Win 8 RTM

Anyonge successfully installed ADB/Fastboot drivers for their experias on Win 8 x64 RTM/Trial?
Because I tried:
- disabling driver integrity checks/ driver signing verifications
- installing xperia drivers from sony dev blog site
- installing drivers provided with latest flashtool
All failed - when connected my device is not recognized (even tho it shows ADB Android device in device manager with warning sign). Win7 works flawlessly.
Any advice/ideas?
Maybe there are. Use win7.
Cant u update drivers automatically using internet bro?
Sent from my X8 using Tapatalk 2
After few hours of struggle i managed to weed out the cause:
USB 3.0 and driver signature enforcement.
So I went into advanced boot option, disabled driver signature enforcement, plugged my phone to USB 2.0 port and VOILA, it works flawlessly

Xperia U adb devices not showing on Windows 7 x86

I've got an Xperia U (st25i) unbranded firmware 6.0.B.3.184, but my Windows 7 x64 doesn't show adb device at all, I have a working mtp device (that looks like it cannot be disabled). Same device works fine in adb on linux, even passing the usb device to a vmware machine with linux.
I've tried with Xperia_P_Xperia_U_Xperia_sola_drivers.zip and install PC Companion, but the adb devices still does not show, if I force add the adb interface from inf, windows 7 says it cannot start, there is same problem on windows 7 x86. Windows xp x86 instead automatically installs mtd devices but prompts for the adb device drivers, so I can give him the drivers. Any clue?
Make sure PC is connected to internet then connect the device in fastboot mode. Win7 downloads and installs drivers automatically.
Sent from my Blade using Tapatalk 2
Had the Same issue. Just Google for win7 64bit and xda. Sorry i have no Link. But Problem solved easy
Rapier07 said:
Make sure PC is connected to internet then connect the device in fastboot mode. Win7 downloads and installs drivers automatically.
Sent from my Blade using Tapatalk 2
Click to expand...
Click to collapse
I don't need fastboot drivers, just adb to develop, I'm always connected, but adb interface does not show at all in device manager, I don't have unknown/failed devices in device manager
sherpya said:
I don't need fastboot drivers, just adb to develop, I'm always connected, but adb interface does not show at all in device manager, I don't have unknown/failed devices in device manager
Click to expand...
Click to collapse
You have the "wrong" drivers installed. Use the drivers provided with c:\flashtool\drivers
-> then turn off internet on pc before connecting phone. <- prevents windoze from auto install via update
xperia mt27i
gazhead said:
You have the "wrong" drivers installed. Use the drivers provided with c:\flashtool\drivers
-> then turn off internet on pc before connecting phone. <- prevents windoze from auto install via update
xperia mt27i
Click to expand...
Click to collapse
The only driver windows automatically install is the mtd (that doesn't need internet because is in win), I don't have the device VID_0FCE&PID_5171&MI_01 but only VID_0FCE&PID_5171
It's a bit strange a common developer should download a non sony tool to develop with a sony phone
I had a similar problem with my XS, I get around it by enabling 'install PC companion' in connectivity settings under 'xperia'. Then when you plug the phone in, on your phone select install. It should then appear both as an MTP device the PCC installation, just cancel that latter.
I've used the wrong thread title, it should be x64 not x86, I've just verified that windows 7 32bit downloads and installs the adb driver, I had similar problem with gt7500 on windows xp 64bit, http://forum.xda-developers.com/showthread.php?t=1434319
I've solved modifying the inf file, I think I cannot change inf on windows 7 x64 because the driver becomes unsigned. Perhaps gt7500 works fine on windows 7
Heh... You stiill refuse to listen.
Install drivers provided with flashtool. Just doit and report back
mt27i
tested with internet disconnected and drivers pack in flashtool-0.9.1.0-windows.exe, same thing, windows shows only mtp device
check this out:
http://forum.xda-developers.com/showthread.php?t=1554632
more drivers:
http://www.mediafire.com/?2fxtdec2fxacux1
sherpya said:
It's a bit strange a common developer should download a non sony tool to develop with a sony phone
Click to expand...
Click to collapse
eeh.. its GOOGLE Android default tools. adb fastboot etc its all Android getit?
Request
thebrainkafka said:
Had the Same issue. Just Google for win7 64bit and xda. Sorry i have no Link. But Problem solved easy
Click to expand...
Click to collapse
Tell Me how Please....:crying:
I just solved this issue for my Xperia S.
Here are the steps:
1. Install driver on flashtool (I also install the pc companion)
1. On device manager, open the MTP device, and select reinstall device driver
2. Choose install the driver manually and list the compatible driver
3. It would only show one "USB Composite Device" for this device and install it
4. After the driver installed, the adb device just shows up!

[Q] ADB driver/composite device problem

Hi there,
I got a really nasty problem here: when I connect my Sony Xperia T to my home computer, the ADB driver will be installed properly. When I connect the same phone to my work computer, Windows just doesn't want to accept the drivers. The following things are equal:
- USB debugging is always on on the phone
- Both computer are running Windows 7 64bit
- On both computers I am pointing the Windows driver installation at the same folder with drivers downloaded from Sony.
The thing that is different is the device ID that Windows reports in the Details dialogue from Device manager:
On the home PC it is:
USB\VID_0FCE&PID_5182&REV_0228&MI_01
USB\VID_0FCE&PID_5182&MI_01
On the other PC where things go wrong it is:
USB\VID_0FCE&PID_5182&REV_0228
USB\VID_0FCE&PID_5182
So it seems Windows is not recognizing the phone as a composite device (MI is it multiplexing identifier?). I double checked that USB debugging is always on and also rebooted Windows.
What could could be causing this strange problem?
Android version is 4.1.2 (original Sony firmware).
Thanks
Tom
You could search for the adb drivers for your phone on Sony's website, maybe they are available there
Sent from my Nexus 4 running Android 4.2.2
mihahn said:
You could search for the adb drivers for your phone on Sony's website, maybe they are available there
Sent from my Nexus 4 running Android 4.2.2
Click to expand...
Click to collapse
This is exactly what I did! Downloaded the adb driver from Sony's website. Installed them on one computer - works. Transferred exactly this driver package to the second computer with a USB Stick.
On the second computer, Windows does not find a matching driver for the same phone in the same driver package.
The reason apparently is that the phone reports a slightly different USB id when connected to the second computer (missing the MI at the end of the ID, see my original post).

[Q] USB Driver for Windows 8

Hi,
I am not able to install the adb driver on windows 8 PC. Is there any usb/adb drivers for windows 8?
Thanks.
sandy007sandipan said:
Hi,
I am not able to install the adb driver on windows 8 PC. Is there any usb/adb drivers for windows 8?
Thanks.
Click to expand...
Click to collapse
Have you tried loading flashtool and loading the drivers for the X10 from the driver folder?
Flashtool - XPERIA Device Flashing
Dr Goodvibes said:
Have you tried loading flashtool and loading the drivers for the X10 from the driver folder?
Flashtool - XPERIA Device Flashing
Click to expand...
Click to collapse
Without the driver installed flashtool is not detecting the phone. I have tried loading the drivers from the driver folder but it failed.

[Q] Need help with xperia Go.

Hi, I need help with my Xperia Go since my power button has stopped working and I used to turn on my device via fastboot with flashtool on windows 7 32bit. Now I have Windows 8.1 64bit and I can't even install fastboot drivers. I get error when installing them:
Google, inc. (WinUSB) AndroidUsbDeviceClass (12/06/2010 4.0.0000.00000).
Thanks.
Edit: Ok, I got fastboot drivers installed somehow, now I cant see my device in flashtool. When I boot my xperia to fastboot, it stays there only few secs.
Are you using USB 2 or 3 ports?
Someone posted working drivers for USB 3 on windows 8.1 running on Intel chipset, search the forum.
ChikeD said:
Are you using USB 2 or 3 ports?
Someone posted working drivers for USB 3 on windows 8.1 running on Intel chipset, search the forum.
Click to expand...
Click to collapse
I have USB 2.0
Method
Xperiagouser said:
Hi, I need help with my Xperia Go since my power button has stopped working and I used to turn on my device via fastboot with flashtool on windows 7 32bit. Now I have Windows 8.1 64bit and I can't even install fastboot drivers. I get error when installing them:
Google, inc. (WinUSB) AndroidUsbDeviceClass (12/06/2010 4.0.0000.00000).
Thanks.
Edit: Ok, I got fastboot drivers installed somehow, now I cant see my device in flashtool. When I boot my xperia to fastboot, it stays there only few secs.
Click to expand...
Click to collapse
disable driver signature enforcement in windows then install drivers using the package given in flashtool or u can install SUS as it installs fastboot drivers by itself. But before anything it is recommended you ,uninstall the drivers which you have currently
sorry cannot post guide as per xda rules

Categories

Resources