mako and flo should have hotspot disabled
Bug #1487157 reported by
Dave Morley
This bug affects 7 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Alejandro J. Cura | ||
indicator-network (Ubuntu) |
Fix Released
|
Undecided
|
Jonas G. Drange | ||
ubuntu-system-settings (Ubuntu) |
Fix Released
|
Undecided
|
Jonas G. Drange |
Bug Description
METABUG FOR OTA6:
Mako has an issue with wpa-supplicant that use 100% of the cpu and stops the phone from functioning as expected when hotspot is in use.
Mako currently has hotspot installed, it can be enabled but devices can not connect to it.
https:/
Flo only has one modem wifi which is turn into the outgoing source for hotspot therefore disabling wifi.
https:/
Related branches
lp://staging/~unity-api-team/indicator-network/hotspot-cellular-enabled-properties
- Jonas G. Drange (community): Needs Resubmitting
- Indicator Applet Developers: Pending requested
-
Diff: 453 lines (+192/-12)13 files modifieddata/com.ubuntu.connectivity1.NetworkingStatus.xml (+3/-0)
debian/changelog (+7/-0)
debian/control (+1/-3)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.cpp (+18/-0)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.h (+10/-0)
src/indicator/connectivity-service/connectivity-service.cpp (+29/-0)
src/indicator/connectivity-service/connectivity-service.h (+6/-0)
src/indicator/nmofono/hotspot-manager.cpp (+27/-0)
src/indicator/nmofono/hotspot-manager.h (+8/-0)
src/indicator/nmofono/manager-impl.cpp (+54/-9)
src/indicator/nmofono/manager-impl.h (+4/-0)
src/indicator/nmofono/manager.h (+10/-0)
tests/integration/test-connectivity-api.cpp (+15/-0)
lp://staging/~jonas-drange/ubuntu-system-settings/allow-insecure-hotspot
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ken VanDine: Approve
- Matthew Paul Thomas (community): Needs Fixing
- Pete Woods: Pending requested
-
Diff: 846 lines (+421/-106)14 files modifieddebian/control (+2/-2)
plugins/hotspot/CMakeLists.txt (+2/-0)
plugins/hotspot/HotspotSetup.qml (+95/-42)
plugins/hotspot/PageComponent.qml (+3/-10)
plugins/hotspot/hotspot.settings (+2/-1)
plugins/hotspot/plugin/CMakeLists.txt (+8/-0)
plugins/hotspot/plugin/hotspot-plugin.cpp (+88/-0)
plugins/hotspot/plugin/hotspot-plugin.h (+39/-0)
tests/autopilot/ubuntu_system_settings/__init__.py (+15/-0)
tests/autopilot/ubuntu_system_settings/tests/__init__.py (+70/-41)
tests/autopilot/ubuntu_system_settings/tests/connectivity.py (+12/-0)
tests/autopilot/ubuntu_system_settings/tests/systemimage.py (+48/-0)
tests/autopilot/ubuntu_system_settings/tests/test_hotspot.py (+22/-9)
tests/autopilot/ubuntu_system_settings/tests/test_plugins.py (+15/-1)
lp://staging/~jonas-drange/ubuntu-system-settings/use-modemsAvailable
- Ken VanDine: Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 125 lines (+44/-13)5 files modifieddebian/control (+2/-2)
plugins/hotspot/plugin/hotspot-plugin.cpp (+16/-1)
tests/autopilot/ubuntu_system_settings/tests/connectivity.py (+3/-0)
tests/autopilot/ubuntu_system_settings/tests/systemimage.py (+6/-0)
tests/autopilot/ubuntu_system_settings/tests/test_plugins.py (+17/-10)
lp://staging/~jonas-drange/indicator-network/modemsAvailable
- Pete Woods (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 280 lines (+99/-3)11 files modifieddata/com.ubuntu.connectivity1.NetworkingStatus.xml (+2/-0)
debian/changelog (+7/-0)
debian/control (+1/-3)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.cpp (+9/-0)
src/connectivity-api/connectivity-qt/connectivityqt/connectivity.h (+5/-0)
src/indicator/connectivity-service/connectivity-service.cpp (+15/-0)
src/indicator/connectivity-service/connectivity-service.h (+3/-0)
src/indicator/nmofono/manager-impl.cpp (+23/-0)
src/indicator/nmofono/manager-impl.h (+2/-0)
src/indicator/nmofono/manager.h (+5/-0)
tests/integration/test-connectivity-api.cpp (+27/-0)
tags: | added: lt-category-visible |
description: | updated |
description: | updated |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Alejandro J. Cura (alecu) |
importance: | Undecided → High |
milestone: | none → ww40-2015 |
status: | New → Confirmed |
Changed in indicator-network (Ubuntu): | |
assignee: | nobody → Pete Woods (pete-woods) |
Changed in indicator-network (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | Pete Woods (pete-woods) → Jonas G. Drange (jonas-drange) |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | New → In Progress |
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Jonas G. Drange (jonas-drange) |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
Changed in indicator-network (Ubuntu): | |
status: | Invalid → In Progress |
assignee: | Pete Woods (pete-woods) → Jonas G. Drange (jonas-drange) |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.