Thank you for your advice.<br>I dig into the function CreateComponentsList() and find it fails at line 155 in omxil.c.<br>the line number may different to yours since I add some debug code.<br><br>155:    omx_error = pf_component_enum(psz_name, OMX_MAX_STRINGNAME_SIZE, i);<br>
156:    if(omx_error != OMX_ErrorNone) break;<br><br>and the error is OMX_ErrorNoMore.<br><br>the index i is 0.<br>So there is no component which could be used to match any of the format.<br><br>I doubt the there might be problem in the dll so i changed the dll from libiomx.so to libiomx-gingerbread.so.<br>
Still don't work.<br><br>BTW, I tried the apk from the post on XDA.<br>The same result as the one I built.<br><br>Any suggestions? Where should I trace?<br><br>Best regards,<br>Scott<br><br><div class="gmail_quote">2012/3/28 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org">jb@videolan.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Mar 28, 2012 at 04:40:38PM +0800, ScottLin wrote :<br>
> *Where should I follow and trace to fix the issue?*<br>
<br>
You should add debug information to this files and recompile to<br>
understand where it fails exactly.<br>
<br>
Best regards,<br>
<font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br>