I was having issues with ADB and Android Commander running under Win 7 Professional. After searching around I found an answer. Go to Start--Control Panel--Troubleshooting---Programs (run programs made for previous versions of Windows). I set Android Commander to run under Win XP mode and now my ADB server runs great.
Related
Is anyone else having an issue with drivers running a 64 bit system, I cannot do anything from cmd line on my 64 bit desktop but from girls laptop i can root and use all the commands wtf
i have windows 7 32bit and mine is working good here is the driver i used for adb
BrianDigital said:
Is anyone else having an issue with drivers running a 64 bit system, I cannot do anything from cmd line on my 64 bit desktop but from girls laptop i can root and use all the commands wtf
Click to expand...
Click to collapse
It's probably your environment settings. Download the sdk and make sure your PATH has the extracted sdk folder location in it. I'm using windows 7 64-but ultimate, and did have a few problems at first, but everything is great now.
Also, I installed the Java Runtime Environment on my machine because I was developing an android app and I need it to run files within the SDK (like to make an emulated sdcard). You may want to install the JRE and add that to your PATH as well.
Google HTC sync x64 drivers. I installed a few weeks ago and had no issues with adb today.
oh sorry i thought thats what you meant
installed the HTC 64 bit drivers and still no go I cannot even use htc sync
I had a problem getting the device to work in cmd with xp64. I had to make sure I had a working ADB driver. One blog by a guy named Chris Bunney said to use PDAnet's driver. Basically install the 64 bit version of PDAnet in order to get the driver and then uninstall if you're not going to use it (but make sure you have the driver set up first). If you've already got a driver installed, go to the driver and manually pick "HTC Dream Composite ADB Interface" as the working driver for the device. Again, this is how I got it working on xp64 not sure how it'll go for windows 7 64 bit.
BrianDigital said:
installed the HTC 64 bit drivers and still no go I cannot even use htc sync
Click to expand...
Click to collapse
Did you use the updated driver from THIS link? Beyond that I have no other idea what to tell you beyond putting the android sdk in the root of your c: drive.
I just tried this on my girlfriends laptop with 7 x64 pro (completely fresh), and had no issues.
I had the same problem, this guide and some googling got me up and running quickly.
http://gadgets.softpedia.com/news/How-To-Solve-HTC-Hero-Sync-Problem-in-Windows-7-4442-01.html
Has anyone successfully installed eclipse and ADT on Windows 7 64 bit Home Premium? I installed Eclipse (Galileo SR2 32bit) and attempted to install the ADT and DDMS plugins. Eclipse lists ADT and DDMS as installed software but they do not show up in the plugin list. As a result, I can't create an Android project since it does not show up in the new projects . I am not sure if I am missing something simple or if there is a basic incompatibility with Windows 7. I have successfully set up the ADT on XP but am new to Windows 7 (and I don't much experience with Eclipse). Any help or ideas would be much appreciated.
PS. I have also downloaded JDK and Android SDK and modified my Path envirnoment for each.
I never could get things working in win7 (I have win 7 pro 64bit) so I built a VMWare virtual machine with linux and set it all up there and run the VM under win7.
I'll probably end up something similar. Thanks for the info.
Sent from my X10a using XDA App
It's been a few months but as I remember I had no issues installing on win7 64x Pro
Sent from my Nexus One
No issues here too
I installed eclipse, the plugin and the sdk just yesterday without any problems.
Although I tried on an older windows 7 system a few months ago, and had issues with Eclipse giving some random errors.
I read version 3.6 had issues, so this time I installed 3.5, all is working fine so far.
Thanks everyone for the commnets. I couldn't get eclipse to recognize the ADT properly so I assumed it was a Windows 7 compatibility issue. After hearing of your success, I ended up reinstalling eclipse, ADT SDK and JDK. That seamed to do the trick so I am up and running in Windows 7. I aslo installed VMWare/Ubuntu/Eclipse so I now can develop in Windows or Linux.
Have you tried to run the executables in Windows XP compatibilty mode?
Right click on the exe, go to properties, compatibility tab and check the box and select windows XP service pack 3.
Most of the programs which are compatible with XP and not with Win 7 can be ru this way...
I wonder if anyone has a fix for this. I haven't seen the exact symptom posted but I may have missed it.
Two computers: First, windows 7, android sdk installed, adb works perfectly fine.
Second, is a windows xp virtual machine (xVM virtualbox) with the USB device passed through from the host (windows 7). On this one, 'adb devices' shows the Fire (it lists the serial number and "device") but if I try to 'adb shell' it just hangs, or 'adb logcat' just repeatedly says '- waiting for device -').
Not sure if it is an xp issue or with trying to use the virtual machine... it's not a big deal because I can always use my desktop, but if it's possible, I would like to be able to do this in the existing virtual machine. I might just create a linux vm too which would be ok.
I use vmware and works perfect
Works great in a linux vm too so I am happy now
I upgraded my asus laptop to windows 8, and the d drive that had a stock backup of windows 7 got wiped somewhow..... so I really want to go back to windows7. I dont have a disc but i do have the windows 7 product key on my laptop... I cant dual boot, i cant connect phones to qpst... my work for school cant be done on windows 8..... I NEED windows 7 back... how can i do this?
A) Given that Win8 is compatible with all software and damn near all drivers that Win7 was (a few legacy driver models, like the ability to use XP video drivers, were deprecated), I doubt you actually can't use Win8 instead.*
B) You need Windows installation media to install Windows. I would hope this would be self-explanatory. It usually comes on a DVD (in a "box", or with your PC) or in a DVD image (giant .ISO file). However, your PC may have a "recovery volume" (a reserved chunk of the hard drive) containing the install image.
* You may need to do one or both of the following to get legacy software to work:
1) Enable the legacy .NET framework versions. Start -> type "features" -> look under Settings -> Turn Windows features on or off -> .NET Framework 3.5.
1.1) If you need .NET 1.1, you'll have to download and install that separately, I think, although at this point that version is like 10 years old.
2) Run programs in Compatibility Mode. For programs designed to run under XP, this includes running them as Admin. Right-click the program (in Windows Explorer; you can get there by right-clicking the tile in Start and selecting Open File Location), go to Properties -> Compatibility. Choose the compatibility option(s) most suitable to your needs.
.net frameworks checked....
Sent from an Apple killing JellyBean
If it's a driver issue you're having, which it most likely is because most driver install tools aren't ready for Win8 yet, you'll need to extract the relevant driver from the executable (or find one extracted online somewhere) and install it using the windows device manager.
If you can't find a solution to the problem, burn the relevant Win7 ISO file to your license key, and reinstall Windows 7 from that until devices become more compatible.
Kyoraki said:
If it's a driver issue you're having, which it most likely is because most driver install tools aren't ready for Win8 yet, you'll need to extract the relevant driver from the executable (or find one extracted online somewhere) and install it using the windows device manager.
If you can't find a solution to the problem, burn the relevant Win7 ISO file to your license key, and reinstall Windows 7 from that until devices become more compatible.
Click to expand...
Click to collapse
Thats the route im going...
Sent from an Apple killing JellyBean
Then im going to try to partition hdd so i can also install an ubuntu iso
Sent from an Apple killing JellyBean
Could be he's. Used to win 7 ,doesn't want to relearn 8 doesnt want to re install drivers and still nothing works, I'm not harping against 8. ,just think its really not. A desktop OS,works great as a phone and a tablet,useless as a desktop
Sent from my SAMSUNG-SGH-I717 using xda app-developers app
I got everything situated... Windows 8 is just better with a touch screen and i miss my windows 7 themes and stuff. Now only way to boot windows is thru bios boot override... Or else grub only lets me boot ubuntu.... A little annoying but tolerable
Sent from an Apple killing JellyBean
You can download one of these upgrade isos from Digital River/Microsoft and then install using your key. Make sure you download the appropriate version Pro, Home, etc, it should say next to your key what it is and chances are your computer can run x64 unless its a netbook.
http://www.mydigitallife.info/official-windows-7-sp1-iso-from-digital-river/
I've used these isos with OEM Windows 7 keys and it activates just fine and is perfectly legal since its your licensed key and the ISOs I linked to are unmodified from Microsoft and require a key to work.
Yep. Got an iso on a disc and installed then had to install all the drivers
Sent from an Apple killing JellyBean
This is probably a dumb question, but I have a computer that runs Windows Vista with like the worst specs, and I need that for fastboot and adb (install TWRP and superuser) so would Windows xp work? It should right? See Windows XP would go perfectly with the specs on my Vista machine, thanks ☺