top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to get/calculate the correct LAC and cell id for LTE network in android?

+1 vote
744 views

I am using GsmCellLocation to get LAC and cell id for 3G network with below code :

mCid = gmsCellLocation.getCid() & 0xffff;
mLac = gmsCellLocation.getLac();

and is there any library or formula how to get/calculate the correct LAC and cell id for LTE network (4G) ?

posted Jun 9, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Want to get the cellid for my app, can someone share the code for LTE-Android?

0 votes

I want to show the network signal strength in my app. I am using LTE network for transmitting data and want to show any real time variations in network strength. I was able to get the GSM signal strength but how can I get the same for LTE?

+2 votes

How to get for one location all network provider list and signal strength ?

+2 votes

Is there any way to get RSRP and RSRQ in an android device?

...