Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 adb 命令来检查 RI(漫游指示器)状态或设备是否有活动小区信号(无服务,1、2、3 条)?我不是安卓程序员,所以我的知识真的仅限于 adb 命令。有什么建议我应该在哪里看吗?我的猜测是它会以某种方式通过
adb shell sqlite3 /data/data/<package_name>/databases/
我在正确的道路上吗?