egst
egst

Reputation: 1804

USB Debugging with Samsung Galaxy SII

I used to use the Android emulator for debugging. Everything was fine. But when I tried emulator for Android 4 it was lagging so much. It was almost impossible to use it. So I tried to use USB debugging with Samsung Galaxy SII with Android 4.0.4. I've enabled USB Debugging on device, installed drivers, tried to use Kies, but it just doesn't work. When I started debugging and selected this device in Android device chooser, it was looking like this:

samsung-gt_i9100-0019caae19649e | N/A | 4.0.4 | --- | Online

Then in the console it gave me this code:

[2013-01-28 20:30:58 - UniqueFileExplorer] Android Launch!
[2013-01-28 20:30:58 - UniqueFileExplorer] adb is running normally.
[2013-01-28 20:30:58 - UniqueFileExplorer] Performing sync
[2013-01-28 20:31:01 - UniqueFileExplorer] Uploading UniqueFileExplorer.apk onto device '0019caae19649e'
[2013-01-28 20:31:11 - UniqueFileExplorer] Failed to install UniqueFileExplorer.apk on device '0019caae19649e': timeout
[2013-01-28 20:31:11 - UniqueFileExplorer] Launch canceled!

So does somebody know what's the problem?

I'll be grateful for any help.


And sry for my bad english.

Upvotes: 2

Views: 2359

Answers (1)

TN888
TN888

Reputation: 7739

Insctructions :

1 Restart phone.

2 Restart computer.

3 Check enabling "USB Debbuging" in phone settings.

4 Enable debuggable in mainfest.

Upvotes: 1

Related Questions