abnev
abnev

Reputation: 469

Developing applications for Nokia 5310

EDIT:

Is there any other phone systems that allow connecting into the native messaging system to read input in the composer?

Upvotes: 2

Views: 1559

Answers (2)

michael aubert
michael aubert

Reputation: 6826

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.

Upvotes: 1

Klelky
Klelky

Reputation: 404

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.

Upvotes: 0

Related Questions