`
huangqinqin
  • 浏览: 359290 次
  • 性别: Icon_minigender_2
  • 来自: 福州
社区版块
存档分类
最新评论

Ubuntu10.4系统下使用android2.3的adb

 
阅读更多
1:下载SDK,解压缩成android-sdk-linux_86(android2.3)

2:将platform-tools下的adbcopy到tools下(如果tools下没有adb,则会造成adb不可用)

3:编辑~/.bashrc文件,在最后一行添加如下脚本:
export PATH=${PATH}:/home/archermind/android-sdk-linux_86/tools
export PATH=${PATH}:/home/archermind/android-sdk-linux_86/platform-tools

4:ADB function
Update the adb configuration to scan for freescale's pid:
Run the SDK's tools to generate a configure file:
在终端执行如下命令:
android-sdk-linux_86/tools/android update adb

5:Modify the files:~/.android/adb_usb.ini, to add freescale vendor id:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x15a2

6:Create a new udev rule file under the PC's /etc/udev/rules.d/ named: imx-android.rules. And fill in the following line into the file:
SUBSYSTEM=="usb", SYSFS{idVendor}=="15a2", MODE="0666"

7:Change the new udev rule file's permission:
chmod a+r /etc/udev/rules.d/imx-android.rules

8:Connect the Android Device

9:Restart the adb server

10:adb kill-server

11:adb start-server


分享到:
评论

相关推荐

    android adb 配置文件 ubuntu环境

    android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb 配置文件 ubuntu环境android adb ...

    flash10.2 for android2.3

    flash10.2 经测试在android2.3上面很稳定,能够通过android自带浏览器访问网页上的flash 使用方法: 1.adb安装 adb install 文件名称 2.放置到sdcard目录,通过文件浏览器安装 文件浏览器apk另见我的下载资源中

    android2.3 sdk管理器.zip

    其次,把C:\android-sdk-windows\platform-tools目录下的adb.exe,AdbWinApi.dll,AdbWinUsbApi.dll 这三个文件拷到你C:\android-sdk-windows\tools目录下,然后把其它文件都拷贝到C:\android-sdk-windows\platforms...

    ubuntu adb version 1.0.39

    ubuntu 平台下adb 和fastboot 版本更新,adb版本更新到 1.0.39. 资源直接从sdk源码中下载得到; 具体配置方法是: unzip \platform-tools-latest-linux.zip sudo cp platform-tools/adb /usr/bin/adb sudo cp ...

    android-ADB工具-windows.zip

    android-ADB工具-windows.zip

    Android13 wifi adb相关介绍和相关源码

    如果要做成Android11 或者之前一样,设备连接WiFi/有线网络后电脑可以直接进行adb连接,就要对系统代码进行适配修改。 之前以为设置端口号和persist.adb.tls_server.enable 属性就ok了,但是还是有些小bug,还是要...

    Android Adb工具

    Android ADB工具,支持4.4以上系统,测试可正常使用~~~

    android adb shell 命令大全

    android adb shell 命令大全 1. 显示系统中全部Android平台: android list targets 2. 显示系统中全部AVD(模拟器): android list avd 3. 创建AVD(模拟器): android create avd --name 名称 --...

    Android的ADB工具使用

    Android的ADB工具使用,有需要的朋友可以下载一下。

    交叉编译arm Linux环境下的android-tools-adb

    交叉编译arm Linux环境下的android-tools-adb工具,本资源包含了完整的Ubuntu1604平台下的android-tools-adb源码包,openssl源码包,zlib源码包。以及完整的编译说明和指导,按照说明操作,可以轻松生成arm平台下可...

    android adb

    配置android开发环境需要的adb文件。

    Android 的 ADB管理工具

    Android 的 ADB管理工具。 Android 的 ADB管理工具

    android开发adb

    android adb- android adb- android adb- android adb- android adb

    android测试adb常用命令

    本文档用于Android开发人员和测试人员熟悉android平台下的adb的各种操作,将工作中常用的adb命令进行了一一举例,提高工作效率。

    Android中adb的使用方法

    Android中adb的使用方法 Android中adb的使用方法 Android中adb的使用方法

    最新ubuntu下adb 1.0.32

    最新linux下adb工具1.0.32 ,5.0以上代码调试工具

    Android 的ADB使用命令

    android ADB命令的使用,比较具体

    windows上使用android adb投屏

    windows上使用android adb投屏

Global site tag (gtag.js) - Google Analytics