Questions tagged [deviceid]
81 questions
1
vote
2 answers
Device ID with Excel VBA
I would like to extract the IMEI number/Device ID from the computer using excel.
In CMD I can do it in this way: :netsh mbn sh interface" and from the list given I take the Device ID.
I was tryong to find something online but no luck so far,…

K. M.
- 23
- 4
1
vote
0 answers
How to get a unique constant device ID in Swift to count a number of user devices?
There is an app which in a free version of app concrete account can be used only from 2 device. The paid app let use user account from more devices.
Who can I do it?
identifierForVendor can change after reinstall app, so after reinstalling we get a…

CHiP-love-NY
- 507
- 6
- 14
1
vote
0 answers
How to determine device ID for AMD Ryzen 5 2600 CPU
Is working on a Hackintosh mac, and have replaced the CPU.
I'm getting Unknown CPU, and can see that I need to write a CPU Device ID, for the processor.
Can see some threads thats show how to find it for intel, and then use that info.
But can't find…

Thomas BP
- 1,187
- 3
- 26
- 62
1
vote
1 answer
Why android device id change when i am debugging?
We have and old App Works perfect in all devices for all this years, except in a New Samsung Note8.
The problem is that Android Studio change the DeviceId of this Smartphone without any reason, Seems to be imposible, but it's true.
Every time that…

Agustín Esparducer
- 11
- 5
1
vote
1 answer
IMEI in Shield tablet is not available on Android Studio
I want to get IMEI(International Mobile Equipment Identity) in Shield tablet by getDeviceId() function. The program works very good for another smartphones and tablets but I have problem in Shield tablet(nVIDIA Shield 8-inch tablet).Permission in…

Sohrab
- 1,348
- 4
- 13
- 33
1
vote
1 answer
Gear VR - You are not a developer
I'm wanting to build an application for the Gear VR for my senior Project. I went to application manager, gear vr service, managed storaged, vr service, storage, manage storage, and then finally click on VR Service Version several times. It runs…

Hunter Marshall
- 201
- 4
- 12
1
vote
2 answers
Android: deviceId null (TelephonyManager)
I have a problem with TelephonyManager. DeviceId is null/blank.
This's my code. Where I wrong?
This is my java code
RegistryActivity.java
package android.tennis.app;
import android.tennis.library.UserFunctions;
//import…

diema
- 29
- 2
- 5
0
votes
0 answers
*** TypeError: __new__() missing 2 required positional arguments: 'device_type' and 'device_id' error when executing deepcopy on overfit_batches
When using overfit_batches functionality of PyTorch I see the following file python3.7/site-packages/pytorch_lightning/trainer/data_loading.py execute
dataloaders = [deepcopy(train_dataloader) for _ in range(num_loaders)]
And that is resulting in…

Arun Kumar
- 1
- 2
0
votes
0 answers
In C# bluethothLE client the method "BluetoothLEDevice.FromIdAsync(device.ID)" cannot accept the ID from the device
I am trying to make my own Bluethoot client from the basic example in Microsoft combined with some yputube videos.
Everything started good but when i find MyDevice name and try to pass the "device.Id" for connection the function…
0
votes
2 answers
how to get unique device id in flutter
I am building an application on flutter to record the attendance process at my university using the qr code, but I have a problem in terms of reliability, which is:
How do I prevent any student from recording attending his classmate from the same…

azzaddeen mofarreh
- 3
- 1
- 1
0
votes
2 answers
Specific Device ID on Flutter that won't change
So is there any way in Flutter to get some sort of device id that won't change when doing a factory reset or changing the signing key? According to the documentation, I did not find any way to extract a constant id throughout the entire use of the…

Dario Lucić
- 65
- 7
0
votes
1 answer
Change video resource for an ongoing video, change the device id
Usecase: Change the available video src by selecting from a dropdown. Also the video is on.
I want to change the video source for an ongoing video stream started by navigator.mediaDevices.getUserMedia. I tried, closing the existing tracks, making…

Jivan
- 520
- 1
- 5
- 14
0
votes
1 answer
Is there a risk of storing a user's Android device ID in the database?
Can a person who somehow gains access to the database do something with this android device id? Is it possible to get any personal data via this id or something else? Or is it ok to store this id in the database?

yesmen
- 123
- 7
0
votes
0 answers
is it possible to identify request is from which device in PHP codeigniter?
i was just curious that is it possible to restrict some users to only allow login in our panel from particular devices only .
I was finding some details from $_SERVER and i got this
Array
(
[USER] => instantpay
[HOME] => /Users/instantpay
…

Rohannn Singh
- 56
- 1
- 7
0
votes
2 answers
How to get enrollment-specific identifier of an android device?
How to get the enrollment-specific identifier of a device, which is guaranteed to be the same value for the same device, enrolled into the same organization by the same managing app.
How to use the getEnrollmentSpecificId () method (added in API…

Sweta Jain
- 3,248
- 6
- 30
- 50