Android GSM/CDMA cell reload

2019-09-02 15:35发布

I have problem (challenge) with my app. I want to be connected to the "best" GSM or CDMA cell - the closest, with the best signal, etc... As I turned off the cell-phone functions and turned it on back. That is the thing I want to do in my app, because I need to have the most recent informations of location without using GPS or any data.

Can I find the way, how to force Android to refind the GSM/CDMA cell?

Lot of thanks for all!

1条回答
冷血范
2楼-- · 2019-09-02 15:57

For GSM, the cell you are connected to is decided by the network. The network tells the device which cell to use and also when to perform an handover,.i.e. change the cell. I would assume that this functionality is deeply buried in the hardware/firmware of your device with no chance to change it

查看更多
登录 后发表回答