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
0
votes
1 answer

How to obtain the serial number of the certificate, which was used to encrypt a message?

I use Java with BouncyCastle to decrypt and verify p7m s/mime messages. When the private key I have chosen to decrypt the message does NOT match, I get errors from Bouncy Castle like "exception unwrapping key" or "bad padding". But how can I output…
Dan
  • 59
  • 5
0
votes
1 answer

Auto Incremental serial number for MySQL View

Having a issue with my project need to insert an auto incremental value for my MySQL view, I would be nice if you guys help in solving this obstacle, Here is the code in which I wanna have auto incremental serial number (say S.No) as the first…
Yash Rafa
  • 5
  • 3
0
votes
0 answers

Android secuirty my App get serial number to device

in my app : I want to prevent user send my app to another phone i have idea to check serial number to device and every user i sell my app for him ,i will give him app open on his device with his derail number just don't open in another phone MY…
Ayham Showa
  • 135
  • 1
  • 2
  • 10
0
votes
2 answers

Secure the installation of a software by prompting for a serial number

I am working on a project (Java project) and using Inno Setup 5 to create an installer. How can I secure the use of the install.exe and ask a serial number during the installation? Thanks for the help.
user1571292
  • 129
  • 1
  • 9
0
votes
1 answer

How to access serial number of iPhone using a Windows Application (Any Language)

Basically I want to grab the serial number from an iphone. On windows when you click properties on the phone, you can look at the serial number. I have tried using different libraries for node and java that use libusb but I cannot seem to pull the…
TSwift
  • 38
  • 4
0
votes
3 answers

symfony2 how to guarante serial number not in use

I have a document management system in symfony2. Once user establishes my document entity it will be assigned a serial number. This is how I find the serial to assign 1) Check in DB for highest serial in use 2) Assign it and flush entity. I use this…
Matt Welander
  • 8,234
  • 24
  • 88
  • 138
0
votes
1 answer

How to add a serial number to my usb stick

I have a cheap usb stick. Unfortunately my stick has no serial number. Is it possible to add an own serial number to my stick?
Alexander G.
  • 333
  • 1
  • 4
  • 15
0
votes
2 answers

How to get motherboard serial in Delphi?

Possible Duplicate: how to get motherboard id or serial number ?[Delphi] Is there any free component to get the motherboard serial number in Delphi?
Kermia
  • 4,171
  • 13
  • 64
  • 105
0
votes
2 answers

PHP: Generate ordered IDs that has no zeros and ones

I want to create ordered numbers from 2 to whatever with no zero's and ones. e.g 1, 10, 11, 15, 41, 50, 60, 61, etc these are invalid number My try: for($i=0, $ii=1000; $i<$ii; $i++){ if($i%11){ continue; } } but this does not…
Dahab
  • 518
  • 1
  • 5
  • 23
0
votes
2 answers

DRM over SD Cards safe?

I'm trying to implement a DRM based around SDCard's serial number in Windows CE. There are a few question I'm concerning. Is SDCards' serial numbers unique like the MAC address ? In Windows CE 6 (as some source codes are available, can someone make…
VOX
  • 2,883
  • 2
  • 33
  • 43
0
votes
1 answer

Serial code 00000000000 on Samsung devices

I'm trying to get the serial number of Samsung tablets. If I go to Settings > About device > Status the serial number shown is 00000000000. If I do the same thing on another Samsung device a different (probably correct one) serial number is shown.…
dephinera
  • 3,703
  • 11
  • 41
  • 75
0
votes
1 answer

How to get old Coldfusion MX7 Serial Number In FileSystem

In production, I had two ColdFusion MX7 Server. One crashed last month and I would retrieve my Serial Number to reinstall my environment. I know that it's possible to get back the Serial number from the Administrator interface but I can't start my…
Hackilltour
  • 113
  • 1
  • 9
0
votes
2 answers

I want to give same number to the duplicate data in excel

I want to give same number to the duplicate data in excel A B apple 1 apple 1 apple 1 ball 2 bat 3 dog 4 dog 4 goat 5
user4542333
0
votes
1 answer

AutoIncrement SerialNo not working correctly when using PagedList.Mvc

I am using PagedList.Mvc in my project and its working absolutely fine.But the problem is after installing it serialno is not autoincremented. For example if i've 20 records in the db and showing only 10 records in the page listed from 1 to 10,on…
ksg
  • 3,927
  • 7
  • 51
  • 97
0
votes
1 answer

How do I get the system-serial-number for Xen Server?

I would like to find out how could I be able to retrieve the system-serial-number of virtual machines installed on Citrix XenServer. I had referred to How to get unique ID of a Citrix XenServer VM from the guest OS? but still could not get with the…
Win.T
  • 109
  • 1
  • 3