The Lost Guy
The Lost Guy
> A little patch (maybe it even works on MIPS, idk) https://github.com/ICQFan4ever/MTProxyARMPatch > > Compiled on ARMv7 successfully Thanks a lot it worked for Orange PI PC. I think it...
If you are compiling stable release add this commands to your `.pro` file: ``` win32: LIBS += -lgdi32 -lcomdlg32 -lws2_32 ``` and if your compiling develop branch you compile without...
> Hello, I think the problem is because I installed docker with the snap install docker command. I also tried it with the prebuilt image, but it gave me another...
> Hmm, I'm not sure what would cause this. BCR just uses the standard [`DateTimeFormatterBuilder` API](https://github.com/chenxiaolong/BCR/blob/cffff6ebf42428bd0fe46014c64da7ca434719ff/app/src/main/java/com/chiller3/bcr/RecorderThread.kt#L623-L633) to create the timestamp. As far as I'm aware, that should respect the system's...
> I'm not familiar with Android's timezone internals at all, but I did some searching and it seems there are two timezone databases: > > * The regular tzdata used...
Try this `tzdata-2022g` files they should cover new DST policy in Iran (all 2021a and newer cover). replace them `tzdata` file with same file in module. And if you are...
> I don't know what's wrong with my phone maybe it's reading time zones from some other file Anyway thanks for your help :) How do you replace files from...
You must use tzdataN and rename it to `tzdata`. In some roms like MIUI you must root your device to force UI to read changes. Try magisk and report the...
> > These files should be updated: /data/misc/zoneinfo/tzdata or /system/usr/share/zoneinfo/* /system/usr/icu/*.dat Source: https://github.com/meefik/tzupdater I almost sure /system/usr/icu/*.dat are only apples to Andriod 4 !
> not working with miui android 10 i can confirm files in /system/usr/share/zoneinfo/ are changed but nothing happened in time zones i delete all files in zoneinfo and after reboot...