[Q] what deos usb debugging means? - Defy Q&A, Help & Troubleshooting

can anybody clarify?
thanks

http://androidforums.com/sprint-hero-support-troubleshooting/17154-what-usb-debugging.html

It's mainly used for app-developement.
For example you can install/run/debug apps on your phone via USB-ADB (packaging, copying, installing and launching is all automated by the android eclipse-framework).
It's much better to use a real device for testing than just the android-emulator.

Related

Did anyone get Appinventor by Google running on HD2?

Hey guys,
I was granted access to the beta of Android App Inventor and wanted to start playing around with that software and my HD2 running android. However, I cannot manage to get a connection to the phone via USB. (Selection: Connect to Phone in Block Editor does not work for me).
So, is there anyone working with App Inventor paired with HD2?
Thank you for your help and advice in advance,
jokeR
Download the Android SDK (if you haven't already), and install the package, "Usb Driver Package, revision 3".
Then plug in your HD2, if it doesn't auto-install do the following:
Right click my computer - manage - device manager,
find your HD2 in Other Devices/leo
Right click it, Update Driver Software
Browse my computer for driver software
In the text box: C:\android-sdk-windows\usb_driver (adjust accordingly)
Click next and it should install.
also only some builds have usb connection working i am using darkstones build and usb works fine
Currently I use this build: "shubCRAFT CM6RC2/Froyo" .
I still did not manage to complete a connection. The Block editor quits with an error "We made a mistake! Please help by reporting this bug:
Problem getting project defitions for phone: ...longurl..."
I will retry installing SDK and Extras and driver.
So, after reinstalling everything it still does not work:
"Leo" is listed in Devices as: "Android Composite ADB Interface" - is that the right driver?
I also tried to use a virtual Android device utilizing the SDK, but sadly that did not work as well. I have the Desktop of the virtual Android on my Screen, but clicking connect in Block editor does not connect to the virtual device (the Leo is unplugged in that scenario).
:/
make sure USB debugging is enabled in the application settings
Yes I have App Inventor. It's working OK for my on Darkstones build, but like you, I have issues with Shub's build.
For some reason or another - and I'm not sure how - I got it running just fine with no phone connected at all. I was able to complete the project and save it just fine. Maybe it was a bug...
I tried Darkstone's built, had USB debugging enabled, but it still did not work for me Don't know what to do next.
Anyone working with virtual devices or other builds that could work?
Thanks in advance for your help.

[Q] how to sync with some syning software ??

how do you guys manage to sync it with some syncing software, i mean i was trying to install some apk and games, i just can't use my apk installing software on pc, cuz the device is not found, the only thing i can do when i connect hd2 to pc is using it as a usb drive, and it's in the debugging mode. anybody has any ideas how can i make it sync with my apk installing software or can you give me a way to install some apk to my hd2, much appreciate it
Why did you post this question in both forums?
This one is for development only...
I suggest you use the other post you just made...
http://forum.xda-developers.com/showthread.php?t=764258
If you try using the search feature, you will find a few different threads where you will find what you're looking for:
http://forum.xda-developers.com/showthread.php?t=762460
http://forum.xda-developers.com/showthread.php?t=758711
chenyufei.1992 said:
how do you guys manage to sync it with some syncing software, i mean i was trying to install some apk and games, i just can't use my apk installing software on pc, cuz the device is not found, the only thing i can do when i connect hd2 to pc is using it as a usb drive, and it's in the debugging mode. anybody has any ideas how can i make it sync with my apk installing software or can you give me a way to install some apk to my hd2, much appreciate it
Click to expand...
Click to collapse
I think you are Chinese, so try Wandoujia at Wandoujia.com. This software is invented by the company of former president of Google Greater China.

[Q] Eclipse - Can't connect my device with Eclipse

Sorry If it will be a very "easy" question, but I'm only a beginner, so, please be patient
I made a small application, and I tried to put in ads with AdMob. I tried to connect my device to the Eclipse, so I can run on it the progrmam, and see the logcat, because when I'm installed it to my device it doesn't show any ads. I tried to plug in it, but Eclipse doesn't show my device on the device chooser panel. I checked the USB debugging on my phone. What can I do? Thanks for help!
HUNZwiebel said:
Sorry If it will be a very "easy" question, but I'm only a beginner, so, please be patient
I made a small application, and I tried to put in ads with AdMob. I tried to connect my device to the Eclipse, so I can run on it the progrmam, and see the logcat, because when I'm installed it to my device it doesn't show any ads. I tried to plug in it, but Eclipse doesn't show my device on the device chooser panel. I checked the USB debugging on my phone. What can I do? Thanks for help!
Click to expand...
Click to collapse
Do you have the Android SDK installed and properly set up in Eclipse?
Did you do any updates on Eclipse or the sdk recently? Did you move the sdk? You can always bypass Eclipse and try identifying your device using adb to see if there is a problem on that end
From something awesome
If you use Windows you have to install the phone's drivers. On linux follow this tutorial on installing a device for development: Using Hardware Devices

How to deploy your application to your handphone?

Hi all,
I am new in Android programming. Currently I am working on simple apps and do the testing in my PC. I would like to know how to deploy my apps to my handphone so I can test it from there? Appreciate your answers.
Thanks in advance.
Regards,
S.A.G
enable usb debugging from settings-->applications--->development on pre ICS phones and from settings--->developers options on ICS+ phones.
Now connect the phone to computer and press ctrl+f11 in eclipse in your project.
You will be presented with a window having your phone with its serial number and avd's.Select your device and it would run on your phone instead of avd.

[Q] USB Debugging - Checking

Hi,
Does anyone know how to check if a computer is connected to your Android device over ADB. From the Android device of course.
Doesn't have to be a Java solution, but would be obviously preferred.
Many Thanks,
Minooch

Categories

Resources