Commit Graph

9 Commits

Author SHA1 Message Date
Oliver Smith f6aee41fb1 send-at-retry: add script 2021-10-15 17:01:07 +02:00
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
Oliver Smith 6ef21745e8 gsm0710muxd-hack: LOGMUX macros: refactor
Have only one LOGMUX macro, which will write to the log file if -o is
set.
2021-10-15 16:27:26 +02:00
Oliver Smith 38d40e08ff gsm0710muxd-hack: log: save to /data/local/tmp/
/tmp is not available in Android, so save to /data/local/tmp.
2021-10-15 16:27:26 +02:00
Oliver Smith a5b8b55395 gsm0710muxd-hack: adjust pseudo TTYs
Change pseudo TTYs to what I found created by the gsm0710muxd binary
shipped with the Volla Phone.
2021-10-15 16:26:10 +02:00
Oliver Smith ba6ce4cac5 gsm0710muxd-hack: Makefile: add static target 2021-10-15 16:25:17 +02:00
Oliver Smith 5bac8e3008 gsm0710muxd-hack: make it build 2021-10-15 16:18:34 +02:00
Oliver Smith 3102e3c53a gsm0710muxd-hack: initial import 2021-10-15 16:14:23 +02:00
Oliver Smith acadfc8cb5 strace-rild: add
Add scripts used to figure out IMS related AT commands.
2021-10-15 15:58:56 +02:00