Pranit Kothari
Pranit Kothari

Reputation: 9839

How to get timing advance value in android?

I am getting MCC,MNC,LAC values in Android apps, and even I made my own application and I am able to obtain these values.

But Timing Advance (TA) is not available in any of the app or I am not finding any way to get TA. I can use NDK, or AT commands or SDK anything, but I want to get TA value.

Can you suggest any pointers. If not Android, I am OK with iPhone, or Windows App also.

Thanks.

Upvotes: 3

Views: 2417

Answers (2)

not2qubit
not2qubit

Reputation: 17027

For LTE, TA is available through getTimingAdvance (), starting from API 17 (AOS 4.2 - Jelly Bean).

Upvotes: 0

Masaharta
Masaharta

Reputation: 104

Same questions here Get mobile cell tower timing advance on Android 2.3

For LTE technology there is already an access to Timing Advance values: see http://developer.android.com/reference/android/telephony/CellSignalStrengthLte.html#getTimingAdvance()

No SDK access method for GSM and UMTS. AT commands are modem specific...

Upvotes: 1

Related Questions