문제

I want a common(generic) code which gives cell ID of the mobile network.

For nokia it is:

System.getProperty("com.nokia.mid.cellid");

but I need code which gives cell ID irrespective of mobile vendors. I used System.getProperty("Cell-ID"); but this is Giving null to me.

도움이 되었습니까?

해결책

There is no standard way to get these values and different vendors have different System properties. You can see this at http://www.easywms.com/easywms/?q=en/node/3589

Similar question at How can one acquire position in Non-Gps devices using j2me coding

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top