Home > Mobile >  Excuse me, ladies and gentlemen, is how to generate a unique id?
Excuse me, ladies and gentlemen, is how to generate a unique id?

Time:09-17

When I was in the other app, for instance, a call a little app and trill, trill is complicated, but this kind of app request attached machine information is
 
{" auto ": 0," direction ": 0," h_av ":" 1.0.3 ", "h_dt" : 1, "h_os" : "22", "h_did" : "9 e804255454be4d0", "h_nt" : 1, "h_jgid" : "190 e35f7e0d87f6c0f6", "h_ch" : "huawei", "h_ts:" 1586484001576, "h_model" : "SM - G9350"}


I use a simulator, and then I changed the information of the simulator, the contents is
 {" auto ": 1," direction ": 0," h_av ":" 1.0.3 ", "h_dt" : 1, "h_os" : "22", "h_did" : "9 e804255454be4d0", "h_nt" : 1, "h_jgid" : "190 e35f7e0d87f6c0f6", "h_ch" : "huawei", "h_ts:" 1586484073894, "h_model" : "vivo X9Plus"} 


This is how to do it? The content of the simulator can change the following
1, equipment models
2, the operator set
3, a phone number set
4, IMEI Settings
5, wi-fi hotspots
6, MAC address
7, the android ID

Reasonable, this information is change, calculated h_did and h_jgid will change, don't really think impassability, to ask you

CodePudding user response:

You should first make sure h_did calculation algorithm, a fixed information is probably reading machine

CodePudding user response:

reference 1st floor BDMH response:
you should first make sure h_did calculation algorithm, a fixed information is probably reading machine

Information about machine is on the above, I just want to know whether this kind of algorithm is how to?

CodePudding user response:

You take a look at this help you?
https://www.cnblogs.com/xd502djj/p/8137204.html

CodePudding user response:

This algorithm, you write casually, while information is so many, but not necessarily the real use
  • Related