WÁNG Xuěruì

Results 280 comments of WÁNG Xuěruì

@aiden09 Oh, I'll merge the patch on next source sync (July security update). Aaaaand on proximity sensor... I'm quite confident that the proximity sensor is in a pretty bad shape....

Heads up! I've implemented the same Home button ("circle") behavior as Flyme 5: - single tap on the circle = Back, - swipe-up from the circle = Home, - swipe-up...

@Pablito2020 Maybe by filtering out excessive MTK log messages in `liblog.so`, that'll reduce context switches and lead to generally better performance, but I don't really know. The kernel source is...

@Appendme Sorry for the late reply. I'm very busy with academics recently and may take some time to read your logs. But have you tried stock `gsm0710muxd` instead of compiled...

@Appendme Glad that random guess worked! 😆 As for the baseband, it may well be the Java framework's fault, check `getprop` output for RIL-layer status. If `getprop` shows correct information,...

The bluetooth is flaky at best. Sporadic connection failures that I have no interest in fixing. I'm busy with study and will not come back until maybe June when I'll...

@FelixSeptem First check if you're affected (if you don't use `(gogoproto.gogoproto_import) = false` or `gogo/gateway` or `gogo/protobuf/jsonpb` then you're NOT affected). If you're as unfortunate as me, it seems the...

Reporter of #686 here. At work we're heavily reliant on `gogo/protobuf` for ergonomic gRPC APIs, and rewriting every enum and re-inventing a struct tag injector is not an option. I...

The LoongArch kernel support hasn't been upstream yet; even the first submission is yet to appear. So in theory the `/proc/cpuinfo` format could change; I suggest we wait for the...

FYI, [the initial LoongArch kernel bits appeared](https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git/log/?h=loongarch-next); but it's still long before being mainlined, so technically things could still change. For now the `/proc/cpuinfo` format is very much MIPS-like, and...