Questions tagged [deviceid]
81 questions
0
votes
3 answers
"Error: Uncaught (in promise): TypeError: Object(...) is not a function" using UniqueDeviceID
I am developing a project on ionic v3.
I want to get a unique device id in my application.
I followed the instructions at https://ionicframework.com/docs/native/unique-device-id/
ts file:
import { UniqueDeviceID } from…

Unnati Patadia
- 662
- 3
- 19
- 39
0
votes
1 answer
“ERROR TypeError: Object(…) is not a function” using UniqueDeviceID
I followed the instructions at: https://ionicframework.com/docs/native/unique-device-id/ and the version 5.0.0 is installed
ts file :
import { UniqueDeviceID } from '@ionic-native/unique-device-id/ngx';
constructor(private uniqueDeviceID:…

Unnati Patadia
- 662
- 3
- 19
- 39
0
votes
1 answer
Use case expression for conditions that aren't grouped
I am using a case expression in a query to output device descriptions in a custom column if the USB device id is matched. There will be multiple of the same base deviceid per machine due their usually being multiple devices from the manufacturer…

KeetsScrimalittle
- 93
- 3
- 15
0
votes
2 answers
Can't get device id in Xamarin Froms for android version 9.0 (API Level 28 - Pie)
In my application, I need to get device Id. I use the following:
var DeviceId=Resolver.Resolve().Id;
Every things was normal when I set Target Android version to Android 8.0 (API level 26 - Oreo) or lower versions. However, When I want to…

Ahmed Shamel
- 1,982
- 3
- 24
- 58
0
votes
2 answers
is possible to change Settings.Secure.ANDROID_ID?
I've an android app available on google play with around 5k daily users.
I'm having a weird error related to firebase auth, it is something not common so please read carefully before jumping into conclusions:
I use Android_ID as user identifier for…

Rafael Lima
- 3,079
- 3
- 41
- 105
0
votes
0 answers
iOS: Is it in any way possible to keep the device id after uninstalling app?
So until now I know that I can get the device id of apple device using the identifierForVendor. But reading through many answers I found out that this id is not unique because it will change after user uninstall and reinstall the app. I am an…

data
- 739
- 6
- 17
0
votes
1 answer
adb: failed to stat app/build/outputs/apk/app-debug.apk: No such file or directory
react-native-cli: 2.0.1
react-native: 0.57.3
Getting an error when connecting Android device via USB on a new app:
> adb devices
List of devices attached
988se6666555453 device
> react-native run-android --deviceId 988se6666555453

Gil Perez
- 853
- 10
- 13
0
votes
0 answers
Flutter android device id issue
Normally it would be pretty easy to get the device id, so I can also use FCM from firebase. This id you need to be able to use their api. So I am able to get the device id (udid), but it seems that this code is much different from what I am getting…

carlosx2
- 1,672
- 16
- 23
0
votes
2 answers
How to get unqiue id for every device not for every app?
I want to know one unique id per device but not for per app in one device.
I am building one framework where I want to use this device id.

user2343049
- 1
- 2
0
votes
0 answers
How can I know if a connected port is a usb
I'm using this code :
import win32com.client
wmi = win32com.client.GetObject ("winmgmts:")
for usb in wmi.InstancesOf ("Win32_USBHub"):
print usb.DeviceID
how can I know if the DeviceID given is an ID of USB

Harel2320
- 69
- 1
- 1
- 4
0
votes
0 answers
Drive letter from device ID on Windows with Python
I have the device ID of a removable drive. How can I use this to identify the drive letter of the device on windows with Python?
Non python answers may help.

Pyroadrian
- 13
- 5
0
votes
0 answers
RPi - ADXL345 Device ID and offset not showing correct values
Currently have 3 active Raspberry Pi's. Each one of them should be able to collect x, y and z with an accelerometer. However a problem is occuring when I run the following script on my newest Raspberry Pi:
#!/usr/bin/python
# -*- coding: utf-8 -*-
#…

user75374
- 21
- 4
0
votes
0 answers
ADXL345 Device ID and offset being wrong (Raspberry Pi)
Currently using 3 Raspberry Pi's. Each one of them should be able to collect x, y and z with an accelerometer. However a problem is occuring when I run the following script on my newest Raspberry Pi:
#!/usr/bin/python
# -*- coding: utf-8 -*-
#…

user75374
- 21
- 4
0
votes
1 answer
React-redux: Get deviceid and device info without npm
Can I get device-id and device-info without this react-native-device-info in react-native; like we get location info in device.

Jayaram Jones
- 11
- 1
0
votes
0 answers
Android Licensing Generating DeviceID
For the licensing of my app I need a deviceID. I already setup the necessary things:
Setting up the licenseChecker:
licenseChecker = new LicenseChecker(
context, new ServerManagedPolicy(context,
new AESObfuscator(SALT,…

XxGoliathusxX
- 922
- 13
- 34