Android 如何在我的三星设备上启用/禁用调试模式?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11461001/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 07:44:01  来源:igfitidea点击:

How can I enable/disable the Debug-mode on my Samsung device?

androideclipsedebuggingadbgalaxy

提问by LikeYou

This question have been asked already, but the answers seems still incomplete. The profound answers already found are the following:

这个问题已经被问过了,但答案似乎仍然不完整。已经找到的深刻答案如下:

  1. How do you set an Android phone to be a “debug” device?
  2. Android Device Chooser - Debug column
  1. 如何将 Android 手机设置为“调试”设备?
  2. Android 设备选择器 - 调试列

But unfortunatly non of them could explain it with absolute certainty, why or why not an Android device has debug support, btw. I don't mean the debug flag in AndoridManifest.xml files.

但不幸的是,他们中没有一个人可以绝对肯定地解释它,为什么或为什么 Android 设备没有调试支持,顺便说一句。我不是指 AndoridManifest.xml 文件中的调试标志。

To check whether or not a rooted device could be managed to enable debug mode, I've rooted my Samsung Galaxy with no luck, even the rooted Galaxy S is not debuggable.

为了检查是否可以管理已植根的设备以启用调试模式,我在没有运气的情况下植根了我的三星 Galaxy,即使植根的 Galaxy S 也无法调试。

How can I enable/disable the Debug-Mode on my Samsung device?!

如何在我的三星设备上启用/禁用调试模式?!

Thank you!

谢谢!

EditTo clarify I look for a full debug enabled device, not the USB-debugging. Due to the stupid fact stackoverflow does not allow me to post images (low repuation score), this question has a little missunderstandig. I refer to full debug mode, shown in the Android Device Chooser column labeled Debug.

编辑为了澄清我寻找一个完整的调试启用设备,而不是 USB 调试。由于愚蠢的事实 stackoverflow 不允许我发布图像(低声誉分数),这个问题有点误解。我指的是完全调试模式,显示在标记为调试的 Android 设备选择器列中。

Edit2

编辑2

For completeness of question I've added the screen shot image now.

为了问题的完整性,我现在添加了屏幕截图图像。

enter image description here

在此处输入图片说明

采纳答案by sksEng

enter image description here

在此处输入图片说明

All you need is to enable the USB debugging feature on your device.

您所需要的只是在您的设备上启用 USB 调试功能。