unique hardware id

  1. Jim2025

    Android Question Creating a unique code based on the phone's hardware or better methods?

    Given that I have little experience with coding in B4A, the best way, in your opinion, is to create a unique code based on the device's hardware specifications, something like a serial number. For example, someone may suggest a time or date or may want to create a code with the help of the...
  2. peacemaker

    [B4J] Windows users: let's test Windows OS hardware device_id ?

    Hi, All Some unique ID of the Windows OS can be got basing on this lib. Such sub is prepared: Sub Get_DeviceID As String Dim sb As StringBuilder sb.Initialize Dim sr As String = pdd.Get_MotherboardSN If sr <> Null And Not(sr.Contains("O.E.M")) Then sb.Append(sr) sr =...
  3. behnam_tr

    B4J Library (b4j)[juuid] Get Unique hardware ID

    Get Unique hardware ID in b4j tested on windows only you can test on mac or linux 8 method to get Unique hardware id How Use : Dim pdd As jUUID Log(pdd.Get_CPUID ) Log( pdd.Get_HddID1 ) Log( pdd.Get_HddID2 ) Log( pdd.Get_HddID3 ) Log( pdd.Get_HddID4("C") )...
Top