B4A Question How to reset the Advertising id? - Alex_197 (first post) Feb 10, 2023 As Device ID B4A Class [B4X] Account Class get a DeviceUID to create a account without registration - Alexander Stolte Jan 26, 2019 (9 reactions) B4A and B4I Only
with this Class you can create a Device UID.
Creation Android:
App ID 'a fixed id on class global (Obfuscated) ' Example:
Phone Number on Simcard '"null"` if not provided by sim card (not all do this)
Hardware Serial 'android.os.Build.SERIAL
Device ID 'TelephonyManager.getDevice B4A Question Vetted access to parts of my app? - emexes (first post) Jan 26, 2025 (1 reaction) Close, but no cigar: 161146 but also device id's have the disadvantage (or perhaps advantage) of requiring support when the user upgrades or replaces their device. B4A Question Device ID - Zeev Goldstein Dec 21, 2022 Hi
When installing app in debug mode the ide shows the device id
1. Is this a unique ID?
2. How can I get this ID from my app?
Thanks B4i Library BLE (Bluetooth Low Energy) library - Erel May 06, 2021 (3 reactions) B4i BLE library is now available. This library allows you to connect and read data from BLE peripheral devices.
Using this library is quite simple. There are three main steps:
1. Search for devices (assuming that the state is STATE_POWERED_ON).
2. Connect to a device.
3. Read data from the device.
B4A Question DeviceID - same function same phone 2 apps - 2 IDs - help... - Num3 (first post) Feb 08, 2023 Due to legal restrictions and for privacy reasons, on more recent android devices the computed device ID will always be diferent from phone to phone, and also everytime you change the app key, delete & reinstall the app or reset the device.
For the purpose you want, you must develop your own solutio B4A Question Device ID - Star-Dust Jan 02, 2019 We have often talked about how to uniquely identify a device. (See here)
No exhaustive and functional method and result for all devices and the various versions of Android.
You think you can use the Google Advertising ID to identify a device/user? B4A Question In term of USB device Permision - drgottjr (first post) Sep 08, 2024 my understanding is that the device-id and vendor-id are to be decimal, not hex. B4A Question String for sending commands to a DSD TECH bluetooth card - emexes (first post) Aug 04, 2019 (2 reactions) I don't have an example, but I've whipped one up (bit of a battle to get it going, not sure if it was my computer running out of disk space yesterday, or that copied an existing project and renamed the files) but I have to go out now, so here's what I've got so far. Run it, and the log will list de B4A Tutorial Android Device Unique ID - Alternative to PhoneId - Erel Jun 10, 2020 (8 reactions) The fake id is randomly created when the application first runs.
Here is the code (requires the Reflection library):
Sub Activity_Create(FirstTime As Boolean)
Log(GetDeviceId)
End Sub
Sub GetDeviceId As String
Dim r As Reflector
Dim Api As Int
Api = r.GetStaticField("android.os.Build$ Page: 1 2 3 4 5 6 7 Powered by ColBERT |