Nokia has a long list of short codes on Symbian that can be applied to on-device data, such as
*#0000# - to check the phones software revision type,
*#7780# - to restore factory settings,
etc (the list is long)
If given a short code, how can I launch it? The program should not be aware of the functionality of the short code, it should just execute it. I am particularly interested in device short codes (not operator USSD codes). How does the native dialer do that?
Can you please provide a code example in C++ for S60 3rd or 5th edition?
Thank you.