搜索

449

主题

659

帖子

4893

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
4893
QQ
发表于 2021-12-25 16:26:40 733 浏览 0 回复

SDM450 默认添加wifi adb

一种方法:
  1. +++ b/device/qcom/msm8953_64/system.prop
  2. @@ -228,5 +228,6 @@ persist.certification.mode=true
  3. #set screen rotate
  4. persist.demo.hdmirotates=true
  5. persist.panel.orientation=0
  6. +service.adb.tcp.port=5555
复制代码

第二种方法:
  1. +++ b/device/qcom/common/rootdir/etc/init.qcom.rc
  2. @@ -1297,3 +1297,7 @@ service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0
  3.      user system
  4.      group system
  5.      disabled
  6. +on property:sys.boot_completed=1
  7. +    setprop service.adb.tcp.port 5555
  8. +    stop adbd
  9. +    start adbd
复制代码




手机微信同号:13682654092
回复

使用道具 举报

返回列表
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


登录或注册
快速回复 返回顶部 返回列表