ADB命令启用/禁用MOS的NFC

时间:2015-11-04 19:10:53

标签: android shell nfc

我正在尝试创建批处理文件以测试NFC开/关,所以我转到以下帖子,以了解如何使用MOS设备上的adb命令以编程方式打开/关闭NFC: Enable/Disable NFC with ADB command

使用以下命令打开NFC:adb shell service call nfc 6。

然而,关闭NFC并不起作用。我尝试了以下命令: adb shell服务调用nfc 0 adb shell service call nfc 1 adb shell服务调用nfc 2 adb shell service call nfc 3 adb shell service call nfc 4 adb shell service call nfc 5 adb shell service call nfc 7 adb shell service call nfc 8 adb shell service call nfc 9

但它们都没有奏效。 " adb shell服务电话nfc 5"在L-OS设备中工作,但在MOS器件中工作。如何在MOS设备中使用adb命令关闭NFC?谷歌做了哪些改变?

1 个答案:

答案 0 :(得分:0)

我搜索并在XDA上找到了这个。也许你应该试一试。

NFC断电

echo 0 > /sys/devices/platform/nfc-power/nfc_power 0<&- &>/dev/null 2>&1