[4.6.0.13] Xperia 10 III: Android apps mobile data connectivity - worse then ever

Captain’s log, Sept 2025: AAS on X10III continues to intermittently lose mobile data connectivity.

Straight `systemctl restart ofono` has proven to deliver unstable results, and potential loss of connectivity altogether, until reboot.

BUT, I’ve discovered a one-liner sequence that has restored connectivity every time, without any obvious negative side-effects.

Step 1 (required): disable mobile data from top menu

Step 2:

$ devel-su
Password:
# systemctl stop appsupport@defaultuser \
  && systemctl stop ofono \
  && sleep 15 \
  && systemctl start ofono \
  && sleep 15 \
  && systemctl start appsupport@defaultuser

Step 3: re-enable mobile data

Step 4: profit! (for a while)

Having been able to condense data connectivity into a one-liner has allowed me not to quit SFOS, and continuing HODL-ing with it, for now. (I own every lineage device since N770, to perhaps express the problem size here - can’t digest these mickey mouse problems for much longer.)

:red_question_mark: Is it possible to also toggle mobile data on shell cmdline, perhaps a DBus call, anyone know?

EDIT Overall, I’m fairly confident this loss of function is related to various components OOM-ing over uptime of any noteworthy length, and simply not been coded for self-heal / recovery ability thus far.

1 Like