I can see there is a FATAL exception while trying to find a Native Method through JNI. Also I have see that it is trying to load Camera.default.so,
D/BootAnimation( 274): [BootAnimation threadLoop 544]bexist=1,nMp3Exist=1,pSoundFileName=/data/local/bootaudio.mp3,pBackupSoundFileName=/system/media/bootaudio.mp3, ms=5190 E/dalvikvm( 136): ERROR: couldn't find native method E/dalvikvm( 136): Requested: Landroid/content/res/AssetManager;.openXmlAssetNativeInOppoEncryption:(ILjava/lang/String;)I E/JNIHelp ( 136): RegisterNatives failed for 'android/content/res/AssetManager', aborting F/libc ( 136): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 136 (zygote) Looks like the Image you created has many missing .so's, Pls check that. Br, Sam. On Mon, Mar 23, 2015 at 12:45 PM, Hery Purwanto <[email protected]> wrote: > thanks for replying. > > lately i figured that replacing some audio related libs, can make those > messages disappear. but another issue comes up. > > i attach the full log, it's just looping endless. in case you can pin > point the root cause please let me know. > > Sorry for my bad english. > > > On Thursday, March 19, 2015 at 12:08:04 PM UTC+7, Hery Purwanto wrote: >> >> someone ever see this logcat? >> i try to port ROM from Mediatek MT6589 to MT6572, and got this error >> during boot. It looks many died things, but they only marked as I (if it >> trully problem normally will show E or F). Is this normal? >> >> I/ServiceManager( 123): service 'media.audio_flinger' died >> I/ServiceManager( 123): service 'media.player' died >> I/ServiceManager( 123): service 'memory.dumper' died >> I/ServiceManager( 123): service 'media.camera' died >> >> how to fix them? >> >> thanks. >> > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
