Can i enable USB debugging?

How to enable USB debugging?

Hello Samual.
Follow all the steps mentioned below to enable the USB debugging option in your tablet:
First, tap on the Home icon > Apps Widget > Settings > Developer Options > Tap to check mark the box next to the USB debugging option > OK.
Note: If my post answers your question, please mark it as an "Accepted Solution."

Similar Messages

  • Can't enable USB Mass Storage

    I am trying to use recovery software (Recuva) to replace deleted photos. When connecting to my laptop, I can only choose Media Device (MTP) or Camera (PTP). Recuva cannot find my phone without USB Mass Storage enabled but that option seems to no longer exist? What can I do to enable this?

    You need to enable USB debugging on phone, so the computer can see it as a storage device.
    Go into Settings, then scroll down to the bottom and click on About Phone.
    Scroll down to the bottom to where it says “Build Number”.
    Tap on “Build number” 7 times. After the third tap, Android will start counting down on how many taps are left before you can access the developer options, with a playful “You are now [insert number of remaining taps] steps away from being a developer”.
    After the 7th tap, you’ll get a “You are now a developer!” message.
    Now, go back to the main settings screen, and voila, the “Developer options” menu will be visible at the bottom, just above “About phone”!
    Developer options->enable USB debugging

  • How can I enable remote debug in weblogic to use with Rational RSA IDE?

    How can I enable the remote debugging technique so that I can work with my IDE.
    I use RSA by IBM as the IDE
    What should be the changes in the setdomainenv or startweblogic?
    I use 10.3
    Please help.. ur help is appreciable...

    Hi,
    I did not make any console adjustments for debugging on my WebLogic 10.3.2.0 - however I am running in development mode on an "adminServer" (an option during the install)
    In the console there is a debug setup page - that seems to have no effect for me (I can always debug) - so either it is a combination of development mode and/or the startWeblogic script from the Eclipse plugin.
    However, these debug settings are likely for debugging into the server - you only want to debug your own app code right?
    On the console page goto
    http://localhost:7001/console/console.portal?_nfpb=true&_pageLabel=ServerDebugPage
    servers | AdminServer | configuration-debug | expand weblogic
    I see...
    "Use this page to define debug settings for this server.
    Debug settings for this Server
    EnableDisableClear Showing 1 to 2 of 2 Previous Next
    Debug Scopes and Attributes State
    default Disabled
    weblogic Disabled
    EnableDisableClear Showing 1 to 2 of 2 Previous Next
    Try expanding the whole tree and selecting the root to enable everything.
    You will see the following
    10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <Management> <BEA-141239> <The non-dynamic attribute DebugAbbreviation on weblogic.management.configuration.ServerDebugMBeanImpl@47a32e1b([base_domain]/Servers[AdminServer]/ServerDebug[AdminServer]) has been changed. This may require redeploying or rebooting configured entities>
    <10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <Management> <BEA-141238> <A non-dynamic change has been made which affects the server AdminServer. This server must be rebooted in order to consume this change.>
    <10-Dec-2009 11:53:46 o'clock AM EST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ServerDebugPage.>
    When I debug WebLogic 10.3.2.0 from Eclipse 3.5 EE - I see the following in my server startup log which includes the "-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453" you mentioned.
    Starting WLS with line:
    c:\opt\wls10320\JROCKI~1.5-3\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\opt\wls10320\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=C:\opt\wls10320\WLSERV~1.3 -Dwls.home=C:\opt\wls10320\WLSERV~1.3\server -Dweblogic.home=C:\opt\wls10320\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=c:\opt\wls10320\patch_wls1032\profiles\default\sysext_manifest_classpath weblogic.Server
    Listening for transport dt_socket at address: 8453
    The server process listening on debug portl 8453 ooks like this
    Oracle WebLogic Server 11gR1 PatchSet 1 at localhost [Oracle WebLogic Launch Configuration]     
         BEA JRockit(R)[localhost:8453]     
              Thread [Main Thread] (Running)     
              Daemon Thread [Timer-0] (Running)     
              Daemon Thread [Timer-1] (Running)     
              Daemon Thread [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] (Running)     
              Daemon Thread [weblogic.time.TimeEventGenerator] (Running)     
              Daemon Thread [JMAPI event thread] (Running)     
              Daemon Thread [weblogic.timers.TimerThread] (Running)     
              Daemon Thread [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] (Running)     
              Daemon Thread [Thread-7] (Running)     
              Daemon Thread [ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'] (Running)     
              Daemon Thread [ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'] (Running)     
    I hit a breakpoint and see
    Daemon Thread [[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] (Suspended (breakpoint at line 56 in ApplicationService))     
         ApplicationService_5ptwty_Impl(ApplicationService).insertObjects(List<Cell>) line: 56     
         NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]     
         NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39     
         DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25     
         Method.invoke(Object, Object...) line: 597     
         AopUtils.invokeJoinpointUsingReflection(Object, Method, Object[]) line: 310     
         ReflectiveMethodInvocation.invokeJoinpoint() line: 182     
         ReflectiveMethodInvocation.proceed() line: 149     
         DelegatingIntroductionInterceptor.doProceed(MethodInvocation) line: 131     
         DelegatingIntroductionInterceptor.invoke(MethodInvocation) line: 119     
         ReflectiveMethodInvocation.proceed() line: 171     
         MethodInvocationVisitorImpl.visit() line: 37     
         EnvironmentInterceptorCallbackImpl.callback(MethodInvocationVisitor) line: 55     
         EnvironmentInterceptor.invoke(MethodInvocation) line: 50     
         ReflectiveMethodInvocation.proceed() line: 171     
         ExposeInvocationInterceptor.invoke(MethodInvocation) line: 89     
         ReflectiveMethodInvocation.proceed() line: 171     
         DelegatingIntroductionInterceptor.doProceed(MethodInvocation) line: 131     
         DelegatingIntroductionInterceptor.invoke(MethodInvocation) line: 119     
         ReflectiveMethodInvocation.proceed() line: 171     
         JdkDynamicAopProxy.invoke(Object, Method, Object[]) line: 204     
         $Proxy68.insertObjects(List) line: not available     
         ApplicationService_5ptwty_ApplicationServiceLocalImpl.insertObjects(List<Cell>) line: 306     
         FrontController.generateGlider(PrintWriter) line: 240     
    thank you
    /michael
    http://www.eclipselink.org

  • Can't enable the debug menu for Disk Utility

    I tried "defaults write" and "-bool" to no effect.
    I also tried both these terminal commands using a bootable USB, and launching Terminal to no effect.
    (My firmware password was suddenly removed as well. Weird.)
    Any ideas? Thanks.

    Also, when the mac was bought, the firmware password "magically" appeared. I just tried DUDebug; it worked once, then didn't after repeated trials.
    More questions: if I merge the EFI partition with the main partition, and then erase the drive, what isn't erased on the EFI? In other words, what would I expect on the mounted EFI drive? Additionally, how do I sort through the EFI volume on the desktop?

  • No USB debugging

    Hi Guys,
    My phone is an A328. As You know, USB debugging is necessary to use Lenovo Smart Assistant. I've succesfully reached display Developer Options (by 7times tap on Build number), but ALL of the options in Dev are greyed out (except Process Stats), so I can not enable USB debugging.
    When I connect the phone to the PC, there is no USB debugging in USB options on pull down notification bar.
    Have You got any idea to solve this issue? Thanks in advance...
    Solved!
    Go to Solution.

    More information:
    It's indifferent when I try to enable debugging: before or after connecting to PC. There are ALWAYS only 5 options on pulldown bar: USB storage, Media device, Camera, Charge only, Built-in CD-ROM. The phone itself is provider independent.

  • Wheres the USB Debugging Option

    Hi, 
    I have recenty bought HP Slate 7 voice tab and now i m trying to reverse tether it to my pc . Can u pls let me know that where is the USB Debugging Option , and i m using android version 4.4.2. Thanks

    Hey @Aryan24 ,
    Welcome to the HP forums.
    I understand you're looking for information on enabling USB debugging on your Slate 7 Voice Tab.
    You should find the USB Debugging setting under Developer Options in the Settings menu.
    If it is not listed you may be able to enable the Developer Menu by going to Settings > About (You may need to press More or General to see this) > Tab the Build Number 7 times which should enable developer mode > Now in Settings you should have a Developer Options menu where you can enable USB debugging.
    Thanks.
    Please click the "Kudos, Thumbs Up" at the bottom of this post if you want to say "Thanks" for helping!
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    The Great Deku Tree
    I work on behalf of HP.

  • Problem in USB Debugging!

    Please help i have Hp voice tab 7 and i wanted to connect it to my pc with mobogine so i am not able to find USB debugging option and now when i deselected the option of MTP & PTP both my Comp. is working just like a charger how can i get this thing off??

    Hi SksPro
    In order to enable "USB Debugging" for your VoiceTab, you will need to enable "Developer mode" by going into "Settings" >> "About Tablet", then tap "Build number" 10x times. Once developer mode is enabled, go back to your settings, select "Developer Options" above "About tablet" then check "USB Debugging".
    Hope this helps!
    -xeN
    Doing the needful, on behalf of HP.
    If you found my post helpful, don't forget to click the kudos button below! It'll be much appreciated.

  • A526 without USB Debugging and please, the KitKat update

    When will you guys release an update in our phones to enable the USB Debugging mode? Or how about the KitKat update? Do you guys really care for us A-series users?
    Primary reason for this:
    1. We can't sync our phone to our PC because of the lack of that USB Debugging mode.
    2. We can't move our apps to our SD card which means, we need to say goodbye to NBA 2K14, Asphalt 8, and any other large size apps. So what's the use of having a quadcore processor? We need to use to the full capacity!
    3. Screw this, but we're being left alone by the S-Series and other 'cause they're already using a KitKat phone. We're not in the trend anymore.
    So please guys, to all the devs out there THAT'S ACTUALLY LISTENING TO US, please help us also.
    Sincerely yours,
    A526 users, A -series users.

    Hi
    If you want to enable ''USB debugging'' on devices running 4.2 and  4.4>go to Settings>About phone.....and press  7x on the ''Build number''.
    Hope this helps.
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • A2109A: USB-Debugging crashes

    After downgrading from 4.1.1 to 4.0.4 (Stock or MCL) I cannot activate USB-debugging. The whole development menu doesn't work and there is a timeout, while other menus work. So I cannot activate the main switch for all development options, since this button never appears.
    Stock:
    Link to image 1
    MCL: 
    Link to image 2
    How can I activate USB-debugging to send an adb command?
    Moderator note: images larger than 50k converted to links per forum rules:  Lenovo Community Participation Rules

    a2109a wrote:
    My problem was, that I couldn't access the checkbox. Since I had warranty money back was offered to me and I took the money and buy one in a few months.
    Sounds like you got the best deal, I may look into getting my money back as well, This tablet is dead, I need a tablet with 4.2.

  • Enabling the Debug Mode

    Hello!
    I can't enable the debug mode as descibed here http://help.sap.com/saphelp_nwce10/helpdata/en/45/e4fa02855c2e97e10000000a155369/frameset.htm.
    There isn't "Start Debug Session..." in the context menu.
    How can I enable the debug mode on the fly?
    Regards,
    Armin

    Your probably missing the oracle debug privileges then. I can never remember them off hand but its something like debug any procedure and connect any session that are needed

  • I have my photos on an eternal USB connected drive. I am trying to import them to PSE. The "Copy on Import" button is greyed out. How can I enable it so I can disconnect the external drive?.

    The "Copy on Import" button is greyed out. How can I enable it so I can disconnect the external drive?.

    "Copy" is normally used when connecting a camera or card reader.
    Simply copy or move folders from your external drive to your computer hard drive, then from the Organizer menu click:
    File >> Get Photos & Videos >> From Files & Folders
    Then navigate to the new location on your internal hard drive.

  • Can't Enable Disk Utility Debug Menu

    Hi, all,
    This is the first time I've tried to enable the debug menu in DU since installing Mavericks.
    Unfortunately, it's not working.  I've tried:
    1) defaults write com.apple.DiskUtility DUDebugMenuEnabled 1
    2) Opening com.apple.DiskUtility.plist in PL editor and, because there was no entry for it already there, I added DUDebugMenuEnabled [bool] [checked]
    I quit DU and restarted each time.
    Any ideas?
    Thanks.

    Actually I'm trying this again on another Mavericks laptop and it's not working.
    I have the following, but the debug menu will not come up.  I tried deleting the preference plist file.
    defaults read com.apple.diskutility
        DUDebugMenuEnabled = 1;
        DUSavedDiskImageList =     (
        DUShowDetailsInFirstAid = 1;
        "NSWindow Frame /Users/kathryn/Library/Logs/DiskUtility.log" = "788 247 529 424 0 0 1440 878 ";
        "NSWindow Frame Disk Utility" = "255 174 853 648 0 0 1440 878 ";
        "NSWindow Frame Progress Panel" = "537 639 366 27 0 0 1440 878 ";
        "NSWindow Frame Progress Panel Frame" = "537 639 383 24 0 0 1440 878 ";

  • How to enable JIT debugging on my Windows 7 (64 bit) computer? I keep getting different Errors popping up on my computer about debugging different programs and that JIT debugging must be enabled!

    How do I enable JIT debugging on my Windows 7 (64 bit) computer? I keep getting different Errors popping up on my computer and the latest one says when I attempted to watch a DVD video with VLC media player but this isn't the first error this week saying
    that JIT debugging must be enabled and I don't know how to do that : ( "Microsoft Visual C++  Runtime Library"  Assertion Failed! Program C:\Program Files (x86) VideoLAN\VLC\vlc.exe  File: vm.c
    Line: 1765
    Expression: pgcit != NULL
    For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
    (Press Retry to debug the application- JIT must be enabled)

    Hi Rhondavas77,
    To enable/disable Just-In-Time debugging
    On the Tools menu, click Options.
    In the Options dialog box, select the Debugging folder.
    In the Debugging folder, select the Just-In-Time page.
    In the Enable Just-In-Time debugging of these types of code box, select or clear the relevant program types:
    Managed, Native, or Script.
    To disable Just-In-Time debugging, once it has been enabled, you must be running with Administrator privileges. Enabling Just-In-Time debugging sets a registry key, and Administrator privileges are required to change that key.
    Click OK.
    More information is here.
    http://msdn.microsoft.com/en-us/library/k8kf6y2a(v=vs.85).aspx
    Best Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • On my MacBook Pro with Retina Display, Why does the "USB Devices Disabled Unplug the device using too much power to re-enable USB devices" keep coming up after I unplugged the usb device?

    On my MacBook Pro with Retina Display 15", that I purchased a few weeks ago, started coming up with the following message on my desktop:
    "USB Devices Disabled Unplug the device using too much power to re-enable USB devices".
    I unplugged the device and the message still keeps coming up.
    This is what I have done so far to troubleshoot:
    I shut down the laptop. When booting up I pressed the command+option+p+r at the same time. It comes up with a menu to reinstall OSX, Get help online, Run Disk Utility, etc. I choose the disk utility and repair the disk and then restarted.
    The message keeps popping up and I can't seem to get rid of it. Why does the message keep popping up even though I don't have any devices hooked up to the laptop at all? Any help to reenable my usb ports and get rid of the messaage would be helpful.

    I talked to Apple Support and we at least stopped the bleeding, a little bit. These are the troubleshooting steps I did before I contacted Apple Support:
    1. Reinstalled OSX
    2. Restore the last known good Time Machine Backup.
    This did not fix my issue, so I called Apple Support and they told me this:
    1. Turn Power off.
    2. Wait 15 seconds.
    3. Plug in Magsafe adapter.
    4. Wait 15 seconds.
    5. Hold down the Shift+Option+Power Button for 20-30 seconds.
    6. Turn Power back on.
    Ok, this stopped the bleeding a little, but as soon as I plugged in a Apple USB Superdrive
    and a Apple Mini Displayport to VGA Adapter. This "USB Devices Disabled" pop-up pops up like every 30 minutes now. At least, it is not constantly popping up after I close it, so I guess it will do for the temporary. Going to contact Apple support, later, though to see what else can be done.

  • How to enable remote debugging for a session other than the current one

    Hi all,
    I am trying to figure out how to enable remote debugging for a session other than the one I am currently using.
    More specifically, we have an application that is making database calls to Oracle 11gR2. Something is causing an exception during this invocation. My system is currently not set up to recompile said application, so I can't just add the debug call to the code and recompile. Therefore I would like to be able to log into the database (as sys, if necessary) and invoke dbms_debug_jdwp.connect_tcp on the desired session.
    The docs indicate that I should be able to do so:
    dbms_debug_jdwp.connect_tcp(
    host IN VARCHAR2,
    port IN VARCHAR2,
    session_id IN PLS_INTEGER := NULL,
    session_serial IN PLS_INTEGER := NULL,
    debug_role IN VARCHAR2 := NULL,
    debug_role_pwd IN VARCHAR2 := NULL,
    option_flags IN PLS_INTEGER := 0,
    extensions_cmd_set IN PLS_INTEGER := 128);
    But when I try (even as sys), I get the following:
    exec dbms_debug_jdwp.connect_tcp('1.2.3.4',5678,<session id>,<session serial>);ORA-00022: invalid session ID; access denied
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    00022. 00000 - "invalid session ID; access denied"
    *Cause:    Either the session specified does not exist or the caller
    does not have the privilege to access it.
    *Action:   Specify a valid session ID that you have privilege to access,
    that is either you own it or you have the CHANGE_USER privilege.
    I've tried granting the 'BECOME USER' privilege for the relevant users, but that didn't help. I read something about having to set some kind of ACL as of 11gR1, but the reference documentation was very confusing.
    Would someone be able to point me in the right direction? Is this even possible, or did I misread the documentation?

    Interesting deduction, that would be very useful indeed. I hate recompiling just to add the debug call, and it can't be done in our production environment. But it seems unlikely to me it would be implemented this way.
    I would cross-post this in the SQL AND PL/SQL forum though, as this is really a database issue, not with the SQL Developer tool. Do add the links to the other posts in each.
    Regards,
    K.

Maybe you are looking for

  • My application is hanging and crashing

    hi every body im using sun java system application server platform edition update 9 on windows 2003 service pak 2 with 4 processor and 6 gb phisycal ram my running application alot of time hanging and some time crash when application hangs then i sto

  • Datas are not coming from top to bottom in collumn

    Hiiiii I am moving my data from itab to itab1. And in itab1 datas are not started from top of the collumn for each a/c no. A/CNO|AB|DZ|RV|SA 00001|00 |000|00 |10 00001|00 |000|00 |15 00001|00 |000|020|000 00002|00 |15 |000 |00 00002|21 |00 |000 |00 0

  • Mirrored my imac temporarily to my video projector now can't get imac screen back to standard viewing (shows as if a side monitor is added)

       I recently mirrored my imac to project some videos.  I now want to return my imac to regular use and standard screen presentation but find it remains in the mode as if i have an external monitor connected to it with the monitor on the right side. 

  • Where to find the SQL text in v$ views?

    Hi All, Oracle 11.2.0.3 on RedHat. I am trying to find out SQL activity on my database for a very narrow time window. Please see the SQLs I did SQL> select distinct user_id, sql_id   2  from v$active_session_history   3  where sample_time between to_

  • Disk/Permissions Repaired, User Info/Data Lost

    This is my first mac, switched from windows a few months back. Today my machine crashed severely (while working in ical), so I did a hard reboot. When the machine came back on, there was an icon in the middle of the screen alternating btw a ? and a f