Connecting Tech Pros Worldwide Help | Site Map

Problem on reading inbox sms in J2me

Member
 
Join Date: Aug 2008
Posts: 48
#1: Dec 26 '08
Hi all,

Currently i am doing a project on Mobile Backup in J2ME. I want to read the inbox sms. Wants Only to read it Not For modify any inbox message..

How can i read it?

Thanks in Advance..
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#2: Dec 28 '08

re: Problem on reading inbox sms in J2me


What did the J2ME documentation tell you? You did search through it, right?!
Member
 
Join Date: Aug 2008
Posts: 48
#3: Dec 29 '08

re: Problem on reading inbox sms in J2me


ya...

But in J2me documentation they didnt gave about SMS reading..
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#4: Dec 29 '08

re: Problem on reading inbox sms in J2me


Quote:

Originally Posted by rajujrk View Post

ya...

But in J2me documentation they didnt gave about SMS reading..

If it is not in the documentation are you sure that J2ME can do it?
Member
 
Join Date: Aug 2008
Posts: 48
#5: Dec 31 '08

re: Problem on reading inbox sms in J2me


Yes, Because i have a software, which is done in J2ME. They can read the inbox sms. How they did it in J2ME?

Other question - Is any possible way to implement the C++ mobile programming with J2ME.

Thank you..
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#6: Dec 31 '08

re: Problem on reading inbox sms in J2me


If you have seen it done in another application have you tried to decompile it? As for your other question I don't know what you are asking.
Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,081
#7: Dec 31 '08

re: Problem on reading inbox sms in J2me


Quote:

Originally Posted by rajujrk View Post

Other question - Is any possible way to implement the C++ mobile programming with J2ME.

J2ME is a Java Platform.
It does not support C++
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#8: Dec 31 '08

re: Problem on reading inbox sms in J2me


Hmmm, I thought that was so obvious that it couldn't be what the OP was asking about... could it?
Member
 
Join Date: Aug 2008
Posts: 48
#9: Jan 5 '09

re: Problem on reading inbox sms in J2me


Quote:

Originally Posted by RedSon View Post

If you have seen it done in another application have you tried to decompile it? As for your other question I don't know what you are asking.

Sorry ya i am out of station..

Actually my second quest is that can Mobile development C++ coding can be implemented with j2me?
Member
 
Join Date: Aug 2008
Posts: 48
#10: Jan 5 '09

re: Problem on reading inbox sms in J2me


Quote:

Originally Posted by Frinavale View Post

J2ME is a Java Platform.
It does not support C++

Oh..

But we can integrate cross language like VB and Java.. As like any possibility ya..
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#11: Jan 5 '09

re: Problem on reading inbox sms in J2me


No, the JVM only looks at Java bytecode. If you want cross language support for Java and VB you are going to want to look at dot net and dot net is only supported in Windows Mobile.
Lives Here
 
Join Date: Sep 2006
Posts: 12,070
#12: Jan 8 '09

re: Problem on reading inbox sms in J2me


Quote:

Originally Posted by rajujrk View Post

Sorry ya i am out of station..

Actually my second quest is that can Mobile development C++ coding can be implemented with j2me?

It would have to be implemented with JNI. However, most mobile phones are based on CLDC which doesn't support JNI as part of the sandbox specification.
Note though that CDC supports JNI and so you can use C++ in J2ME for devices that use CDC.
Reply