Skip to content

Commit

Permalink
Updated default values for bacon
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Iezzi committed Nov 10, 2017
1 parent 693ae83 commit e6c69a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gpapi/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def getAndroidBuild(self):
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

Expand Down
6 changes: 3 additions & 3 deletions gpapi/device.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e6c69a5

Please sign in to comment.