Questions tagged [serial-number]

A unique code assigned for identification of a single unit or device.

Read more on wikipedia: https://en.wikipedia.org/wiki/Serial_code

292 questions
-2
votes
1 answer

How to get IMEI number programatically in swift iOS?

I am making an iOS enterprise app which need iPhone/iPad IMEI, serial number and UUID programatically in Swift but I am not getting any way to find it out. Apple doesn't allow us to get IMEI number directly but please let me know if any third party…
Viral Mithani
  • 313
  • 4
  • 17
-2
votes
1 answer

How to get serial number of iPhone programmatically?

I want to get serial number of iOS device programatically. I try to use https://gist.github.com/0xced/566994 library and I am able to get serial number in simulator but this is not working on real device. Note: I am not uploading my app on itune.
Shiv
  • 1
  • 1
  • 2
-2
votes
1 answer

Create msgbox when running batch

@echo off wmic csproduct get uuid pause wmic DISKDRIVE get SerialNumber pause getmac pause I need each one to pop its own message box, so when I click OK it moves to the next one and then the next one. At the end it saves all as a text document on…
Arodger
  • 9
  • 2
-3
votes
1 answer

16-digit number manipulation on a 32-bit programming language

I have a simple problem, but because this "programming language" I am using is 32-bit and only supports basic functions such as addition, subtraction, multiplication, division, and concatenation (literally that's it), I am having some trouble. For…
Rui Nian
  • 2,544
  • 18
  • 32
-3
votes
4 answers

How to get mac address from integrated network adapter

Many motherboards have an integrated network adapter. I need to get mac address from this device if exists. From Network adapter: private void getMacFromInetAddress(){ try { Enumeration networks =…
Saahon
  • 404
  • 1
  • 6
  • 27
-3
votes
2 answers

How do you create a unique id which cannot be faked?

I have a .NET client app and a PHP server web app. At some point, the .NET app will have to be identified by a unique id and pass that data to the webserver by http post. The web server will respond with some data and store the unique id in a…
andreas
  • 7,844
  • 9
  • 51
  • 72
-5
votes
1 answer

How to generate a 14 digit serial number in python?

How can I generate 14 digit serial numbers in python where the last for 4 digit will be 0001 the next will be 0002 ...... 0011 and so on? This is how I want the format of the number to be 12101010010001 below is the breakdown of the format. First…
MyCDAR
  • 55
  • 7
1 2 3
19
20