trouble with ADB - Touch CDMA Android Development

I've been following mrkite38's nice guide here:
http://forum.xda-developers.com/showpost.php?p=5096501&postcount=17
I understand it completely, and have done similiar operations before. However I cannot get my phone to popup in device manager in any form. I here the bell that tells you a device has been connected, but nothing ever shows up, no notification, nothing.
Any ideas? thanks guys

Is USB debugging enabled inside android?

mrkite38 said:
Is USB debugging enabled inside android?
Click to expand...
Click to collapse
Yes and also stay awake

I've never had any luck with ADB also. I'm running Win 7 64 bit. I've tried all types of things LOL

Reddog80p said:
I've never had any luck with ADB also. I'm running Win 7 64 bit. I've tried all types of things LOL
Click to expand...
Click to collapse
same - maybe it's win7 is the problem. I've had problems with it on winmo as well. I'll try my parents pc sometime (xp)

i cant get it to work right on vista either. never have.

does your device ever show up in device manager? I can't even do that...

berardi said:
does your device ever show up in device manager? I can't even do that...
Click to expand...
Click to collapse
I got it to work on win 7 64 bit. It was a pain, actually I only got it to work on my laptop and not my desktop both with win 7 64 bit.
So normally when you plug in the android phone, 2 things pop up in device manager as Android phone, however one of them always trys to load a driver of a disk drive (probably set up to transfer stuff) however whenever that device is enabled with the driver adb wont work. So what I had to do was, especially b/c win 7 is a bit odd for automatically installing any driver it want with out input from up I had to disable that.
Start run gpedit.msc
in there go to Admin Templates > system > Driver installation > Driver instillation restriction. Enable both "Allow admin to override device installation restriction policies" and "Prevent installation of devices not described by other policy settings"
Ok after doing that you want to get rid of the drivers it tried to put in, so in device manager uninstall them, also download and run usbdeview, and remove the HTC drivers from there too. Might have to restart?
Now the drivers i used for adb was from proxoid, there are 32 bit and 64-bit versions there for you and it seemed to work
So d/l that, plug you phone in and in device manager manually set the drivers, you know right click deceive, update drivers, let me choose, choose form list, have disk etc.
Now the only pain with this method is that when you plug in another device, you have to go to device manager and install the driver from there either by using windos update or manually. If you take off those policies we changed earlier, windows in its great wisdom will reinstall non-working drivers.
Like i said worked on 1 comp not the other.
Good luck.

Related

USB Tethering: How ?

The cyanogen rom 4.2.3 has USB tethering support, but I can not get it to work, mainly because of missing information/documentation.
In 'settings' 'wireless controls' there is a nice 'Internet tethering' option to switch it on. When I switch that on then my Windows XP PC shows an unknown device 'Andriod Phone' and would like to install drivers for it. Where can I get these drivers from ?
Markus
I would also like to know how the usb tethering works for a mac as well. Didnt find any information on that. Thanks in advance.
You may need to get the drivers from the Android SDK, but with regards to USB tethering, your phone should be recognised as an NDIS based network device and installed automatically by Windows. Not sure about XP, but it installs automatically on Vista and 7
Under Ubuntu Linux (from an end-user perspective), when a G1 is connected with USB tethering enabled, network manager connects as if the phone were a standard, ethernet connection.
Shane2 said:
You may need to get the drivers from the Android SDK, but with regards to USB tethering, your phone should be recognised as an NDIS based network device and installed automatically by Windows. Not sure about XP, but it installs automatically on Vista and 7
Click to expand...
Click to collapse
I have the Android SDK (1.6r1) and I point the driver install wizard at the usb_driver directory when he wants to install the device. Despite this the 'Found new Hardware' Wizard come up with 'Cannot install this Hardware'.
Markus
markusb said:
I have the Android SDK (1.6r1) and I point the driver install wizard at the usb_driver directory when he wants to install the device. Despite this the 'Found new Hardware' Wizard come up with 'Cannot install this Hardware'.
Markus
Click to expand...
Click to collapse
For xp you have to install drivers from htc sync software. Just google 'htc sync'. Should have been asked in q&a.
Nothing happens on Mac OS X 10.5.8 neither on 10.6.1
dumfuq said:
For xp you have to install drivers from htc sync software. Just google 'htc sync'. Should have been asked in q&a.
Click to expand...
Click to collapse
Isnt this Q&A? but I think this is it.... http://handheld.softpedia.com/progDownload/HTC-Sync-Download-81096.html
Im trying to get this to work also
I couldn't get it to work on my Windows XP SP2 computer at work. I get a code 10.
Guys, don't forget to use search! I've seen these issues brought up in at least 3 or 4 threads, and tons of posts.
bassderek said:
If you're running windows XP the driver isn't included on your computer. Some people have installed HTC Sync to get the drivers, personally I got them from this post:
http://forum.xda-developers.com/showthread.php?t=445436
I can confirm that the driver from that post works, I am using tethering with my laptop right now to write this post!
Click to expand...
Click to collapse
bassderek said:
Guys, don't forget to use search! I've seen these issues brought up in at least 3 or 4 threads, and tons of posts.
Click to expand...
Click to collapse
The search doesnt always give you what your lookin for if you dont word it a certain way man................
I think im gonna need a step by step.... I got the file... the computer recognizes the device.... But it doesn't register as a connection....
To everyone that is having problems tethering:
I was having the same issues. At first I wasn't able to get it to install, and then it would just keep saying the device couldn't start.
i found a very simple solution. I went into device manager, uninstalled all of my usb ports, and restarted my computer.
When it restarted, it automatically installed the usb drivers, and the tethering has worked ever since.
I could not get this to work either, finally after 3 days of messing with this on my work pc, I got it to work. First download htc sync from here http://www.htc.com/uk/SupportViewNews.aspx?dl_id=631&news_id=270 then unzip and install to your pc. Next tick on the option to usb tether while the phone is plugged in. It will say found Android phone Sdk or something like that. I did this on my xp pc at work that had no htc drivers previously installed. Next I went to my device manager and under network adapters you will see the yellow exclamation point, right click on that and update driver, 1st install from a specific location, 2nd Don't search I will choose driver to install. 3rd Have disk, 4th browse to C/program files/htc/htc driver/driver files/xp_86x then hit open and click ok. It might give a "stop warning" ignore it and continue. When its done installing you should be ready to go.....
badaphooko01 said:
I could not get this to work either, finally after 3 days of messing with this on my work pc, I got it to work. First download htc sync from here http://www.htc.com/uk/SupportViewNews.aspx?dl_id=631&news_id=270 then unzip and install to your pc. Next tick on the option to usb tether while the phone is plugged in. It will say found Android phone Sdk or something like that. I did this on my xp pc at work that had no htc drivers previously installed. Next I went to my device manager and under network adapters you will see the yellow exclamation point, right click on that and update driver, 1st install from a specific location, 2nd Don't search I will choose driver to install. 3rd Have disk, 4th browse to C/program files/htc/htc driver/driver files/xp_86x then hit open and click ok. It might give a "stop warning" ignore it and continue. When its done installing you should be ready to go.....
Click to expand...
Click to collapse
I'm so frustrated with this whole process. I've done every step you've outlined, and I still get a code 10 - cannot start the driver. And I still don't have USB tethering. What am I doing wrong?
nmw407 said:
I'm so frustrated with this whole process. I've done every step you've outlined, and I still get a code 10 - cannot start the driver. And I still don't have USB tethering. What am I doing wrong?
Click to expand...
Click to collapse
I had the same problem with Windows XP SP2. I installed SP3 and it started working flawlessly. What are you using?
Binary100100 said:
I had the same problem with Windows XP SP2. I installed SP3 and it started working flawlessly. What are you using?
Click to expand...
Click to collapse
eeepc 901 nlited XP SP2.
I'll try and push SP3 and retry again tonight. Thanks for the heads up.
nmw407 said:
eeepc 901 nlited XP SP2.
I'll try and push SP3 and retry again tonight. Thanks for the heads up.
Click to expand...
Click to collapse
That's your problem then. Yeah update to sp3 and you will be good. I promise.
I'm running into the same tethering trouble, but appear to meet all the criteria mentioned in this thread and other threads i've come across. the bottom line is i can connect with ADB access and mount my phone's SD card via the usb connection, but tethering doesn't work under several versions of Cyanogen on my laptop. currently I have CM 4.2.12.2 on my rooted Dream. I have windows SP3 installed (installed it twice because problem persisted). I've uninstalled all the USB ports per an above post, rebooted and plugged my phone in. The laptop reinstalls the USB ports, and finds the phone as an "ADB Interface" named "HTC Dream Composite ADB Interface". I can update the drivers with the google SDK USB drivers which makes the device an "Android Phone" named "Android Composite ADB Interface" instead. With either set of drivers installed, once I go to Settings on my phone and enable tethering, the device under windows goes away and instead i get yellow question mark "Other Devices" named Android Phone. I can try to force it to use the same USB drivers but it won't install them.
With tethering turned off, i can successfully type "adp devices" on my laptop console and see that my phone is there. once i turn tethering on, the same command shows no devices.
The Dream works with tethering just fine on my windows pc and shows up as a "Network adapter" named "Windows Mobile-based Internet Sharing Device".
My laptop is a compac presario in case that matters. what do i need to do on it to make tethering work?
just found the solution. a lot of posts were talking about installing microsoft active sync. sounded pointless considering it's an android phone, but it ends up being that the drivers for "windows mobile-based internet sharing device" are part of the active sync installation. i installed active sync, plugged in my phone, enabled tethering and then the laptop installed the correct drivers and it all worked without a hitch. hope this helps others!
hamx0r said:
just found the solution. a lot of posts were talking about installing microsoft active sync. sounded pointless considering it's an android phone, but it ends up being that the drivers for "windows mobile-based internet sharing device" are part of the active sync installation. i installed active sync, plugged in my phone, enabled tethering and then the laptop installed the correct drivers and it all worked without a hitch. hope this helps others!
Click to expand...
Click to collapse
+1
This is totally the problem. I spent hours trying different ways then finally googled it and came here

windows 7 usb help

First off sorry I'm sure flammage is coming but I've looked and looked through google and through xda my last ditch effort is to make a post.
I can not get windows 7 to recognize my I've downloaded the latest SDK with usb drivers but each time I try and update drivers I get "windows has determined he driver software for your device is update. Please help me
Go look for the PDANet drivers. You may have to actually install PDANet, but it's painless. Install those drivers, and adb will work for you.
This is mentioned in various stickies and other guides around the board.
This option didn't work please help pda install but didn't overwrite the driver
You need to reboot and hit f8 I believe, then choose the option to allow installation of unsigned drivers. Then try to reinstall the drivers when you boot
Download an application called "USBdeview", which will let you view/modify the drivers for all devices regardless of whether they're attached or not. Find all the drivers related to Android, HTC, NexusOne, and adb, and delete them. Then install pdanet, and don't connect your phone until it instructs you to.
Windows 7 does not allow the installation of unsigned drivers unless the option is disabled on boot
disgustip8ted said:
Windows 7 does not allow the installation of unsigned drivers unless the option is disabled on boot
Click to expand...
Click to collapse
I'm 95% sure that's only for the 64-bit version of Windows - Vista had the same requirement.
There are ways around it, such as using the Driver Signature Enforcement Overrider application (DSEO), or just manually configuring your computer to run in test/debugging mode.
At any rate, I don't think that you should have any issues with the PDANet drivers, as I installed them on my Win 7 Pro x64 OS before I had disabled driver signing (I did that later to screw with some homemade video drivers).
More detailed instructions on getting the drivers working are available here.
codesplice said:
Download an application called "USBdeview", which will let you view/modify the drivers for all devices regardless of whether they're attached or not. Find all the drivers related to Android, HTC, NexusOne, and adb, and delete them. Then install pdanet, and don't connect your phone until it instructs you to.
Click to expand...
Click to collapse
Thank you so much for this help all I had to do was download usbdeview the actual program it self told win 7 what to do so now my nexus one works on win 7, thank you!
No problem! Glad I could help
codesplice said:
I'm 95% sure that's only for the 64-bit version of Windows - Vista had the same requirement.
There are ways around it, such as using the Driver Signature Enforcement Overrider application (DSEO), or just manually configuring your computer to run in test/debugging mode.
At any rate, I don't think that you should have any issues with the PDANet drivers, as I installed them on my Win 7 Pro x64 OS before I had disabled driver signing (I did that later to screw with some homemade video drivers).
More detailed instructions on getting the drivers working are available here.
Click to expand...
Click to collapse
well played, i think youre correct.
ill have to grab that util for work...
disgustip8ted said:
well played, i think youre correct.
ill have to grab that util for work...
Click to expand...
Click to collapse
DSEO is a pretty nifty utility for sure. Provides easy one-click (okay, a few clicks, actually) access to disabling the driver signature enforcement - and even an easy way to eliminate the "Test Mode" watermark that would appear in the bottom-right of the desktop while operating in Test Mode.
There are other methods to bypass the signature enforcement without turning on Test Mode, but I've found that to be the best option. Other approaches use a boot-time hook to basically insert the F8 (and other keys as appropriate - down, down, enter or something like that) keystrokes to "automanually" disable driver signature enforcement for that boot. Any third-party application that accesses things that early in the boot process makes me a bit nervous!

[Q] ADB Problems installing on W7x64 (Composite Driver wont show)

HI,
I've had success installing my other android devices on my windows 7 x64 computer, have even used my (ADB) Nook Colour on a windows 7 32Bit laptop fine.
Problem: Android Composite ADB Driver wont install/ isn't found, Device is Auto Nootered on 1.1 using rooted stock firmware.
Tried:
I have the .android folder in my user profile dir with the device ID in it
Followed various wikis and guides (that worked for the 32Bit version)
Watched the driver load/unload in device manager as I tick 'Development Mode (enable ADB)'
Tried various driver packs from here and googles latest offering, still only matches up with Android ADB Driver not the Composite (wont even show me the composite one)
Wireless ADB works and is disabled, worried about installing CWM using wireless for some reason USB feels safer to me
Thinks I noticed:
Hardware ID is listed as USB\VID_2080&PID_0002 which matchs up with %SingleAdbInterface% in the ini file for the driver, composite aka %CompositeAdbInterface% has &MI_01 on the end. Not sure if that means its not getting the right hardware ID from the device when ADB/ Development mode is enabled of if having the wrong driver loaded on it shows up the wrong Hardware ID.
Things I havent tried, enabling ADB on the Nook using sqlite3 method, but if it works on another coputer didn't think it would be a good idea.
Plan:
Install CWM, flash CM7 or similar to device.
I had the same issues with Windows 7 64-bit and never got it working. Worked fine on my WinXP laptop at work though. If you find a solution I would be happy to hear it, but to be honest I have found I haven't really needed ADB much if at all.
ouldsmobile said:
I had the same issues with Windows 7 64-bit and never got it working. Worked fine on my WinXP laptop at work though. If you find a solution I would be happy to hear it, but to be honest I have found I haven't really needed ADB much if at all.
Click to expand...
Click to collapse
Same here!
This one is weird...
I'm on win7x64 and I *have* got adb to work at times. When I was first rooting my new NC (1.1.0), I fiddled with it and I had it running over usb fine. But now, when I plug in the usb and I either get that the device is unrecognized or it goes into usb sync mode. Haven't quite figured that out...
But, ultimately, I just use adb wireless for any adb stuff, although it's "not recommended". It's worked perfect for me all along.
Check this link
http://forum.xda-developers.com/showthread.php?t=987409
i posted it a few days ago. If it works for you please recommend for being pushed up and add to the linked post that it worked.
loupnook said:
http://forum.xda-developers.com/showthread.php?t=987409
i posted it a few days ago. If it works for you please recommend for being pushed up and add to the linked post that it worked.
Click to expand...
Click to collapse
OMFG dood!!!!! it fixed mine, my win 7 x64 i could not get to stop installing the drivers, i tried every trick the internet has and it would always reinstall the drivers instantly, i added the stuff to my .ini file and i disconnected and reconnected nook and BAM!!! adb devices showed it, and adb shell worked, and now its reconnecting every time!!!
now to get that darn usb auto mount to stop permanently
UR Welcome and USB Automount?
NewZJ said:
OMFG dood!!!!! it fixed mine, my win 7 x64 i could not get to stop installing the drivers, i tried every trick the internet has and it would always reinstall the drivers instantly, i added the stuff to my .ini file and i disconnected and reconnected nook and BAM!!! adb devices showed it, and adb shell worked, and now its reconnecting every time!!!
now to get that darn usb auto mount to stop permanently
Click to expand...
Click to collapse
Glad to help. What do you mean USB Auto Mount? I kind of thought that should happen?
My goal for getting adb working was to get su, which i got here http://forum.xda-developers.com/showthread.php?t=953110 with a bit of trouble but seems to work, so that i could drag items from my pc onto HC. I'm using http://forum.xda-developers.com/showthread.php?t=952456 to mount the media directory. I now seem to have su installed and the USM app is working. i only see my BN media directory from my pc now (yay) but i can't browse that directory from my nook HC (boo). So i can't share files between eggclair and HC. I'm a noob to nook and newbe to linux, so i'm assuming it is a permissions issue but don't have enough knowledge on how to change them yet.
I've installed DropBox but it keeps asking for an SD card, which isn't a big issue, just i haven't found the time to go buy one. Is there a way to use db without an SD card?
unfortunately no, db requires external storage. if you opened the apk to recode its default directory maybe but im not sure its possible
usb auto mount I can disable in nook tools but its a persistant system that defaults every reboot, I dont like to see it popup while using the nook when I plug it in just one of many peeves
Things I noticed:
In the Driver ini it states &MI_01 means composite driver is installed.
Under Hardware ID I only get :
USB\VID_2080&PID_0002&REV_0216
USB\VID_2080&PID_0002
This leads me to believe that even though the box is ticked on my nootered Nook that its not really enabling ADB on the device (then maybe it would show &MI_01 as needed?)
Going to flash a new firmware.... maybe Froyo and see if it comes up right after that.
GateheaD said:
Things I noticed:
In the Driver ini it states &MI_01 means composite driver is installed.
Under Hardware ID I only get :
USB\VID_2080&PID_0002&REV_0216
USB\VID_2080&PID_0002
This leads me to believe that even though the box is ticked on my nootered Nook that its not really enabling ADB on the device (then maybe it would show &MI_01 as needed?)
Going to flash a new firmware.... maybe Froyo and see if it comes up right after that.
Click to expand...
Click to collapse
I thought that as well and flashed back to the EC 1.0.1, sideloaded 1.1 update and repartitioned, used cw to add HC back and all that, and still had the same issue. Came down to the ini file not having a NookColor section.
Did you check the link http://forum.xda-developers.com/showthread.php?t=987409
I'm no stranger to drivers, I could force it to use the driver by changing the ini files but it still wouldn't appear in ADB Devices.
Flashed Nooky FroYo and now the device driver states the hardware ID has the missing '&MI_01' which means the composite driver works out of the box.
I used IOMonsters Easy USB installer and it seems to have installed the drivers for Windows 7 64Bit Fine
After running the install .exe I also had to execute the Inst64.exe

Cannot Get Drivers Installed for Windows 8.1 - Manual Installation or SDK

I cannot possibly figure out what the heck is causing my Windows 8.1 Installation to not detect my Nexus 6. Google comes up with TONS of results for this issue, but all troubleshooting points to what I have already done.
Plug it in, comes up as "Nexus 6" under "Other Devices" in Device Manager. With the little Yellow ! mark.
Downloaded the USB drivers from here - http://developer.android.com/sdk/win-usb.html attempted to install them and I get an error message. After selecting the folder that contains the driver.
"Windows was unable to install your Nexus 6: Windows could not find the driver software for your device. If you know the manufacturer of your device, you can visit its website and check the support section for driver software"
What I have Tried:
- Installing Drivers with USB Debugging ON and OFF
- Installing Drivers with Connection set to MTP and PTP on the phone
- Disabled Driver Signature Enforcement and attempted to install.
- Downloading Drivers a second time to ensure no corruption was in the file.
- Attempted to install via Android SDK (This appears to work per SDK software, but Device Manager shows no change, and the nexus isnt showing up in Explorer.)
- Tested Nexus on another Device. (Running Windows 7. Literally Plug and play No manual Installation needed. Worked)
I'm at total Loss here, Any other Ideas?
@morbid_bean,
Did you try the Motorola Device Manager >https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481
Thanks for the reply. Unfortunately that seems to have done nothing
I'd go w/ uninstall all other drivers first, change cables and see what happens.
Try this:
1) Download the driver from the link in your post, and unzip the files to any location;
2) Open Device Manager on your PC and turn on the option to "Show hidden devices" from the View menu;
3) Right click on EVERY item that could potentially relate to your device (e.g., adb interface, composite interface, motorola, nexus, etc.) and uninstall, including deleting the driver.
4) With USB Debugging set to OFF, plug your device into your PC. Windows should automatically install the MTP driver and It should be recognized;
5) Now turn USB Debugging ON;
6) Go back into Device Manager, right click on your device and select "Update driver software";
7) Select "Browse my computer...", NOT "Search automatically...";
8) Click "Browse", and locate the driver you downloaded in step 1.
EDIT: I don't think you have to disable Driver Signature Enforcement, but if it gives you issues, try disabling it.
morbid_bean said:
Thanks for the reply. Unfortunately that seems to have done nothing
Click to expand...
Click to collapse
This is a long shot, but you did install the Java JDK, right?
cam30era said:
This is a long shot, but you did install the Java JDK, right?
Click to expand...
Click to collapse
You do not need the JDK to install the drivers...
efrant said:
You do not need the JDK to install the drivers...
Click to expand...
Click to collapse
I understand. OP has diagnosed his problem as drivers, but if his problem is ADB not connecting to his N6, it could be the problem. As I said, it's a long shot.
OP Here with a status update.
Continued to try some other suggestions. Such as another Cable, another USB port, reboots. Hell I seriously went as far as a whole Windows 8.1 Re-install. I had some feeling that possibility because I am rooted its causing issues; so I even went as far as taking my old Nexus 4 and reverted it to 100% stock to attempt to install the drivers and then trying the nexus 6. But I got same results.
efrant said:
Try this:
1) Download the driver from the link in your post, and unzip the files to any location;
2) Open Device Manager on your PC and turn on the option to "Show hidden devices" from the View menu;
3) Right click on EVERY item that could potentially relate to your device (e.g., adb interface, composite interface, motorola, nexus, etc.);
4) With USB Debugging set to OFF, plug your device into your PC. Windows should automatically install the MTP driver and It should be recognized;
5) Now turn USB Debugging ON;
6) Go back into Device Manager, right click on your device and select "Update driver software";
7) Select "Browse my computer...", NOT "Search automatically...";
8) Click "Browse", and locate the driver you downloaded in step 1.
EDIT: I don't think you have to disable Driver Signature Enforcement, but if it gives you issues, try disabling it.
Click to expand...
Click to collapse
When I follow these steps I was successfully able to install drivers for something called "Android Composite ADB Interface"; "MTP" or "Nexus 6" was still failing. Even after switching debugging on. I still unfortunately do not see anything in Explorer that I can access the Nexus 6's files. Maybe this is an indicator that I am getting closer?
cam30era said:
This is a long shot, but you did install the Java JDK, right?
Click to expand...
Click to collapse
When I installed Android SDK, it told me I needed JDK before proceeding with the installation. So I'm pretty sure I did this.
morbid_bean said:
When I follow these steps I was successfully able to install drivers for something called "Android Composite ADB Interface"; "MTP" or "Nexus 6" was still failing. Even after switching debugging on. I still unfortunately do not see anything in Explorer that I can access the Nexus 6's files. Maybe this is an indicator that I am getting closer?
Click to expand...
Click to collapse
I just realized that the last part on my step 3 was cut off. It should read:
3) Right click on EVERY item that could potentially relate to your device (e.g., adb interface, composite interface, motorola, nexus, etc.) and uninstall, including deleting the driver.
As far as your issue, I'm pretty sure that Windos recognizes the N6 as an MTP device (assuming you have it on MTP) without any additional drivers, so I'm not sure what the problem is. My steps were to get the ADB driver installed, which seems to have worked. (ADB allows you access to your files via command line...)
Sent from my Nexus 6 using Tapatalk
FIXED IT!
I am running a version of Windows 8.1 known as Windows 8.1 Pro N Essentially this is a slightly stripped down version and does not include "Windows Media Player or other Windows Media-related technologies, such as Windows Media Center and Windows DVD Maker" I managed to get this copy really cheap.
More Info Here
So essentially I needed to download THIS Pack/Update which gave me these special features. Including the resolution of my Driver Problem. Rebooted the computer plugged in my phone and it was detected and installed drivers automatically.
Special Credit to THIS thread for helping me with the answer. I hope this can be added to any Driver Installation Guide or Sticky to assist others that may come across this problem.
Glad you got it resolved. I've never heard of Pro N. Another wrinkle in the Windows 8.1 driver issues, it seams.
Recently I have been deving on a friends nexus 6 with 5.1.1 on it all drivers are installed properly device shows in adb i even get adb root successful but it refuses to adb remount for testing purposes even on roms that have modified boot.img's with init.d in them and ro.secure=0 set and adb persistance is also set so there is no reason for it not to mount. I imagine there could be a problem with it mounting system on boot but I am new to aosp 5.1.1 roms and this solution did not work for me it tells me the windows 8.1 version I'm running is not applicable for this update? So if anyone can lend some assistance it would be much appreciated.
The Nexus 6 is VZW unlocked bootloader and rooted twrp recovery all the latest
currently any rom i try i cant mount through adb so testing for themes is impossible?
Pneuma1985 said:
Recently I have been deving on a friends nexus 6 with 5.1.1 on it all drivers are installed properly device shows in adb i even get adb root successful but it refuses to adb remount for testing purposes even on roms that have modified boot.img's with init.d in them and ro.secure=0 set and adb persistance is also set so there is no reason for it not to mount. I imagine there could be a problem with it mounting system on boot but I am new to aosp 5.1.1 roms and this solution did not work for me it tells me the windows 8.1 version I'm running is not applicable for this update? So if anyone can lend some assistance it would be much appreciated.
The Nexus 6 is VZW unlocked bootloader and rooted twrp recovery all the latest
currently any rom i try i cant mount through adb so testing for themes is impossible?
Click to expand...
Click to collapse
Have you tried this:
http://forum.xda-developers.com/showthread.php?t=2588979
Evolution_Freak said:
Have you tried this:
http://forum.xda-developers.com/showthread.php?t=2588979
Click to expand...
Click to collapse
My question is: Why would old google universal adb drivers work when everyone else says to use the new google usb drivers in tandem with the Motorola drivers for vzw? Thats the only reason i didnt use the tool is b/c its outdated?
Pneuma1985 said:
My question is: Why would old google universal adb drivers work when everyone else says to use the new google usb drivers in tandem with the Motorola drivers for vzw? Thats the only reason i didnt use the tool is b/c its outdated?
Click to expand...
Click to collapse
But alas! It does work, I've tested it myself. Also, you can install the most recent drivers optionally.
Evolution_Freak said:
But alas! It does work, I've tested it myself. Also, you can install the most recent drivers optionally.
Click to expand...
Click to collapse
I just tested it and it does not work i still get permissions denied when i try to remount it.
Pneuma1985 said:
I just tested it and it does not work i still get permissions denied when i try to remount it.
Click to expand...
Click to collapse
I don't usually recommend toolkits but you could try this:
http://forum.xda-developers.com/showthread.php?t=2947452
Evolution_Freak said:
I don't usually recommend toolkits but you could try this:
http://forum.xda-developers.com/showthread.php?t=2947452
Click to expand...
Click to collapse
Yup that didnt work either. I get su in adbshell it shows me # so there is su i just dont get why it wont mount at all or pull or push obviously cant do that if it won't mount. And no tutorial I've followed nor solution has worked thus far. As stated above that solution worked for him with windows media center or whatever but that doesnt apply to me. I've done this hundreds of times with many many many devices on windows 7 I've even done it with 3 devices on 8.1 so far no problems this is the only one to give me issues like this.
It's always a bit of messing around with it to get it to work but this is different i have spent hours going back and forth removing all drivers installing new ones using tools etc.

Cant write to storage via MTP (Or any other mode) from Windows 10 to OP3T

--- SOLVED see first post second page! ---
Hello XDA,
I am only able to read data on the phone when connected via USB on windows. On the phone itself I can change whatever I want ( Via ES-explorer for example) But in windows file explorer I can't. It will not tell me that I do not have proper writing rights, but instead just decides to freeze for 10 minutes everytime I try to make a file change, to eventually give me a beautiful
"windows explorer is not responding" pop-up
What I have tried :
-Rebooting,
-Reinstalling USB drivers,
-Switching USB debugging on and off,
-Reinstalling root,
-Installing the newest Oxygen OS update from February,
-used different cables (also an old micro USB with adapter) And nothing works.
This sucks because I was just trying to change my photography workflow from being Desktop based to being Android based..
Any suggestions ?
Greetings,
Thijs
www.instagram.com/thi_js
Edits: Clarify issue
i have the same problem be great to find a solution
Did you maybe noticed when this problem occurs to you? I know that one months ago it just did work. Should I reinstall Windows completely?
I've been talking to a few people and it's happening to them to on Windows 10 I think it's just a bug from a recent update try a roll back
lorfo123 said:
I've been talking to a few people and it's happening to them to on Windows 10 I think it's just a bug from a recent update try a roll back
Click to expand...
Click to collapse
How should one file a bug-report for windows 10 then, this can't be something that shouldn't keep unnoticed by them.
Did rolling back fix something for you, and how did you do so?
I've checked another Windows 10 computer which hasn't been updated and it recognises my one plus 3T so if you Google / YouTube windows 10 roll back it should work
Hmm this does suck. This means I cant be up to date on windows for now. Anybody have different suggestions?
1asbak1 said:
Hmm this does suck. This means I cant be up to date on windows for now. Anybody have different suggestions?
Click to expand...
Click to collapse
The only other thing I could suggest is using a virtual machine to run win 7
Did you try back usb ports?. My pc with windows 10 fails with the front ports.
Solution
Backup all the data in your internal memory and try the 'format data' option from twrp to wipe your internal storage. It could solve your problem, as it did in my case.
New solution, just done works!
Plug in your phone and on the computer go to device manager (have phone in MTP mode)
you'll find the phone as a unknowen device
right click on this select "update driver software..."
a window will pop up select "browse my computer for driver softaware"
then on the next bit select "let me pick from a list of device drivers on my comupter"
then you will have a box with "MTP Device" and "MTP USB device"
select "MTP USB device" hit next and it should work 100%
ayush2901 said:
Backup all the data in your internal memory and try the 'format data' option from twrp to wipe your internal storage. It could solve your problem, as it did in my case.
Click to expand...
Click to collapse
Which version of TWRP are you running? The thing is that If I afterward can't restore the data via USB haha, then the whole point of backing it up seems invalid
lorfo123 said:
New solution, just done works!
Plug in your phone and on the computer go to device manager (have phone in MTP mode)
you'll find the phone as a unknowen device
right click on this select "update driver software..."
a window will pop up select "browse my computer for driver softaware"
then on the next bit select "let me pick from a list of device drivers on my comupter"
then you will have a box with "MTP Device" and "MTP USB device"
select "MTP USB device" hit next and it should work 100%
Click to expand...
Click to collapse
This actually worked. Wauw.
Had to reboot a view times in order to get it in effect, nonetheless, THANKS let the creativity start again
Really,My A** is burnt while my phone showing messages to update,,, Fiunally donw..Thanks a lot...!!
super it works
This solution did not work for me. I am using W7 and OOS 5.0.3 rooted. Tried updating MTP drivers in W7, the phone shows up but no data shows in the drive. Still looking for a solution. Can someone please post W7 drivers that work for them? Thank you.
picollo7 said:
This solution did not work for me. I am using W7 and OOS 5.0.3 rooted. Tried updating MTP drivers in W7, the phone shows up but no data shows in the drive. Still looking for a solution. Can someone please post W7 drivers that work for them? Thank you.
Click to expand...
Click to collapse
When you connect the phone to pc do you get a notification on your phone with the USB options?
DirkGently said:
When you connect the phone to pc do you get a notification on your phone with the USB options?
Click to expand...
Click to collapse
yes I can select charge, mtp, ptp, or midi
in device manager sometimes the phone shows up with error 10, device cannot start
tried many different driver versions in updating driver
picollo7 said:
yes I can select charge, mtp, ptp, or midi
in device manager sometimes the phone shows up with error 10, device cannot start
tried many different driver versions in updating driver
Click to expand...
Click to collapse
I doubt there's much we can suggest that you haven't already tried. Try another cable/USB Port/uninstall device from Device Manager and let Windows find the driver. Hell, you probably did all that already.
DirkGently said:
I doubt there's much we can suggest that you haven't already tried. Try another cable/USB Port/uninstall device from Device Manager and let Windows find the driver. Hell, you probably did all that already.
Click to expand...
Click to collapse
Haha, yeah. Does anyone have links to the drivers that work for them?

Categories

Resources