|
发表于 2021-12-25 16:26:40
1563 浏览 0 回复
SDM450 默认添加wifi adb
一种方法:
- +++ b/device/qcom/msm8953_64/system.prop
- @@ -228,5 +228,6 @@ persist.certification.mode=true
- #set screen rotate
- persist.demo.hdmirotates=true
- persist.panel.orientation=0
- +service.adb.tcp.port=5555
复制代码
第二种方法:
- +++ b/device/qcom/common/rootdir/etc/init.qcom.rc
- @@ -1297,3 +1297,7 @@ service vendor.contexthub-hal-1-0 /vendor/bin/hw/android.hardware.contexthub@1.0
- user system
- group system
- disabled
- +on property:sys.boot_completed=1
- + setprop service.adb.tcp.port 5555
- + stop adbd
- + start adbd
复制代码
|
|
手机微信同号:13682654092
|
|
|
|
|
登录或注册
|