Android Tips

OxygenOS bus card

  1. 安装最新版一加钱包cn.oneplus.wallet_1.2.2-8_minAPI21(nodpi)_apkmirr.apk

  2. 系统设置->关于手机->多次点击Build number开启开发者选项

  3. 在开发者选项里打开USB调试

  4. 手机连接电脑进入adb shell 输入以下命令

am start -n cn.oneplus.wallet/cn.oneplus.wallet.activity.NewCardActivity

Reference

去除原生系统Wi-Fi及蜂窝网络叹号

adb 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_204https://captive.v2ex.co/generate_204等,小米MIUI的portal地址在中国大陆也很稳定。

Last updated