Hi folks. I am a developer of the android. During the developing I got messages like below
01-01 09:00:21.168: DEBUG/dalvikvm(2275): No JNI_OnLoad found in / system/lib/libmbccert.so 0x45fec188, skipping init 01-01 09:00:21.199: DEBUG/dalvikvm(2275): No JNI_OnLoad found in / system/lib/libttldec.so 0x45fec188, skipping init 01-01 09:00:21.211: INFO/ActivityThread(2282): Publishing provider media: com.android.providers.media.MediaProvider 01-01 09:00:21.296: VERBOSE/MediaProvider(2282): Attached volume: internal 01-01 09:00:21.300: DEBUG/dalvikvm(2275): No JNI_OnLoad found in / system/lib/libthintpegdec.so 0x45fec188, skipping init 01-01 09:00:21.324: DEBUG/dalvikvm(2275): No JNI_OnLoad found in / system/lib/libadminregion.so 0x45fec188, skipping init 01-01 09:00:21.332: INFO/ActivityThread(2282): Publishing provider downloads: com.android.providers.downloads.DownloadProvider 01-01 09:00:21.355: DEBUG/dalvikvm(2275): No JNI_OnLoad found in / system/lib/libthinconverter.so 0x45fec188, skipping init After i got messages I've searched for filesystem. in there i've seen a files which is required for running. also I checked it using YAFFS2 and work fine i confirmed filesystem working very well because of running the android well and if filesystem does not find these files, Maybe the other file not work as i think So is there time difference in order to run and the other causing ??? Thank in advance. Kevin.park -- 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

