serial-number Questions
14
How do I obtain the serial number of the CPU in a PC?
Charactery asked 18/9, 2008 at 6:15
5
Solved
How can I get the serial number of a hard disk drive using Python on Linux?
I would like to use a Python module to do that instead of running an external program such as hdparm. Perhaps using the ...
Clerc asked 16/11, 2010 at 11:9
6
Solved
At first it may seems it is very easy question and some body may be trying to give me advice to try Google, it may be so.
But for me it is very hard I have try Google, Stack Overflow and can’t find...
Cosmetic asked 15/4, 2011 at 11:6
6
Solved
How do I programmatically access the value shown in the image below ?
Griqua asked 14/6, 2012 at 8:25
6
Solved
This has been already answered but it's a C# solution. How do I do this in C or C++?
Undermanned asked 4/6, 2014 at 23:40
5
I attach 2 webcam to computer and it was listed in /dev folder: /dev/video0; /dev/video1.
Can you help me write C code to get serial number of webcam with input: /dev/video[0;1]
Soren asked 4/9, 2013 at 4:58
2
Solved
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
Harsh asked 28/4, 2015 at 8:20
4
Solved
I want to build a desktop application and be able to publish product keys or serial numbers.Before the user can use the application he will be requested to enter the product key/serial number.
Sim...
Petal asked 22/6, 2017 at 19:53
17
Solved
I need to use a unique ID for an Android app and I thought the serial number for the device would be a good candidate. How do I retrieve the serial number of an Android device in my app ?
Subsist asked 23/2, 2010 at 22:26
3
Solved
It is possible to extract the Linux serial number without using sudo?
I know it is possible to do in Windows: wmic bios get serialnumber and in
macOS: system_profiler | grep "r (system)"....
Howenstein asked 26/11, 2013 at 0:43
1
My app doesn't use the device serial number (at least not intentionally), and yet sometimes it unexpectedly crashes and I am getting the error:
E/libc: Access denied finding property "ro.seria...
Periclean asked 21/10, 2020 at 8:36
5
N.B.: This question about the serial number of the physical SD card, not the UUID of the mounted volume. These are two independent pieces of data.
In some versions of Android, and other variants o...
Archaeornis asked 19/4, 2017 at 1:4
5
I have a Google Nexus 7 (2013) that's under warranty with a dead LCD screen. To get it replaced I need to provide Asus with the serial number (SSN) which is available in 3 places:
- In the device's...
Preoccupy asked 14/8, 2014 at 18:7
7
How can I get CPU serial number under Linux (Ubuntu) without root permissions?
I tried cpuid command, it works without root permissions, but appears to return all zeros (I believe because somethi...
Judaea asked 18/2, 2011 at 19:3
1
I have been using pyusb to access the detail of a printer plugged in via USB. I currently have the following code working, but it appears that different devices require a different index. Here is m...
Baugher asked 25/7, 2014 at 12:49
3
I'm new with Java and android and i need to basically retrieve hardware serial number from my device.
I've tried the following:
import android.content.*;
import android.os.Build;
public static St...
Piste asked 20/11, 2017 at 10:47
4
Solved
I have a RFID-RC522 (MF-RC522) module and I'm using Arduino sketch program.
To use this RFID, I downloaded the Arduino MFRC522 library.
And I run the example code of library.
Here is the code.
/...
Witch asked 29/9, 2015 at 8:34
9
Getting Serial Number of the Hard Drive
Provided by the manufacturer through PHP :
How can it be done?
I want to store it in a file.
OS : windows 2000,XP,ME,Vista...
Yes, I want the serial numb...
Collude asked 2/4, 2009 at 10:5
6
I was wondering how to get the unique id of a USB storage device.
I already know how to fetch the SCSI serial id from this post : USB-drive serial number under linux C++
The post mentions using th...
Viola asked 1/12, 2010 at 17:16
3
Solved
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...
Skull asked 15/1, 2013 at 9:31
4
I'm working on the recurring serial number topic to provide a unique id.
I try this :
String serial = null;
try {
Class<?> c = Class.forName("android.os.SystemProperties");
Method ge...
Pilferage asked 3/8, 2012 at 11:22
4
Solved
I need to display SSL certificat information about Serial Number.
When I use
$cert = file_get_contents('mycert.crt');
$data=openssl_x509_parse($cert,true);
$data['serialNumber']
I receive like
...
Hosbein asked 21/6, 2011 at 13:53
4
Solved
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, doe...
Screen asked 18/4, 2013 at 8:41
2
I'm developing a system including NFC tags and Android phone , using unique ID of NFC tags .
But don't know what is the differences between 4 types NFC tag .
I've found this :
"NFC-compatible...
Pithecanthropus asked 18/4, 2013 at 10:10
4
Is certificate serial number a unique key for X509 certificate?
User selects a certificate, and program stores serial number in preferences.
Will the following code return the selected certificate...
Subirrigate asked 1/2, 2012 at 22:10
1 Next >
© 2022 - 2025 — McMap. All rights reserved.