Results 1 to 3 of 3

Thread: Java function non included (receive sms)

  1. #1

    Java function non included (receive sms)

    Hello,
    i'm back to use MIDletPascal. Now i've discover 3.0 version.

    I want to know if there is any possibility to use functions not included.

    In particular i need to use a "receive sms" function that permit me to know text and sender number for each sms arrived in the phone.

    Thanks

  2. #2
    Welcome to the forums SiEM

    I guess you could try making a Java library to do the SMS functionality you want which you can then use the library directly in MIDletPascal...

    For example, I wanted to use my touch screen on my mobile phone in MIDletPascal, but it didn't have the functionality.

    I googled and found that someone had made a java library to read the pointer values from the touch screen, and that if you put that in the Libs folder in MIDletPascal, you can then use the library by adding the name to the uses clause!

    Sweet!

    Here are the links to the touch screen library stuff so you can take a look - hopefully this might help you perhaps make a lib to do the SMS stuff?

    http://socoder.net/?blogs=18382
    http://socoder.net/index.php?download=821

    cheers,
    Paul

  3. #3
    wow it's impressive if we can even use java libs o.O

    great work !
    Current (and lifetime) project: FAR Colony
    https://www.farcolony.com/

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •