touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #97699
[Bug 1486004] Re: Cannot import contacts from sim card
@vallee
Thanks for your update. I look at the crash file(s) later this
afternoon.
As for the test script, I blew it and uploaded a busted script ( which
had an internal script call, which is why you saw no output ). I've
attached a new copy that should work. You should also see immediate
output from the script when you run it.
A couple of other comments...
1. Before re-testing, restart the phone so that you're starting from a
fresh system state.
2. Before you stop ofono, please try the command ( as root ) 'status
ofono', and run it a couple of times to confirm:
- that ofono is indeed running ( if it's not, this is a bigger problem
)
- that it's not continually crashing ( ie. the process ID doesn't
change every time you run the status command )
3. The rest of the steps should be the same, and you should be able to
run everything but the 'test-phonebook' command in one terminal
instance.
** Attachment added: "debug-ofono.sh"
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1486004/+attachment/4449679/+files/debug-ofono.sh
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to address-book-app in
Ubuntu.
https://bugs.launchpad.net/bugs/1486004
Title:
Cannot import contacts from sim card
Status in address-book-app package in Ubuntu:
New
Status in ofono package in Ubuntu:
Incomplete
Bug description:
I open a new bug as asked from this bug (last comment #14) :
https://bugs.launchpad.net/ubuntu/+source/address-book-
app/+bug/1331346?comments=all
I've got a meizu mx4 ubuntu phone, but i cannot import contacts from
the sim card, it makes some wierd messages but never stop, and no
contact is imported.
As asked in the previous bug repport, the /var/log/syslog file attached and the output :
Warning: Permanently added '[127.0.0.1]:10000' (RSA) to the list of known hosts.
Welcome to Ubuntu 15.04 (GNU/Linux 3.10.35+ armv7l)
* Documentation: https://help.ubuntu.com/
Last login: Mon Jul 20 17:05:07 2015 from localhost.localdomain
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/test-phonebook /ril_0
Traceback (most recent call last):
File "/usr/share/ofono/scripts/test-phonebook", line 23, in <module>
print(phonebook.Import(timeout=100))
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/test-phonebook /ril_1
Traceback (most recent call last):
File "/usr/share/ofono/scripts/test-phonebook", line 23, in <module>
print(phonebook.Import(timeout=100))
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownObject: Method "Import" with signature "" on interface "org.ofono.Phonebook" doesn't exist
phablet@ubuntu-phablet:~$
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/address-book-app/+bug/1486004/+subscriptions
References