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.
我正在开发一个 Android 应用程序来阅读 LTE 的时序提前。每当设备在 wifi 上时,TA 总是像预期的那样无效。但是当我关闭wifi并连接到移动数据时,它仍然无效。如果我重新启动设备,则 TA 将作为有效值。设备重启是否需要切换到移动数据才能读取正确的 TA?
有时 TA 在移动数据上无效。这是预期的吗?有哪些方法可以始终在移动数据上获取有效的 TA?
用于读取TA的api是cellSignalStrength.timingAdvance
提前致谢