Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread sonal
Hi, I am also facing the same issue . I am not able to see the log from Openmax component. I tried replacing all PVLOGGER statements in the cpp file to a LOGE. But still I cannot see logs from Openmax component.. Is there any other way out ? On Mar 23, 5:41 pm, rktb yend...@pv.com wrote:

Re: Build OpenCORE outside of Android

2009-04-02 Thread sonal
All, Along with what mentioned in the quick start guide, you also need to have the (pvplayer.cfg) configuration file in your working directory for the pvplayer_engine_test to run. Sonal On Mar 25, 5:56 pm, sonal sonal.aqua.gu...@gmail.com wrote: has any body been able to see proper PCM /

Is network service diagram, flowchart available?

2009-04-02 Thread Yoon
Hi All, I'm newbie at Android platform for Network service. Does any one can advice me to have big picture about Android network structure? Any kind of information would be helpful for me if it can show me the flow chart or diagram what is going on in network side when some application (eg,

Re: SensorManager file descriptor shared?

2009-04-02 Thread pixelflinger
Hi, I'm not completely sure about what you're asking, so I'll do my best to answer :-) There is only one thread per process handling the events. Note that there should only be one instance of SensorManager as well (it's a singleton). It's therefore not possible to have more than one thread per

Re: Outstanding cupcake - master merge

2009-04-02 Thread luggie
I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On 4月2日, 上午11时42分, Jean-Baptiste Queru j...@android.com wrote: I normally start it with just emulator. -avd is for future SDKs, you shouldn't need to specify it when working on your own builds (except if

Re: Issues when try to use the App Monkey in an Upload / Download Application

2009-04-02 Thread z2cat
You should check the application name first,you can get it by enter ps or check in DDMS-File Explorer Normally the name should be like com,android.camera On 4月2日, 上午8时22分, Romain Guy romain...@google.com wrote: The -p flag is used to specify the package name of the application, not the name of

Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread tit tat
Please try to uncomment below two lines in the file: opencore/codecs_v2/omx/omx_proxy/src/pv_omx_interface_proxy.cpp //proxy-iPVApp.CreateLoggerAppenders(); //proxy-iLogger=PVLogger::GetLoggerObject(); Regards. TT. On Thu, Apr 2, 2009 at 2:39 PM, sonal sonal.aqua.gu...@gmail.com wrote: Hi,

Problem building CupCake

2009-04-02 Thread Al Sutton
I'm on Ubunyu 8.04-LTS, I've followed the instructions from the webpage, but every time I try to run make I hit; Copying out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/ classes-full-debug.jar Copying: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/ classes.jar target

Re: Problem building CupCake

2009-04-02 Thread Romain Guy
What JDK are you using? On Thu, Apr 2, 2009 at 2:32 AM, Al Sutton a...@funkyandroid.com wrote: I'm on Ubunyu 8.04-LTS, I've followed the instructions from the webpage, but every time I try to run make I hit; Copying out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/

Android STL

2009-04-02 Thread Jhsun
Hi All, Is there a plan to support standard STL (e.g., STLport) in android? There are lots of native open source projects in which standard STL is widely used. If standard STL is not supported, it's much difficult to port these valuable open source projects to android platform. Who can give me

RE: Problem building CupCake

2009-04-02 Thread Al Sutton
java version 1.6.0_07 Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing) The packages installed are; ii sun-java6-bin 6-07-3ubuntu2 Sun Java(TM) Runtime Environment (JRE) 6 (ar ii

Re: Outstanding cupcake - master merge

2009-04-02 Thread luggie
hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On 4月2日, 上午11时42分, Jean-Baptiste Queru j...@android.com wrote:

Re: Is there a way to get a list about what was build into the system.img or not?

2009-04-02 Thread lianwei
thanks. On Apr 2, 1:02 pm, rktb yend...@pv.com wrote: out/target/product/generic/installed-files.txt This looks like a pretty good list ... On Apr 1, 9:08 pm, lianwei lianwei.w...@gmail.com wrote: Hi all, Is there a way to get a list about what was build into the system.img or not?

Re: How to dump OmxComponentBase from PV Logger

2009-04-02 Thread sonal gupta
Thanks It works !!! :) On Thu, Apr 2, 2009 at 2:52 PM, tit tat tittat2...@gmail.com wrote: Please try to uncomment below two lines in the file: opencore/codecs_v2/omx/omx_proxy/src/pv_omx_interface_proxy.cpp //proxy-iPVApp.CreateLoggerAppenders();

Re: Outstanding cupcake - master merge

2009-04-02 Thread Pierre Bonnefoy
Congratulations to JBQ and to all that have helped him for this great achievement ! 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual

Re: WifiService and other WIFI related classes

2009-04-02 Thread alexdonnini
I posted the following on the platform group too. Hello, I am building an application which provides some WIFI management functions and, eventually, delivers p2p functionality. I have been testing the API provided via the SDK. One problem I have run into is that execution of the

Re: Outstanding cupcake - master merge

2009-04-02 Thread Jean-Baptiste Queru
Sorry, I don't. JBQ 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a android virtual device,and start emulator by emulate -avd name Thank you,JBQ! On

Re: Outstanding cupcake - master merge

2009-04-02 Thread Jean-Baptiste Queru
(I meant, I don't know) JBQ 2009/4/2 Jean-Baptiste Queru j...@android.com: Sorry, I don't. JBQ 2009/4/2 luggie lug...@gmail.com: hi,JBQ,How do i make winows_sdk by this source code?(I had made sdk in ubuntu.) Thanks. On 4月2日, 下午4时16分, luggie lug...@gmail.com wrote: I create a

Need a Help

2009-04-02 Thread raj.10788
I am new to this Android. I am a studying in some coll... In the interest I downloaded the source code from source.android.com with the given basic steps. I don know the steps how to make the SDK and System Image and all.. But now I don know what do to and how to do??? can anyone help

RE: Problem building CupCake

2009-04-02 Thread Al Sutton
I've been working away on this and found the problem; The build process seems to need unzip but it's not mentioned in the apt-get list in the build instructions. The specific instances are; ./development/pdk/ndk/samples/samplejni/Makefile: unzip $(INPUT_APK) -d $(APK_STAGE)

Re: Problem building CupCake

2009-04-02 Thread 冰咖啡不加糖
change to jdk 1.5 On Apr 2, 10:44 pm, Al Sutton a...@funkyandroid.com wrote: I've been working away on this and found the problem; The build process seems to need unzip but it's not mentioned in the apt-get list in the build instructions. The specific instances are;

RE: Problem building CupCake

2009-04-02 Thread Al Sutton
The build completed with unzip installed. Using a more recent JDK made no difference (as I would have hoped). Al. --- * Written an Android App? - List it at http://andappstore.com/ * == Funky Android Limited is registered in England Wales with the company number 6741909. The

《http://www.nikestore88.com 》wholesale cheap jordans,china nike factory jordans wholesale,cheap jordan spiz'ikes,air jordan factory directn,jordan mixed with air force one new style,cheap air force on

2009-04-02 Thread shoe..clothing/////www.nikestore88.com
《http://www.nikestore88.com 》wholesale cheap jordans,china nike factory jordans wholesale,cheap jordan spiz'ikes,air jordan factory directn,jordan mixed with air force one new style,cheap air force ones outlet,authentic nike af1s,air force 1 xxv'07 anniversary edition premium,custom nike sb dunks

Audio SetParameter() use

2009-04-02 Thread SS
Hello, We want to have a table of (key,value) shared between App layer and Audio HAL. (key, value) will be passed down to the HAL layer using the Audio SetParameter function. More than one app (in Java space) will be talking to the Audio HAL (Native space) using that function so, the table will

Re: Omx video encoding in Cupcake

2009-04-02 Thread ever
Thank you, Dave. I think Cupcake doesn't register mpeg4/h.263 omx encoding components at present, right? how android develops Cupcake VideoCamera without that encoding component? Does Cupcake VideoCamera work well in android internal development? On 3月30日, 下午11時40分, Dave Sparks

Re: Audio SetParameter() use

2009-04-02 Thread Dave Sparks
Please don't use the setParameter interface. It will be removed in the next release. We will be adding an improved mechanism for tunneling device specific parameters through the framework to the HAL that is consistent throughout the media framework (audio, camera, mediaplayer, etc). The problem