如何在Android上访问开发人员选项并启用USB调试

hero1

Back in Android 4.2, Google hid Developer Options. Since most “normal” users don’t need to access the feature, it leads to less confusion to keep it out of sight. If you need to enable a developer setting, like USB Debugging, you can access the Developer Options menu with a quick trip into the About Phone section of the Settings menu.

回到Android 4.2,Google隐藏了开发人员选项。 由于大多数“普通”用户不需要访问该功能,因此可以减少混淆,以免使其看不见。 如果需要启用开发人员设置(如USB调试),则可以快速进入“设置”菜单的“关于电话”部分,访问“开发人员选项”菜单。

如何访问开发人员选项菜单 (How to Access the Developer Options Menu)

To enable Developer Options, open the Settings screen, scroll down to the bottom, and tap About phone or About tablet.

要启用“开发人员选项”,请打开“设置”屏幕,向下滚动至底部,然后点击关于手机或关于平板电脑。

Screenshot_20160419-1039282

Scroll down to the bottom of the About screen and find the Build number.

向下滚动到“关于”屏幕的底部,找到内部版本号。

Screenshot_20160419-111913

Tap the Build number field seven times to enable Developer Options. Tap a few times and you’ll see a toast notification with a countdown that reads “You are now X steps way from being a developer.”

点击内部版本号七次以启用“开发人员选项”。 轻按几次,您将看到一个吐司通知,显示的倒计时为“您现在距离成为开发人员X步之遥”。

Screenshot_20160419-094711

When you’re done, you’ll see the message “You are now a developer!”. Congratulations. Don’t let this newfound power go to your head.

完成后,您将看到消息“您现在是开发人员!”。 恭喜你 不要让这种新发现的力量落到你的头上。

Screenshot_20160419-094719

Tap the Back button and you’ll see the Developer options menu just above the “About Phone” section in Settings. This menu is now enabled on your device—you won’t have to repeat this process again unless you perform a factory reset.

点按“后退”按钮,您将在“设置”中“关于电话”部分的上方看到开发人员选项菜单。 现在,设备上已启用此菜单-除非执行出厂重置,否则您无需再次重复此过程。

Screenshot_20160419-1039283

如何启用USB调试 (How to Enable USB Debugging)

To enable USB Debugging, you’ll need to jump into the Developer options menu, scroll down to the Debugging section, and toggle the “USB Debugging” slider.

要启用USB调试,您需要跳到“开发人员”选项菜单,向下滚动到“调试”部分,然后切换“ USB调试”滑块。

Screenshot_20160419-094739
Screenshot_20160419-094744

Once upon a time, USB Debugging was thought to be a security risk if left on all the time. Google has done a few things that make that less of an issue now, because debugging requests have to be granted on the phone—when you plug the device into an unfamiliar PC, it will prompt you to allow USB debugging (as seen in the screenshot below).

从前,如果一直将USB调试视为安全隐患。 Google已经做了一些使事情变得不那么重要的事情,因为必须在电话上发出调试请求-当您将设备插入陌生的PC时,它将提示您允许USB调试(如屏幕截图所示)下面)。

Screenshot_20160419-094818

If you still want to disable USB debugging and other developer options when you don’t need them, slide the switch at the top of the screen. Easy peasy.

如果在不需要时仍要禁用USB调试和其他开发人员选项,请滑动屏幕顶部的开关。 十分简单。

Screenshot_20160419-094730


Developer Options are power settings for developers, but that doesn’t mean non-developer users can’t benefit from them as well. USB debugging is required for things like adb, which in turn is used for rooting devices. Once your device is rooted, the possibilities are endless.

开发人员选项是开发人员的强大设置,但这并不意味着非开发人员用户也无法从中受益。 诸如adb之类的东西需要USB调试,而后者又用于生根设备 。 设备扎根后, 可能性将无穷无尽

翻译自: https://www.howtogeek.com/129728/how-to-access-the-developer-options-menu-and-enable-usb-debugging-on-android-4.2/

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 要启用 Android 设备的 USB 调试模式,您需要执行以下步骤: 1. 在 Android 设备上打开“设置”应用程序。 2. 滚动到“开发者选项”并点击。 3. 找到“USB 调试选项并打开它。 4. 将 Android 设备与计算机连接。 5. 在计算机上打开命令提示符或终端窗口,输入以下命令来验证设备是否已成功连接: ``` adb devices ``` 如果设备已成功连接,命令行窗口将会显示设备的序列号。 现在您已经成功启用Android 设备的 USB 调试模式,可以使用 ADB 命令与设备进行通信了。 ### 回答2: ADBAndroid Debug Bridge)是一种用于与Android设备进行通信的工具。要启用USB调试模式,您可以按照以下步骤进行操作: 1. 首先,在您的Android设备上打开设置菜单。一般可以在应用程序列表或快速设置面板中找到设置图标。 2. 在设置菜单中,向下滚动并找到“关于手机”或“关于设备”的选项。这个选项的位置可能会有所不同,具体取决于您的设备。 3. 在“关于手机”(或类似名称)菜单中,您可能需要再次向下滚动,直到找到“版本号”或“构建号”的选项。 4. 点击“版本号”(或类似选项)几次,直到出现一个提示框,告诉您您已进入开发者选项模式。 5. 返回到设置菜单,您应该能够看到一个新的“开发者选项”菜单选项。进入该选项。 6. 在开发者选项菜单中,找到并打开“USB调试选项。这可能需要将其从关闭状态切换到打开状态。 一旦您启用USB调试模式,您就可以通过USB连接您的Android设备到电脑上,并使用ADB命令与设备进行通信。请注意,启用USB调试模式将会增加您设备的安全风险,请确保只与可信任的设备进行连接。此外,启用USB调试模式可能会对设备的电池寿命产生影响,因此在使用完毕后,建议将其再次禁用。 ### 回答3: ADBAndroid Debug Bridge的缩写,它是一种用于与 Android 设备进行通信和调试的工具。启用 USB 调试模式可以让我们通过 ADB 在计算机上与 Android 设备交互。 要启用 USB 调试模式,首先需要确保你的 Android 设备上已经开启了开发者选项。步骤如下: 1. 打开“设置”菜单,滚动到最底部,找到“关于手机”或“关于设备”选项,点击进入。 2. 在关于手机的页面中,找到“版本号”或“软件版本”选项,连续点击多次,直到提示“您已进入开发者模式”。 3. 然后返回到“设置”菜单,在底部可以看到一个新的选项“开发者选项”,点击进入。 4. 在开发者选项中,找到“USB 调试选项,打开开关。 当你成功启用USB 调试模式后,可以通过以下步骤连接你的 Android 设备和计算机: 1. 使用 USB 数据线将 Android 设备与计算机连接。 2. 打开计算机上的命令提示符或终端窗口。 3. 在命令提示符或终端窗口中输入“adb devices”命令,按下回车键。 4. 如果一切正常,命令行将显示连接的设备的序列号,表示已成功连接设备。 一旦成功连接设备,你就可以使用 ADB 命令与 Android 设备进行交互和调试。例如,你可以使用“adb shell”命令进入设备的命令行界面,或使用其他 ADB 命令进行文件传输、安装应用程序等操作。 总之,启用 USB 调试模式是与 Android 设备进行 ADB 通信和调试的必要步骤,通过简单的设置就可以实现连接并进行各种操作。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值