The serial-number tag has no wiki summary.
1
vote
1answer
60 views
C#/Native: Reading HDD Serial Using SCSI PassThrough
I have written three different methods that make use of native CreateFile and DeviceIoControl calls in order to retrieve the HDD Serial Number (not the Model Number). The first one uses S.M.A.R.T., ...
0
votes
0answers
48 views
Hardware/BIOS serial number [closed]
If I update my BIOS, does the BIOS serial number change?
I am wanting to know this because I am making a software registration and would like to get some hardware IDs of hardware items that do not ...
0
votes
2answers
82 views
Android Unique Serial Number
I am developing an android application that targets Android 4.0 (API 14) and above.
I am looking for a serial number that is unique per device and that persists for ever (dies with the device, does ...
0
votes
0answers
35 views
tomcat/jsp/bean offer serial imprinted java applet for download
(i have searches stack and google for hours... nothing)
What I want to do:
have a jsp/bean + tomcat based server
through webaccess a client can login and download a custom serialnumber imprinted ...
0
votes
0answers
120 views
c# serial number of HDD
I need to get the serial number of a simple HDD. It seems simple, but my problem is, the HDD may not be on my computer. I can access for this device with: \XYZ or \192.168.1.1.
So I need some code, ...
0
votes
0answers
59 views
How to set unique Serial Number for each android devices during mass production
I have successfully ported Android on my IP-Set top Box. I am unable to set its Serial number that will be reflected in Settings -> About Tablate -> Status -> Serial Number.
Currently this section is ...
1
vote
1answer
194 views
What is the simplest way to retrieve the device serial number of an iOS device using MonoTouch?
Does MonoTouch have a simple mechanism for retrieving the device serial number (not UDID) of an iOS device? Is there a third-party library which I can use to obtain this?
In case it matters, I'm ...
0
votes
1answer
114 views
Retrieving hardware info for Windows and Linux
I have a dual boot (Ubuntu and Win7) machine and I need retrieve some hardware info. In this first moment, I'll list the following:
Processor ID or Serial Number;
Motherboard Serial Number;
...
0
votes
0answers
114 views
retrieve serialnumber remotely
Im trying to create a program or a script to remotely retrieve all the hardwares (computers, printers etc) serialnumbers and I was just wondering if WMI is necessary.
I do know about the basic
wmic ...
0
votes
0answers
32 views
How to generate all numeric serial number? [duplicate]
Possible Duplicate:
How to create serial number generator?
I wanna generate a huge amount of serial numbers for my software. The serial number
must be numeric only,
don't use any ...
0
votes
0answers
13 views
How to find my 1TB External Drive Serial number [duplicate]
Possible Duplicate:
Get HDD (and NOT Volume) Serial Number on Vista Ultimate 64 bit
I managed to identify the following info but NOT the serial number:
1) From Device Manager
Disk drive
...
2
votes
0answers
533 views
adb got same serial number when two phone are connected on a pc. Can I change the serial number?
I have two devices connected at the same time to a computer.
If I use command: adb devices, adb got this:
List of devices attached
0123456789ABCDEF device
0123456789ABCDEF device
So, the devices ...
1
vote
1answer
819 views
Same serial number on several android devices. Adb is useless. How can I change the serial number?
I bought a lot (500+) cheap China tablet with AllWinner processor and Android 4.0.3. All tablets expose the same serial number. I can't deploy my application simultaneously on several devices (with a ...
1
vote
2answers
984 views
Getting Windows serial number (was: Getting MachineGuid from Registry)
I am trying to fetch MachineGuid from the registry, to create some level of binding with the OS for my license system. From the documentation I can use
string key = ...
0
votes
2answers
143 views
Creating a large number of random serial keys
I am developing a application where user is only authenticated if he enters a serial key correctly. This serial key is matched with the serial key already present in database. This serial key should ...
1
vote
2answers
343 views
Getting CPU ID Serial Number in Perl for win32
How to get CPU/Processor serial number or unique ID in perl for windows machine without using any modules, probably using syscalls or something?
0
votes
1answer
80 views
How can I execute code after receiving a paypal payment?
I have finished designing a program, and am ready to create a commerce system. Ideally, I would like to use Paypal to handle all the transactions for me, how ever I want this to be done on my own ...
1
vote
1answer
43 views
How can I programatically get the MEID/ESN in Bada?
I am trying to gain access to the MEID/ESN using C/C++ on Samsung's Bada OS. I would appreciate if someone could point me in the right direction (websites, documentation, etc).
Thanks much!
-Kamran
0
votes
0answers
146 views
Checking serial number on installer
I have a web app and I would like to protect it by having a serial number system. This is all being dealt with via woocommerce and the software addon, the API docs are here. This then generates a ...
1
vote
1answer
82 views
Retreiving serialno of device
I'm unable to select serialno from Win32_DiskDrive. When I'm debugging it is showing me "NOT FOUND"
Code given as below:
string serialno="";
ManagementObjectSearcher mosDisks = new ...
0
votes
1answer
47 views
Finding any drive serialno, modelno, type
I'm not able to find the serial number, model number, and type of drives attached to my system programmatically.
So, can anyone help me out of this problem?
0
votes
0answers
41 views
Get HD Real Serial Number in VB 2010 [duplicate]
Possible Duplicate:
Get H/D Serial number (Not Volumn Serial Number) for IDE and SATA
How I can get the real serial number of a hard disk which never changes if formatted, using VB 2010 or ...
2
votes
1answer
404 views
How to get Device Serial Number (Not Device ID)
How to get Device Serial Number? I don't want Device ID. I want Serial number (the one which we see in Devices view in Eclipse). If there is no way to get it, can I at least know where is it stored?
0
votes
0answers
311 views
getting the manufacturer serial number of a flash disc in Delphi
I have tried all the code displayed on this question on my usb flash disk with windows XP sp3, it always return this message "I/O error 105" without displaying any serial. what is the solution ?
1
vote
1answer
1k views
How can I read HDD volume serial number using VB 6?
How can I read HDD volume serial number using VB 6 but without using any ActiveX controls or third party add-ons?
2
votes
0answers
130 views
Licensing solutions compatible with e-junkie?
I need a licensing solution. As it stands I've rolled my own partial key verification solution but obviously not being a cryptography expert or possessing a budget or a team to afford more than myself ...
2
votes
2answers
614 views
How to create serials key to protect an application
I have an application that creates a serial key as follows:
Take customername
Sign customername using privatekey and sha/dsa algorithm
Then license can be checked by decoding with public key, and ...
1
vote
3answers
1k views
how to decode android.os.Build.SERIAL?
I'm working on the recurring serial number topic to provide a unique id.
I try this :
String serial = null;
try {
Class<?> c = ...
0
votes
1answer
224 views
How to get Serial Number (processor tray) with Cocoa
By typing : system_profiler SPHardwareDataType | grep 'Serial Number'
I get 2 serial numbers.
The first ("Serial Number (system)") can be put in NSString by :
(NSString ...
1
vote
1answer
2k views
Android: can I read IMEI using ADB.EXE? [duplicate]
Possible Duplicate:
Is there an android shell or adb command that I could use to get a device's IMEI/MEID?
I need to read the same value returned by TelephonyManager.getDevideId() from ...
0
votes
0answers
90 views
Hiding Hard Drive Number [closed]
I know some softwares save my hard disk number for security issue (and I don't know what is the exact security issue).
Is this possible to hide my hard disk number (or CPU ID or any ID number) from ...
1
vote
1answer
304 views
How can i set the serial for this serial form (Inno Setup)
I was looking for a serial script and I found one here:
CustomPage for Serial Number in Inno Setup
But how can I set the serial because all serials are valid now.
Thanks for your answer!
4
votes
3answers
187 views
how can programs tell if you've used them past them demo period?
On certain programs you can run them on a demo period for say 'ten tasks' or '5 hours' before you need to decide to purchase them to keep using them, but if you delete and uninstall the program then ...
0
votes
2answers
697 views
Check volume serial number within a bat file
Im writing a batch script to run on a flash drive. I need to validate the volume serial number of flash drive inside the code, therefore nobody should be able to run it from a different location.
...
3
votes
0answers
1k views
WMI HDD Serial Number Transposed
I have some code to fetch a hard drive serial number from the WMI.
SelectQuery selectQuery = new SelectQuery("Win32_PhysicalMedia");
ManagementObjectSearcher searcher =
new ...
1
vote
3answers
539 views
how to get the serial number from the USB device on Unix-like systems
The binary file is located on a USB key used as a dongle.
I need to get a unique identifier from the key. VendorID + DeviceID is out of the question because they may be the same if the USB key's ...
3
votes
2answers
552 views
Verify Serial Key with standalone DLL file - convert function NSIS => Prototype => Pascal
Could you help me with creating Serial Check Function that bases on DLL file?
Unfortunately I do not have Function Prototype.
What I have is NSIS version of the function:
SetOutPath $PLUGINSDIR
...
1
vote
3answers
756 views
Serial Number to lock program/Make Trial?
I am looking for guidance on creating a system that will allow me to lock my programs and put them in trial mode.
The part I want guidance with is the algorithm to create/check the keys, do you guys ...
1
vote
1answer
503 views
Getting Primary HDD serial on OSx using terminal
Ok, so I think the title of this question pretty much sums it up.
I would to know of a way to obtain the serial number of the HDD that the operating system is installed on, in OSx without having ...
9
votes
2answers
2k views
CustomPage for Serial Number in Inno Setup
How to create CustomPage in Inno Setup with Edit Boxes for Serial Number?
E.g. 6x5chars or 7x5chars?
Script should check if all boxes are filled before Next button become available.
It would be ...
1
vote
2answers
646 views
Writing a oracle stored procedure to generate a unique serial number?
I need to generate a unique serial number in our web application.
I have created a table called SerialNumber which will have only one row. In the begining it will have value like '0000000000' ten ...
1
vote
1answer
1k views
Getting BIOS Serial Number without WMI
I'm attempting to get the serial number of the BIOS for a WinXP Embedded 32-bit system from a Win32 user mode application (MFC if that makes any diff).
I'm trying to get the same serial number that ...
1
vote
1answer
565 views
Determine hard drive serial number in mono?
I am developing a library in C# that generates a unique hardware ID using these 3 variables
Machine name
MAC address
Hard drive serial number
I am able to get the machine name and MAC address in ...
0
votes
2answers
2k views
wmic diskdrive get serialnumber -> invalid xml output
I want to read the name and the serialnumber of my Hard-Drives.
I stumbled upon wmic but i'm having troubles. I guess these two commands should do the trick, but I only get the message:
Invalid ...
0
votes
2answers
564 views
On an Android device is there a way to programmatically get the USB serial number as shown in ADB?
On an Android device is there a way to programmatically get the USB serial number as shown in ADB?
Secure.getString(mApp.getContentResolver(), Secure.ANDROID_ID) is different then what is shown in ...
0
votes
3answers
811 views
Hard disk id of SATA drives
I am using Hard disk ID for my software to check if the authentic user is using the software.
For IDE type hard disk i get the id using the procedure GetIdeSerialNumber.
but in case of SATA drives ...
0
votes
0answers
377 views
How to identify mobile by its serial number? [duplicate]
Things like:
when we run “adb devices”, it will return serial number of devices.
With these number, how do we identify the band of mobile?
like "HT....." is from HTC?
whether I can find out the ...
0
votes
1answer
516 views
Reading Samsung firmware and serial from Android phones (java)
I'm looking for a way to read the firmware version (e.g. I9100XXKI3) from a Samsung mobile phone running Android from within an App. I know it is possible as I've seen an app already doing this ...
0
votes
2answers
1k views
how to get hard disk serial number with action script
I'm using action script 3.0 compiling the code to flash 10
how to get hard disk serial number with action script?
I want to get this info without any security requirement. Is there a way to do it?
3
votes
2answers
2k views
Getting PCSC reader serial number with WinSCard
I have a problem with getting PCSC reader serial number if card is not present in the reader. I am using winscard.dll and c++.
The following code will work only for the case if card is present in the ...

