Hi. I have an ongoing project to port an embedded database to Android
platform. The goal of this project is to compare performances of
SQLite and my database.

The development is under Android version Froyo 2.0.

In the project, the SQLite APIs are kept and they call APIs of my
database. But, there are some differences between SQLite and my
database, so I can't replace whole database system. In my Android
platform, OS and most applications use SQLite and some specific
applications use my database.

But, I have a problem.
There aren't any problems during the boot process. However, the
Contacts application is failed to launch. From the debug messages, it
seems that Android is failed to make ContactsLaunchActivity visible,
and then it tries again and again.

I doubt the routines related to the database system because it was
that I modified. Is there any relationships between the database and
ContactsLaunchActivity? (i.e., HistoryRecord is recorded in the
database, etc.)

I searched the solution of the problem in Google and many sites, but
can not find it.
Help me please..

The following is my debug message.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to