Seite 1 von 1
Programming library
Verfasst: Mi 25. Feb 2009, 15:39
von Spirou91
Hello,
I want to know in which luggage is My Phone Explorer programmed? and which library is used?
I know that MyPhoneExplorer is not OpenSource, it's just to program my own program for my mobile phone.
Thanks
Verfasst: Mi 25. Feb 2009, 18:00
von weinbi
MPE is written in Visual Basic.
You should be able to send and receive Packages via COM-Ports.
You send just AT+Commands to the phone (
http://developer.sonyericsson.com/getDo ... ocId=65054).
Verfasst: Do 26. Feb 2009, 20:10
von madhuran
can u help me reading the phone book using OBEX..?
Verfasst: Do 26. Feb 2009, 20:21
von FJ
Take a look at the logfile of MPE. The whole communication is recorded there.
A document about OBEX can be found here:
http://jane.geekheim.de/?p=42
Verfasst: Sa 28. Feb 2009, 16:30
von madhuran
Thank you sir.!
i saw the MPE Log file and understood the communication.
but i don't know how to implement it with VB.
is there any component available in VB to do operations Such as GET and PUT with OBEX device.?
Can u help me with doing these file transfer(For R/W Phone book and other file transfer) with VB.Net.?
Verfasst: Sa 28. Feb 2009, 20:20
von FJ
I think the tutorial is good enought so that you are able to implement it in VB.NET. OBEX is not a cryptic protocol, its very simple. I saw long time ago a library which handles OBEX but it was very expensive, cannot remember the name
Verfasst: So 1. Mär 2009, 03:22
von madhuran
Thank you Sir..!
Verfasst: So 1. Mär 2009, 15:45
von madhuran
sir, when reading a received sms how can find whether its of one pg(160 chars) or more than that..?
How can i identify whether its a mutipage sms or single page sms..? if mutipage sms how many pages..?
and while send a multipage sms how should i send..?
Verfasst: So 1. Mär 2009, 16:31
von FJ
Use PDU-Spy to find out how multipage-messages are encoded.
Verfasst: Do 14. Mai 2009, 19:13
von spirou91
Sorry if i come back with this subject but it's just to share this:
http://www.developershome.com/sms/
It's a beautifull tutorial with all the informations to program his own software to send sms.