Le 26/11/2013 11:35, Taichi Matsuura a écrit : > Hi Alexandre, > > What you mentioned is not exactly an answer.
It is indeed :) > > I would like to know whether current network is GSM or CDMA so just wonder if > I can use isCdma flag for that. Since it's set upon modem unsolicited response, it should reflect the current network state. > > Is this flag changed by Network state(cmda -> gsm for example) or just > SIM(UIM)? > > anyone knows? > > Thanks, > Taichi > > 2013年11月26日火曜日 17時28分39秒 UTC+9 Alexandre Lissy: >> Le 26/11/2013 08:46, Taichi Matsuura a �crit : >> >>> Hi there, >> >>> >> >>> There is _isCdma flag in ril_worker.js. >> >>> >> >>> I have quick question about it below. >> >>> >> >>> 1. Is this flag set 'true' when mobile device is in CDMA area? >> >>> 2. Is this flag set 'false' when mobile device is in GSM area? >> >>> 3. Is this flag not changed by TYPE of SIM? >> >> >> >> This is done in the method that handles >> >> UNSOLICITED_RESPONSE_RADIO_STATE_CHANGED messages from the radio. >> >> >> >> Those messages are sent by the modem directly. >> >> >> >>> >> >>> Thanks, >> >>> Taichi >> >>> _______________________________________________ >> >>> dev-b2g mailing list >> >>> [email protected] >> >>> https://lists.mozilla.org/listinfo/dev-b2g >> >>> > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
