Closed GoogleCodeExporter closed 9 years ago
Original comment by T.Delenikas
on 22 Mar 2012 at 8:41
What is this? "getATHandler().getNetworkOperator();"
Original comment by T.Delenikas
on 22 Mar 2012 at 8:44
r2335 (pending clarification)
Original comment by T.Delenikas
on 22 Mar 2012 at 9:06
I thought that getNetworkOperator was as standard method of Smslib. Perhaps I
have added the method myself:
/* (non-Javadoc)
* @see org.smslib.modem.athandler.AATHandler#getNetworkOperator()
*/
@Override
public String getNetworkOperator() throws GatewayException,
TimeoutException, IOException, InterruptedException {
getModemDriver().write("AT+COPS?\r");
return (getModemDriver().getResponse());
}
It gives me the name of the operator. Could be of interest when you live near
the border of a country. To have a confirmation that you are not working in
roaming mode
Original comment by wim.stev...@gmail.com
on 23 Mar 2012 at 7:52
r2337 - thanks.
Original comment by T.Delenikas
on 24 Mar 2012 at 10:46
Original comment by T.Delenikas
on 27 Mar 2012 at 5:30
Original comment by T.Delenikas
on 31 Mar 2012 at 8:03
Original issue reported on code.google.com by
wim.stev...@gmail.com
on 20 Mar 2012 at 10:34