Hi Peter,
While trying 3.2 eval version I came across what I beleive is a bug.
when retreiving call detalis from call history, the Roaming status is always reported as 'false', even thogh the phone is in roaming mode, and the call was made while roaming. It happens with both incoming and outgoing calls (properly answered calls, not missed calls).
I am using the following code:
CallHistory callHistory = new CallHistory();
CallDetails callDetails = callHistory[0]; //last call in history has index of 0
if (callDetails.Roaming) { ... do something ..} // always returns false with 3.2 inthehands eval.
However, at the same time the SystemState.PhoneRoaming is correctly set to 'true' when the phone is in roaming mode.
Have verified it today during my visit to Germany.
Regards,
andreiaf