Air202如何关闭移动数据?

欢迎您!
在Air202中禁用移动数据的功能是什么?

我这样在android中禁用数据。
感谢您提供的信息。


Hello!
What is the function of disabling mobile data in Air202?

I disable data in android like this.
Thank you for the information.

attachments-2019-02-LZpDIpQJ5c6d1fff45b0d.PNG

EDIT:

谢谢你的回答,但这不是我的意思。 请参阅编辑第一篇文章。

net.switchFly(true)命令还会禁用语音和文本消息。

如何仅关闭移动数据传输? 语音和文字通话必须有效。

在android中,我这样做:
移动数据 - 禁用移动数据传输
飞机 - 启用飞机模式


Thank you for your answer, but that's not what I meant. See editing the first post.

The net.switchFly (true) command also disables voice and text messages.

How can I turn off only mobile data transfer? Voice and text calls must work.

In android, I do this:
Mobile data - disable mobile data transfer
Airplane - enable airplane mode


attachments-2019-02-qHdr35x95c6fb9f574da9.jpg

请先 登录 后评论

最佳答案 2019-02-22 19:46

you can enable fly mode:

net.switchFly(true)  --enable fly mode(disable all wireless)

net.switchFly(false) --disable fly mode

http://wiki.openluat.com/doc/luatApi/#netswitchfly

请先 登录 后评论

其它 1 个回答

moskwa

谢谢你的回答,但这不是我的意思。 请参阅编辑第一篇文章。

net.switchFly(true)命令还会禁用语音和文本消息。

如何仅关闭移动数据传输? 语音和文字通话必须有效。

在android中,我这样做:
移动数据 - 禁用移动数据传输
飞机 - 启用飞机模式

请先 登录 后评论