I am developing against an Samsung Galaxy S3 that this connected by a USB cable to my Windows 7 laptop.
I have installed the most recent version of Samsung Kies and the USB drivers are present. The phone has debugging turned on and is visible to adb.
Android's monitor.bat (was called DDMS) shows the phone and the logcat but not the processes.
How do I get Monitor.bat to see the Galaxy S3's processes?
Related
I have a windows 8.1 tablet that only has a mircoUSB connector.
I've installed adb & fastboot drivers.
If I connect my Nexus tablet to my Windows tablet via OTG & USB Cables, it's detected fine when the Nexus tablet is booted normally.
I can run adb and browse the Nexus table without issue.
However if I reboot the Nexus tablet to the bootloader and then connect it to the Windows tablet, I get a quick connection sound and an instant disconnection.
Nothing appears in Device Manager.
Same Nexus tablet on a Windows 7 laptop or Windows 8.1 PC works fine in bootloader mode.
So what am I doing wrong on the Windows 8.1 tablet ?
Should this work via OTG ?
Is it a driver issue ? if it is how do I install the driver when nothing appears in device manager ?
Thanks
I'm using the Eclipse ADT bundle on Windows 7 32-bit.
I'm trying to run my app on my phone (Motorola Droid Razr Maxx hd) which is running android 4.4.2 kitkat. I Have turned on USB debugging on the phone, and have installed drivers. But the eclipse doesn't show my device. here is the
My Apps min sdk:8 and Target sdk:19
I know there are similar questions
Device not being detected in eclipse
Connecting Droid Maxx for Android Development
Eclipse cannot find my android 4.1.2 device
Why is Eclipse's Android Device Chooser not showing my Android device?
but these doesn't solve my issue.
Just check if your phone adb device is detected and visible in windows devices manager. Possible reasons are:
Turned off USB debugging.
Not installed drivers for this specific phone model (as far as I remember, old motorola devices works with drivers from Motorola, not the Google's one.
Check connection - I had some troubles when connected phone with some low quality USB cable.
If you look in your Device Manager (on windows 7 click Start, right-click Computer and choose Manage) you might see that Motorola ADB Interface doesn't have a driver. This is what happened to me after my phone's Android operating system upgraded from 4.x to 5.1.
The driver can be found inside the Motorola Device Manager on Motorola's website. This will get you the drivers for Windows and this will get the drivers for Mac.
After I installed the latest driver adb could find my devices again (verified by running adb devices on the command line)
I want to test an application, but I got a problem with my device. I have a Samsung Galaxy S3 which version is 4.1 (Jelly Bean), and a S. Galaxy Note 8.0 and this is what I have done:
I have activated the developer mode.
I have activated the USB debugging.
I have installed the ADB on my computer.
And the problem is that when I connect the phone (or the tablet) to the computer through USB port, the device start in multimedia mode and the debugging mode doesn't active.
I hope that you can help me, thanks.
You need to download sansung driver for windows 7. Try this http://www.usb-drivers.org/samsung-android-usb-device-driver.html
I'm using a Samsung Galaxy S4 I9505 (Jelly Bean 4.3) as my debug target, and I've done the preliminary steps already:
Tapped 7 times on the "Build Number" under "My Device" to enable developer menu
Enabled USB Debugging from the device
Unchecked the "Verify apps via USB" to make sure my app is not blocked
Downloaded the OEM driver for Samsung from Samsung Andorid USB Driver for Windows
Installed the driver successfully.
When I connect my device via USB, Eclipse sees my device but does not allow me to debug on it.
Can someone help me?
If you're developing Android on Windows, then Windows may have allow you to "see" your device. But to connect to your Samsung Galaxy S4 I9505, you may need to install the Samsung USB drivers for mobile devices v1.5.33.0, which can be found here.
After installation, you may need to restart your computer. Once the computer has restarted, start a command prompt and navigate to \android-sdk\platform-tools. Then, type each command below in succession:
adb kill-server
adb start-server
adb devices
The last command will tell you whether you are truly connected to your device and the device is ready for debugging in Eclipse.
I just purchased a Samsung Galaxy Nexus to develop apps on my MacBook Air running Lion. I enabled USB debugging and plugged it into my MacBook. The device isn't listed when I run adb devices (platform tools rev10). Any ideas?
Ensure that your phone is set to connect in PTP mode, not MTP mode.