[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread Piren
It's because it says the device is offline. disconnect it from the computer and plug it back in. if it wont change to online try switching USB ports. If still offline, restart the device. On Monday, August 19, 2013 11:14:29 AM UTC+3, MobileVisuals wrote: I can not debug my Galaxy s4 mini.

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread MobileVisuals
I have restarted the device several times and I have tried every USB port on the PC. It is still the same problem. Do you know how I can proceed to get this fixed? On Monday, August 19, 2013 10:14:29 AM UTC+2, MobileVisuals wrote: I can not debug my Galaxy s4 mini. Android device chooser

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread MobileVisuals
It says target unknown and state offline. I currently don't have a SIM card or a internet connection in the mobile. Is that why it doesn't work? I am waiting to get the SIM card from the operator in my mail. On Monday, August 19, 2013 10:14:29 AM UTC+2, MobileVisuals wrote: I can not debug my

Re: [android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread Mukesh Srivastav
I had the same problem, the first thing is , restart your device and enable the USB Debugging setting uncheck and check. On Mon, Aug 19, 2013 at 6:07 PM, MobileVisuals eyv...@astralvisuals.comwrote: It says target unknown and state offline. I currently don't have a SIM card or a internet

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread Piren
you dont need a sim card. Try Mukesh's suggestion and try restarting the ADB server (adb kill-server and then adb start-server). Also, as a last option, be sure to use the original USB cable that you got with your device. I'm not sure why (or how it's even possible), but i've already noticed

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread MobileVisuals
I did as Mukesh wrote, but it is still the same problem. I am using the original USB cable. Isn't the ADB server running on the mobile device? If so, do I have to unroot the mobile to execute the adb kill-server command? On Monday, August 19, 2013 10:14:29 AM UTC+2, MobileVisuals wrote:

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread Nobu Games
Does your phone show some popup message when you try to debug it from your PC? Beginning with 4.2.2 there is a secure USB debugging feature. You have to explicitly authorize a host computer: http://android-developers.blogspot.com/2013/02/security-enhancements-in-jelly-bean.html If you set up

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread Piren
run it on your development computer, not on the device. On Monday, August 19, 2013 5:15:58 PM UTC+3, MobileVisuals wrote: I did as Mukesh wrote, but it is still the same problem. I am using the original USB cable. Isn't the ADB server running on the mobile device? If so, do I have to

[android-developers] Re: Can not debug Galaxy s4 mini

2013-08-19 Thread MobileVisuals
You are right, Nobu! The information on the link that you provided says If your development device appears in offline state, you may need to update ADB. I followed the information in http://stackoverflow.com/questions/17916966/missing-sdk-platform-android-api-18 It worked then. On Monday,