Junyangz's docs
  • Introduction
  • Ops
    • Linux-tips
    • MySQL-5.7.20
    • Upgrading MySQL
    • Upgrade OpenSSH to 7.7p1 in CentOS 6
    • Linux PERSISTENT NAMING
    • Use Kafka with Flume - CRS2
    • Setup Chroot SFTP in CentOS
    • Setup software RAID-5 in CentOS
    • SSH-port-forwarding
    • Elasticsearch In Production
    • ELK-simple-tutorial
    • Ansible Playbooks for Apache Kafka in production
    • GitHub Actions depoly Hexo
    • Test HTTP3/QUIC docker
    • Docker tutorial
    • SFTP-auth-pubkey
    • Linux Process Substitution
  • Note
    • Interview
      • interview-prepare
      • 2020-campus-recruiting
    • Android Tips
    • MacOS tips
    • Secret knowledge
    • GPG-Note
    • ud185
    • ud185-2
    • Introducing Tensorflow Federated
    • Tensorflow Federated
    • Expert Python Programing
    • What happens when zh_CN
    • TILGC
    • VScode keyboard shortcuts
    • Abseil Python
    • Latex Note
    • Git Cheatsheet
    • Study Smarter Not Harder
    • Machine Learning Interviews
    • 深度学习中的优化
    • Beej's Guide to Network Programming Note
      • ch4
      • ch5
      • ch6
      • ch7
  • [Share]
    • What to do after what to do
    • Truman is everywhere
    • Way2outer
    • 未来十五年
  • Quote
Powered by GitBook
On this page
  • OxygenOS bus card
  • Reference
  • 去除原生系统Wi-Fi及蜂窝网络叹号

Was this helpful?

  1. Note

Android Tips

Previous2020-campus-recruitingNextMacOS tips

Last updated 2 years ago

Was this helpful?

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状态码的地址,例如、等,小米MIUI的portal地址在中国大陆也很稳定。

氧 OS 也能使用公交卡
cn.oneplus.wallet_1.2.2-8_minAPI21(nodpi)_apkmirr.apk
http://connect.rom.miui.com/generate_204
https://captive.v2ex.co/generate_204