hi,
i have recently been learning symbian and c++ and have been working on an old phone (nokia 7650) for starters. i have been looking for solution for retrieving signal level values (i still get zero values).
i got, and have been using the following code snippet:
phone.GetSignalStrength(status, sigstrength);
User::WaitForRequest(status);
i initially thought this should be pretty straightforward :frown:. can someone who have done this give some assistance? thanks.