Jamesits

Results 70 comments of Jamesits

@diginc Why not get the server IP automatically in the container if the env variable is not set? You can do this easily without any extra dependencies. ```shell awk '/32...

我觉得有可能通过类似 Magisk 的原理,给 GMS 进程一个假的 build.prop 文件,这样就解决了非 Xposed 版造成的系统 APN 设置混乱问题。

@GhostFlying Magisk Hide 实现了一个给特定进程看不同文件系统的机制,不知道能不能用在这里。如果 getprop 是读文件系统的话应该没问题,内存的话似乎就不行了……

This once happened to me on Android 5.x. If global prop is changed before mobile network initializes (or if you toggled airplane mode sometimes), auto APN settings cannot detect the...

Sure, I'll try debugging a bit. I just need to make sure you guys still think NFS is a feature, since the doc says the FEL target is not maintained,...

build log relevant to this bug: ``` ... after customize-image.sh execution ... [ o.k. ] No longer needed packages [ purge ] [ o.k. ] Unmounting [ /home/vsts/work/1/s/armbian-build/.tmp/rootfs-de8e559f-d585-4751-9719-acfd72dfb057 ] [...

The makefile is copied from https://github.com/pbatard/uefi-simple/blob/c3c7d4b794322bb3b9c0483a569a83458eddda25/Makefile and I've never used it :( I'll try a migration to LLVM/clang.

Added the ability to disable dir listing (indexing), if anyone needs: (Replace these codes from the first post) ```go type embedFileSystem struct { http.FileSystem indexes bool } func (e embedFileSystem)...

@serpi90 Yes I know this. Still, there are cases where custom networking is unfeasible (e.g. in a swarm or k8s cluster). I haven't looked into it for years because IPv6...