2

I want to access the inbox message text from j2me application. I have no idea about accessing inbox.

halfer
  • 19,824
  • 17
  • 99
  • 186
Saravanan
  • 11,372
  • 43
  • 143
  • 213

2 Answers2

2

You can't achieve this with j2me. I already discussed in Nokia forum. See this link.

halfer
  • 19,824
  • 17
  • 99
  • 186
bharath
  • 14,283
  • 16
  • 57
  • 95
0

Yes, But you can not directly access the In-Box using J2ME Code, You need a .Jar file called APIBridge.jar

This .Jar file allows you to interact with the lowerlever api. As the name implies it is a Bridge between J2ME API and Native OS API.

Please visit this link for more information.

Lucifer
  • 29,392
  • 25
  • 90
  • 143