[HeLP] USB debugging not working

tutincho

Member
Feb 13, 2011
20
0
0
Hi, i install cannot turn on debbuging usb mode in my Defy 2.2 froyo movistar argentina.

Does anyone have any idea why? i turn on but when connecting to the PC no (!) icon shows.
Thanks!

btw, i belive is a device problem because before i install froyo work fine. And my drivers worked fine till i install froyo
 
Last edited:

bikerabhinav

Senior Member
Apr 28, 2011
118
14
0
New Delhi
Can you post the link/thread from where you downloaded the froyo ROM. Also ignore the ! icon, just check in ADB if debugging is working or not. Enable USB debugging in Settings and after plugging in the USB select "Charge Only" mode.

Open adb and type "adb devices"
if it shows one device, then you're all good.

PS: make sure you have Moto Driver v4.9 or above.
 

tutincho

Member
Feb 13, 2011
20
0
0
Can you post the link/thread from where you downloaded the froyo ROM. Also ignore the ! icon, just check in ADB if debugging is working or not. Enable USB debugging in Settings and after plugging in the USB select "Charge Only" mode.

Open adb and type "adb devices"
if it shows one device, then you're all good.

PS: make sure you have Moto Driver v4.9 or above.
Hi i'm using argentina movistar from http://and-developers.com/sbf:defy

I have tried what you 've told me and this is my cmd:
C:\Users\MaryPau\Documents\samsung\root>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
015F13B80600D025 device


C:\Users\MaryPau\Documents\samsung\root>adb shell
$ adb push Superuser.apk /sdcard/Superuser.apk
adb push Superuser.apk /sdcard/Superuser.apk
adb: permission denied
 

bikerabhinav

Senior Member
Apr 28, 2011
118
14
0
New Delhi
There's nothing wrong with USB debugging or your cell. It's just that you're using the wrong command syntax.
once you type "adb shell" you DO NOT have to type adb before every next command because you're already inside adb prompt.

Just write "push Xyz.apk /sdcard/Xyz.apk"
or
write this command when inside windows prompt , i.e when not inside "adb shell"
C:\>adb push xyz.apk /sdcard/xyz.apk
(notice it's C prompt)

Skip writing 'adb' before each command once you are inside adb shell

also, are you trying to root your Defy?
 
Last edited:

tutincho

Member
Feb 13, 2011
20
0
0
There's nothing wrong with USB debugging or your cell. It's just that you're using the wrong command syntax.
once you type "adb shell" you DO NOT have to type adb before every next command because you're already inside adb prompt.

Just write "push Xyz.apk /sdcard/Xyz.apk"
or
write this command when inside windows prompt , i.e when not inside "adb shell"
C:\>adb push xyz.apk /sdcard/xyz.apk
(notice it's C prompt)

Skip writing 'adb' before each command once you are inside adb shell

also, are you trying to root your Defy?
it worked tks a lotttttttttttttttttt