Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to U15 #4

Closed
wants to merge 2 commits into from
Closed

Update to U15 #4

wants to merge 2 commits into from

Conversation

nodevel
Copy link

@nodevel nodevel commented Jun 10, 2015

Based on the current U13 branch. Works for me, but may need some changes in DataConnection.qml.


var list = networkFactory.instance.servicesList("cellular")
- service.path = root.index < list.length ? list[root.index] : ""
+ service.path = root.index < list.length ? list[root.index] : ("/net/connman/service/cellular_" + subscriberIdentity.value + "_context1")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruined fix for dataconnection switch working

@CODeRUS CODeRUS closed this Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants