Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 midlet,在发现某些东西时会显示一些信息、振动、闪烁屏幕并发出声音——所有这些都是为了引起用户的注意。问题是声音不够响亮。
如何让手机发出最大的声音?我不喜欢添加声音文件,除非这是关键。我更喜欢使用标准的 j2me 库,但如果绝对需要,可以使用诺基亚的库。
我主要针对诺基亚 S60 或 S40。
目前,我能想到的最好的是:
Manager.playTone(ToneControl.C4, duration, 100);
但是你几乎听不到这在某些手机上发出的声音。