现在手上有个android终端(已经root),需要在工业环境中使用,要求禁用wifi.
实现方法:可以是页面上无法点击,
也可以是彻底无法使用.
不知道各位v友有做过的没
1
likaci 2015-03-23 10:56:56 +08:00 1
let me google for you
Open ES File Explorer and get Root access Go to system folder and open Build.prop using RB Text Editor (i recommend you to backup original file) Remove the below mentioned lines in Build.prop Code: wifi.interface= wifi.supplicant_scan_interval= save it and reboot http://forum.xda-developers.com/android/general/root-permanently-disable-wifi-t3057599 |
2
a1996 2015-03-23 10:58:21 +08:00 1
我感觉动动驱动文件就可以实现彻底无法使用,没试过。
|
3
linKnowEasy 2015-03-23 11:01:06 +08:00 1
写个android app 只要检测 wifi 状态 打开就关闭。。关闭就不处理
不过需要权限, 还有卸载了应用就没办法了 |
4
learnshare 2015-03-23 11:11:13 +08:00 1
工业环境中使用的设备,最好自定义 ROM,删掉不必要的 App(浏览器、相机、桌面等) 和功能(Wifi、GPS),然后设置成只能运行一个 App。
|
5
cdffh OP |
6
ybh37 2015-03-23 11:49:34 +08:00
1,MDM(软)
2,使用AP干扰(硬) |
7
lgh 2015-03-23 12:05:57 +08:00
@linKnowEasy 只要装个 Tasker 就可以配置出来,不用自己写 App。但是硬伤也正如你自己所说。
|
8
iptux 2015-03-23 12:22:48 +08:00 via iPhone
可以删驱动模块也可以删 wpa_supplicant 二进制文件
|
9
scrat 2015-03-23 12:50:17 +08:00
手机到了别人手上,你能改别人也一样可以改回去,在无线路由上用MAC过滤不就行了么
|
11
mrjoel 2015-03-23 12:56:13 +08:00
root 把wifi 这一项 卸载。。
|