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 updated v1.8 fixed error in none_ui apps removed all unnecessary methods two new method added Get_HWID1 Get_HWID2 updated v2.0 Using java standard functions without...
Top