如果设备在开发者菜单中没有此选项(华为),是否可以在 Android(Xamarin.Forms)上禁用 WiFi 节流? [英] Is it possible to disable WiFi throttling on Android(Xamarin.Forms) if the device does not have in Developer Menu this option(Huawei)?

查看:36
本文介绍了如果设备在开发者菜单中没有此选项(华为),是否可以在 Android(Xamarin.Forms)上禁用 WiFi 节流?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在 Xamarin.Forms 中开发一个应用程序,我尝试使用附近的 Wi-Fi 信号进行室内跟踪.但由于 Android Wi-Fi 限制,这是不可能的.

I'm working on an application in Xamarin.Forms and I try to use nearby Wi-Fi signals for indoor tracking. But it is not possible because of Android Wi-Fi Throttling.

如果我的华为 P20 Pro 在开发者菜单中没有这个选项,我该如何禁用它?

How can I disable it, event my Huawei P20 Pro does not have this option in Developer Menu?

是否可以作为在 Android 上高效扫描 Wi-Fi 信号的另一种选择,或者只要无法控制 Wi-Fi 节流就不可能?

Can be another options to scan efficiently Wi-Fi signals on Android or is not possible as long as Wi-Fi Throttling can't be controlled?

推荐答案

我是按照以下步骤完成的 如何快速安装和使用ADB

I did it by following this steps How to quickly install and use ADB

最后我运行了这个命令:

And finally I have run this command:

adb shell 设置将全局 wifi_scan_throttle_enabled 设为 0

adb shell settings put global wifi_scan_throttle_enabled 0

这花了 3 分钟.>))

That has taken 3 minutes. >))

这篇关于如果设备在开发者菜单中没有此选项(华为),是否可以在 Android(Xamarin.Forms)上禁用 WiFi 节流?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆