Announcement

Collapse
No announcement yet.

Any interest in the ability to send/receive SMS from the Bluetooth Plugin ?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    We are again going to need a list of compatible phones (sigh!)
    --
    stipus

    Comment


      #17
      The reading of the SMS was a bit buggy...not sure whether is was just the number of SMS to be read 30 or so in the memory. It started to read them and then stopped when it reached the end of your screen.

      But other than that great.

      Comment


        #18
        I'll check this... it's really possible there is a bug... I put the whole test app together between post #12 and post #13...
        --
        stipus

        Comment


          #19
          It just seemed like it got to end of some of some array alloaction or something...no more space for new messages.

          Comment


            #20
            I double checked my code, and couldn't find any bug (yet)... I haven't been using any fixed bound array or memory pool. I fear it's again a bug in the lib...

            Did you test the Read SMS Sync, or Read SMS Async button ?
            How many SMS have been loaded ?
            --
            stipus

            Comment


              #21
              Originally posted by stipus View Post
              I double checked my code, and couldn't find any bug (yet)... I haven't been using any fixed bound array or memory pool. I fear it's again a bug in the lib...

              Did you test the Read SMS Sync, or Read SMS Async button ?
              How many SMS have been loaded ?

              It got to about 20 then gave up....the little test app locked up (end task only way forward)

              I am using the latest stack you posted (somewhere on this board) from a few days ago.

              Cheers,

              Darren

              Comment


                #22
                The latest bluetooth support dlls (1.20b) are also included in the ZIP with the .EXE.

                I fear it's again a bug in those dlls, as the test app does nothing special. It gets the message count from the phone, then loops over all messages and add each one to the list box (3 lines of code).

                Did you test the Read SMS Sync, or Read SMS Async button ?

                What about the SMS send feature ? I need a few users to confirm it works, before I can include this to the plugin core.

                TIA,

                stipus
                --
                stipus

                Comment


                  #23
                  Did you test the Read SMS Sync, or Read SMS Async button ?
                  Tried both...could read under 10 or so messages....the exact size of the message window in the test app.

                  What about the SMS send feature ?
                  Tried both methods and both OK.

                  Cheers,

                  Darren

                  Comment


                    #24
                    Originally posted by stipus View Post
                    The latest bluetooth support dlls (1.20b) are also included in the ZIP with the .EXE.

                    I fear it's again a bug in those dlls, as the test app does nothing special. It gets the message count from the phone, then loops over all messages and add each one to the list box (3 lines of code).

                    Did you test the Read SMS Sync, or Read SMS Async button ?

                    What about the SMS send feature ? I need a few users to confirm it works, before I can include this to the plugin core.

                    TIA,

                    stipus
                    All features of the test app work perfectly with a Sony Ericcson K700i under the Movistar network.

                    Comment


                      #25
                      Any news on BT SMS funcionality please? Waiting on this before buying plugin.

                      Comment

                      Working...
                      X