WO2006033643A1 - Method and apparatus for sending files by sms - Google Patents

Method and apparatus for sending files by sms Download PDF

Info

Publication number
WO2006033643A1
WO2006033643A1 PCT/SG2005/000312 SG2005000312W WO2006033643A1 WO 2006033643 A1 WO2006033643 A1 WO 2006033643A1 SG 2005000312 W SG2005000312 W SG 2005000312W WO 2006033643 A1 WO2006033643 A1 WO 2006033643A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
sms
subdivision
messages
header
Prior art date
Application number
PCT/SG2005/000312
Other languages
French (fr)
Inventor
Wong Hoo Sim
Yuen Khim Liow
Kok Hoong Cheng
Original Assignee
Creative Technology Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Creative Technology Ltd filed Critical Creative Technology Ltd
Publication of WO2006033643A1 publication Critical patent/WO2006033643A1/en

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction

Definitions

  • the present invention relates to a method and apparatus for sending files by Short Messaging Service (“SMS”) and refers particularly, through not exclusively, to such a method and apparatus for sending a relatively large file by a series of SMS messages.
  • SMS Short Messaging Service
  • SMS Short Messaging Service
  • IS- 41C International Subscriber Identity
  • PDAs Personal Digital Assistants
  • mobile devices Such devices are hereinafter termed “mobile devices”, and its grammatical equivalents.
  • MMS multimedia messaging service
  • a method for sending a file from a mobile device by short messaging service comprises compressing the file to form a compressed file and dividing the file into plurality of subdivisions, each subdivision not exceeding a maximum size. To each subdivision is attached a header containing a unique identity. Each subdivision with its header is sent as an SMS message.
  • a method for a mobile device to receive and recreate a file sent compressed and as a plurality of SMS messages. The method comprises the mobile device receiving the SMS messages and checking a header of first of the plurality of SMS messages for a unique identity containing a total number of SMS messages and a number for the first SMS message. After receiving all of the plurality of SMS messages and assembling the SMS messages in their message number order, the compressed file is reformed and decompressed to form the file.
  • a signal for an SMS message comprising a subdivision of a compressed file, each subdivision not exceeding a maximum size, and a header containing a unique identity of the subdivision.
  • a mobile device for sending a file as a plurality of short messaging service (“SMS”) messages.
  • the mobile device comprises a compressor to compress the file to form a compressed file; a divider to divide the file into plurality of subdivisions, each subdivision not exceeding a maximum size; a header creator for creating a header containing a unique identity and attaching the header to each subdivision; and a transmitter for sending each subdivision with its header as an SMS message.
  • SMS short messaging service
  • the unique identity may comprise a message number and a total number of messages.
  • Each SMS message may not exceed 140 bytes.
  • the header may be 32 bytes of the message.
  • the header may also comprise one or more of: a control, date, time, and title.
  • An address to which each SMS message is to be sent may be stored in a temporary memory and used for each SMS message, and may be deleted from the temporary memory when sending is completed.
  • the file may be at least one of: text, graphics, image, audio, ring tone, and V-card.
  • the file may be downloaded to the mobile device from a computer.
  • a second mobile device may receive the SMS messages and check the unique identity for the total number of SMS messages.
  • the SMS messages may be assembled in their message number order to reform the compressed file.
  • the compressed file may be decompressed to form the file.
  • An alert for receipt of the file may be sounded after the forming of the file.
  • the received SMS messages may be assembled after all messages are received, or as they are received. If at least one SMS message is not received, an attempt may be made to reassemble the compressed file.
  • Figure 1 is perspective view of a preferred embodiment of a mobile device
  • Figure 2 is a preferred embodiment of a system architecture
  • Figure 3 is a block diagram of the structure of the mobile device
  • FIG. 4 is a block diagram of the structure of the CPU of the Figure 2;
  • Figure 5 is a flow chart for the operation of the preferred embodiment at the sending end.
  • Figure 6 is a flow chart for the operation of the preferred embodiment at the receiving end.
  • a first mobile device 10 that has casing 12, an antenna 14, a display 16, a keypad 18, and may have a camera lens 20.
  • the first mobile device 10 is able to send an SMS message to a second mobile device 22 over a telecommunications network 24 in a known manner. If the first mobile device 10 is to send a relatively large file to second mobile device 22 the flow of Figures 3 and 4 will be followed.
  • the antenna (4) is operatively connected to a central processing unit (“CPU") 30 by a modulator/demodulator 26.
  • Keypad 18 is also operatively connected to CPU 30, as is display 16.
  • Relevant controllers/device drivers for keypad 18 and display 16 may be in CPU 30 and/or the keypad 18 and display 16 respectively.
  • a memory 28 is also operatively connected to the CPU30.
  • Figure 4 shows the structure of CPU 30. In addition to its normal telecommunications functions 41, it also includes a compressor 34, divider 36 and header creator 38. These are all controlled by microprocessor 40.
  • the file is compressed using known lossy or lossless compression techniques by compressor 34. If the IS-41C standard is to be followed, and if the file is to be divided into no more than 100 subdivisions, the compression should be such that the compressed file will be no more than about 10.8KB of data. This is so the compressed file divided by the number of subdivisions gives a subdivided file portion that complies with IS-41C. Naturally, if the standard is changed there will be a corresponding change to this relationship.
  • the file may be one or more of: text; graphics; image; audio data such as, for example, ring tones; V-card; and so forth.
  • the file is divided by divider 36 into a number of separate files (305). Division is such that the first subdivision file has the maximum permitted data, the second subdivision file has the maximum permitted data, and so forth, with the final subdivision file having the last remaining data. Under IS-41C the maximum permitted data is normally 108 bytes - derived from 160 characters at 7 bits each, less header data.
  • the header may comprise, for example, about 32 bytes of data and will include a unique identity (309) for each subdivision file and/or its SMS message. However, other header sizes may be used if required or desired, as long as the combination of the header and the subdivision file does not exceed 140 bytes (160 characters) to comply with IS-41C.
  • the unique identity will include the total number of subdivision files, and the subdivision or message file number. The total number of subdivision files may be limited to, for example, 100. In that case the identity will include only two characters for the subdivision/message file number, and two characters for the total number of subdivisions/messages. For example, 1234 would be subdivision/message file number 12 of 34.
  • the identity will include three characters for the subdivision/message file number and three characters for the total number of subdivisions/messages. However, one, two or three characters may be used, if required or desired. Characters may be any alphanumeric character.
  • the header may also comprise one or more of: a control, date, time and title.
  • the control may be 3 bytes and may be alphanumeric; the date may be 6 bytes and may be in day, day, month, month, year, year (ddmmyy) format, or any other suitable format; the time may also be 6 bytes and may be in hour, hour, minute, minute, second, second (hhmmss) format, or any other suitable format; and the title may be 13 bytes and may be any combination of alphanumeric characters.
  • a query (311 ) is then raised by microprocessor 40 to determine if the address to which the message is to be sent has been entered. If not (313) it is obtained/inserted (315), the address is stored in a temporary memory portion 42 of memory 28 (319), and the message sent (321). The first subdivision file is sent first, and a query (323) raised if there are remaining subdivision files. If yes (325) the system reverts back to after division (305) and the header is attached to the next subdivision file (307).
  • the process repeats until there are no more subdivision files (327).
  • the address is deleted from the temporary address (329) and the process ends (331 ).
  • the second mobile device 22 upon the first message being received at second mobile device 22 (402) the second mobile device 22 checks the identity in the header of each message for the total number of messages (404) and for each message received, the number (406). It then queries if all messages have been received (407). If not (409), it cycles until all have been received (411) and the compressed file is reassembled in the correct order (408). The compressed file may be reassembled as the SMS messages are received, or after all SMS messages have been received. A second check is made (410) to ensure the file is complete. If some subdivisions are missing (412) the system waits for a predetermined period (414) of, for example, several seconds, to allow more time for the missing data to arrive.
  • the alert (434) and display (436) only occur after all the messages have been received, and the test for the number of subdivisions received is satisfied.
  • the mobile device 10 may be connected to a computer to download the file from the computer.
  • the connection may be by a cable connection, or by a wireless connection.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A method for sending a file (301) from a mobile device by short messaging service ('SMS'). The method comprises compressing (303) the file to form a compressed file and dividing (305) the file into plurality of subdivisions, each subdivision not exceeding a maximum size. To each subdivision is attached a header (307) containing a unique identity. Each subdivision with its header is sent as an SMS message. A corresponding apparatus, and signal, are also disclosed.

Description

Method and Apparatus For Sending Files By SMS
Field of the Invention
The present invention relates to a method and apparatus for sending files by Short Messaging Service ("SMS") and refers particularly, through not exclusively, to such a method and apparatus for sending a relatively large file by a series of SMS messages.
Background of the Invention
Short Messaging Service ("SMS") is an internationally recognized standard (IS- 41C) by which alphanumeric messages of up to 160 characters can be sent to and from mobile telecommunications enabled devices such, for example, mobile telephones, Personal Digital Assistants ("PDAs"), and the like. Such devices are hereinafter termed "mobile devices", and its grammatical equivalents.
If a mobile device is to send a relatively large file such as, for example, a photograph, it is normally done using multimedia messaging service ("MMS"). However, most service providers charge a relatively high fee for each MMS, yet allow many SMS messages for free.
However, with the 160-character (140bytes) limit for SMS with 7 bits per character, or 140 characters (140 bytes) for SMS with 8 bits per character, it is unsuited for sending relatively large files.
Summary of the Invention
According to a first aspect there is provided a method for sending a file from a mobile device by short messaging service ("SMS"). The method comprises compressing the file to form a compressed file and dividing the file into plurality of subdivisions, each subdivision not exceeding a maximum size. To each subdivision is attached a header containing a unique identity. Each subdivision with its header is sent as an SMS message. According to a second aspect there is provided a method for a mobile device to receive and recreate a file sent compressed and as a plurality of SMS messages. The method comprises the mobile device receiving the SMS messages and checking a header of first of the plurality of SMS messages for a unique identity containing a total number of SMS messages and a number for the first SMS message. After receiving all of the plurality of SMS messages and assembling the SMS messages in their message number order, the compressed file is reformed and decompressed to form the file.
According to a third aspect there is provided a signal for an SMS message, the signal comprising a subdivision of a compressed file, each subdivision not exceeding a maximum size, and a header containing a unique identity of the subdivision.
According to a fourth aspect there is provided a mobile device for sending a file as a plurality of short messaging service ("SMS") messages. The mobile device comprises a compressor to compress the file to form a compressed file; a divider to divide the file into plurality of subdivisions, each subdivision not exceeding a maximum size; a header creator for creating a header containing a unique identity and attaching the header to each subdivision; and a transmitter for sending each subdivision with its header as an SMS message.
For all aspects, the unique identity may comprise a message number and a total number of messages. Each SMS message may not exceed 140 bytes. The header may be 32 bytes of the message. The header may also comprise one or more of: a control, date, time, and title. An address to which each SMS message is to be sent may be stored in a temporary memory and used for each SMS message, and may be deleted from the temporary memory when sending is completed.
The file may be at least one of: text, graphics, image, audio, ring tone, and V-card. The file may be downloaded to the mobile device from a computer.
A second mobile device may receive the SMS messages and check the unique identity for the total number of SMS messages. The SMS messages may be assembled in their message number order to reform the compressed file. The compressed file may be decompressed to form the file. An alert for receipt of the file may be sounded after the forming of the file.
The received SMS messages may be assembled after all messages are received, or as they are received. If at least one SMS message is not received, an attempt may be made to reassemble the compressed file.
Brief Description of the Drawings
In order that the invention may be fully understood and readily put into practical effect, there shall now be described by way of non-limitative example only a preferred embodiment of the present invention, the description being with references to the accompanying illustrative drawings in which:
Figure 1 is perspective view of a preferred embodiment of a mobile device;
Figure 2 is a preferred embodiment of a system architecture;
Figure 3 is a block diagram of the structure of the mobile device;
Figure 4 is a block diagram of the structure of the CPU of the Figure 2;
Figure 5 is a flow chart for the operation of the preferred embodiment at the sending end; and
Figure 6 is a flow chart for the operation of the preferred embodiment at the receiving end.
Detailed Description of the Drawings
To refer to Figures 1 and 4, there is shown a first mobile device 10 that has casing 12, an antenna 14, a display 16, a keypad 18, and may have a camera lens 20. The first mobile device 10 is able to send an SMS message to a second mobile device 22 over a telecommunications network 24 in a known manner. If the first mobile device 10 is to send a relatively large file to second mobile device 22 the flow of Figures 3 and 4 will be followed.
The mobile device electronic structure's shown in Figure 3. The antenna (4) is operatively connected to a central processing unit ("CPU") 30 by a modulator/demodulator 26. Keypad 18 is also operatively connected to CPU 30, as is display 16. Relevant controllers/device drivers for keypad 18 and display 16 may be in CPU 30 and/or the keypad 18 and display 16 respectively. A memory 28 is also operatively connected to the CPU30. Figure 4 shows the structure of CPU 30. In addition to its normal telecommunications functions 41, it also includes a compressor 34, divider 36 and header creator 38. These are all controlled by microprocessor 40.
As shown in Figure 5, when the first mobile device 10 has a relatively large file such as, for example, a photograph (301) the file is compressed using known lossy or lossless compression techniques by compressor 34. If the IS-41C standard is to be followed, and if the file is to be divided into no more than 100 subdivisions, the compression should be such that the compressed file will be no more than about 10.8KB of data. This is so the compressed file divided by the number of subdivisions gives a subdivided file portion that complies with IS-41C. Naturally, if the standard is changed there will be a corresponding change to this relationship. The file may be one or more of: text; graphics; image; audio data such as, for example, ring tones; V-card; and so forth.
After compression (303) the file is divided by divider 36 into a number of separate files (305). Division is such that the first subdivision file has the maximum permitted data, the second subdivision file has the maximum permitted data, and so forth, with the final subdivision file having the last remaining data. Under IS-41C the maximum permitted data is normally 108 bytes - derived from 160 characters at 7 bits each, less header data.
To each subdivision file is added a header (307) created by header creator 38. The header may comprise, for example, about 32 bytes of data and will include a unique identity (309) for each subdivision file and/or its SMS message. However, other header sizes may be used if required or desired, as long as the combination of the header and the subdivision file does not exceed 140 bytes (160 characters) to comply with IS-41C. The unique identity will include the total number of subdivision files, and the subdivision or message file number. The total number of subdivision files may be limited to, for example, 100. In that case the identity will include only two characters for the subdivision/message file number, and two characters for the total number of subdivisions/messages. For example, 1234 would be subdivision/message file number 12 of 34. If the number of subdivision files is greater, such as, for example, 1000 the identity will include three characters for the subdivision/message file number and three characters for the total number of subdivisions/messages. However, one, two or three characters may be used, if required or desired. Characters may be any alphanumeric character.
The header may also comprise one or more of: a control, date, time and title. The control may be 3 bytes and may be alphanumeric; the date may be 6 bytes and may be in day, day, month, month, year, year (ddmmyy) format, or any other suitable format; the time may also be 6 bytes and may be in hour, hour, minute, minute, second, second (hhmmss) format, or any other suitable format; and the title may be 13 bytes and may be any combination of alphanumeric characters.
A query (311 ) is then raised by microprocessor 40 to determine if the address to which the message is to be sent has been entered. If not (313) it is obtained/inserted (315), the address is stored in a temporary memory portion 42 of memory 28 (319), and the message sent (321). The first subdivision file is sent first, and a query (323) raised if there are remaining subdivision files. If yes (325) the system reverts back to after division (305) and the header is attached to the next subdivision file (307).
The process repeats until there are no more subdivision files (327). The address is deleted from the temporary address (329) and the process ends (331 ).
As shown in Figure 6, upon the first message being received at second mobile device 22 (402) the second mobile device 22 checks the identity in the header of each message for the total number of messages (404) and for each message received, the number (406). It then queries if all messages have been received (407). If not (409), it cycles until all have been received (411) and the compressed file is reassembled in the correct order (408). The compressed file may be reassembled as the SMS messages are received, or after all SMS messages have been received. A second check is made (410) to ensure the file is complete. If some subdivisions are missing (412) the system waits for a predetermined period (414) of, for example, several seconds, to allow more time for the missing data to arrive. It then queries if the file can be reassembled with the data it has (416). If not (444), it requests retransmission of the missing messages (440). A query is there raised (442) to determine if all missing messages have been received. If not, an alert is sounded (420) and an error message displayed (422) and the process ends (424). If at (410) the answer is 'no1 (426) or at (416) it is 'yes1 (430), or at (442) it is 'yes' the file is formed (428) by extracting the subdivisions from the headers. The reassembled file is then decompressed (432), the normal incoming message alert sounded (434), and receipt of the file displayed (436). The process ends (438) with the normal SMS receipt of message process being used to view the received file on second mobile device 22.
The alert (434) and display (436) only occur after all the messages have been received, and the test for the number of subdivisions received is satisfied.
To enter the file into mobile device 10, the mobile device 10 may be connected to a computer to download the file from the computer. The connection may be by a cable connection, or by a wireless connection.
Whilst there has been described in the foregoing description a preferred embodiment of the present invention, it will be understood by those skilled in the technology concerned that many variations a modifications in details of design, construction or operation may be made without departing from the present invention.

Claims

THE CLAIMS
1. A method for sending a file by short messaging service ("SMS") from a first mobile device, including:
(a) compressing the file to form a compressed file;
(b) dividing the compressed file into a plurality of subdivisions, each subdivision not exceeding a maximum size;
(c) attaching a header to each subdivision, each header containing a unique identity comprising a message number and a total number of messages;
(d) sending each subdivision with its header as an SMS message;
(e) a second mobile device receiving the plurality of subdivisions each sent as an SMS message;
(f) the second mobile device checking the header attached to each subdivision to determine the total number of messages; and
(g) assembling the messages in message number order to re-form the compressed file whether or not all messages have been received.
2. The method as claimed in claim 1, further including decompressing the reformed compressed file.
3. The method as claimed in claim 1 , wherein the SMS messages are assembled by ways selected from the group comprising: only when all SMS messages are received, simultaneously when receiving the SMS messages.
4. The method as claimed in claim 1, wherein each SMS message does not exceed 140 bytes.
5. The method as claimed in claim 1 , wherein an address to which each SMS message is to be sent is stored in a temporary memory and used for each SMS message, and is deleted from the temporary memory when sending is completed.
6. The method as claimed in claim 1, wherein the file is at least one selected from the group consisting of: text, graphics, image, audio, ring tone, and V-card.
7. The method as claimed in claim 1 , wherein the file is downloadable to the first mobile device from a computer.
8. The method as claimed in claim 1, wherein an alert for receipt of the file is indicated after the forming of the file.
9. The method as claimed in claim 8, wherein the indication is selected from the group comprising: visual and aural.
10. The method as claimed in claim 1, wherein if at least one SMS message is not received, an attempt is made to re-call the unreceived at least one SMS message.
10. A signal for an SMS message, the signal comprising a subdivision of a compressed file, each subdivision not exceeding a maximum size, and a header of the subdivision containing a unique identity comprising a message number and a total number of messages.
11. The signal as claimed in claim 10, wherein the SMS message does not exceed 140 bytes with the header being 32 bytes, and the subdivision being 108 bytes.
12. The signal as claimed in claim 10, wherein the header further comprises at least one selected from the group comprising: a control, a date, a time, and a title.
13. The signal as claimed in claim 12, wherein the control is 3 bytes, the date is 6 bytes, the time is 6 bytes, and the title is 13 bytes.
14. A mobile device for sending a file as a plurality of short messaging service ("SMS") messages, the mobile device including:
(a) a compressor to compress the file to form a compressed file;
(b) a divider to divide the file into a plurality of subdivisions, each subdivision not exceeding a maximum size;
(c) a header creator for creating a header containing a unique identity and attaching the header to each subdivision; and
(d) a transmitter for sending each subdivision with its header as an SMS message.
15. The mobile device as claimed in claim 14, further comprising a temporary memory for the temporary storage of an address to which each of the plurality of SMS messages is to be sent.
16. A method for a mobile device to receive and recreate a file sent as a plurality of SMS messages, including:
(a) the mobile device receiving the plurality of SMS messages;
(b) checking a header of a first of the plurality of SMS messages for a unique identity containing a total number of SMS messages and a number for the first SMS message;
(c) receiving the plurality of SMS messages and extracting from each message a subdivision of a compressed form of the file; and
(d) assembling the subdivisions in their number order to reform the compressed file whether or not all SMS messages have been received.
17. The method as claimed in claim 16, further including decompressing the reformed compressed file.
18. The method as claimed in claim 16, wherein the SMS messages are assembled by ways selected from the group comprising: only when all SMS messages are received, simultaneously when receiving the SMS messages.
19. The method as claimed in claim 16, wherein if at least one SMS message is not received, an attempt is made to retransmit the unreceived at least one SMS message.
20. The method as claimed in claim 16, wherein the file is at least one selected from the group consisting of: text, graphics, image, audio, ring tone, and V-card.
21. The method as claimed in claim 16, wherein an alert for receipt of the file is indicated after the forming of the file.
22. The method as claimed in claim 21 , wherein the indication is selected from the group comprising: visual and aural.
PCT/SG2005/000312 2004-09-21 2005-09-14 Method and apparatus for sending files by sms WO2006033643A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US61193204P 2004-09-21 2004-09-21
US60/611,932 2004-09-21

Publications (1)

Publication Number Publication Date
WO2006033643A1 true WO2006033643A1 (en) 2006-03-30

Family

ID=36090316

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SG2005/000312 WO2006033643A1 (en) 2004-09-21 2005-09-14 Method and apparatus for sending files by sms

Country Status (3)

Country Link
CN (1) CN1753536A (en)
TW (1) TW200631357A (en)
WO (1) WO2006033643A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010136645A1 (en) * 2009-05-25 2010-12-02 Portalify Oy File transfer in private mobile radio
US8336762B1 (en) 2008-11-17 2012-12-25 Greenwise Bankcard LLC Payment transaction processing
CN112512025A (en) * 2020-11-20 2021-03-16 广东公信智能会议股份有限公司 Picture transmission method applied to electronic table board

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101355571B (en) * 2007-07-26 2011-09-28 中国移动通信集团公司 Method, apparatus and system for processing multimedia information
CN104080063A (en) * 2014-06-11 2014-10-01 Tcl通讯(宁波)有限公司 Method and system for transmitting attachment by means of short message

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0981252A2 (en) * 1998-08-19 2000-02-23 Lucent Technologies Inc. Using discrete message-oriented services to deliver short audio communications
EP1039768A2 (en) * 1999-03-19 2000-09-27 Samsung Electronics Co., Ltd. Data transmitting and receiving apparatus and method for a digital mobile station
US6597918B1 (en) * 1999-09-08 2003-07-22 Samsung Electronics Co., Ltd. Apparatus and method for transmitting/receiving long message in digital portable terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0981252A2 (en) * 1998-08-19 2000-02-23 Lucent Technologies Inc. Using discrete message-oriented services to deliver short audio communications
EP1039768A2 (en) * 1999-03-19 2000-09-27 Samsung Electronics Co., Ltd. Data transmitting and receiving apparatus and method for a digital mobile station
US6597918B1 (en) * 1999-09-08 2003-07-22 Samsung Electronics Co., Ltd. Apparatus and method for transmitting/receiving long message in digital portable terminal

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8336762B1 (en) 2008-11-17 2012-12-25 Greenwise Bankcard LLC Payment transaction processing
WO2010136645A1 (en) * 2009-05-25 2010-12-02 Portalify Oy File transfer in private mobile radio
CN112512025A (en) * 2020-11-20 2021-03-16 广东公信智能会议股份有限公司 Picture transmission method applied to electronic table board

Also Published As

Publication number Publication date
CN1753536A (en) 2006-03-29
TW200631357A (en) 2006-09-01

Similar Documents

Publication Publication Date Title
EP1633157B1 (en) Data transmitting and receiving apparatus and method for a digital mobile station
EP1091601B1 (en) Multimedia message content adaptation
TWI302407B (en) System and method for updating dataset versions resident on a wireless device
EP1261224B1 (en) System and protocol for extending the functionality of wireless communication messaging
EP0949829A2 (en) Mobile radio terminal and method for communicating short messages
US20060291505A1 (en) Method for extended transmission capabilities of short message service
US6427064B1 (en) Method and apparatus for maintaining a database in a portable communication device
KR100663403B1 (en) Method for transmitting a multimedia message and system therefor
CN1708975B (en) Server processing of interactive screens for a wireless device
WO2006033643A1 (en) Method and apparatus for sending files by sms
TWI531919B (en) System of document transceiving, device of document transceiving and method thereof
GB2295042A (en) Message delivery system
CN1327360C (en) Information communication system
ITRM940528A1 (en) "FACSIMILE COMMUNICATION SYSTEM WITH SELECTIVE CALL RECEIVERS"
GB2377532A (en) Communications device selects appropriate character code set to minimize memory use per character
US20060035652A1 (en) Short message service management system equipped with additional data transfer function
CN102056094A (en) System and method for transmitting file by using multimedia information
CN100444652C (en) Method for extending message volume
CN101394594A (en) Method for transmitting message and related equipment
US20080171537A1 (en) Method of providing voice stock information via mobile apparatus
KR100765545B1 (en) Mobile Communication Terminal, Server, Mobile Communication System, and Method Using the Same
JP2002024145A (en) Electronic mail communication terminal equipment
CN1784028B (en) Method for receiving multi media information and mobile station
CN114172897B (en) Method and system for transmitting files of PC (personal computer) end and Android end
KR101121533B1 (en) Mobile communication terminal and system capable of log service and method thereof

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase