mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Updated default values for bacon
This commit is contained in:
parent
693ae8348f
commit
e6c69a5552
@ -149,7 +149,7 @@ class DeviceBuilder(object):
|
||||
androidBuild.buildProduct = self.device['build.product']
|
||||
androidBuild.client = self.device['client']
|
||||
androidBuild.otaInstalled = False
|
||||
androidBuild.timestamp = int(time())
|
||||
androidBuild.timestamp = int(time()/1000)
|
||||
androidBuild.googleServices = int(self.device['gsf.version'])
|
||||
return androidBuild
|
||||
|
||||
|
@ -73,7 +73,7 @@ UserReadableName = OnePlus One (api25)
|
||||
Build.FINGERPRINT = oneplus/bacon/A0001:6.0.1/MHC19Q/ZNH2KAS1KN:user/release-keys
|
||||
Build.HARDWARE = bacon
|
||||
Build.BRAND = oneplus
|
||||
Build.RADIO = .4.0.1.c7-00013-M8974AAAAANAZM-1
|
||||
Build.RADIO = DI.3.0.c6-00241-M8974AAAAANAZM-1
|
||||
Build.BOOTLOADER = unknown
|
||||
Build.DEVICE = A0001
|
||||
Build.VERSION.SDK_INT = 25
|
||||
@ -96,8 +96,8 @@ Locales = hi,so_ET,ro_MD,in,sn_ZW,sw_UG,es_BO,dyo,ru_KZ,en_JE,zu,en_JM,pt_BR,en_
|
||||
Client = android-google
|
||||
GSF.version = 10548448
|
||||
Vending.version = 80798000
|
||||
CellOperator = 310260
|
||||
SimOperator = 310260
|
||||
CellOperator = 22201
|
||||
SimOperator = 22201
|
||||
Roaming = mobile-notroaming
|
||||
TimeZone = Europe/Moscow
|
||||
GL.Version = 131072
|
||||
|
Loading…
Reference in New Issue
Block a user