Read-only archive of the All About Symbian forum (2001–2013) · About this archive

7650 signal level values

0 replies · 2,441 views · Started 23 March 2008

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.