US20120331116A1 - Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers - Google Patents
Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers Download PDFInfo
- Publication number
- US20120331116A1 US20120331116A1 US13/608,550 US201213608550A US2012331116A1 US 20120331116 A1 US20120331116 A1 US 20120331116A1 US 201213608550 A US201213608550 A US 201213608550A US 2012331116 A1 US2012331116 A1 US 2012331116A1
- Authority
- US
- United States
- Prior art keywords
- client
- host
- application
- configuring
- drivers
- Prior art date
- Legal status (The legal status 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 status listed.)
- Abandoned
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
Definitions
- the present application deals with a method and system for configuring a communications client on a host device and, more specifically, to configuring a communications client using a standard configuration application and the host device's drivers.
- a client onto the host it is sometimes desirable to add a client onto the host to perform functionality that the host normally would not include. This could, for example, include the addition of a data client onto a mobile device. Other examples of adding a client to host device would, however, be known to those skilled in the art.
- a configuration application for the client allows parameters to be set to ensure the proper functioning of the client. For example, in a client in which secure communications needs to be ensured, an encryption key could be set for the client to allow encrypted communications between a server and the client.
- a host device typically includes a communication means for communicating with the device from an external source.
- external sources include, for example, personal computers with configuration programs on them. Drivers are needed on these external devices in order to communicate with the host device.
- a problem with configuring a client that resides on a host device is that the drivers for each host device will be different and, therefore, the client configuration application needs to be changed for each different host device to allow communication with that host device.
- the present system and method provides an abstract layer between a client configuration application and a set of host drivers in order to allow the configuration of a client on a host device without having to change the client configuration application.
- the client on the host device can thereby be configured regardless of the specific physical link between the host device and the configuring device.
- a series of calls made between the client configuration application and the host drivers are defined in this abstract layer in order to ensure that the client configuration application has access to the client on the host device. These calls can be uniform regardless of the host device by having an abstract interface layer between the client configuration application and the host drivers.
- the present application therefore provides a system for configuring a client on a host device using a configuration application on a configuring device, the system comprising: a link between the configuring device and the host device; host drivers for communicating between the host device and the configuring device over the link; and an interface between the host drivers and the configuration application, wherein said interface allows said configuration application to be independent of the host drivers while allowing the configuration application to configure the client.
- the present application further provides a method for configuring a client on a host device from a configuration application on a configuring device, the host device being linked to the configuration device, the method comprising the steps of: adding a set of host drivers to the configuration device specific for the host device and link; and providing an interface between the configuration application and the set of host drivers, the interface being adapted to communicate with the host drivers, wherein the configuration application can communicate with the client without changing the configuration application for the host device or set of host drivers.
- FIG. 1 is a schematic diagram of the components and data flow according to the present system and method
- FIG. 2 is an example of data calls defined in the abstract layer between the client configuration application and the host drivers
- FIG. 3 is a block diagram of an example architecture of a client on a host device.
- FIG. 4 is a block diagram illustrating a host mobile station.
- the present system and method is directed to the configuration of a client on a host device.
- a data client will need to be configured for a variety of reasons from a configuration device such as a laptop or a desktop computer.
- configuration parameters could include an encryption key for secure communication between a server and the host device and, ultimately, the client on the host device.
- Other configuration parameters could include a service book to set the server identifier that the client should communicate with.
- a configuration tool could also include a back-up/restore for client data such as e-mail or calendar events that a user wishes to restore or save.
- a client configuration application 4 is an application used to configure the parameters of a client. As indicated above, these could include encryption keys, backups, restores, service books or other parameters.
- a client configuration application 4 is located on a configuration device 2 and would normally communicate with a client 15 on a native device (not shown) through native drivers 6 . This is only available when the client is on its own device, and not on a host device.
- the configuration device 2 will need to communicate with host device 8 . This is accomplished through the use of drivers that the host device will recognize. In the preferred embodiment host drivers 10 are used to communicate with host device 8 . Host drivers are known and reside on configuration device 2 .
- Configuration device 2 uses host drivers 10 to communicate over whatever physical link is available for the host device 8 .
- Each host device further could have a different physical link between the device and configuration device 2 .
- Each host device 8 could also have different host drivers to communicate through that physical link.
- client configuration application 4 needs to communicate with a client, regardless of what host 8 the client is on, it is, undesirable that client configuration application 4 be re-written for each host device 8 . Client configuration application 4 would continually need to be updated to allow communication with new devices or upgraded devices.
- Interface 12 is an abstract layer used to convert calls by the client configuration application to a client device into calls to the host device 8 .
- the advantage of adding interface 12 is that very little change needs to be made to existing client configuration application 4 and that any host 8 can be used merely by substituting a different implementation of interface 12 .
- configuration device 2 merely adds another interface implementation 12 for the second host device, and the client configuration application 4 uses the second interface implementation 12 to communicate with the second host device 8 .
- configuration device 2 can be used to configure clients on a variety of host devices 8 .
- configuration device 2 is used to configure multiple host devices 8 , multiple interface implementations 12 are added or present on configuration device 2 .
- interface 12 includes a number of calls to host drivers 10 to allow communication with host device 8 .
- FIG. 2 shows an example of function calls defined in the interface between client configuration application and the host drivers that could be used to send and receive data and to know the device status of the host device 8 within client configuration application 4 .
- Other data calls would be known to those skilled in the art and could be used instead of the example of FIG. 2 .
- interface 12 first sends a start message to host drivers 10 . This indicates to host drivers 10 that client configuration application has started and is awaiting to configure client 15 on host device 8 .
- host drivers 10 learn of this connection and descend a device status (connected) message to client configuration application 4 .
- Client configuration application 4 then knows that host device 8 is connected and that configuration for client 15 can occur.
- client configuration application 4 through interface 12 then uses a send command to host drivers 10 .
- Host drivers 10 conveys data included in this send command to client 15 on host device 8 and a sent status message is sent back from host drivers 10 to interface 12 .
- a sent status message is used to indicate whether or not the message data was sent successfully.
- host drivers 10 can send a message “data arrival” through interface 12 .
- Client configuration application 4 through interface 12 can then send a receive command to obtain the data that has arrived from host device 8 .
- data can be sent and retrieved from client 15 on host device 8 . This continues until the host device 8 is disconnected from the configuration device 2 . Upon disconnect, host drivers 10 send a message “device status (disconnected)” to interface 12 which lets client configuration application 4 know that it can no longer configure client 15 .
- Client configuration application 4 then sends a stop command to host drivers 10 that it is no longer communicating with host drivers 10 .
- interface 12 provides an abstract layer between client configuration application 4 and host drivers 10 which allows communications to and from a client 15 on a host device 8 without having to modify client configuration application 4 .
- client 15 and host are divided into an architecture that includes client applications 20 for client 15 running on top of a virtual machine 22 .
- FIG. 3 Reference is now made to FIG. 3 .
- Client applications 20 can be any application that is designed to run on a virtual machine 22 .
- these could include a messages application 31 for viewing messages that have been received, a contacts application 32 , which presents an address book including phone numbers, e-mail addresses or other contact information for individuals or companies, a calendar application 33 for scheduling appointments and managing time, a browser application 34 for browsing the internet or other network, a compose-message application 35 to compose messages for SMS or e-mail, a save-messages application 36 to view messages that have been saved, a search-messages application 37 to search for a particular message, a lock application 38 to lock the keyboard and screen of the mobile device, and a set-up application 39 to change the set-up configuration for client 15 .
- Other applications 30 could also exist as part of client applications 20 and the above-listed applications are not meant to be limiting. Further, other clients besides client 15 could exist on host device 8 and these other clients could have applications 29 which could be invoked from application 30 .
- Virtual machine 22 is preferably started at power-up of host device 8 and stays running no matter what.
- virtual machine 22 is a JAVA virtual machine and client applications 20 are JAVA applications.
- All client applications 20 use virtual machine 22 to invoke instances of objects created by client applications 20 .
- a feature such as a hardware call from client applications 20 would normally go through client OS 24 .
- Client OS 24 includes a number of primitives for interacting with hardware.
- client OS 24 interacts with the host abstraction layer 26 .
- Host abstraction layer 26 converts calls from client applications 20 to host calls through a native interface 28 .
- Native interface 28 invokes host applications 40 in order to use the host-dependent features on the host device.
- a client application can be activated from a host application 40 .
- a client application selection application 48 uses a set of application program interfaces (APIs) by which the host operating system can request a client application 20 to activate.
- APIs application program interfaces
- Client application selection application 48 uses a client abstraction layer 50 to activate an application within client applications 20 .
- Client application selection application 48 calls a function that is translated in client abstraction layer 50 .
- Client abstraction layer 50 then uses virtual machine 22 to activate a client application 20 .
- Client abstraction layer 50 can either inject the client OS 24 event into virtual machine 22 which causes the selected client application 20 to become active or, alternatively, performs a “reverse-native call”, either through client OS 24 or via client connect 52 to manipulate the native representation of some client object which causes the selected client application 20 to become active.
- a client application 20 for configuring client 15 can be started and can use data received from configuration device 2 to configure client 15 .
- This client can be started as a result of a call from host driver 10 on configuration device 2 .
- This call is received by host device 2 and through a client application selection application 40 starts a client application 20 for configuring client 15 .
- FIG. 4 is a block diagram illustrating a host mobile station including preferred embodiments of the techniques of the present application.
- Mobile station 1100 is preferably a two-way wireless communication device having at least voice and data communication capabilities.
- Mobile station 1100 preferably has the capability to communicate with other computer systems on the Internet.
- the wireless device may be referred to as a data messaging device, a two-way pager, a wireless e-mail device, a cellular telephone with data messaging capabilities, a wireless Internet appliance, or a data communication device, as examples.
- mobile station 1100 is enabled for two-way communication, it will incorporate a communication subsystem 1111 , including both a receiver 1112 and a transmitter 1114 , as well as associated components such as one or more, preferably embedded or internal, antenna elements 1116 and 1118 , local oscillators (LOs) 1113 , and a processing module such as a digital signal processor (DSP) 1120 .
- LOs local oscillators
- DSP digital signal processor
- mobile station 1100 may include a communication subsystem 1111 designed to operate within the MobitexTM mobile communication system, the DataTACTM mobile communication system, GPRS network, UMTS network, EDGE network or CDMA network.
- Network access requirements will also vary depending upon the type of network 1119 .
- mobile station 1100 is registered on the network using a unique identification number associated with each mobile station.
- network access is associated with a subscriber or user of mobile station 1100 .
- a GPRS mobile station therefore requires a subscriber identity module (SIM) card in order to operate on a GPRS network, and a RUIM in order to operate on some CDMA networks. Without a valid SIM/RUIM card, a GPRS/UMTS/CDMA mobile station may not be fully functional.
- SIM subscriber identity module
- the SIM/RUIM interface 1144 is normally similar to a card-slot into which a SIM/RUIM card can be inserted and ejected like a diskette or PCMCIA card.
- the SIM/RUIM card can have approximately 64K of memory and hold many key configuration 1151 , and other information 1153 such as identification, and subscriber related information.
- mobile station 1100 may send and receive communication signals over the network 1119 .
- Signals received by antenna 1116 through communication network 1119 are input to receiver 1112 , which may perform such common receiver functions as signal amplification, frequency down conversion, filtering, channel selection and the like, and in the example system shown in FIG. 4 , analog to digital (A/D) conversion.
- A/D conversion of a received signal allows more complex communication functions such as demodulation and decoding to be performed in the DSP 1120 .
- signals to be transmitted are processed, including modulation and encoding for example, by DSP 1120 and input to transmitter 1114 for digital to analog conversion, frequency up conversion, filtering, amplification and transmission over the communication network 1119 via antenna 1118 .
- DSP 1120 not only processes communication signals, but also provides for receiver and transmitter control. For example, the gains applied to communication signals in receiver 1112 and transmitter 1114 may be adaptively controlled through automatic gain control algorithms implemented in DSP 1120 .
- Network 1119 may further communicate with multiple systems (not shown). For example, network 1119 may communicate with both an enterprise system and a web client system in order to accommodate various clients with various service levels.
- Mobile station 1100 preferably includes a microprocessor 1138 which controls the overall operation of the device. Communication functions, including at least data and voice communications, are performed through communication subsystem 1111 . Microprocessor 1138 also interacts with further device subsystems such as the display 1122 , flash memory 1124 , random access memory (RAM) 1126 , auxiliary input/output (I/O) subsystems 1128 , serial port 1130 , keyboard 1132 , speaker 1134 , microphone 1136 , a short-range communications subsystem 1140 and any other device subsystems generally designated as 1142 .
- a microprocessor 1138 which controls the overall operation of the device. Communication functions, including at least data and voice communications, are performed through communication subsystem 1111 . Microprocessor 1138 also interacts with further device subsystems such as the display 1122 , flash memory 1124 , random access memory (RAM) 1126 , auxiliary input/output (I/O) subsystems 1128 , serial port 1130 , keyboard 1132 , speaker 1134
- Some of the subsystems shown in FIG. 4 perform communication-related functions, whereas other subsystems may provide “resident” or on-device functions.
- some subsystems such as keyboard 1132 and display 1122 , for example, may be used for both communication-related functions, such as entering a text message for transmission over a communication network, and device-resident functions such as a calculator or task list.
- Operating system software used by the microprocessor 1138 is preferably stored in a persistent store such as flash memory 1124 , which may instead be a read-only memory (ROM) or similar storage element (not shown).
- ROM read-only memory
- Those skilled in the art will appreciate that the operating system, specific device applications, or parts thereof, may be temporarily loaded into a volatile memory such as RAM 1126 . Received communication signals may also be stored in RAM 1126 .
- flash memory 1124 can be segregated into different areas for both computer programs 1158 and program data storage 1150 , 1152 , 1154 and 1156 . These different storage types indicate that each program can allocate a portion of flash memory 1124 for their own data storage requirements.
- Microprocessor 1138 in addition to its operating system functions, preferably enables execution of software applications on the mobile station. A predetermined set of applications that control basic operations, including at least data and voice communication applications for example, will normally be installed on mobile station 1100 during manufacturing.
- a preferred software application may be a personal information manager (PIM) application having the ability to organize and manage data items relating to the user of the mobile station such as, but not limited to, e-mail, calendar events, voice mails, appointments, and task items.
- PIM personal information manager
- PIM application would preferably have the ability to send and receive data items, via the wireless network 1119 .
- the PIM data items are seamlessly integrated, synchronized and updated, via the wireless network 1119 , with the mobile station user's corresponding data items stored or associated with a host computer system.
- Further applications may also be loaded onto the mobile station 1100 through the network 1119 , an auxiliary I/O subsystem 1128 , serial port 1130 , short-range communications subsystem 1140 or any other suitable subsystem 1142 , and installed by a user in the RAM 1126 or preferably a non-volatile store (not shown) for execution by the microprocessor 1138 .
- Such flexibility in application installation increases the functionality of the device and may provide enhanced on-device functions, communication-related functions, or both.
- secure communication applications may enable electronic commerce functions and other such financial transactions to be performed using the mobile station 1100 .
- a received signal such as a text message or web page download will be processed by the communication subsystem 1111 and input to the microprocessor 1138 , which preferably further processes the received signal for output to the display 1122 , or alternatively to an auxiliary I/O device 1128 .
- a user of mobile station 1100 may also compose data items such as email messages for example, using the keyboard 1132 , which is preferably a complete alphanumeric keyboard or telephone-type keypad, in conjunction with the display 1122 and possibly an auxiliary I/O device 1128 . Such composed items may then be transmitted over a communication network through the communication subsystem 1111 .
- mobile station 1100 For voice communications, overall operation of mobile station 1100 is similar, except that received signals would preferably be output to a speaker 1134 and signals for transmission would be generated by a microphone 1136 .
- Alternative voice or audio I/O subsystems such as a voice message recording subsystem, may also be implemented on mobile station 1100 .
- voice or audio signal output is preferably accomplished primarily through the speaker 1134
- display 1122 may also be used to provide an indication of the identity of a calling party, the duration of a voice call, or other voice call related information for example.
- Serial port 1130 in FIG. 4 would normally be implemented in a personal digital assistant (PDA)-type mobile station for which synchronization with a user's desktop computer as outline above.
- PDA personal digital assistant
- Such a port 1130 enables a user to set preferences through an external device or software application and would extend the capabilities of mobile station 1100 by providing for information or software downloads to mobile station 1100 other than through a wireless communication network.
- the alternate download path may for example be used to load an encryption key onto the device through a direct and thus reliable and trusted connection to thereby enable secure device communication.
- Other communications subsystems 1140 such as a short-range communications subsystem, is a further optional component which may provide for communication between mobile station 1100 and different systems or devices, which need not necessarily be similar devices.
- the subsystem 1140 may include an infrared device and associated circuits and components or a BluetoothTM communication module to provide for communication with similarly enabled systems and devices.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
A system and method for configuring a client on a host device using a configuration application on a configuring device, the system comprising: a link between the configuring device and the host device; host drivers for communicating between the host device and the configuring device over the link; and an interface between the host drivers and the configuration application, wherein said interface allows said configuration application to be independent of the host drivers while allowing the configuration application to configure the client.
Description
- This application is a continuation of U.S. Pat. No. 8,266,255 scheduled to issue Sep. 11, 2012, entitled “Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers” (12085-US-CNT-4214-01307) which claims priority to U.S. Pat. No. 7,483,963 issued on Jan. 27, 2009, entitled “Method and System for Configuring a Client on Host Devices by Utilizing an Interface Between a Configuration Application and Host Device Drivers on a Configuring Device” (12085-US-PAT-4214-01300) which are incorporated by reference herein as if reproduced in their entirety.
- The present application deals with a method and system for configuring a communications client on a host device and, more specifically, to configuring a communications client using a standard configuration application and the host device's drivers.
- In a host device, it is sometimes desirable to add a client onto the host to perform functionality that the host normally would not include. This could, for example, include the addition of a data client onto a mobile device. Other examples of adding a client to host device would, however, be known to those skilled in the art.
- A configuration application for the client allows parameters to be set to ensure the proper functioning of the client. For example, in a client in which secure communications needs to be ensured, an encryption key could be set for the client to allow encrypted communications between a server and the client.
- A host device typically includes a communication means for communicating with the device from an external source. Such external sources include, for example, personal computers with configuration programs on them. Drivers are needed on these external devices in order to communicate with the host device.
- A problem with configuring a client that resides on a host device is that the drivers for each host device will be different and, therefore, the client configuration application needs to be changed for each different host device to allow communication with that host device.
- The present system and method provides an abstract layer between a client configuration application and a set of host drivers in order to allow the configuration of a client on a host device without having to change the client configuration application. The client on the host device can thereby be configured regardless of the specific physical link between the host device and the configuring device.
- A series of calls made between the client configuration application and the host drivers are defined in this abstract layer in order to ensure that the client configuration application has access to the client on the host device. These calls can be uniform regardless of the host device by having an abstract interface layer between the client configuration application and the host drivers.
- The present application therefore provides a system for configuring a client on a host device using a configuration application on a configuring device, the system comprising: a link between the configuring device and the host device; host drivers for communicating between the host device and the configuring device over the link; and an interface between the host drivers and the configuration application, wherein said interface allows said configuration application to be independent of the host drivers while allowing the configuration application to configure the client.
- The present application further provides a method for configuring a client on a host device from a configuration application on a configuring device, the host device being linked to the configuration device, the method comprising the steps of: adding a set of host drivers to the configuration device specific for the host device and link; and providing an interface between the configuration application and the set of host drivers, the interface being adapted to communicate with the host drivers, wherein the configuration application can communicate with the client without changing the configuration application for the host device or set of host drivers.
- The present system and method will be better understood with reference to the drawings in which:
-
FIG. 1 is a schematic diagram of the components and data flow according to the present system and method; -
FIG. 2 is an example of data calls defined in the abstract layer between the client configuration application and the host drivers; -
FIG. 3 is a block diagram of an example architecture of a client on a host device; and -
FIG. 4 is a block diagram illustrating a host mobile station. - The system and method below will be described with relation to a data client on a host mobile device. However, this is not meant to limit the scope of the present system and method and other clients and hosts are considered to be within the scope of the present application. The use of a data client on a host device is used for illustration only.
- The present system and method is directed to the configuration of a client on a host device. A data client will need to be configured for a variety of reasons from a configuration device such as a laptop or a desktop computer. For example, in a data client configuration parameters could include an encryption key for secure communication between a server and the host device and, ultimately, the client on the host device. Other configuration parameters could include a service book to set the server identifier that the client should communicate with. A configuration tool could also include a back-up/restore for client data such as e-mail or calendar events that a user wishes to restore or save.
- Reference is made to
FIG. 1 . Aclient configuration application 4 is an application used to configure the parameters of a client. As indicated above, these could include encryption keys, backups, restores, service books or other parameters. - A
client configuration application 4 is located on aconfiguration device 2 and would normally communicate with aclient 15 on a native device (not shown) through native drivers 6. This is only available when the client is on its own device, and not on a host device. - If the client is instead configured to reside on a host device 8 the
configuration device 2 will need to communicate with host device 8. This is accomplished through the use of drivers that the host device will recognize. In the preferredembodiment host drivers 10 are used to communicate with host device 8. Host drivers are known and reside onconfiguration device 2. -
Configuration device 2 useshost drivers 10 to communicate over whatever physical link is available for the host device 8. This could include, but is not limited to, Universal Serial Bus (USB), Bluetooth, IrDA and serial ports. - As will be appreciated by one skilled in the art, various host devices 8 could be used. Each host device further could have a different physical link between the device and
configuration device 2. Each host device 8 could also have different host drivers to communicate through that physical link. - If
client configuration application 4 needs to communicate with a client, regardless of what host 8 the client is on, it is, undesirable thatclient configuration application 4 be re-written for each host device 8.Client configuration application 4 would continually need to be updated to allow communication with new devices or upgraded devices. - The present system and method therefore provides an
interface 12 between aclient configuration application 4 andhost drivers 10.Interface 12 is an abstract layer used to convert calls by the client configuration application to a client device into calls to the host device 8. The advantage of addinginterface 12 is that very little change needs to be made to existingclient configuration application 4 and that any host 8 can be used merely by substituting a different implementation ofinterface 12. - In this way, if the client is on a first host device 8, a first interface implementation could be used. If a second host device is provided with a client,
configuration device 2 merely adds anotherinterface implementation 12 for the second host device, and theclient configuration application 4 uses thesecond interface implementation 12 to communicate with the second host device 8. - As will be appreciated by one skilled in the art, a
single configuration device 2 can be used to configure clients on a variety of host devices 8. Whenconfiguration device 2 is used to configure multiple host devices 8,multiple interface implementations 12 are added or present onconfiguration device 2. - Reference is now made to
FIG. 2 . In order to provide communications betweenclient configuration application 4 andhost drivers 10,interface 12 includes a number of calls to hostdrivers 10 to allow communication with host device 8.FIG. 2 shows an example of function calls defined in the interface between client configuration application and the host drivers that could be used to send and receive data and to know the device status of the host device 8 withinclient configuration application 4. Other data calls would be known to those skilled in the art and could be used instead of the example ofFIG. 2 . - In
FIG. 2 ,interface 12 first sends a start message to hostdrivers 10. This indicates to hostdrivers 10 that client configuration application has started and is awaiting to configureclient 15 on host device 8. - When host device 8 is connected to
configuration device 2,host drivers 10 learn of this connection and descend a device status (connected) message toclient configuration application 4.Client configuration application 4 then knows that host device 8 is connected and that configuration forclient 15 can occur. - In the example of
FIG. 2 ,client configuration application 4 throughinterface 12 then uses a send command to hostdrivers 10.Host drivers 10 conveys data included in this send command toclient 15 on host device 8 and a sent status message is sent back fromhost drivers 10 tointerface 12. A sent status message is used to indicate whether or not the message data was sent successfully. - If data arrives on
host drivers 10 from host device 8 that is meant forclient configuration application 4,host drivers 10 can send a message “data arrival” throughinterface 12.Client configuration application 4 throughinterface 12 can then send a receive command to obtain the data that has arrived from host device 8. - Using the above messages and commands, data can be sent and retrieved from
client 15 on host device 8. This continues until the host device 8 is disconnected from theconfiguration device 2. Upon disconnect,host drivers 10 send a message “device status (disconnected)” to interface 12 which letsclient configuration application 4 know that it can no longer configureclient 15. -
Client configuration application 4 then sends a stop command to hostdrivers 10 that it is no longer communicating withhost drivers 10. - Based on the above,
interface 12 provides an abstract layer betweenclient configuration application 4 andhost drivers 10 which allows communications to and from aclient 15 on a host device 8 without having to modifyclient configuration application 4. - While the relationship between a client and a host on host device 8 can include a variety of configurations that would be known to those skilled in the art, in one embodiment the
client 15 and host are divided into an architecture that includesclient applications 20 forclient 15 running on top of avirtual machine 22. Reference is now made toFIG. 3 . -
Client applications 20 can be any application that is designed to run on avirtual machine 22. In the example ofFIG. 3 , these could include amessages application 31 for viewing messages that have been received, acontacts application 32, which presents an address book including phone numbers, e-mail addresses or other contact information for individuals or companies, acalendar application 33 for scheduling appointments and managing time, abrowser application 34 for browsing the internet or other network, a compose-message application 35 to compose messages for SMS or e-mail, a save-messages application 36 to view messages that have been saved, a search-messages application 37 to search for a particular message, alock application 38 to lock the keyboard and screen of the mobile device, and a set-upapplication 39 to change the set-up configuration forclient 15.Other applications 30 could also exist as part ofclient applications 20 and the above-listed applications are not meant to be limiting. Further, other clients besidesclient 15 could exist on host device 8 and these other clients could haveapplications 29 which could be invoked fromapplication 30. -
Virtual machine 22 is preferably started at power-up of host device 8 and stays running no matter what. In one preferred embodiment,virtual machine 22 is a JAVA virtual machine andclient applications 20 are JAVA applications. - All
client applications 20 usevirtual machine 22 to invoke instances of objects created byclient applications 20. - A feature such as a hardware call from
client applications 20 would normally go throughclient OS 24.Client OS 24 includes a number of primitives for interacting with hardware. However, in the case thatclient applications 20 are built onto a host device, it is preferable that instead of interacting with features directly,client OS 24 interacts with thehost abstraction layer 26.Host abstraction layer 26 converts calls fromclient applications 20 to host calls through a native interface 28. Native interface 28 invokeshost applications 40 in order to use the host-dependent features on the host device. - In order to start one of the above applications, it is desirable that a client application can be activated from a
host application 40. When an application is selected in the host environment, a clientapplication selection application 48 uses a set of application program interfaces (APIs) by which the host operating system can request aclient application 20 to activate. - Client
application selection application 48 uses aclient abstraction layer 50 to activate an application withinclient applications 20. Clientapplication selection application 48 calls a function that is translated inclient abstraction layer 50.Client abstraction layer 50 then usesvirtual machine 22 to activate aclient application 20. -
Client abstraction layer 50, in alternative embodiments, can either inject theclient OS 24 event intovirtual machine 22 which causes the selectedclient application 20 to become active or, alternatively, performs a “reverse-native call”, either throughclient OS 24 or via client connect 52 to manipulate the native representation of some client object which causes the selectedclient application 20 to become active. - In the configuration of a
client 15 on a host device 8, aclient application 20 for configuringclient 15 can be started and can use data received fromconfiguration device 2 to configureclient 15. This client can be started as a result of a call fromhost driver 10 onconfiguration device 2. This call is received byhost device 2 and through a clientapplication selection application 40 starts aclient application 20 for configuringclient 15. - Reference is now made to
FIG. 4 .FIG. 4 is a block diagram illustrating a host mobile station including preferred embodiments of the techniques of the present application.Mobile station 1100 is preferably a two-way wireless communication device having at least voice and data communication capabilities.Mobile station 1100 preferably has the capability to communicate with other computer systems on the Internet. Depending on the exact functionality provided, the wireless device may be referred to as a data messaging device, a two-way pager, a wireless e-mail device, a cellular telephone with data messaging capabilities, a wireless Internet appliance, or a data communication device, as examples. - Where
mobile station 1100 is enabled for two-way communication, it will incorporate acommunication subsystem 1111, including both areceiver 1112 and atransmitter 1114, as well as associated components such as one or more, preferably embedded or internal,antenna elements communication subsystem 1111 will be dependent upon the communication network in which the device is intended to operate. For example,mobile station 1100 may include acommunication subsystem 1111 designed to operate within the Mobitex™ mobile communication system, the DataTAC™ mobile communication system, GPRS network, UMTS network, EDGE network or CDMA network. - Network access requirements will also vary depending upon the type of
network 1119. For example, in the Mobitex and DataTAC networks,mobile station 1100 is registered on the network using a unique identification number associated with each mobile station. In UMTS and GPRS networks, and in some CDMA networks, however, network access is associated with a subscriber or user ofmobile station 1100. A GPRS mobile station therefore requires a subscriber identity module (SIM) card in order to operate on a GPRS network, and a RUIM in order to operate on some CDMA networks. Without a valid SIM/RUIM card, a GPRS/UMTS/CDMA mobile station may not be fully functional. Local or non-network communication functions, as well as legally required functions (if any) such as “911” emergency calling, may be available, butmobile station 1100 will be unable to carry out any other functions involving communications over thenetwork 1100. The SIM/RUIM interface 1144 is normally similar to a card-slot into which a SIM/RUIM card can be inserted and ejected like a diskette or PCMCIA card. The SIM/RUIM card can have approximately 64K of memory and hold manykey configuration 1151, andother information 1153 such as identification, and subscriber related information. - When required network registration or activation procedures have been completed,
mobile station 1100 may send and receive communication signals over thenetwork 1119. Signals received byantenna 1116 throughcommunication network 1119 are input toreceiver 1112, which may perform such common receiver functions as signal amplification, frequency down conversion, filtering, channel selection and the like, and in the example system shown inFIG. 4 , analog to digital (A/D) conversion. A/D conversion of a received signal allows more complex communication functions such as demodulation and decoding to be performed in theDSP 1120. In a similar manner, signals to be transmitted are processed, including modulation and encoding for example, byDSP 1120 and input totransmitter 1114 for digital to analog conversion, frequency up conversion, filtering, amplification and transmission over thecommunication network 1119 viaantenna 1118.DSP 1120 not only processes communication signals, but also provides for receiver and transmitter control. For example, the gains applied to communication signals inreceiver 1112 andtransmitter 1114 may be adaptively controlled through automatic gain control algorithms implemented inDSP 1120. -
Network 1119 may further communicate with multiple systems (not shown). For example,network 1119 may communicate with both an enterprise system and a web client system in order to accommodate various clients with various service levels. -
Mobile station 1100 preferably includes amicroprocessor 1138 which controls the overall operation of the device. Communication functions, including at least data and voice communications, are performed throughcommunication subsystem 1111.Microprocessor 1138 also interacts with further device subsystems such as thedisplay 1122,flash memory 1124, random access memory (RAM) 1126, auxiliary input/output (I/O)subsystems 1128,serial port 1130,keyboard 1132,speaker 1134,microphone 1136, a short-range communications subsystem 1140 and any other device subsystems generally designated as 1142. - Some of the subsystems shown in
FIG. 4 perform communication-related functions, whereas other subsystems may provide “resident” or on-device functions. Notably, some subsystems, such askeyboard 1132 anddisplay 1122, for example, may be used for both communication-related functions, such as entering a text message for transmission over a communication network, and device-resident functions such as a calculator or task list. - Operating system software used by the
microprocessor 1138 is preferably stored in a persistent store such asflash memory 1124, which may instead be a read-only memory (ROM) or similar storage element (not shown). Those skilled in the art will appreciate that the operating system, specific device applications, or parts thereof, may be temporarily loaded into a volatile memory such asRAM 1126. Received communication signals may also be stored inRAM 1126. - As shown,
flash memory 1124 can be segregated into different areas for bothcomputer programs 1158 andprogram data storage flash memory 1124 for their own data storage requirements.Microprocessor 1138, in addition to its operating system functions, preferably enables execution of software applications on the mobile station. A predetermined set of applications that control basic operations, including at least data and voice communication applications for example, will normally be installed onmobile station 1100 during manufacturing. A preferred software application may be a personal information manager (PIM) application having the ability to organize and manage data items relating to the user of the mobile station such as, but not limited to, e-mail, calendar events, voice mails, appointments, and task items. Naturally, one or more memory stores would be available on the mobile station to facilitate storage of PIM data items. Such PIM application would preferably have the ability to send and receive data items, via thewireless network 1119. In a preferred embodiment, the PIM data items are seamlessly integrated, synchronized and updated, via thewireless network 1119, with the mobile station user's corresponding data items stored or associated with a host computer system. Further applications may also be loaded onto themobile station 1100 through thenetwork 1119, an auxiliary I/O subsystem 1128,serial port 1130, short-range communications subsystem 1140 or any othersuitable subsystem 1142, and installed by a user in theRAM 1126 or preferably a non-volatile store (not shown) for execution by themicroprocessor 1138. Such flexibility in application installation increases the functionality of the device and may provide enhanced on-device functions, communication-related functions, or both. For example, secure communication applications may enable electronic commerce functions and other such financial transactions to be performed using themobile station 1100. - In a data communication mode, a received signal such as a text message or web page download will be processed by the
communication subsystem 1111 and input to themicroprocessor 1138, which preferably further processes the received signal for output to thedisplay 1122, or alternatively to an auxiliary I/O device 1128. A user ofmobile station 1100 may also compose data items such as email messages for example, using thekeyboard 1132, which is preferably a complete alphanumeric keyboard or telephone-type keypad, in conjunction with thedisplay 1122 and possibly an auxiliary I/O device 1128. Such composed items may then be transmitted over a communication network through thecommunication subsystem 1111. - For voice communications, overall operation of
mobile station 1100 is similar, except that received signals would preferably be output to aspeaker 1134 and signals for transmission would be generated by amicrophone 1136. Alternative voice or audio I/O subsystems, such as a voice message recording subsystem, may also be implemented onmobile station 1100. Although voice or audio signal output is preferably accomplished primarily through thespeaker 1134,display 1122 may also be used to provide an indication of the identity of a calling party, the duration of a voice call, or other voice call related information for example. -
Serial port 1130 inFIG. 4 would normally be implemented in a personal digital assistant (PDA)-type mobile station for which synchronization with a user's desktop computer as outline above. Such aport 1130 enables a user to set preferences through an external device or software application and would extend the capabilities ofmobile station 1100 by providing for information or software downloads tomobile station 1100 other than through a wireless communication network. As indicated above, the alternate download path may for example be used to load an encryption key onto the device through a direct and thus reliable and trusted connection to thereby enable secure device communication. -
Other communications subsystems 1140, such as a short-range communications subsystem, is a further optional component which may provide for communication betweenmobile station 1100 and different systems or devices, which need not necessarily be similar devices. For example, thesubsystem 1140 may include an infrared device and associated circuits and components or a Bluetooth™ communication module to provide for communication with similarly enabled systems and devices. - The above-described embodiments are meant to be illustrative of preferred embodiments and are not intended to limit the scope of the present application. Also, various modifications, which would be readily apparent to one skilled in the art, are intended to be within the scope of the present application. The only limitations to the scope of the present application are set forth in the following claims.
Claims (15)
1. A configuring device, comprising:
a configuration application;
one or more host drivers to communicate between a configuring device and one or more host devices; and
an interface between the one or more drivers and the configuration application, the interface enables the configuration application to configure the client on a first one of the host devices via a first one of the host drivers and the interface enables the application to configure the client on a second one of the host devices via a second one of the host drivers.
2. The configuration device of claim 1 , further comprising a link to enable communication between the configuration device and the host devices, the link selected from the group consisting of: a Bluetooth connection; an IrDA connection; and a physical serial link.
3. The configuration device of claim 1 , wherein the configuration device is a personal computer.
4. A computer-implemented method for configuring a client on host devices via a configuration device, the method comprising:
configuring the client on the host devices;
adding one or more host drivers to the configuration device; and
providing an interface between an application and the set of host drivers, the interface enables the application to configure the client on a first one of the host devices via a first one of the host drivers and the interface enables the application to configure the client on a second one of the host devices via a second one of the host drivers.
5. The method of claim 4 , wherein one of the host devices is a mobile device.
6. The method of claim 4 , wherein the client is a data client.
7. The method of claim 6 , wherein configuring the client involves setting an encryption key.
8. The method of claim 6 , wherein configuring the client involves setting a server identifier.
9. The method of claim 6 , wherein configuring the client includes backing up and restoring data.
10. A host device for configuring a client, comprising:
client applications;
host applications;
a virtual machine for the client applications; and
an interface between the host applications and client applications configured to permit the client applications to start the host applications and the host applications to start the client applications using the virtual machine.
11. The host device of claim 10 , wherein the host device is a mobile device.
12. The host device of claim 10 , wherein the client is a data client.
13. The host device of claim 12 , wherein configuring the client involves setting an encryption key.
14. The host device of claim 12 , wherein configuring the client involves setting a server identifier.
15. The host device of claim 12 , wherein configuring the client includes backing up and restoring data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/608,550 US20120331116A1 (en) | 2004-08-20 | 2012-09-10 | Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/921,885 US7483963B2 (en) | 2004-08-20 | 2004-08-20 | Method and system for configuring a client on host devices by utilizing an interface between a configuration application and host device drivers on a configuring device |
US12/340,426 US8266255B2 (en) | 2004-08-20 | 2008-12-19 | Method and system for configuring settings for a communications client utilizing host device drivers |
US13/608,550 US20120331116A1 (en) | 2004-08-20 | 2012-09-10 | Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/340,426 Continuation US8266255B2 (en) | 2004-08-20 | 2008-12-19 | Method and system for configuring settings for a communications client utilizing host device drivers |
Publications (1)
Publication Number | Publication Date |
---|---|
US20120331116A1 true US20120331116A1 (en) | 2012-12-27 |
Family
ID=35910827
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/921,885 Active 2026-07-05 US7483963B2 (en) | 2004-08-20 | 2004-08-20 | Method and system for configuring a client on host devices by utilizing an interface between a configuration application and host device drivers on a configuring device |
US12/340,426 Expired - Lifetime US8266255B2 (en) | 2004-08-20 | 2008-12-19 | Method and system for configuring settings for a communications client utilizing host device drivers |
US13/608,550 Abandoned US20120331116A1 (en) | 2004-08-20 | 2012-09-10 | Method and System for Configuring Settings for a Communications Client Utilizing Host Device Drivers |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/921,885 Active 2026-07-05 US7483963B2 (en) | 2004-08-20 | 2004-08-20 | Method and system for configuring a client on host devices by utilizing an interface between a configuration application and host device drivers on a configuring device |
US12/340,426 Expired - Lifetime US8266255B2 (en) | 2004-08-20 | 2008-12-19 | Method and system for configuring settings for a communications client utilizing host device drivers |
Country Status (1)
Country | Link |
---|---|
US (3) | US7483963B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10146712B2 (en) | 2015-02-27 | 2018-12-04 | Samsung Electronics Co., Ltd. | Method of communicating with peripheral device in electronic device on which plurality of operating systems are driven, and the electronic device |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2006010241A1 (en) * | 2004-07-30 | 2006-02-02 | Research In Motion Limited | System and method for providing a communications client on a host device |
KR20060053250A (en) * | 2004-10-13 | 2006-05-19 | 조배수 | Plug and play system and method between host and client |
US8464238B1 (en) * | 2006-01-31 | 2013-06-11 | Qlogic, Corporation | Method and system for managing storage area networks |
US7797679B2 (en) * | 2006-08-31 | 2010-09-14 | Research In Motion Limited | System and method for providing a parameter for an application operating on an electronic device |
US20090216864A1 (en) * | 2008-02-27 | 2009-08-27 | Nokia Corporation | Methods, apparatuses, and computer program products, for automatically finding configuration settings for services |
US8561137B2 (en) * | 2008-07-23 | 2013-10-15 | Oracle International Corporation | Techniques for identity authentication of virtualized machines |
US20110040900A1 (en) * | 2009-08-13 | 2011-02-17 | Yepez Roberto Gabriel | Host/peripheral local interconnect that is compatible with self-configurable peripheral device |
US20110040899A1 (en) * | 2009-08-13 | 2011-02-17 | Yepez Roberto Gabriel | Host/peripheral local interconnect that is compatible with self-configurable peripheral device |
US9424444B2 (en) | 2009-10-14 | 2016-08-23 | At&T Mobility Ii Llc | Systems, apparatus, methods and computer-readable storage media for facilitating integrated messaging, contacts and social media for a selected entity |
US8626891B2 (en) | 2010-11-03 | 2014-01-07 | International Business Machines Corporation | Configured management-as-a-service connect process based on tenant requirements |
Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6295645B1 (en) * | 1997-12-22 | 2001-09-25 | Texas Instruments Incorporated | Method and apparatus for providing downloadable functionality to an embedded coprocessor |
US20020031166A1 (en) * | 2000-01-28 | 2002-03-14 | Ravi Subramanian | Wireless spread spectrum communication platform using dynamically reconfigurable logic |
US20020184289A1 (en) * | 2001-05-30 | 2002-12-05 | Motoyuki Katoh | Program-executing apparatus and portable information processing apparatus |
US20030046432A1 (en) * | 2000-05-26 | 2003-03-06 | Paul Coleman | Reducing the amount of graphical line data transmitted via a low bandwidth transport protocol mechanism |
US20030088710A1 (en) * | 2001-07-05 | 2003-05-08 | Sukhwinder Sandhu | Simulation environment software |
US20030090712A1 (en) * | 1999-07-14 | 2003-05-15 | Lenz Gary A. | Identification card printer with client/server |
US20030120822A1 (en) * | 2001-04-19 | 2003-06-26 | Langrind Nicholas A. | Isolated control plane addressing |
US20030149894A1 (en) * | 2002-02-04 | 2003-08-07 | Atreus Systems Corp. | Policy distribution point for setting up network-based services |
US6629145B1 (en) * | 2000-03-01 | 2003-09-30 | Avaya Technology Corp. | System and method of network independent remote configuration of internet server appliance |
US20040230971A1 (en) * | 2003-05-16 | 2004-11-18 | Appstream, Inc. | Method and apparatus for packaging and streaming installation software |
US20060010107A1 (en) * | 2004-07-09 | 2006-01-12 | Lu Nguyen | Method and system for performing a backup by querying a backup infrastructure |
US7213044B2 (en) * | 2001-08-31 | 2007-05-01 | Microsoft Corporation | Point-to-point data communication implemented with multipoint network data communication components |
US20100058190A1 (en) * | 2004-07-29 | 2010-03-04 | Research In Motion Limited | Method And System For Coordinating Device Setting Between a Communications Client And Its Host Device |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6096094A (en) | 1997-10-03 | 2000-08-01 | National Instruments Corporation | Configuration manager for configuring a data acquisition system |
US6658459B1 (en) * | 1998-02-27 | 2003-12-02 | Adaptec, Inc. | System for sharing peripheral devices over a network and method for implementing the same |
US6895588B1 (en) * | 1999-04-09 | 2005-05-17 | Sun Microsystems, Inc. | Remote device access over a network |
WO2002067483A2 (en) * | 2000-10-27 | 2002-08-29 | Softconnex Technologies | Automatic embedded host configuration system and method |
US7877518B2 (en) | 2000-11-30 | 2011-01-25 | Access Systems Americas, Inc. | Method and apparatus for updating applications on a mobile device via device synchronization |
US7159150B2 (en) * | 2002-12-31 | 2007-01-02 | International Business Machines Corporation | Distributed storage system capable of restoring data in case of a storage failure |
US7493626B2 (en) * | 2003-04-02 | 2009-02-17 | Apple Inc. | Method and apparatus for communicating between device drivers in a computer system |
US7363623B2 (en) * | 2004-08-05 | 2008-04-22 | Canon Kabushiki Kaisha | Services of remote software installation, configuration and afterward support, for network connected peripherals |
-
2004
- 2004-08-20 US US10/921,885 patent/US7483963B2/en active Active
-
2008
- 2008-12-19 US US12/340,426 patent/US8266255B2/en not_active Expired - Lifetime
-
2012
- 2012-09-10 US US13/608,550 patent/US20120331116A1/en not_active Abandoned
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6295645B1 (en) * | 1997-12-22 | 2001-09-25 | Texas Instruments Incorporated | Method and apparatus for providing downloadable functionality to an embedded coprocessor |
US20030090712A1 (en) * | 1999-07-14 | 2003-05-15 | Lenz Gary A. | Identification card printer with client/server |
US20020031166A1 (en) * | 2000-01-28 | 2002-03-14 | Ravi Subramanian | Wireless spread spectrum communication platform using dynamically reconfigurable logic |
US6629145B1 (en) * | 2000-03-01 | 2003-09-30 | Avaya Technology Corp. | System and method of network independent remote configuration of internet server appliance |
US20030046432A1 (en) * | 2000-05-26 | 2003-03-06 | Paul Coleman | Reducing the amount of graphical line data transmitted via a low bandwidth transport protocol mechanism |
US20030120822A1 (en) * | 2001-04-19 | 2003-06-26 | Langrind Nicholas A. | Isolated control plane addressing |
US20020184289A1 (en) * | 2001-05-30 | 2002-12-05 | Motoyuki Katoh | Program-executing apparatus and portable information processing apparatus |
US20030088710A1 (en) * | 2001-07-05 | 2003-05-08 | Sukhwinder Sandhu | Simulation environment software |
US7213044B2 (en) * | 2001-08-31 | 2007-05-01 | Microsoft Corporation | Point-to-point data communication implemented with multipoint network data communication components |
US20030149894A1 (en) * | 2002-02-04 | 2003-08-07 | Atreus Systems Corp. | Policy distribution point for setting up network-based services |
US20040230971A1 (en) * | 2003-05-16 | 2004-11-18 | Appstream, Inc. | Method and apparatus for packaging and streaming installation software |
US20060010107A1 (en) * | 2004-07-09 | 2006-01-12 | Lu Nguyen | Method and system for performing a backup by querying a backup infrastructure |
US20100058190A1 (en) * | 2004-07-29 | 2010-03-04 | Research In Motion Limited | Method And System For Coordinating Device Setting Between a Communications Client And Its Host Device |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10146712B2 (en) | 2015-02-27 | 2018-12-04 | Samsung Electronics Co., Ltd. | Method of communicating with peripheral device in electronic device on which plurality of operating systems are driven, and the electronic device |
Also Published As
Publication number | Publication date |
---|---|
US20060041645A1 (en) | 2006-02-23 |
US20090100156A1 (en) | 2009-04-16 |
US7483963B2 (en) | 2009-01-27 |
US8266255B2 (en) | 2012-09-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8266255B2 (en) | Method and system for configuring settings for a communications client utilizing host device drivers | |
CA2538865C (en) | Method and apparatus for provisioning a communications client on a host device | |
US7684791B2 (en) | Multiple keyboard context sensitivity for application usage | |
US8234356B2 (en) | Method and system for coordinating device setting between a communications client and its host device | |
US8126446B2 (en) | System and method for provisioning a third party mobile device emulator | |
AU2005251380B2 (en) | Method and apparatus for synchronizing contact data stores | |
US8180861B2 (en) | System and method for providing a communications client on a host device | |
US20060036677A1 (en) | Method and system for coordinating input and output between a communications client and its host device | |
CA2512722C (en) | Method and system for configuring settings for a communications client utilizing host device drivers |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: RESEARCH IN MOTION LIMITED, CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ZHANG, HAINING;MATTON, MAXIME;SIGNING DATES FROM 20040818 TO 20040819;REEL/FRAME:030258/0970 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: MALIKIE INNOVATIONS LIMITED, IRELAND Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BLACKBERRY LIMITED;REEL/FRAME:064104/0103 Effective date: 20230511 |