Hi
Java micro folks,
We are Using a Sony Ericsson PCMCIA card(GC89) as a GPRS modem in our tablet PC application. One of the requirement is to show connection strength in the application. Default software that got installed with the card "Wireless Manager" has this feature.
Java has two flavours in J2ME for micro devices
1. Kjava: CLDC/MIDP for mobile phones
2. Pjava: Personal java for connected device like PDA
I need some specific information as which specific API I should use to retrieve the GPRS/GSM signal strength. I guess it would be in pjava.
Awais Bajwa