soft root - G4 Q&A, Help & Troubleshooting

Dear friends,
I would like root my g4. Marshmallow android 6 like I made with android 5.0, that in a soft root way. Is it possible?
Thanks a lot.
Kf
P.s I attached on this post the software configuration of my lg. Help me please!!!

I don't know if it is possible like in lollipop, but there is something called Magisk which is systemless root.

kenfalco_14 said:
Dear friends,
I would like root my g4. Marshmallow android 6 like I made with android 5.0, that in a soft root way. Is it possible?
Thanks a lot.
Kf
P.s I attached on this post the software configuration of my lg. Help me please!!!
Click to expand...
Click to collapse
kouzelnik3 said:
I don't know if it is possible like in lollipop, but there is something called Magisk which is systemless root.
Click to expand...
Click to collapse
Is your device unlocked?
No Root for MM for locked devices.
.
Sent from my LG-H815 using XDA Labs

How can i see if it is locked?

kenfalco_14 said:
How can i see if it is locked?
Click to expand...
Click to collapse
If you do not know it then it is likely that your device is not unlocked
You can reboot into fastboot by the command
adb reboot bootloader
and then you could execute
fastboot getvar unlock
And just before you ask not every model can be unlocked that being said only the h815 international and the h811 can be unlocked officially
Sent from my LG-H815 using XDA Labs

steadfasterX said:
If you do not know it then it is likely that your device is not unlocked
You can reboot into fastboot by the command
adb reboot bootloader
and then you could execute
fastboot getvar unlock
And just before you ask not every model can be unlocked that being said only the h815 international and the h811 can be unlocked officially
Click to expand...
Click to collapse
Do I need unlock the bootloader from lg site?

kenfalco_14 said:
Do I need unlock the bootloader from lg site?
Click to expand...
Click to collapse
Yes
Sent from my LG-H815 using XDA Labs

I tried to obtain the hardware id by adt, but I could'nt do the pc does'nt see the device. It is strange because it can see the sd cards like g4 attached device. I activated the debugging usb mode on the developer menu but I did'nt obtain the rsa device id so I think that phone can't work in usb debugging mode.
It is very stupid situation... :crying:

First, you need to check "Enable OEM unlock" in the developer menu. Then, you need to reboot into download mode from which you can get the fastboot command and then it should show you your device ID.
Here you are the tutorial which I used and it worked for me: https://forum.xda-developers.com/g4/general/howto-complete-guide-to-unlock-twrp-t3370003

I can't reboot in dowload mode. I push pwr+ vol - and nothing. I connected phone to my notebook and when I launch the adb command it tells me error "null" device. It is stranfe because I can see sd cards like g4...

kouzelnik3 said:
First, you need to check "Enable OEM unlock" in the developer menu. Then, you need to reboot into download mode from which you can get the fastboot command and then it should show you your device ID.
Here you are the tutorial which I used and it worked for me: https://forum.xda-developers.com/g4/general/howto-complete-guide-to-unlock-twrp-t3370003
Click to expand...
Click to collapse
kenfalco_14 said:
I can't reboot in dowload mode. I push pwr+ vol - and nothing. I connected phone to my notebook and when I launch the adb command it tells me error "null" device. It is stranfe because I can see sd cards like g4...
Click to expand...
Click to collapse
I'm sorry but he meant the fastboot mode and not the download mode! Just follow the link provided it contains a step-by-step guide for you!
.
Sent from my LG-H815 using XDA Labs

I changed pc, finally obtained the rsa key from usb debugging, after make adb reboot bootloader and see this. Then make fastboot oem device - id and nothing,. System is waiting for device...forever. Sorry for pic.

kenfalco_14 said:
I changed pc, finally obtained the rsa key from usb debugging, after make adb reboot bootloader and see this. Then make fastboot oem device - id and nothing,. System is waiting for device...forever. Sorry for pic.
Click to expand...
Click to collapse
This is the correct mode but please show a screenshot of your terminal output and the command you have typed on your PC!
I assume that it is Windows what you are using so you may consider to try FWUL instead it has all drivers included and you have everything required already installed and you can run it without touching your main operating system..
.
Sent from my LG-H815 using XDA Labs

steadfasterX said:
This is the correct mode but please show a screenshot of your terminal output and the command you have typed on your PC!
I assume that it is Windows what you are using so you may consider to try FWUL instead it has all drivers included and you have everything required already installed and you can run it without touching your main operating system..
Sent from my LG-H815 using XDA Labs
Click to expand...
Click to collapse
I put last lg driver vwersion., i use win7 sp 1. Pc recognize cell without problem, I have rsa debugging key, that inn other pc no had. May be that because this phone is a refurbished one? I don't know other causes.
Ciao

kenfalco_14 said:
I put last lg driver vwersion., i use win7 sp 1. Pc recognize cell without problem, I have rsa debugging key, that inn other pc no had. May be that because this phone is a refurbished one? I don't know other causes.
Ciao
Click to expand...
Click to collapse
it sounds like a driver issue.. check ur device manager if u see unknown devices.
.... or FWUL ? http://tinyurl.com/adbiso
.

steadfasterX said:
it sounds like a driver issue.. check ur device manager if u see unknown devices.
.... or FWUL ? http://tinyurl.com/adbiso
.
Click to expand...
Click to collapse
No issues in the device manager. I have a dual boot with winzoz and ubuntu. Coul I implement this tool on linux? I tried it with Virtual box but I don't know how use, archlinux is for me too advanced ...

steadfasterX said:
it sounds like a driver issue.. check ur device manager if u see unknown devices.
.... or FWUL ? http://tinyurl.com/adbiso
.
Click to expand...
Click to collapse
No issues in the device manager. I have a dual boot with winzoz and ubuntu. Could I implement this tool on linux? I tried it with Virtual box but I don't know how use it, archlinux is for me too advanced ...

kenfalco_14 said:
No issues in the device manager. I have a dual boot with winzoz and ubuntu. Could I implement this tool on linux? I tried it with Virtual box but I don't know how use it, archlinux is for me too advanced ...
Click to expand...
Click to collapse
just use ubuntu and there do
Code:
sudo fastboot devices
if that suceeds
Code:
sudo fastboot oem device-id
.

Fasboot command not found. Do I need download some tool from ubuntu dc? I think yes..

kenfalco_14 said:
Fasboot command not found. Do I need download some tool from ubuntu dc? I think yes..
Click to expand...
Click to collapse
depends on your ubuntu version. newer ones should work like this;
Code:
sudo apt update
sudo apt install android-tools-adb android-tools-fastboot
(https://www.linuxbabe.com/ubuntu/how-to-install-adb-fastboot-ubuntu-16-04-16-10-14-04)
otherwise: https://duckduckgo.com/?q=adb+fastboot+ubuntu&atb=v56-2__&ia=web
.

Related

[Q] Hard Bricking

What are the odds of hard-bricking the Nexus 7 while rooting and istalling a custom kernel? And if it bricks, is there a way to fix it?
I ask this because I want to root it, but I'm really worried.
Also, how can you fix a soft brick?
I think you should really care of these questions if you somehow corrupt both bootloader and recovery. I don't really know, but bootloader isn't a thing that is modified during rooting or changing kernel. Just carefully read the thread about rooting programs, follow the instructions and everything should be ok. The most potentially harmful thing that can be done is corrupting the recovery. It can be solved if you have a computer with adb and drivers installed. Just a sшmple command and recovery is reflashed. Unlocking the bootloader is a kind of thing that doesn't really change anything so you couldn't boot or something. It just clears the storage and changes something deep inside. Flashing ROMS/Kernels is a kind of coping files and if something goes wrong you can always reflash it from recovery or with adb or some app from the rooting kit. And also you can always flash everything stock. Just read and think of what you're doing. Good luck.
Can you help me, when I type fastboot oem unlock in the command prompt, it says <waiting for device>. Any idea?
LittleConfucy said:
Can you help me, when I type fastboot oem unlock in the command prompt, it says <waiting for device>. Any idea?
Click to expand...
Click to collapse
You probably have not configured devide ids for adb.
But probably the use of "sudo" should solve your problem.
rtfpessoa said:
You probably have not configured devide ids for adb.
But probably the use of "sudo" should solve your problem.
Click to expand...
Click to collapse
So, what do I have to do?! Sorry, I'm a complete noob xD
LittleConfucy said:
So, what do I have to do?! Sorry, I'm a complete noob xD
Click to expand...
Click to collapse
Just run:
sudo fastboot oem unlock
rtfpessoa said:
Just run:
sudo fastboot oem unlock
Click to expand...
Click to collapse
It doesn't recognize sudo as a command
LittleConfucy said:
It doesn't recognize sudo as a command
Click to expand...
Click to collapse
Are you on windows?
If yes, are you on bootloader mode?
If not:
1-Power off
2-Power On + Vol. Down
Then you execute "fastboot oem unlock"
If it doesn't work try to use any of the auto tools that you can find all over XDA forums
LittleConfucy, as you haven't told us what OS you're using, I'll assume it's Windows 7 or 8, doesn't really matter. Go here, download, install, launch, press the big button on top named "Full Driver Installation" and read what it tells you to do. It's written clear enough to understand. Just will give you some tips.
1. To install adb drivers, you should enable camera mode. It can be done in Settings->Storage. Just click on 3 dots and go to the USB connection settings. Select the option with PTP in its name and uncheck MTP if checked. After that your device should be recognized properly.
2. This App had a bug some time ago. It downloaded drivers and couldn't find them later. The workaround is to copy c:\Program Files (x86)\WugFresh Development\data\drivers\universal_drivers\UniversalAdbDriverSetup7.msi and rename the copy to UniversalAdbDriverSetup6.msi. It'll help.
Do you have any idea where can I see the drivers that were installed on the computer?
Slavon-93 said:
LittleConfucy, as you haven't told us what OS you're using, I'll assume it's Windows 7 or 8, doesn't really matter. Go here, download, install, launch, press the big button on top named "Full Driver Installation" and read what it tells you to do. It's written clear enough to understand. Just will give you some tips.
1. To install adb drivers, you should enable camera mode. It can be done in Settings->Storage. Just click on 3 dots and go to the USB connection settings. Select the option with PTP in its name and uncheck MTP if checked. After that your device should be recognized properly.
2. This App had a bug some time ago. It downloaded drivers and couldn't find them later. The workaround is to copy c:\Program Files (x86)\WugFresh Development\data\drivers\universal_drivers\UniversalAdbDriverSetup7.msi and rename the copy to UniversalAdbDriverSetup6.msi. It'll help.
Click to expand...
Click to collapse
So I have to copy the file, paste it in the same directory, without deleting the previous file, and change its name?
Need help...
After I rooted, I opened BusyBox and it said:
"There was a problem opening a shell with root acces. This is either being caused by superuser/supersu or by a device that is inproperly rooted."
I downloaded root checker, and it says that it's not proprly rooted

adb issues. tough case.

ok, I am really in dead end here. I think I spent on it more than 4 days, trying to figure it out. No luck, hopefully someone here can help.
My One isn't recognized under adb fastboot. And what I mean: under device managers it shows that the device is installed fine ( no yellow exclamation marks ). But when I try to adb, no luck. No devices recognized.
wait.. before you refer me to gadzillions of links - I've been there, seen them. What I did so far:
1) Installed linux ( live cd and normal ). When in the OS, I can browse my sd card. Once I reboot into fastboot, adb devices returns empty list.
2) installed htc drivers, naked drivers, universaladb drivers, intel usb3 drivers ( tried on both usb2 and usb3 ports )
3) various laptops and pcs
no luck. I am running out of ideas. What am I missing ? pliz help, I am desperate to adb to update recovery.
PS. Tried that on windows 7, 8, 8.1 and linux
If your just trying to update your recovery you can use flashify from the playstore.
https://play.google.com/store/apps/details?id=com.cgollner.flashify&hl=en
mercer24 said:
If your just trying to update your recovery you can use flashify from the playstore.
https://play.google.com/store/apps/details?id=com.cgollner.flashify&hl=en
Click to expand...
Click to collapse
checking it right now. thank you
ah, didn't work. But thank you for help. Returning the phone to the store today.. ehhh..
pRuben said:
ah, didn't work. But thank you for help. Returning the phone to the store today.. ehhh..
Click to expand...
Click to collapse
I don't recall seeing it mentioned in any of the recipes, cookbooks or how-to postings, but I found that in Linux, you should run your adb and fastboot instructions either logged in as root, or using sudo.
Make sure you don't have any phone software installed on the computer as well. HTC sync and Kies can cause problems with adb. Also make sure that adb debugging is turned on in developer settings. You probably already did that, but ya never know, I overlook the simple stuff all the time.
did you take 4.3 update
If you did I have same issue with adb but fastboot options work just fine as long as your s-off if you need any help let me know i went and reloaded hboot and a cwm and also wrote my cid to super and unlocked through htc dev then changed my cid back to verizons
thanks guys, yep, HTC sync manager was installed /uninstalled. Not sure what what's kies. Also I executed sudo on linux. Nothing freaken works. I am s-off unlocked via sonic. Drives me insanely mad. Seems like this phone just refuse to work with me.
I know this might seem like a dumb idea but have you tried a different cable? Are you using the one that came with the phone?
I don't know you so forgive me if what follows is too simplistic or unrelated to your issue. Just trying to help.
You mentioned your phone is not recognized "under adb fastboot." Do you mean under neither adb nor fastboot?
Are you trying to use adb from the bootloader? The reason I ask is you mentioned that after you "reboot to fastboot," adb devices comes up empty. I assume "reboot to fastboot" means reboot to bootloader, in which case adb commands will not work. Did you try fastboot devices instead?
You also mentioned wanting to get adb working to update recovery, but again this would require fastboot, not adb.
Hope this is the problem as it's an easy fix!
Sent from my HTC6500LVW using xda app-developers app
xenakis said:
I don't know you so forgive me if what follows is too simplistic or unrelated to your issue. Just trying to help.
You mentioned your phone is not recognized "under adb fastboot." Do you mean under neither adb nor fastboot?
Are you trying to use adb from the bootloader? The reason I ask is you mentioned that after you "reboot to fastboot," adb devices comes up empty. I assume "reboot to fastboot" means reboot to bootloader, in which case adb commands will not work. Did you try fastboot devices instead?
You also mentioned wanting to get adb working to update recovery, but again this would require fastboot, not adb.
Hope this is the problem as it's an easy fix!
Sent from my HTC6500LVW using xda app-developers app
Click to expand...
Click to collapse
Once in a while I get humbling experience, that reminds me that simple solutions are right in the front of me Xenakis. You are correct, I was trying to get adb under fastboot, which didn't return anything. Fastboot devices did. From there it was all straight up road to what I needed. Sorry to bother you guys with this, I though it was more complicated that this. It just appears like my ignorance of basic adb commands got the best of me. Thank you for helping me out.
Merry Christmas

[Q] Problems with adb/fastboot after updating to Android 5.0.1

I recently updated to Android 5.0.1 on my M8 GPe and it seems to work just fine. Today I wanted to flash a custom recovery but I couldn't get any connection between the phone and the computer. When I enter fastboot I don't get "fastboot usb" as I usually do.
Do I need new drivers or something? I have both Windows 7 and OS X 10.10 so a solution for either is ok.
djr83 said:
I recently updated to Android 5.0.1 on my M8 GPe and it seems to work just fine. Today I wanted to flash a custom recovery but I couldn't get any connection between the phone and the computer. When I enter fastboot I don't get "fastboot usb" as I usually do.
Do I need new drivers or something? I have both Windows 7 and OS X 10.10 so a solution for either is ok.
Click to expand...
Click to collapse
I was also unable to get fastboot working.
For custom recovery I used adb shell and used the dd cmd, worked fine
Heisenberg420 said:
I was also unable to get fastboot working.
For custom recovery I used adb shell and used the dd cmd, worked fine
Click to expand...
Click to collapse
I don't think I get any connection with adb either? But I'll try that. What command should I use to flash the recovery image in adb?
Edit: adb devices shows an empty list.
djr83 said:
I don't think I get any connection with adb either? But I'll try that. What command should I use to flash the recovery image in adb?
Edit: adb devices shows an empty list.
Click to expand...
Click to collapse
Connect via USB
To see if you have a connection type
Adb devices
U should see a device
Then follow these directions
http://www.teamw.in/project/twrp2/225
You should copy and paste the dd cmd directly into terminal, if you typo that one u may brick ur device
Heisenberg420 said:
Connect via USB
To see if you have a connection type
Adb devices
U should see a device
Then follow these directions
http://www.teamw.in/project/twrp2/225
You should copy and paste the dd cmd directly into terminal, if you typo that one u may brick ur device
Click to expand...
Click to collapse
Exactly, I'm not getting any devices.
djr83 said:
Exactly, I'm not getting any devices.
Click to expand...
Click to collapse
Have u enabled USB debugging in developer options?
Heisenberg420 said:
Have u enabled USB debugging in developer options?
Click to expand...
Click to collapse
Yes. And nothing has changed on the computer since before I updated to 5.0.1.
Edit: Tried another USB port on the computer and it's working now.
djr83 said:
Yes. And nothing has changed on the computer since before I updated to 5.0.1.
Click to expand...
Click to collapse
I'd say its the drivers. Try to reinstall
You can try adb over WiFi without the drivers, download an adb wireless app from the market, enable it, get the IP address of your phone in the app, then connect through adb
Adb connect <IP[emoji14]ORT HERE>
then try adb devices

Cant get fastboot to work!

I tried everything the internet could offer. Installed all the google and or OnePlus 5T drivers I found, many different ADB versions, enabled all the needed settings on the phone, yet when I type "fastboot devices" it comes up empty.
Followed many guides and videos, did all the steps. What could be the problem?
Digital signature of the driver or wrong drivers is the problem
joedoctor said:
I tried everything the internet could offer. Installed all the google and or OnePlus 5T drivers I found, many different ADB versions, enabled all the needed settings on the phone, yet when I type "fastboot devices" it comes up empty.
Followed many guides and videos, did all the steps. What could be the problem?
Click to expand...
Click to collapse
u are not saying mutch about how u are trying to enter fastboot
u do know the phone must be turn into fastboot right ?
...
same here, done everything i can...
mockneygeeza said:
same here, done everything i can...
Click to expand...
Click to collapse
to get fastboot to work u need to reboot the phone into fastboot
-fluffy- said:
to get fastboot to work u need to reboot the phone into fastboot
Click to expand...
Click to collapse
Right, and (if you are a Windows user) after you put it into fastboot mode, you Need to overwrite the Drivers in the device Manager inside of Windows to the adb / fastboot Driver...
not just the "update Driver" Option.. you really Need to search und choose for the .inf file.
after that has been done, Windows should be able to find your device with the fastboot.exe
That should do the trick.
If you got any Problems Setting this up in Windows, and want some Support, I could help you remotely with TeamViewer application. (as far as our timezones allows us to do that)
Edit: Nevermind - probably to late.. this thread is from march.. lol
moeq123 said:
Right, and (if you are a Windows user) after you put it into fastboot mode, you Need to overwrite the Drivers in the device Manager inside of Windows to the adb / fastboot Driver...
not just the "update Driver" Option.. you really Need to search und choose for the .inf file.
after that has been done, Windows should be able to find your device with the fastboot.exe
That should do the trick.
If you got any Problems Setting this up in Windows, and want some Support, I could help you remotely with TeamViewer application. (as far as our timezones allows us to do that)
Edit: Nevermind - probably to late.. this thread is from march.. lol
Click to expand...
Click to collapse
I'm going to try the above, it's never too late ?
moeq123 said:
Right, and (if you are a Windows user) after you put it into fastboot mode, you Need to overwrite the Drivers in the device Manager inside of Windows to the adb / fastboot Driver...
not just the "update Driver" Option.. you really Need to search und choose for the .inf file.
after that has been done, Windows should be able to find your device with the fastboot.exe
That should do the trick.
If you got any Problems Setting this up in Windows, and want some Support, I could help you remotely with TeamViewer application. (as far as our timezones allows us to do that)
Edit: Nevermind - probably to late.. this thread is from march.. lol
Click to expand...
Click to collapse
well i just downloaded the adb folders an put my phone into fastboot connectet usb an it installed automatisk the drivers
-fluffy- said:
well i just downloaded the adb folders an put my phone into fastboot connectet usb an it installed automatisk the drivers
Click to expand...
Click to collapse
Yes, it also did that for me after I plugged in my Device AFTER booting it into Fastboot.
BUT! since I'm on Windows 10 Education; 64 Bit, it somehow messed up the Drivers or something. Fact is, These automatically installed Drivers weren't working for fastboot (at least for me and probably for many others too).
the command "fastboot devices" wasn't able to detect my phone.
But if you download the needed adb / fastboot Drivers for that device and reconfigure the driver via device Manager on Windows
to choose the just downloaded adb /fastboot Drivers - it worked for me afterwards.
moeq123 said:
Yes, it also did that for me after I plugged in my Device AFTER booting it into Fastboot.
BUT! since I'm on Windows 10 Education; 64 Bit, it somehow messed up the Drivers or something. Fact is, These automatically installed Drivers weren't working for fastboot (at least for me and probably for many others too).
the command "fastboot devices" wasn't able to detect my phone.
But if you download the needed adb / fastboot Drivers for that device and reconfigure the driver via device Manager on Windows
to choose the just downloaded adb /fastboot Drivers - it worked for me afterwards.
Click to expand...
Click to collapse
im on windows 10 also an my adb devices also show nothing but i can still flash recovery an all

Xperia XZ1 Compact USB driver available again

https://developer.sony.com/file/download/xperia-xz1-compact-driver/
How do I install it on Windows 7? I tried inf file from explorer and from device manager
Code:
amd64/
i386/
sa0117adb.inf
sa0117adb86.cat
sa0117adba64.cat
mt12345 said:
How do I install it on Windows 7? I tried inf file from explorer and from device manager
Code:
amd64/
i386/
sa0117adb.inf
sa0117adb86.cat
sa0117adba64.cat
Click to expand...
Click to collapse
If you are having problems with driver then just download 15sec adb universal driver and enjoy.[emoji5]
Sent from my [device_name] using XDA-Developers Legacy app
PrashannaGP said:
If you are having problems with driver then just download 15sec adb universal driver and enjoy.[emoji5]
Click to expand...
Click to collapse
15sec adb is installed. I need this one for fastboot
mt12345 said:
15sec adb is installed. I need this one for fastboot
Click to expand...
Click to collapse
Okay,
now you have to download ADB tool and you are good to go. Download ADB tool from GITHUB search page.[emoji5]
Sent from my P5 mini using premium XDA app
PrashannaGP said:
Okay,
now you have to download ADB tool and you are good to go. Download ADB tool from GITHUB search page.[emoji5]
Sent from my P5 mini using premium XDA app
Click to expand...
Click to collapse
adb and fastboot installed, it works with my old Nexus 5 but Xperia is not detected because (apparently?) I need to install driver above.
My question is: What is the procedure to install the driver?
mt12345 said:
adb and fastboot installed, it works with my old Nexus 5 but Xperia is not detected because (apparently?) I need to install driver above.
My question is: What is the procedure to install the driver?
Click to expand...
Click to collapse
Try this - https://www.mediafire.com/file/0dqvjix75j0dmle/Flashtool-drivers.zip/file
mt12345 said:
adb and fastboot installed, it works with my old Nexus 5 but Xperia is not detected because (apparently?) I need to install driver above.
My question is: What is the procedure to install the driver?
Click to expand...
Click to collapse
One thing i want to tell you is that,
You can install other device driver for that device too.
Just go to device manager and right click the unknown usb device and install driver from the list and choose android phone. or just download this driver and choose this using same process :- https://adbdriver.com/upload/samsung_android_usb_driver.exe
Dont worry this will work for every device.:good::good:
SXUsr said:
Try this - https://www.mediafire.com/file/0dqvjix75j0dmle/Flashtool-drivers.zip/file
Click to expand...
Click to collapse
Partial success. When I connected phone in fastboot mode, it was detected, driver installed and fastboot works. ADB doesn't.
mt12345 said:
Partial success. When I connected phone in fastboot mode, it was detected, driver installed and fastboot works. ADB doesn't.
Click to expand...
Click to collapse
Connect the phone in flash mode and uninstall the driver in device manager and start over.
mt12345 said:
Partial success. When I connected phone in fastboot mode, it was detected, driver installed and fastboot works. ADB doesn't.
Click to expand...
Click to collapse
Try this if ADB doesn't detected again
[adb kill-server]
And again try
[adb devices]
Sent from my P5 mini using XDA-Developers Legacy app
Best way to install up-to-date drivers:
Gett flashtool from the Sony website and extract the .exe with 7-Zip:
https://developer.sony.com/develop/open-devices/get-started/flash-tool
There is an executable file "Sony_Mobile_Software_Update_Drivers_x64_Setup.exe", install it
If you are trying to install the drivers in Windows 10, you need to go into safe mode and start the machine with 'driver signing disabled'
Then install the drivers.
You have to connect your phone in flashmode, go to the device manager, find the phone and manually add the right driver. Windows automatically assignes the wrong driver.
Edit: Sony driver is found here

Categories

Resources