将中兴Android手机连接到Linux(Fedora)进行USB调试和文件传输

将中兴Android手机连接到Linux(Fedora)进行USB调试和文件传输

我刚买了一部新的中兴手机,我正在尝试通过 USB 将其连接到我的电脑。我运行的是 Fedora 24,主要需要连接手机进行 USB 文件传输以及使用 Android Studio 进行应用程序开发。

手机上有一个连接模式,显示“安装驱动程序”,该模式将手机显示为带有一些.exe文件的 USB 驱动器,但它们无法打开/运行(我猜它们是 Windows 驱动程序)。

作为下一步,我尝试udev使用( )返回的idVendor和添加规则,我将组设置为并将模式设置为。这仍然没有解决问题(我的旧手机在添加规则后工作正常)。idProductlsusb19d2:0241plugdev0664udev

adb devices返回a0b14f8b no permissions。我有点困惑不知道在哪里可以找到合适的驱动程序并使 USB 连接正常工作。
有什么建议么?


编辑:手机的确切型号是中兴 Axon Elite Gold 5.5 英寸 32GB

答案1

打开开发者选项:

First, open up your Settings app.
Scroll all the way down to find “About phone” (or “About Tablet”)
Scroll down again and find the entry with the Build number.
Start tapping on the “Build number section”, Android will now pop up a message informing you that in x amount of clicks you will become a Developer. Keep tapping until the process is complete.

一旦你得到它,打开USB调试。切换到 MTP 模式,您应该接受 Android 设备上的证书指纹。干杯

相关内容