Problem on reading inbox sms in J2me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajujrk
    New Member
    • Aug 2008
    • 107

    Problem on reading inbox sms in J2me

    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
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    What did the J2ME documentation tell you? You did search through it, right?!

    Comment

    • rajujrk
      New Member
      • Aug 2008
      • 107

      #3
      ya...

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

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by rajujrk
        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?

        Comment

        • rajujrk
          New Member
          • Aug 2008
          • 107

          #5
          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..

          Comment

          • RedSon
            Recognized Expert Expert
            • Jan 2007
            • 4980

            #6
            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.

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by rajujrk
              Other question - Is any possible way to implement the C++ mobile programming with J2ME.
              J2ME is a Java Platform.
              It does not support C++

              Comment

              • RedSon
                Recognized Expert Expert
                • Jan 2007
                • 4980

                #8
                Hmmm, I thought that was so obvious that it couldn't be what the OP was asking about... could it?

                Comment

                • rajujrk
                  New Member
                  • Aug 2008
                  • 107

                  #9
                  Originally posted by RedSon
                  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?

                  Comment

                  • rajujrk
                    New Member
                    • Aug 2008
                    • 107

                    #10
                    Originally posted by Frinavale
                    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..

                    Comment

                    • RedSon
                      Recognized Expert Expert
                      • Jan 2007
                      • 4980

                      #11
                      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.

                      Comment

                      • r035198x
                        MVP
                        • Sep 2006
                        • 13225

                        #12
                        Originally posted by rajujrk
                        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.

                        Comment

                        • gen31
                          New Member
                          • Jun 2010
                          • 2

                          #13
                          We really need help

                          We are clueless about mobile programming but we do have a knowledge about Java Programming.

                          Our problem is we need a java mobile application that will be used in a bluetooth enabled phone . The application will retrieve the incoming message and send it to the bluetooth enabled computer . . .

                          How are we supposed to do it ?? Please help . . .

                          Comment

                          Working...