View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#377
aha i found it. by some reason in DataConnection.qml networkFactory.instance.servicesList("cellular") return nothing. I hardcoded service path and it's now working

changed line to this:
Code:
service.path = root.index < list.length ? list[root.index] : "/net/connman/service/cellular_250998122337853_context1"
you need to run as root
Code:
journalctl -a | grep /net/connman/service/cellular
and get your cellular service path
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post: