gpt4 book ai didi

android - 使用 GsmCellLocation 的 getPsc() 总是返回 -1

转载 作者:太空宇宙 更新时间:2023-11-03 10:52:54 31 4
gpt4 key购买 nike

我成功获取了 GsmCellLocation 和相关的 cid 和 lac 信息,但服务小区的 PSC(主扰码)总是返回初始值 -1。谁能得到服务小区的真实PSC值?

telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
GsmCellLocation cellLocation = (GsmCellLocation) telephonyManager.getCellLocation();
psc = cellLocation.getPsc();
Log.d(TAG, "PSC = " + psc);

我拥有所有必要的权限。我的邻居列表也返回空的,但目前这不是问题。

最佳答案

PSC 仅在 UMTS 网络上可用。
检查网络类型 getNetworkType如果它是 NETWORK_TYPE_UMTS 而不是 NETWORK_TYPE_EDGE

关于android - 使用 GsmCellLocation 的 getPsc() 总是返回 -1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10613736/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com