I have problem with debug my app on this device using eclipse. When I plug-in device and run it on eclipse, I see device on DDMS, but when I start debug app ignore brackepoint. What should I do to fix this problem?
Related
I'm trying to debug on my Galaxy Tab for the App development I do at work, but the Galaxy Tab simply won't attach to the debugger, I click debug it just uploads the app and runs it the same as "Run" does.
I have USB debugging enabled on the device.
Normally I do this development from my HTC Desire but that works fine (and is rooted).
Can anyone suggest a solution for the Tab, will rooting it fix the problem?
In the devices popup (when in manual mode for run configs) the Desire shows Debug "Yes" but the tab just has nothing (blank) in the debug box.
Any ideas? I need a solution asap please.
I've been trying for quite a while to get my Infuse to talk to ADB, still with no success.
I'm running:
PC:
Windows XP (32-bit) SP3
Samsung drivers from the AT&T website (SGH-i997_Infuse4G_USB_Drivers_5_2_0_2.zip)
Infuse:
Firmware: 2.2.1
Baseband version: I997UKCH1
USB debugging turned on
No matter what I do, I get a Code 37 from the SAMSUNG Android Composite ADB Interface. (It shows up under "ADB Interface" in the device manager, but I get "Windows cannot initialize the device driver for this hardware. (Code 37)".)
If I disable USB debugging, I can mount the device with no problems in Media player mode or Mass storage mode.
I've also tried with the Kies package drivers and the Samsung driver from PdaNet, still with no luck.
I can debug an emulator session with no problem - just not the actual device.
I started with the guides here:
http://forum.xda-developers.com/showthread.php?t=1388644
I've tried the instructions for Epic here:
http://forum.xda-developers.com/showthread.php?t=1109374
and looked at the Galaxy issue here:
http://forum.xda-developers.com/showthread.php?t=1022272
I've tried with a Samsung-branded USB cable as well as a third-party one.
Any ideas what might be going on?
Do youvhave the android sdk installed? With the platform tools add on? Because adb is no longer in the sdk/tools folder of the android sdk ...its in the add on platform tools...then once installed you need to navigate to the platform tools to get advanced to work.
Sent from my SAMSUNG-SGH-I997 using xda premium
Yep, I've got the SDK installed - can run adb from the platform-tools directory, but it never sees my device:
C:\Program Files\Android\android-sdk\platform-tools>.\adb version
Android Debug Bridge version 1.0.29
C:\Program Files\Android\android-sdk\platform-tools>.\adb devices
List of devices attached
I suggest using port JDB on Android to debug java on the device without using a pc. AndroidDebugger on sourceforge.net/projects/androiddebugger
Hi guys,
I have just installed Nova launcher and is trying to get the notification bar transparent.
I figured out that I will have to use adb, so I connected my phone to my PC,
but it doesn't get into debug mode at all...
USB debug is checked,
driver installed
I tried to turn the HOX off and on.
uninstall driver and re-install.
What should I do?
I doubt it will just magically debug when you run adb. You will have to look through the syntax and see what starts the debugging. I rarely use adb however, so I don't know the command
ah
you are right...
so the adb works.
Somehow it is just not showing the notification...
I see when some people take down their status bar, it has a little android with it. Like when you pull it down, a picture of an android follows it. How can i make/put that in?
Debugging mode Enabled...
http://www.makeuseof.com/tag/what-is-usb-debugging-mode-on-android-makeuseof-explains/
jiseuo said:
Debugging mode Enabled...
http://www.makeuseof.com/tag/what-is-usb-debugging-mode-on-android-makeuseof-explains/
Click to expand...
Click to collapse
And then? Please explain.
C00lBeanz said:
And then? Please explain.
Click to expand...
Click to collapse
Please read linked article, but short version is:
USB Debugging mode - special communication mode with other device. Used mainly by developers to debug new apps. It can be also used for hacking or modifying ROM files. Nothing for common users
Enabling USB debugging essentially starts up the adb daemon on your device, which allows it to communicate with adb on another device to enable debugging commands.
It's used when developing and debugging applications, and allows you (primarily) to:
- Transfer data between a computer and your device (both ways)
- Read log data easily from logcat
- Debug applications, including breakpoints and heap monitoring
- Install and uninstall applications
- Access a stripped-down shell on the device, for command-line interaction.
...
More you can read for example here: http://android.stackexchange.com/questions/16250/what-is-usb-debugging-can-i-keep-it-on-foreverhttp://android.stackexchange.com/questions/16250/what-is-usb-debugging-can-i-keep-it-on-forever
jiseuo said:
Please read linked article, but short version is:
USB Debugging mode - special communication mode with other device. Used mainly by developers to debug new apps. It can be also used for hacking or modifying ROM files. Nothing for common users
Enabling USB debugging essentially starts up the adb daemon on your device, which allows it to communicate with adb on another device to enable debugging commands.
It's used when developing and debugging applications, and allows you (primarily) to:
- Transfer data between a computer and your device (both ways)
- Read log data easily from logcat
- Debug applications, including breakpoints and heap monitoring
- Install and uninstall applications
- Access a stripped-down shell on the device, for command-line interaction.
...
More you can read for example here: http://android.stackexchange.com/questions/16250/what-is-usb-debugging-can-i-keep-it-on-foreverhttp://android.stackexchange.com/questions/16250/what-is-usb-debugging-can-i-keep-it-on-forever
Click to expand...
Click to collapse
Yes i know but, that's not what i want.
bump
I think what you're looking for is a custom notification drawer background.....
Sent from my SCH-I535 using xda app-developers app