meefik / tzupdater

Automatic update of time zones on Android
https://meefik.github.io/tzupdater
GNU General Public License v3.0
26 stars 8 forks source link

Failed to download icudata #17

Open mmshaneh opened 5 months ago

mmshaneh commented 5 months ago

When i click update icu data file it gives me error. ">>> ICU DATA Getting latest version ... wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 80): 80 wget: error getting response: Connection reset by peer fail An error has occurred. Exiting. ." How do i fix it? Screenshot_2024-03-21-13-10-28-809-edit_ru meefik tzupdater

mbm13781221 commented 5 months ago

Same here....

Wolbyte commented 5 months ago

It appears to be a busybox issue, I had the same problem with 1.34.1, updating to 1.36.1 fixed the problem

mszzarei commented 4 months ago

It appears to be a busybox issue, I had the same problem with 1.34.1, updating to 1.36.1 fixed the problem

Where can I download version 1.36.1 for Android?

Wolbyte commented 4 months ago

It appears to be a busybox issue, I had the same problem with 1.34.1, updating to 1.36.1 fixed the problem

Where can I download version 1.36.1 for Android?

If you are using magisk you can simply install the busybox-ndk module, otherwise you can download the binary from their repo and replace it with your current one manually (remember to update your busybox symlinks if required)

mmshaneh commented 4 months ago

It worked. But it give me another error.. Remount /system to rw ... Fail

Wolbyte commented 4 months ago

It worked. But it give me another error.. Remount /system to rw ... Fail

Please make sure that the app has root privilege via your su manager. If it has root permission, try running the following commands using adb or android terminal and check the output.

su
mount -o rw,remount /system
mmshaneh commented 4 months ago

It worked. But it give me another error.. Remount /system to rw ... Fail

Please make sure that the app has root privilege via your su manager. If it has root permission, try running the following commands using adb or android terminal and check the output.

su
mount -o rw,remount /system

It doesn't work. It gives me same error "mount: '/system' not in /proc/mounts"

I couldn't find any solution that works for this problem. My system is protected from write.

mmshaneh commented 4 months ago

It worked. But it give me another error.. Remount /system to rw ... Fail

Please make sure that the app has root privilege via your su manager. If it has root permission, try running the following commands using adb or android terminal and check the output.

su
mount -o rw,remount /system

It doesn't work. It gives me same error "mount: '/system' not in /proc/mounts"

I couldn't find any solution that works for this problem. My system is protected from write.

I think this problem is caused because system is a subdirectory of /. And it cannot mounted in newer android versions.