如何使用j2me寻找手机供应商?
如何使用 j2me 获取设备供应商。我正在使用 J2ME 开发一个移动应用程序。该应用程序对手机供应商(如诺基亚、三星等)执行一些处理。如果手机是诺基亚,那么它会执行一些操作,如果是三星然后正在执行一些操作。
这里我的要求是我需要找到手机供应商并在运行时执行相应的过程(即应用程序在编译时无法知道它是哪个供应商。只有在运行时只有应用程序找到手机供应商并执行该过程)。但我不知道如何找到手机供应商,无论是诺基亚还是三星还是其他使用 J2ME 的手机。
How to get device vendor using j2me.Im developing a mobile application using J2ME.That application perform some process with respect to mobile phone vendor such as nokia,samsung,etc.If the mobile phone is nokia then it done some operation,if it is samsung then it is perfomr some operation.
Here my requirement is i need to find the mobile phone vendor and perform the according process at run tim (That is the application cannot know which vendor it is at compile time.Only at runtime only the application find the mobile phone vendor and perform the process ).But i does not know how to find mobile phone vendor whether it is nokia or samsung or else other using J2ME.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处的 getCellId 方法
http://www.easywms.com/easywms/?q =zh/node/3589
see method getCellId here
http://www.easywms.com/easywms/?q=en/node/3589