Enable/Disable NFC with ADB command

后端 未结 6 2091
無奈伤痛
無奈伤痛 2020-12-20 16:15

Is there any way to disable/enable NFC via ADB shell commands?

I found one answer here.

What I tried from the above link:



        
6条回答
  •  一整个雨季
    2020-12-20 17:03

    Please try this

    # Enable NFC
    service call nfc 6
    # Disable NFC
    service call nfc 5 
    

    please check here in slide no 32

提交回复
热议问题