查看“Installing adb and fastboot”的源代码
←
Installing adb and fastboot
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
[[category:phones]] ==adb常用命令== root@myxps:~# adb devices List of devices attached PM1LHMA792000781 device 没有的话 先开启 开发者选项的 调试各个开关 == pre == 4 nexus Hold VOLUME UP + VOLUME DOWN + HOME until you are in the bootloader Once you are in the bootloader, use the VOLUME buttons to navigate to RECOVERY Press POWER to select and enter recovery 关机状态下同时按住音量下+音量上 +电源键 就可以进入fastboot 模式,然后 各种模式都 不只是recovery mode LineageOS USB调试 连续点击内部版本号就出来了 ==方法1 == <pre> #In Debian / Ubuntu / LinuxMint / ElementaryOS: sudo apt-get install android-tools-adb android-tools-fastboot #In Fedora / Centos : sudo yum install android-tools 记得root evan@myxps:~$ fastboot devices no permissions (user in plugdev group; are your udev rules wrong?); see [http://developer.android.com/tools/device.html] fastboot evan@myxps:~$ sudo fastboot devices PM1LHMA792000781 fastboot </pre> ==方法2== <pre> On Linux Download the Linux zip from Google. https://dl.google.com/android/repository/platform-tools-latest-linux.zip cat /etc/profile if [ -d "/home/evan/adb-fastboot/platform-tools" ] ; then export PATH="//home/evan/adb-fastboot/platform-tools:$PATH" fi 这些不太行 Extract it somewhere - for example, ~/adb-fastboot. Add the following to ~/.profile: if [ -d "$HOME/adb-fastboot/platform-tools" ] ; then export PATH="$HOME/adb-fastboot/platform-tools:$PATH" fi Log out and back in. </pre> You may also need to set up udev rules: see this repository for more info. https://github.com/M0Rf30/android-udev-rules#installation Setting up adb https://wiki.lineageos.org/adb_fastboot_guide.html ==方法3== 如果你用的是win 那就直接上刷机精灵吧 打开 刷机精灵 --》其它 --》进入fastboot == 参考== Using ADB and fastboot https://wiki.lineageos.org/adb_fastboot_guide.html#installing-adb-and-fastboot [https://www.xda-developers.com/how-to-boot-to-recovery/ How to Boot Into Recovery ] [[category:desktop]]
返回至
Installing adb and fastboot
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息