Motorola Droid Pro USB and PC Drivers - Droid Pro Android Development

Ref:
Droid Pro USB Driver, Droid Pro PC Driver, Motorola Droid Pro usb driver download
System Requirements
* A 32-bit or 64-bit version of Windows 2000®, Windows XP®, Windows Vista® or Windows 7® Operating system.
* You must have Administrator permission to install this driver.
Notes
* Please reboot the system after installing the USB Driver.
* Installation of Motorola Phone Tools may affect the performance of this driver. Please re-install the USB Driver after the installation of Motorola Phone Tools.
Motorola Droid Pro USB Driver
Motorola Droid Pro PC Driver

Alternative Source: Motorola DEV
http://www.motorola.com/Support/US-...tware_and_Drivers/USB-and-PC-Charging-Drivers

Hello,
any chance you can post the email.apk from the pro to here. in the pro there is an option to sync subfolders for corp sync. I am trying to change the email.apk from droidx to the onw with the droid pro. any help would be appreciated.
thanks

How do I do that? Please guide me. My phone is permanently rooted with z4root.
In future please PM me for help, as the thread topic is something else.

Im just getting into all this. First off i cant even get the first step off the ground. The drivers seam to install but when i hook the usb cable up i get a prompt that says USB Device not recognized. I use winrar to extrac files and seams to work yet i get that messege when hooked up.

Related

[Q] USB ADB drivers do not install! Help please?

I am unable to get USB connection working with my phone for development purposes. I have turned on the USB debugging and connected the device with USB cable and it does detect file transfer capabilities, but I am unable to get the ADB connection working.
I am running Windows XP SP3
It says it has found a device 'Galaxy' but is unable to install drivers for it.
What I have tried:
sdk/extras/google/usb_driver directory
I tried installing PdaNetA302.exe
I tried installing Samsung_USB_Driver_for_Moblie_Phones_v1_4_6_0.exe
I selected 'install from specific location' -> choose a driver -> 'Android Phone' but it had none listed and the aforementioned driver directories did not work either when I selected them as 'Have Disk' options.
I also tried uninstalling all related devices and do the whole connecting thing again, but without success.
Help please?
SOLUTION
Apparently HTC drivers got in the way. After I removed all HTC drivers from my Windows XP, restarted and connected the device, the Samsung drivers kicked in and made it work.
To remove unused drivers from Windows XP you can follow this guide.
Thanks for posting your experience.
Another problem I found, was that there's a different SamsungDriver.exe floating around, 8341kb. DOES NOT complete the ADB drivers necessary.
After installing the v1.4.6 drivers mentioned above, golden!
---------- Post added at 11:47 AM ---------- Previous post was at 11:41 AM ----------
Spoke too soon.
ADB recognizes it when it's booted in ICS, but while in the bootloader, it's not picked up. Thus fastboot commands won't work!
Windows 7 gives me a Android 1.0 driver not installed error.
Anyone?
PdaNet
waylo said:
Thanks for posting your experience.
Another problem I found, was that there's a different SamsungDriver.exe floating around, 8341kb. DOES NOT complete the ADB drivers necessary.
After installing the v1.4.6 drivers mentioned above, golden!
---------- Post added at 11:47 AM ---------- Previous post was at 11:41 AM ----------
Spoke too soon.
ADB recognizes it when it's booted in ICS, but while in the bootloader, it's not picked up. Thus fastboot commands won't work!
Windows 7 gives me a Android 1.0 driver not installed error.
Anyone?
Click to expand...
Click to collapse
I had no end of problems getting adb and fastboot working for GN due to the usb driver problems.
After much Google-ing...
I installed PdaNet on my laptop and this installed all required drivers in the process of installing, you can then un-install PdaNet and the required drivers are still on your system.
I now have adb and fastboot working for both my Nexus One and Galaxy Nexus phones on my Windows 7 x64 laptop.
Hope this helps!
Thanks to XDA member el3ctrik for this tip!
Thanks, figured it out just after you posted. The PDANet drivers were the trick, in #3 below (don't need to actually run the installation in this case).
You'd think after 1.5 years of playing/hacking/unhacking/fixing and refixing the N1 I'd know how this is supposed to work.
A couple of comments, since some tutorials are based on older installations.
1. Installing android sdk. I went through a crapload of unnecessary trouble in trying to reinstall these, thinking that the usb drivers, adb, and fastboot needed to be updated. NO.
1a. In fact, in trying to reinstall the android sdk, you have to install the Java SDK. THEN, with the latest revision, R15, FASTBOOT IS MISSING! Need to pull that from a r13 zip.
2. You need the CORRECT samsung drivers. The ones mentioned above are the correct ones. I installed some limited half-ass versions which did not do the job.
3. You need FASTBOOT drivers. These were found from this post http://forum.xda-developers.com/showpost.php?p=9919944&postcount=1
which states:
http://www.fileserve.com/file/5bgRBX5 (PDAnet x86 and x64 which are the fastboot drivers plus android sdk drivers)
The #2 drivers let ADB see it when ICS is running, #3 (and probably #2 too) are needed while in fastboot. To get #3 installed, I had to go to device manager in Win7, hit update driver (next to the error exclamation mark device), and direct to these files.
That is all <whew!>
Glad you got it sorted out buddy, I was in exact same boat, years of Nexus One fastboot and adb use, but still had problems!
I am really struggling to install ADB drivers (for using within ICS). The GNex is in developer debug mode. When I plug in, Device Manager shows the Portable Device, but no other devices are shown. So in this case, i have nothing to right-click to manually install the drivers. There is nothing under Android, or adb, or anything like that. Hope someone can advise...
I got it to appear by changing to PTP mode in the USB Computer COnnection on the phone!! Success.
Windows 7N USB driver issues
First post on this forum, so please bear with me.
I struggled for a few weeks trying to connect my new Samsung Galaxy Nexus (Rogers) to a 32-bit Windows 7 Ultimate N machine. The system wouldn't accept the drivers from Samsung - failed to recognize, driver software not successfully installed, etc. Tried all variety of proposed fixes, manually selecting the driver (have disk), downloading SDKs and ADB drivers.
Finally fixed it based on a very old suggestion from several years ago from an HTC user. The USB driver wasn't recognized in the absence of Windows Media Player being installed on the machine (a quirk of Ultimate N). Found the Patch from MS for WMP for 7 Ultimate N and the system immediately recognized and installed the Samsung driver and thus the Nexus is now connected.
Download my toolkit (ROM-Less), it will assist you in that manner!
It has easy instructions, and it will do most of the work itselff!
---------- Post added at 10:53 PM ---------- Previous post was at 10:49 PM ----------
AMoosa said:
I am really struggling to install ADB drivers (for using within ICS). The GNex is in developer debug mode. When I plug in, Device Manager shows the Portable Device, but no other devices are shown. So in this case, i have nothing to right-click to manually install the drivers. There is nothing under Android, or adb, or anything like that. Hope someone can advise...
I got it to appear by changing to PTP mode in the USB Computer COnnection on the phone!! Success.
Click to expand...
Click to collapse
Check this, it has all neccesary info/drivers for your device, including fastboot drivers!
Beatsleigher root helper (My toolkit) check it out

[Drivers]

Packaged the drivers for the ASUS TF300T from the ASUS Pad PC Suite so you dont have to install it. When you plug in your tablet and it asks for drivers, point it to the respected directory.
http://dl.dropbox.com/u/14669363/ASUS Android USB Drivers.zip
Do i simply download the file, and keep it on my desktop until im ready to point it to the directory?
Thanks for the drivers. I just bought my TF300 yesterday and getting root and everything in place. Didn't want to install any Asus software to do it though. I'm surprised this little package isn't more prominent throughout these forums.
moisaal said:
Do i simply download the file, and keep it on my desktop until im ready to point it to the directory?
Click to expand...
Click to collapse
Extract the contents of the zip to a folder. Go to device manager (assuming you're on windows), right click "ASUS Android Composite ADB Interface", update driver, and point it to that folder.
TheExpertNoob said:
Packaged the drivers for the ASUS TF300T from the ASUS Pad PC Suite so you dont have to install it. When you plug in your tablet and it asks for drivers, point it to the respected directory.
http://dl.dropbox.com/u/14669363/ASUS Android USB Drivers.zip
Click to expand...
Click to collapse
This is really great.
Made the mistake of installing the Asus PC suite, what a lot of crappy programs.
Hard to remove, especially Splahtop and after removal your Windows register is still full of **** from Asus and splashtop.
Removed it completely, will use the loose USB drivers instead on PC & Laptop now.
Great.
Harald
can't get this installed on WIn7 x64....when in fastboot it says USB device not recognized.
//LE Nevermind
Help with Windows 8
I can't manage to get this drivers to work in windows 8. The problem is that i can't intall the MTP from updates either..
Thanks a lot OP for the software free drivers that came in very handy, but they dont seem to contain the driver for APX. Do you by chance know where i can find it??
Has anyone had success using these drivers with Ubuntu. With Windows its a breeze, but in Ubuntu the ASUS device will not pop up
Camaros_Kill said:
Thanks a lot OP for the software free drivers that came in very handy, but they dont seem to contain the driver for APX. Do you by chance know where i can find it??
Click to expand...
Click to collapse
You will find all drivers and all you need here : [INDEX][27th SEPT 12] INDEX of ROMS/RECOVERY/ROOT/GUIDES/FIRMWARE/KERNEL/VIDEOS/etc..
moisaal said:
Has anyone had success using these drivers with Ubuntu. With Windows its a breeze, but in Ubuntu the ASUS device will not pop up
Click to expand...
Click to collapse
Ubuntu isn't ready for MTP yet. You will have to wait...
Yet Another Awesome XDA-er (thanks!)
TheExpertNoob said:
Packaged the drivers for the ASUS TF300T from the ASUS Pad PC Suite so you dont have to install it. When you plug in your tablet and it asks for drivers, point it to the respected directory.
http://dl.dropbox.com/u/14669363/ASUS Android USB Drivers.zip
Click to expand...
Click to collapse
thanks!
[sigh] http://forum.xda-developers.com/showpost.php?p=43166802&postcount=11
haha:silly:

[Q] HTC ONE M8 + Windows 7 64bit Enterprise usb drivers

Hi There,
HTC ONE M8 Usb is not recognized under windows 7 64-bit enterprise.
tried drivers from HTC sync and tried stand alone drivers.
On a different pc 32bit running windows ultimate it works immidiatly as well as on a VMWARE machine.
any advice please?
Thank you!!!
anyone?!
The latest version of HTC sync drivers should work. However you will have problems with 3rd party drivers on 64bit systems as they are generally not signed and Windows 64 bit will not allow use of these drivers unless you disabled driver signing enforcement
http://sabrent.com/support/knowledgebase.php?article=14
unfortunatly that didnt do any change.
whatever i do windows does not except the driver. I plug in the phone and immidatly it shows with a exclamation mark in the device manager.
tried different ports and different cable, i uninstalled any previous smartphone drivers and software, although it works just fine with another computer running windows 7 (32bit).
any hint on how to troubleshoot?
thank you!!
Solved!
solved by using 3rd party software (wierrrd)
1. install moborobo http://www.moborobo.com/
2. plug the phone with "Usb debugging" ON
3. Accept the "not signed" driver warning
4. It will now automatically install the driver succesfully after which you can uninstall moborobo and the drivers will still work
credit to QUBiCA http://forum.xda-developers.com/showthread.php?t=2416223&page=4
Thanks
xwireless said:
unfortunatly that didnt do any change.
whatever i do windows does not except the driver. I plug in the phone and immidatly it shows with a exclamation mark in the device manager.
tried different ports and different cable, i uninstalled any previous smartphone drivers and software, although it works just fine with another computer running windows 7 (32bit).
any hint on how to troubleshoot?
thank you!!
Click to expand...
Click to collapse
Worked fine for me when I installed it on my work laptop running the same version of Win 7. I've got admin rights but explicitly ran the downloaded file as administrator and once I had connection confirmed, I deleted the synch manager portion of the installation (hey, great idea - let's make people download and install 130Meg of files just to get Windows device drivers... NOT)
i actually found another way to work with this...
search google for windows xp mode. it will take you to the microsoft website and it will download a pc virtualizer with xp built in. the software is windows xp 32 bit. i just unlocked my bootloader using this and it works great

Download mode drivers won't install

Hey
I wanted to install Lollipop on my D855 using KDZ file so I proceed using instructions:
1. Install LG drivers
2. Enter download mode on the phone
At step 2 Windows detects new device and starts to install drivers.
For some reason it fails to install LG MTP driver. In the error I see "Device could not be started (Code 10)"
I tried this on:
my laptop (english Windows 7 x64)
desktop (polish Windows 7 x64)
virtualbox (windows 8.1 x64)
All with the same result. Could not install the driver
Is this normal and I should just proceed with LG Flash Tool 2014 or something is definitely wrong?
Bartek
Try to download the latest driver.
This one worked for me https://mega.co.nz/#!fR4QWApA!OMCuZzz9ZpBoHxOcxjDM49hL11iVHjYW-b2ttdH1c9w
i get the same stupid bull**** on XP and 7, can't win for losing seeing how i softbricked my lg g3.
Wow 3500 people have viewed ur thread yet only 3 replies how selfish this world is...
Simple solution go to device manager uninstall all the lg drivers reinstall all them again make sure ur screen is on when it ask to connect to pc select yes a drive will be shown on ur pc named g3

How do I install Huawei Watch drivers for ADB? [solved]

Hi
ADK is working fine with my other devices, but my PC can't seem to install the drivers for Huawei Watch. The devices is in the device manager, but a little yellow triangle at the side, which means the device drivers are not installed.
I have tried Google, but the guides just say install the devices drivers but clicking update in Device manager with the xx file I downloaded, but windows can't see the file.
Thanks in advance
only pdanet drivers works for me for adb but in twrp i cannot connect to pc . how have you solved the issue i have same problem in device manager. tried more than 6 ways after googling pc
i've tried pdanet drivers 64bit on my win7 64bit version.
but the installation cannot continue.. did u success installing pdanet ? what version of your windows u have ?
why is this marked as solved because i dont see the solution. i just received my watch today and cant seem to get device manager to recognize any drivers.
PDAnet doesnt fully install because i cant install drivers
Minimal ADB and fastboot dont recognize any devices attached
Universal Naked driver 0.73 doesnt work even after modifying the android_winusb file
I even installed the Google USB driver from the SDK Manager, but i dont see anything on my machine.
ive had this watch for 2 hours and already frustrated as hell lol. can someone provide assistance?
thanks!
PS. im running this on Windows 7 64 bit and the watch is at LCB43B already
same problem with me.. attaching usb cable into charger dock, detect huawei watch in device manager but drivers cannot be installed..
what's the problem ? which drivers can be used ?
hendry said:
same problem with me.. attaching usb cable into charger dock, detect huawei watch in device manager but drivers cannot be installed..
what's the problem ? which drivers can be used ?
Click to expand...
Click to collapse
i was trying all day on my work computer which runs windows 7 x64 with no luck, but the watch was detected immediately on my windows 10 machine at home. strange.
Success!
I fixed my issue! I had the same issue everyone here mostly had. I could unlock the bootloader, but I couldn't get the Fastboot recovery to work because the drivers were not detected by Windows 10, or my other Windows 7 machine. Both machines installed a standard version of Google Android device drivers and boot loader drivers, but they were not detected by ADB commands once in the bootloader.
First I went here to download all the drivers, but got stuck:
http://www.thecountrycaller.com/37260-how-to-unlock-huawei-watch-bootloader-and-flash-twrp-recovery/
So what I did was ran the commands to reboot to bootloader, then flash commands for the recovery, left my device plugged in. Then I went into the Windows Device manager, and looked for the Android or Adb drivers loaded. I double clicked the driver, and clicked on uninstall driver, and told windows to delete the drivers. I then unplugged my device (still in bootloader mode), plugged it back and in windows instantly detected the ADB flash commands and boom, TWRP recovery completed.
Hope this helps some of you.
this did not solve my issue ive installed the drivers and nothing over and over can someone help me with the drivers please
thanks
running windows 7
tried to install every driver possible
Weird as it may be, I managed to get Hwatch to connect to ADB via USB by installing the watch as a Motorola Android Sooner Composite ADB Interface - in device manager-update driver-select from PC-select from device list-android usb device-motorola
Is there anything what i can do when my classic watch is NOT recognized on both pc and notebook? I hear no sound, i can´t see anything in device manager...any help?
Hi I`m using the huawei 2 LTE version - can I take the same driven from here or will that cause problems ?
---------- Post added at 08:11 AM ---------- Previous post was at 08:09 AM ----------
Is this may be a real help https://www.reddit.com/r/hwatch/comments/3n9ckp/how_to_get_adb_access_over_usb/

Categories

Resources