Open GoogleCodeExporter opened 8 years ago
I had probably the same error.
android-sms backuped many sms until it reached a specific one.
Sadly I lost the full stacktrace, but the error was something like
java.lang.IllegalArgumentException: Unknown URL
content://contacts/phones/filter/1/2
on line 180 of the CursorToMessage class in the lookupPerson() method.
surrounding it with a try and catch block fixed it for me. See the attached
patch.
Original comment by imsan...@gmail.com
on 22 Nov 2010 at 7:35
Attachments:
Original issue reported on code.google.com by
albertus...@gmail.com
on 23 Apr 2010 at 2:46