为诺基亚 5310 开发应用程序
编辑:
是否有任何其他电话系统允许连接到本机消息系统以读取作曲家中的输入?
EDIT:
Is there any other phone systems that allow connecting into the native messaging system to read input in the composer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在标准 J2ME 中绝对没有办法做到这一点。
Symbian 手机将允许您编写与您所描述的操作非常接近的 C++ 代码。
您可能无法直接查询文本编辑器 GUI 控件的内容,但您可以创建自己的消息传递模块并拥有自己的消息编辑器,或者您可以阅读本地存储的草稿和发件箱文件夹中的消息。
There is absolutely no way to do this in standard J2ME.
Symbian phones will allow you to write C++ code that comes close to doing what you describe.
You may not be able to directly query the text editor GUI control for its content but you can create your own messaging module and have your own message editor or you can read messages in the draft and outbox folders of the local store.
5310 基于 Series 40,因此我假设您无法捕获来自本机消息传递编辑器的输入。 S40平台相当封闭。
5310 is Series 40 based so I would assume that you can't capture input from the native messaging composer. The S40 platform is fairly closed.