搜索资源列表
adbgui-0.3-beta.tar
- android adb debug调试工具的用户界面-android adb debug debugger user interface
windows-adb-driver-for-Spreadtrum
- 在开发展讯平台android手机时发现通用的adb安装方法是无法成功连接adb的,因此找到了文档中介绍的这个有效的方法。 文档及文档中绑定的附件文件包括: 1、安装方法文字描述; 2、展讯通用adb驱动(适用于大部分android手机及展讯开发板) 3、adb工具包及相配置文件(adb_usb.ini)。 使用方法:很简单分两步: 第一步:驱动文件及adb工具包均已嵌入到文档中,在相应位至鼠标右键“保存到文件”就可以解压安装了,安装完毕就能使用了 第二步:如果a
BadAndroid-v0.1
- BadAndroid v0.1 安卓恶意程序demo,仅供参考!-############################# ## BadAndroid v0.1 ## ## Android USB-Ethernet ## ## Emulation and DNS MitM ## ############################# ## Jakob Lell ## ## <jakob@srlabs.de>
adb-bat-fun
- /// /1 logcat ///////2 signapk ///////3 查看手机分辨率 ///////4 复制 ///////5 重命名 ///////6 模拟器/设备列表 ///////7 获取包名 ///////8 apktool ///////9 ///////10 获取目录及文件名 方法1: 方法2: 方法3: 方法4:-/////// 1 logcat /////// 2 signapk /////// 3 View pho
LogCatTool-V3.5.3
- Android常用开发工具Eclipse和Android Studio本身自带有日志查看工具LogCat,一般性使用基本满足要求。但若长期处于Android的深度开发,会发现自带的工具内容缓冲区有限,会造成历史数据的丢失,且无法进行信息过滤和日志头自动提取分类。为了解决这些问题,故而开发了此款软件,该软件不仅解决了上述问题,而且还支持对日志文件进行离线分析和导出备份,支持对日志内容的横向过滤和纵向过滤,且可通过ADB工具直连物理设备进行日志的监控和分析,无需依赖开发工具。另外,软件为完全自主开发
adb
- 1.在设备上运行shll命令 2.安装卸载程序 3.推送文见到设备中 4.从设备上推送文件道pc端 5.查看日志(1. run the shll command on the device 2. installation uninstall program 3. push text to see the device 4. push the PC side of the file path from the device 5. view logs)
SR5-SuperSU-v2.82-SR5-20171001224502
- SR5-SuperSU-v2.82-SR5-20171001224502 1. Copy the downloaded SuperSU Zip file to your phone. 2. Copy the TWRP file to the folder where ADB and Fastboot are installed. 3. Turn off your phone,and turn into Fasboot mode 4. Connect your phone to your
Odin3-v3.12.3
- android dev tool odin
jump
- 可以实现自动完跳一跳小游戏,需要adb.exe 实现过程: 1.通过adb获取游戏截图 2.识别截图中需要跳的距离计算按下时间 3.通过adb控制按下时间实现跳一跳(Can realize automatic jump one jump small game, need adb.exe Implementation process: 1. capture game screenshots by ADB 2. the distance from the jump in the rec
wechat_jump_game
- 微信跳一跳,python3下运行。本压缩包仅供交流学习使用。 1、安装python3和adb 2、cmd中输入 python install -r requirements.txt 3、连接好手机处于usb调试模式,打开微信跳一跳,若手机为安卓手机在cmd中输入python wechat_jump_auto.py(WeChat jumps and runs under python3.)
adb-setup-1.3
- 电脑端安装驱动和ADB: 楼楼用的是一键安装工具,方便快捷。安装过程:一直Y、Y、Y。后边还会有一个程序的安装界面,只需要一路确定。安装完成后程序会自动退出。(Computer terminal installation driver and ADB: The building is equipped with a one key installation tool, which is convenient and quick. Installation process:
矩阵计算C语言版
- 一个矩阵计算器 进入程序 输入A=[1 2 3 4;5 6 7 8; 9 10 11 12] 【横向一行】 输入B=X X X 输入C=X X X 输入D=X X X 支持多项矩阵加减乘,即E=AC,E=AD-C+B,E=ADB-C这一类的,矩阵在6*6以内,项数不定,加减乘运算顺序不定 输入E=A*B+C-D【例子】 输出矩阵形式的答案 E= x x x…… x x x…… x x x……(Matrix calculation for C langu
Sans titre2
- adb connect SDK Hi3796mv100
AdbPutty
- 修改过源码编译后的putty,直接支持adb,支持中文目录 中文输入,比adb.exe强大很多。 运行StartADBPutty.bat即可启动adbputty.exe 我作了如下修改 1.注释了一些无用的命令 2.加入了chcp 936窗口字符编码的命令 3.注册表HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default% 20Settings\增加以下内容: Protocol: adb
Affinic Debugger v1.2.3
- 非常好用的一个ADB前端调试UI,配合GCC进行调试。(A very good ADB front end debug UI is debugged with GCC.)