Sapphire IMEI Utility

Read the device's IMEI and IMSI number on SmartPhone and PPC2002/2003 Phone Edition devices. Sapphire IMEI Utility enables you to record the device's International Mobile Equipment Identifier (IEMI) or International Mobile Subscriber Identity (IMSI) numbers. These numbers can be used to track what device and SIM card are being used by which user. It can also be used to ensure that the data on the device is kept unique by using the number as a device prefix within your data. The Sapphire IMEI Utility allows both the IMEI and IMSI numbers to be read from SmartPhone and PPC2002/2003 Phone Edition devices. Sapphire IMEI Utility is also included in the Sapphire Suite, the complete set of Sapphire Solutions Development Utilities. Now supports Satellite Forms. Windows Mobile 6 platform (WM 6.0) compatible.

Pricing 

Select Currency:

Sapphire IMEI Utility V4.0

Add to Cart $ 303.46 1 Developer License Download (129 KB)
Add to Cart $ 151.73 1 Developer Upgrade License from previous version Verify Download (129 KB)

Sapphire Suite

Add to Cart $ 1,523.38 1 Developer License Download (4.1 MB)

Sapphire VIP Support Plan

Add to Cart $ 303.46 1 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months Download (29 KB)
Add to Cart $ 455.95 2 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months Download (29 KB)
Add to Cart $ 608.44 3 Year - Includes support for all Sapphire products purchased or upgraded within the last twelve months Download (29 KB)

Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase.  All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.

Licensing

One software license is required per machine.
Run-time royalty free.

License also includes 12 months email support and discounted upgrades for future developments.

The VIP Support Plans provide you with continued email support and automatic upgrades of your registered Sapphire products within the support plan period at no extra cost.

You will automatically be supplied with each and every upgrade released for your licensed products during your support period. At the end of your support duration, you will be invited to extend you support plan at the renewal time.

You will be eligible to enroll onto the support plan if you have purchased or upgraded one or more Sapphire Utilities within the past twelve months. The Support plan will cover all utilities purchased or upgraded within the last twelve months. This support will continue and will include periodic upgrades during the support plan's initial period and any subsequent renewals of this support plan.

VIP Support Plan customers will be given priority on any support issues or potential enhancements suggested.

Overview

Screenshot of Sapphire IMEI Utility - .NET Compact Framework/DLL - V4.0Implementation 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 how to retrieve the device’s IMEI number within VB.NET.

Public Function IMEI( ByVal lDeviceIDAs Integer)As String
  DimsIMEIStoreAs String
  DimhInstanceAs Integer

   sIMEIStore = Space(100)
  sIMEI(sIMEIStore, hInstance, lDeviceID, SapphireIMEILicence)
  IMEI = StripString(sIMEIStore)
End Function

DimsIMEIAs String

DimlDeviceIDAs Integer

ForlDeviceID = 0 To10
  lblDeviceID.Text = "Device ID is " & lDeviceID
  lblDeviceID.Update()
  sIMEI = IMEI(lDeviceID)
  IfLen(sIMEI) >= 15 Then
    sIMEI = Mid(sIMEI, 1, 15)
    lblIMEI.Text = "IMEI Number is " & sIMEI
    lblIMEI.Update()
    Exit For
  End If
NextlDeviceID

 

Please, note that this product is also included in the Sapphire Suite, the complete set of Sapphire Solutions eVB, VB.NET and C# Development Utilities. Sapphire Suite package contains the latest version of Sapphire Solutions released utilities: Sapphire RAS Utility, Sapphire FTP Utility, Sapphire GZip, Sapphire Encrypt, Sapphire IrDA, Sapphire Buttons, Sapphire IMEI, Sapphire Battery, etc.


Compatibility

  • Operating System for Deployment
    • Windows XP
    • Windows CE 3.0
    • Windows CE 2.x
  • Architecture of Product
    • 16Bit
    • 32Bit
  • Product Type
    • Component
  • Component Type
    • .NET Compact Framework
    • DLL
  • Compatible Containers
    • Microsoft Visual Studio 2005
    • Microsoft Visual Studio .NET 2003
    • Microsoft Visual Basic 2005
    • Microsoft Visual Basic .NET 2003
    • Microsoft Visual C++ 2005
    • Microsoft Visual C++ .NET 2003
    • Microsoft Visual C# 2005
    • Microsoft Visual C# .NET 2003
    • .NET Framework 2.0
    • .NET Framework 1.1
  • Product Class
    • Business Components

Prerequisites

Disk Space Required: 1MB