[android-porting] Re: opencore logs for video

2009-10-06 Thread sujith
hi,, You can try this.. PATH : /mydroid/frameworks/base/media/libmediaplayerservice FIlE: MediaPlayerService.cpp Uncomment this preprocessor dircative.. #define LOG_NDEBUG 0 following log may help you or find the concern log and further files u can do the same.. -Sujith On Oct 5, 9:26 am, v

[android-porting] Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2009-10-06 Thread Robin Gujjar
Hi All, I am facing flicker problem when i uses multiple frame buffer devices simultaneously. we have modified the surfaceflinger and ui code for supporting the multiple framebuffer devices. we have created a different Graphics plane ( Second DisplayHardware instance based upon dpy=0 and dpy =1

[android-porting] Flicker with multiple frame buffer devices( Fb0 and Fb1 simultaneously )

2009-10-06 Thread Robin Gujjar
Hi All, I am facing flicker problem when i uses multiple frame buffer devices simultaneously. we have modified the surfaceflinger and ui code for supporting the multiple framebuffer devices. we have created a different Graphics plane ( Second DisplayHardware instance based upon dpy=0 and dpy =1

[android-porting] Re: application with root permssion

2009-10-06 Thread Girish Tatti
Hi, and how is the permission set for an application ? >>Please see Androidmanifest.xml for application permissions. . Girish On Oct 7, 3:53 am, Dianne Hackborn wrote: > The standard platform doesn't allow applications to run as root.  Heck, not > even the core system process runs as root.  It

[android-porting] Re: convert Launcher to an app

2009-10-06 Thread Andy Droid
Right, I'm just checking whether anyone has made that available. Save me some time. thanks. On Oct 5, 9:18 pm, Dianne Hackborn wrote: > Launcher -is- an app.  It is not part of the framework.  If you mean fixing > the current app to only build against the SDK, I am sure many people have > done

[android-porting] Re: Where to put the images?

2009-10-06 Thread Priya Radhakrishna Setty
The SD Card will have 2 partitions. 1st is BOOT partition and 2nd partition holds the Android file system (your .apk goes into 2nd partition). You have to place the images/audio/video files in the 1st partition of the SD Card. Regards, Priya -Original Message- From: android-porting@goo

[android-porting] DEVELOPMENT CLIENT FOR WEB-SERVICES ON ANDROID

2009-10-06 Thread luca
Hi guys, i need an expert about android. I have to develop a framework to create clients for web-services on android. I thought to write a mapping from wsdl to java, but now i think is more usable to develop it through some tools like axis. After have developed my web services, i tried to develop

[android-porting] PVLOGGER_LOGMSG stop working in PVPlayerEngine::DoSetupSourceNode with new parser

2009-10-06 Thread acn
Hi, I'm adding an new parser into opencore(cupcake), I found that PVLOGGER_LOGMSG stop working in PVPlayerEngine::DoSetupSourceNode when I try to test the new parser with pvplayer_engine_test, while the PVLOGGER_LOGMSG in other funcitons of PVPlayerEngine work fine. Also the PVLOGGER_LOGMSG in t

[android-porting] Re: application with root permssion

2009-10-06 Thread Dianne Hackborn
The standard platform doesn't allow applications to run as root. Heck, not even the core system process runs as root. It is very much desired to keep the number of processes actually running as root to as small and few as possible. On Tue, Oct 6, 2009 at 5:21 AM, vishal bhoj wrote: > Hello, >

[android-porting] Re: Where to put the images?

2009-10-06 Thread Abhinayak Mishra
why not use /data ? On Tue, Oct 6, 2009 at 4:54 AM, sany wrote: > > I have created an application which is a Digital Photo frame.It takes > images from the SD card.It runs fine on the emulator.But where should > i put my images for the Android system which is ported on the beagle? > My apk file

[android-porting] PVMFErrNoMemory in libopencoremp4.so

2009-10-06 Thread Shankar Ganesh
Hi Friends, When we added few extra functions to libopencoremp4.so , (so size increases by 4000 bytes) ,decoding halts with error PVMFErrNoMemory from QuerryInterface API (). Can any one help me out to resolve this issue ? >From prelink map file, it's assured that there is no over

[android-porting] application with root permssion

2009-10-06 Thread vishal bhoj
Hello, Is there anyway I can start a particular application with root permission. How does the zygote launch an application and how is the permission set for an application ? -- with regards vishal --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@go

[android-porting] Where to put the images?

2009-10-06 Thread sany
I have created an application which is a Digital Photo frame.It takes images from the SD card.It runs fine on the emulator.But where should i put my images for the Android system which is ported on the beagle? My apk file i put in /system/apps Similarly i want to know in which folder location I ne