Return to home page    
   
Home Page View our selection of products Find out more about the services we offer A selection of downloads available Purchase online View our product manual documentation Talk to other members on our online forum A selection of companies we have worked for A selection of companies we work with Other useful resources on the web Get in touch
 
 

Sapphire Mail Utility

Product Details
Online Manual
Download Demo
Purchase
Upgrade
Supported Hardware
Support
 
     
   

Sapphire Sim Utility

Version

Product Details

Sapphire SIM Utility Demo Application

The Sapphire SIM utility provides the Visual Studio developer with the ability to manage the SIM card of a Pocket PC Phone Edition, Windows Mobile or Smartphone device. It enables the user to add, change and delete contacts from teh normal and fixed sialling areas of the SIM card. The utility can also initiate a phone call and enable or disable the fixed dialling features.

Product Features

The Sapphire Sim Utility makes SIM card management easy with the following features:

  • Make a phone call
  • Add a contact to the SIM card
  • Update a contact on the SIM card
  • Delete a contract form the SIM card
  • Enable or disable fixed dialling
  • Enter PIN and PIN2 numbers

You can download the latest demo version to see a fully working demo which you can reuse within your application as you see fit. This can be found on the download pages. The demo versions are fully functional and simply contain a popup message from time to time. These are ideal if you are selling your application to the client where you can be confident the application will work in practice and not just theory.

Sample Code

Implementation couldn’t be easier, simply declare the DLL function as a function within your application and call it as though you wrote it yourself. Here’s a sample demo to show how to make a call, list the SIM card phone numbers and to store a phone number.

Public Sub MakeCall(ByVal sPhoneNumber As String)
    sSIMMakeCall(sPhoneNumber, SapphireSIMLicence)
End Sub


Public Sub ListPhoneNumbers(ByRef iEntries As Integer, _
                            ByVal iLocation As Integer, _
                            ByRef sPhoneNames As String, _
                            ByRef sPhoneNumbers As String)
Dim sListPhoneNames As String
Dim sListPhoneNumbers As String sListPhoneNames = Space(1024)
sListPhoneNumbers = Space(1024)
sSIMListPhoneNumbers(iEntries, _ iLocation, _ sListPhoneNames, _ sListPhoneNumbers, _ SapphireSIMLicence)
sPhoneNames = StripString(sListPhoneNames)
sPhoneNumbers = StripString(sListPhoneNumbers)
End Sub Public Sub WritePhoneNumber(ByVal iIndex As Integer, _ ByVal iLocation As Integer, _ ByVal sPhoneName As String, _ ByVal sPhoneNumber As String)
UnlockPIN("123456", "")
sSIMWritePhoneNumber(iIndex, _ iLocation, _ sPhoneName, _ sPhoneNumber, _ SapphireSIMLicence)
End Sub

Royalty Free Licence

When you purchase a developer’s licence, you are free to use the DLL in any number of your projects and deploy it to all the devices to your clients. There’s no need for royalties based on the scale of your project, just a one off fee. You will also get 12 months email support and discounted upgrades for future developments.

Developer's Licence cost 299 GBP.

PayPal Purchase

 
 
 
home | products | services | downloads | store | manual | forum | clients | partners | links | contact
Terms and Conditions
Copyright ©, 2024 Sapphire Solutions Ltd
Website created by Martin Adams