Hello
It seems that the GprsCoverage Property do not reflect if the GPRS connection is active
if (Convert.ToBoolean(SystemState.GetValue(SystemProperty.PhoneGprsCoverage)))
{
bool GPRSOK=true;
}
Is there any way to insure tha the connection is active ant activate it if not ?
Thankk for your help
N.B. : Maybe SDF is not necessary for that ?