Hi ,
Sorry for my Engish is not good .
my main question is "can S60 3rd Edition, FP2 get lac in J2me?" ( i already see other discuss in this Forum but still no ideas )
i use
cell_id = System.getProperty("com.nokia.mid.cellid");
lac = System.getProperty("com.nokia.mid.lac");
mcc = System.getProperty("com.nokia.mid.countrycode");
mnc = System.getProperty("com.nokia.mid.networkid");
it can get cell_id, mcc, mnc perfectly but lac = NULL
And i use many S60 3rd Edition, FP2 dervice, many SIM Card ( 2G ) to test, it still not work.
and when i change to SE dervice to run same source code (just change the System.property) and same SIM Card, it ok.
I see many discuss about this problem in this Forum, someone say it can get lac in S60 3rd Edition, FP2 dervice, 2G
http://library.forum.nokia.com/topic...B925CF670.html
"Nokia-specific system properties"
But in other hand, someone say S60 can not get lac ( just have cell-id, mcc, mcn ...... only no lac )
http://library.forum.nokia.com/topic...4691AEFF2.html
"Generic system properties"
i think many people have same problem about S60 to get lac,
so, first i want to know is S60 3rd Edition, FP2 , 2G can get lac or not ?
Thx

Reply With Quote

