volla-volte-hacks/src/gsm0710muxd-hack
Oliver Smith d2a529a071 gsm0710muxd-hack: Don't assert if channel was not opened
When running with mtkfusionrild, it hits the assert. Instead of
crashing, log a warning (as the code apparently used to do before
Mediatek's changes).

Related: abcbcd7cc5/src/gsm0710muxd-hack/src/gsm0710muxd.c (L609-L615)
2021-10-15 16:27:26 +02:00
..
src gsm0710muxd-hack: Don't assert if channel was not opened 2021-10-15 16:27:26 +02:00
Android.mk gsm0710muxd-hack: initial import 2021-10-15 16:14:23 +02:00
Makefile gsm0710muxd-hack: Makefile: add static target 2021-10-15 16:25:17 +02:00
README.md gsm0710muxd-hack: initial import 2021-10-15 16:14:23 +02:00

README.md

gsm0710muxd runs together with mtkfusionrild on the volla phone. Research showed that it is GPL2 licensed, but the real source code could not yet be found. Until it is available, this was an approach to get similar source code running and use it instead of the binary gsm0710muxd.

This code is imported from here, with patching on top to make it build without Android NDK, and to behave more like the binary version we have.

Upstream of gsm0710muxd seems to be from pyneo, but it seems that there's no git/svn repository with proper history. My guess is that the source where this was forked from could be found in debian's source package archives.

Related code, also without complete history, but was forked from common code at some point: freesmartphone/gsm0710muxd