Questions tagged [deviceid]

63 questions
1
vote
2 answers

Unique device identification for KaiOS featured phones

I am trying to find unique device identification in KaiOS featured phones such as Jio Phone. I am developing an app for featured phone using plain JavaScript and need to uniquely identify each mobile device, I am unable to find any solution for…
1
vote
0 answers

How to get device id or IMEI programmatically in android Q?

I am trying to get the imei number of the phone by using telephonymanager in android . but in Android Q , I am not getting the device imei . Is there any way to imei number in android Q programmatically? TelephonyManager tm = (TelephonyManager)…
1
vote
1 answer

Expo 34: Error Undefined is not an object on _expo.Constants.deviceId

I received below message after upgrade my expo project from sdk 33 to 34. I have no idea where this issue is from. Does anyone have this error before.
LittleFunny
  • 7,205
  • 11
  • 71
  • 166
1
vote
1 answer

How do I get device id in the Apple Cocoa application?

How do I get device id in Apple Cocoa application with swift 4.2?
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
  • 3
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
  • 467
  • 6
  • 12
1
vote
1 answer

How to get Windows 10 Device ID in UWP application?

I am developing a Windows 10 UWP client application which run in company's local network. The application needs to know Windows 10 Device ID to identify each PC that it's installed on. You can see value of Windows 10 Device ID in Settings-About…
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 Bøg Petersen
  • 1,157
  • 2
  • 22
  • 57
1
vote
0 answers

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…
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
  • 876
  • 4
  • 10
  • 26
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
  • 2
  • 12
1
vote
7 answers

How to get unique device id in iOS

I am working on iOS app for push notification feature i need to send unique device id of iOS device to server ,in android secure androd id getting for every device,is there any way to get unique device id of iOS. I found some answers vendor id and…
skyshine
  • 2,521
  • 6
  • 35
  • 62
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

Format USB Device identified by PNPDeviceID in Java

I have an issue where I want to format a connected USB drive using Java. I was planning on doing the formatting using a simple command process (using the d: drive for example): format d: /q /fs:NTFS However, I first need to check that I have the…
0
votes
0 answers

What is devideId, in this case of encrypted data?

This data is submitted upon making a payment to a shop. I know what everything is inside this request, BUT the deviceId. I wonder if any of you can help me understand what it is? I have thought maybe it is the IP used to make the purchase, encrypted…
Doctuh
  • 11
  • 5