Wednesday, March 10, 2010

J2ME IMEI

不是所有手机可以取得IMEI.
西门子: System.getProperty("com.siemens.IMEI");
三星: System.getProperty("com.samsung.imei");
索爱: System.getProperty("com.sonyericsson.imei");
摩托罗拉: System.getProperty("IMEI");
              System.getProperty("com.motorola.IMEI");
诺基亚: System.getProperty("com.nokia.mid.imei");

Tags: J2ME


Monday, February 22, 2010

编译Funambol J2ME Client

SVN https://jme-client.forge.funambol.org/svn/jme-client/trunk
修改jme-client\build/build_j2me.properties:

# Set this to your WTK installation, if different from c:/wtk22
wtk.home=c:/WTK2.5.2

# Uncomment this to enable obfuscation
#wtk.obfuscate

ant

funambol Server:http://download.forge.objectweb.org/sync4j/funambol-8.0.2.exe

Tags: J2ME


Friday, February 05, 2010

ChineseDay

Tags: J2ME


Saturday, September 13, 2008

microemulator手机模拟器

已将我写的一个J2ME Midlet 上传至  使用开源Applet模拟器 microemulator
http://www.zhangqingtian.cn/microemulator/Billiards.html
如果看不到下面的程序请到 http://java.com 下载java插件

Tags: J2ME