当前位置:网站首页>Pit & ADB wireless debugging of vivo real machine debugging
Pit & ADB wireless debugging of vivo real machine debugging
2022-07-03 08:22:00 【cuncaojin】
pit 1: Installation failed
Solution : In the engineering of gradle.properties Medium plus android.injected.testOnly=false
pit 2: Always enter a password to install
Solution :1. Developer options > 2. Default USB To configure > 3. choice MIDI
adb Debugging wireless debugging
Connect the phone IP( Default port 5555):adb connect 192.168.1.4:5555
If the wireless connection fails ,USB Connect the phone and then execute :adb tcpip 5555
, After the command succeeds, it can be disconnected USB Happy wireless debugging
Instructions
# connect.bat
adb tcpip 5555 && adb connect 192.168.1.4:5555
# con.bat
REM Usage method :con "4" or con 4 , The effect same as above (%~1 Remove the quotation marks ,%1 Quotation mark retention , Are the meaning of the first parameter of batch processing )
adb tcpip 5555 && adb connect 192.168.1.%~1:5555
Reference resources
边栏推荐
- 一条通往服务器所有端口的隧道
- Use filechannel to copy files
- Transplantation of tslib Library
- Encoding and decoding of golang URL
- Product creation and commercial realization of chat robot (according to La Ma Bang - Dr. Wang Jingjing - speech)
- Clip Related Script
- [K & R] Chinese Second Edition personal questions Chapter1
- Basic operation and process control
- Golang 时间格式整理
- KunlunBase MeetUP 等您来!
猜你喜欢
数据的存储
L'installateur a été installé avec une erreur inattendue
Youyou1 of xlua knapsack system
Transfinite hacker cognition
Image processing 8-cnn image classification
Dotween plug-in
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel
CLion-Toolchains are not configured Configure Disable profile问题解决
Puhua PLM empowers the whole scene product lifecycle management and helps the enterprise digital transformation of the main line of products
图像处理8-CNN图像分类
随机推荐
100 GIS practical application cases (78) - Multi compliance database design and data warehousing
Golang string segmentation, substitution and interception
The general trend of data news releases the power of visual reporting ----- essays after reading
Use filechannel to copy files
swagger文档配置
[K & R] Chinese Second Edition personal questions Chapter1
C#课程设计之学生教务管理系统
Advanced OSG collision detection
Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel
Minimap plug-in
What does (+) in Oracle mean
About Wireshark's unsuccessful installation of npcap
Introduction to hexadecimal coding
php-fpm软件的安装+openresty高速缓存搭建
MXone Pro自适应2.0影视模板西瓜视频主题苹果cmsV10模板
Creation and content of mapnode -- osgearth rendering engine series (2)
JSON与Object之间转换
Shader foundation 01
Jupyter remote server configuration and server startup