299 questions
0
votes
1
answer
82
views
Is it safe to store a product serial number under the Uninstall registry key where WiX stores bundle metadata?
I’m seeking clarification about storing custom data—specifically a product serial number—under the Windows Uninstall registry key created by WiX Toolset.
When we install a WiX-based bundle or MSI, it ...
0
votes
0
answers
51
views
Changing SN with ADB
I need to change the serial number (SN) on my Android device. Is it possible to do this using the Android Debug Bridge (ADB)?
The IMEI and SN were erased from the device when I tried to restore the ...
0
votes
1
answer
443
views
How to make my flutter app able to get serial number of my own android device (version android 11) even if additional configuration on the device?
So for my flutter app I need to get the device (real) serial number for device identification reason for my app feature. Android id didn't suffice because if the device get factory reset, it will ...
-1
votes
1
answer
174
views
Generate a simple consistent pseudo-random number from same seed across different .Net version
I am developing software for a factory to track operators' work. The system generates coupons with a unique serial number (TaskId) for each task. Users scan a QR code or manually input the serial ...
0
votes
0
answers
2k
views
How to change the serial number (or ID in ADB devices)
I was sewing a handset for root, IMEI and Syrian failed, in principle I don’t care about them, but in adb I have this:
List of devices attached
07546371C3002567 device
088783727N004245 device
...
0
votes
0
answers
86
views
Adding a serial number into a worksheet sheet1 with VBA
I have a sheet1 with
Like this:
ColumnA ColumnB
1 SerialNo. Smartphones
2 iphone 15
3 iphone 15 pro
4 iphone 15 plus
5 iphone ...
0
votes
1
answer
4k
views
Flutter Differentiate between devices via unique ID / IMEI / Serialnumber?
I wanted to know if there is a prefered way to fetch a unique "ID" from the user of the app.
The thing is that I need to differentiate between phones under one "Company Account".
...
1
vote
0
answers
725
views
Dell: How can I figure out the "serial number" for monitors/accessories? (Not Service Tag)
In a situation where my client's offices have emost of their monitors positioned against a flat surface or akwkardly placed where I cannot easily take a snapshot of the serial number as requested from ...
0
votes
0
answers
152
views
Odd Hard Drive Serial Number in Powershell
When I use that command: Get-WMIObject win32_physicalmedia | Select-Object SerialNumber I get different serial number of my hard drive.
It shows 8CE3_8E05_0053_5038 and it should show Z03F7BQ7F2F3
Did ...
0
votes
2
answers
90
views
Is it safe to insert row, with value incremented by CTE select?
Say we have this table:
create table if not exists template (
id serial primary key,
label text not null,
version integer not null default 1,
created_at timestamp not ...
2
votes
1
answer
3k
views
Adding READ_PHONE_STATE permission to AndroidManifest.xml is not enough to permit the call of a getprop function
I was trying to add a segment to my Android application, which would gather information about the device (like the serial number for example) and use it for digital signing of data, later on.
I was ...
0
votes
1
answer
380
views
how can I check for Bluetooth's Serial Number on Xcode
I am using SwiftifyBluetooth on Cocoapods but... I did use discoverServices but it only showed as its CBService's value... but I can't seem to know how to convert from its value to string... I checked ...
0
votes
1
answer
392
views
How to identify a HID after it's moved to a different port on Windows
I'm on Windows and am trying to store calibration data for game controllers connected via USB and am trying to find a value which uniquely identifies them in a port independent way.
There is the ...
2
votes
1
answer
2k
views
Get serialnumber from asset list
Started in recent weeks in a Junior infrastructure role, and begun playing around with powershell to help save some time here and there.
I am trying to do the following:
1- I'm port a CSV file with a ...
0
votes
1
answer
704
views
Build.SERIAL is deprecated as of API 25: Android 7
What should i use insteas of Build.Serial in our application in Api 25 and below because it was deprecated. Any suggestion thanks advance
0
votes
3
answers
949
views
Best way to auto generate global unique identity for IoT devices
I have a application developed in Golang for IoT devices which communicates over MQTT, and this application can also be installed on any device that supports Docker and Golang.
Now I want to auto ...
0
votes
3
answers
42
views
using excel to edit every field in a column by removing any starting zeros
I have multiple excel columns filled with serial numbers from different overlapping databases Im trying to compile them all and remove overlapping numbers to create a unified data base. I've had ...
0
votes
1
answer
117
views
How to uniquely identify an android device, regardless of platform like phone, tablet or watch?
Some people suggested the serial number others mentioned the MAC address, what I want is something that uniquely identifies an android device whether it is a phone, tablet or watch. My app itself is ...
0
votes
0
answers
184
views
How to Get IMEI or Serial Number for Android 10+ [duplicate]
As we need to fetch IMEI or Serial No for all Android specially of 10+ but same was restricted for google due to policy issue. As our application need IMEI number to share with operator to block ...
0
votes
0
answers
171
views
AOSP: where to store factory data?
I am working on a custom device for which I customized the Android port of a TechNexion i.MX8 SOM.
During production, our factory requires that production data (order number, serial number, and other ...
9
votes
1
answer
5k
views
I am not (aware of) using ro.serialno, yet the app crashes because of it
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.serialno&...
-3
votes
1
answer
68
views
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 (...
1
vote
1
answer
797
views
how to generate a serial number provided that it is not exist in the database
is there anyone who can tell me the best way to do this?
I am trying to generate a serial number with a unique code
I want to check whether the serial number exists or not in the database
if the ...
4
votes
1
answer
10k
views
Get serial number of device using Xamarin Forms
Does anyone know how to retrieve a device's serial number using xamarin forms in C#?
I have researched a lot and tried some but could not get it work.
I am trying to develop a mobile application and ...
0
votes
1
answer
932
views
How to add serial number column in this PHP script? [closed]
I am not able to output serial number in this php script.
Trying to add serial number for each of the products fetched from woocommerce data.
<?php
$args = array(
'status' => 'publish',
...