Magisk-Modules-Repo / Systemless_TZData

Systemless_TZData
20 stars 13 forks source link

TZ data 2021a compatible with Android 9 #22

Open giving-sesame opened 3 years ago

giving-sesame commented 3 years ago

I've found tzdata file 2021a which is compatible with Android 9 and earlier. I've tested it on my Android 9 and 7.1.1 devices and it works fine, no bootloop.

You can take it here: https://android.googlesource.com/platform/system/timezone/+/refs/heads/pie-dev Download tgz-file, unpack it and find output_data\distro\distro.zip\tzdata

Please replace 2020a file tzdataO with this one in your Magisk module.

gjf commented 3 years ago

The current version contains 2021a for Android <=9 already (see tz_versionO and first string in tzdataO). So what's the point?

Android >=10 version is really obsolete (2020f) - but it's another issue...

giving-sesame commented 3 years ago

The current version contains 2021a for Android <=9 already

Really? I've just downloaded latest version here: https://github.com/Magisk-Modules-Repo/Systemless_TZData , then in Magisk repo, and in both files I saw 2020a only for Android <= 9.

Nevermind. I've already made a fork of this module with correct versions, so there is no more point for me. But, maybe, developers would be interested in improving their product?

gjf commented 3 years ago

Weird, because I have v17 with updated tzdata newer than in reporsitory. And I am pretty sure I have updated using Magisk... @ryaniskira

giving-sesame commented 3 years ago

I suppose this would explain: https://github.com/Magisk-Modules-Repo/Systemless_TZData/issues/20