Android Tips
Last updated
Was this helpful?
安装最新版一加钱包cn.oneplus.wallet_1.2.2-8_minAPI21(nodpi)_apkmirr.apk
系统设置->关于手机->多次点击Build number开启开发者选项
在开发者选项里打开USB调试
手机连接电脑进入adb shell 输入以下命令
am start -n cn.oneplus.wallet/cn.oneplus.wallet.activity.NewCardActivityadb shell "settings put global captive_portal_http_url http://www.google.cn/generate_204"
adb shell "settings put global captive_portal_https_url https://www.google.cn/generate_204"其中captive_portal的url也可以换成任意能生成204状态码的地址,例如http://connect.rom.miui.com/generate_204、https://captive.v2ex.co/generate_204等,小米MIUI的portal地址在中国大陆也很稳定。
Last updated
Was this helpful?
Was this helpful?