Re: [android-porting] Re: AAC metadata extraction

2009-11-09 Thread Freepine
From my understanding, ID3 tags should be retrieved by MP3/AAC source nodes, though I didn't try it by myself. Otherwise you can try to use PVID3ParCom directly. On Mon, Nov 9, 2009 at 11:03 AM, ever ever_1...@yahoo.com.tw wrote: thanks, Freepine. I tried parseASF function, which use

Re: [android-porting] AAC metadata extraction

2009-11-07 Thread Freepine
You can try parseWMA or parseASF in mediascanner.cpp. On Fri, Nov 6, 2009 at 4:29 PM, ever ever_1...@yahoo.com.tw wrote: Hi there, MediaScanner do not extract AAC metadata information at present. I am trying to add AAC metadata extraction in MediaScanner.java and mediascanner.cpp, and

[android-porting] Re: Enable PVLOGGER

2009-05-15 Thread Freepine
#echo 8,PVMFOMXAudioDecNode /sdcard/pvlogger.txt On Thu, May 14, 2009 at 8:28 PM, sreedhar b sreedhar...@gmail.com wrote: Hi Freepine, Thanks. I am getting the logs now. You have referred some configuration pertaining to levelnodes. Is this 8 corresponds to level as defined below : // part

[android-porting] Re: Enable PVLOGGER

2009-05-12 Thread Freepine
/sdcard/pvlogger.txt On Mon, May 11, 2009 at 9:23 PM, sreedhar b sreedhar...@gmail.com wrote: Hi, I followed the instructions provided by Freepine as indicated in the below thread: http://groups.google.com/group/android-porting/browse_thread/thread/e6391e4fc025bf60?hl=en 1. cd android_root 2

[android-porting] Re: logcat can't display all log?

2009-02-17 Thread Freepine
You can try to launch logcat like below:adb logcat -r 8000 -f /data/log.txt Perhaps it works. On Tue, Feb 17, 2009 at 9:25 PM, Sean McNeil seanmcne...@gmail.com wrote: Ah, I forgot that you are doing the increment inside the call. This could be a classical macro expansion issue. I think

[android-porting] Re: Building OpenCore

2008-12-10 Thread freepine
'pvplayer_engine_test' won't be built by default, you need to modify Android.mk file under /external/opencore to enable building it. include $(PV_TOP)//engines/player/test/Android.mk On Thu, Dec 11, 2008 at 1:07 PM, getandroid [EMAIL PROTECTED] wrote: Hi Joe, As suggested by you, when I try

[android-porting] Re: Debug android source code

2008-12-07 Thread freepine
You can turn on the code in /opencore/android/thread_init.cpp (about line 94~103) to enable android log appender. And updating the marco of PVLOGGER_INST_LEVEL to 5 in external/opencore/oscl/pvlogger/src/pvlogger.h. Then you will see PV logs in DDMS. If you intends to use gdb, you will need to