将 Java 手机/电话上的通话保存为 mp3 或任何音频格式/文件
我想将 Java 手机/电话上的通话保存为 mp3 或任何音频格式/文件。 我该如何继续。
我非常熟悉 Core Java。 我发现应用程序仅在 symbian 手机中支持上述功能,但在 MIDP 版本为 2.1 及更高版本的 Java 手机中不支持。
感谢您的想法(显然是实用的!) 或者 分享一些与此相关的链接 或者java中的某种伪代码。
我想要使用 MIDP 2.1 和 MIDP 2.1 的 Java 手机的解决方案以上。请不要推荐symbian或其他类似的东西。
I want to Save Call on Java Mobile / Phone to mp3 or any Audio format / file .
How should I go ahead with.
I am quite well versed with Core Java.
I found apps supporting above mentioned functionality in symbian Phones only but NOT in Java phones whose MIDP version is 2.1 and above.
Thanks for your Idea ( obviously practical one's ! )
or
sharing some links relevant to this
or some sort of pseudo-code in java for this.
I want solution for Java Phones with MIDP 2.1 & above.Please don't recommend symbian or other such things.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您愿意使用 j2me 记录来电,不幸的是这是不可能的。
If you are willing to record incoming call using j2me , than unfortunately it is not possible.
在当前可用的诺基亚手机中使用 Java ME API 是不可能的,但您可以尝试使用 Symbian C++。
with Java ME API's in the currently available Nokia phones its not possible, But you can try with Symbian C++.
j2me 安全不允许执行此操作,
您可以使用 symbian 执行此操作。
j2me security will not allow to do this
you can do it with symbian.
我认为没有人在 Java 平台上开发通话记录器。您所能做的录音就是将呼叫转移到连接到可以记录通话的计算机的固定电话上。
一些供您参考的东西(这些不能为您提供 Java 电话录音,但可以指导您,为什么它不能使用 Java & S60 会是更好的(&only)选项。)
从 E398 移植的 Java 录音机
需要开发通话录音器< /a>
如果你改变主意从 Java 转向 Symbain 那么 这里有一个代码,你可以使用看看。
试试塞班!
I think nobody developed a call recorder in Java platform. All that you can do to record is to call divert to a land line which is connected to computer which can record calls.
Something for your reference (these can't provide you with Java phone call recording but can guide you , why it can't be with Java & S60 would be better(&only) option. )
Java Voice Recorder ported from E398
Need to develop a call recorder
and if change your mind from Java to Symbain then here's a code which you can have a look at.
Try Symbian!