IMEI code is: System.getProperty ( "phone.imei") System.getProperty ( "phone.mcc") System.getProperty ( "phone.mccSystem.getProperty (" phone.mncSystem.getProperty ( "phone.laiSystem.getProperty (" Behind phone.cid is some code, check ~~ `Can also be used, System.getProperty (" com.siemens.imei "). System.getProperty (" Microedition.configuration ")
System.getProperty ("Microedition.profiles")
System.getProperty ("Microedition.Platform")
System.getProperty ("microedition.locale")
System.getProperty ("microedition.encoding")
Attached J2se, http://java.sun.com/j2se/1.5.0/docs/api/java/lang/system.html#getproperties () I don't know what can be used below, J2se is getProperties and J2ME Is the single SYSTEM.GETPROPERTY ("java.version")
System.getProperty ("java.vendor")
System.getProperty ("java.vm.name")
System.getProperty ("java.vm.version")
System.getProperty ("os.name")
System.GetProperty ("os.arch")
System.getProperty ("os.version")
System.GetProperty ("User.Name") View memory utilization long total = runtime.getRuntime (). TotalMemory (); long free = runtime.getime (). FreeMemory (); Reference Website: 1. http://www.pdasky.com.cn/info/568-1.htm.2. http://www.phptr.com/articles/article.asp?p=102320