Hi,
I'm facing a new problem with maps. Only blank tiles get displayed.
Here is the log.
[syntax="java"]02-15 18:21:05.379: INFO/ActivityManager(50): Starting
activity: Intent { comp={com.SC.UI/com.SC.UI.MapContacts} }
02-15 18:21:05.737: WARN/Maps_Persistence(1466): Couldn't find file: /
data/data/com.SC.UI/files/DATA_Preferences
02-15 18:21:05.847: WARN/Maps_Persistence(1466): Couldn't find file: /
data/data/com.SC.UI/files/DATA_Tiles
02-15 18:21:05.898: WARN/Maps(1466): Couldn't restore map info, data
== null
02-15 18:21:06.259: DEBUG/LocationManager(1466): Constructor: service
= android.location.ilocationmanager$stub$pr...@43447568
02-15 18:21:06.557: INFO/MapActivity(1466): Handling network change
notification:CONNECTED
02-15 18:21:06.557: ERROR/MapActivity(1466): Couldn't get connection
factory client
02-15 18:21:06.908: INFO/ActivityManager(50): Displayed activity
com.SC.UI/.MapContacts: 1501 ms
[/syntax]
Here is what it says,
WARN/Maps_Persistence(1466): Couldn't find file: /data/data/com.SC.UI/
files/DATA_Preferences
WARN/Maps_Persistence(1466): Couldn't find file: /data/data/com.SC.UI/
files/DATA_Tiles
WARN/Maps(1466): Couldn't restore map info, data == null
I dont know about DATA_Tiles, but DATA_Preferences definitely exists.
I'm not able to read the contents of DATA_Preferences.
Any idea what this means, and how do I resolve it?
Thanks,
Immanuel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---