Ticket #1202 (closed defect: fixed)
shr-wizard's next button not working
| Reported by: | carcinoma | Owned by: | dos |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SHR Image | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
after fresh flash, the "next" button on shr-wizard's second page (country numbers stuff) does not work.
many clicks on "next" could not give the next page. clicks on "previous" moves to page "welcome" with "previous" button active (little more bugging)...
Change History
comment:2 Changed 17 months ago by Heinervdm
- Owner changed from ainulindale to dos
- Status changed from new to assigned
I got this too yesterday.
Clicking on next multiple times, makes multiple pages of prefix page.
After a suspend resume cycle i got the illume2 bar and tried to kill the wizzard, which doesn't work. But then clicking on next got me to the next page.
comment:3 Changed 17 months ago by jama
in 2nd step I got:
/usr/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning?: object.init() takes no parameters
super(Connection, self).init(*args, kwargs)
Adding drop target calls
elm_cnp_helper.c: Disabling DND
Adding drop target calls
org.freesmartphone.Unavailable: This function is not available while modem is in state FSO_GSM_MODEM_STATUS_CLOSED
Traceback (most recent call last):
File "elementary.c_elementary_object.pxi", line 30, in elementary.c_elementary._object_callback (./elementary/elementary.c_elementary.c:4725)
File "/usr/share/shr-wizard/shr-wizard.py", line 42, in next_page
render_page(page)
File "/usr/share/shr-wizard/shr-wizard.py", line 60, in render_page
cont = pageMod.createView()
File "/usr/lib/python2.6/site-packages/shr_settings_modules/shr_gprs.py", line 254, in createView
"org.shr.phonefso.Usage")
File "/usr/lib/python2.6/site-packages/shr_settings_modules/shr_gprs.py", line 36, in getDbusObject
dbusObject = bus.get_object(busname, objectpath)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in init
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown?: The name org.shr.phonefso was not provided by any .service files
then with every "Next" click
Traceback (most recent call last):
File "elementary.c_elementary_object.pxi", line 30, in elementary.c_elementary._object_callback (./elementary/elementary.c_elementary.c:4725)
File "/usr/share/shr-wizard/shr-wizard.py", line 40, in next_page
if page==-1 or pageMods[page].wizardClose():
File "/usr/lib/python2.6/site-packages/shr_settings_modules/shr_gprs.py", line 180, in wizardClose
self.saveConnectionData()
File "/usr/lib/python2.6/site-packages/shr_settings_modules/shr_gprs.py", line 171, in saveConnectionData
pickleData = self.getEntryData()
File "/usr/lib/python2.6/site-packages/shr_settings_modules/shr_gprs.py", line 145, in getEntryData
apn = self.entryAPN.entry_get().replace("<br>","")
AttributeError?: 'Gprs' object has no attribute 'entryAPN'
if I restart phonefsod and then "Previous" and "Next" I can finish wizard OK.
I'll add "Exit" button to first page and test if phonefsod is running for this kind of problems.
comment:5 Changed 17 months ago by dos
- Status changed from assigned to closed
- Resolution set to fixed in unstable
comment:6 Changed 14 months ago by jama
- Status changed from closed to reopened
- Resolution fixed in unstable deleted
