[android-porting] Re: CST: TC Failure due to unknown host

2010-08-16 Thread deven
hey guru, I find out the Error. It was silly mistake, I had to turn on the wifi on the android phone. Because wifi was turned off , TC were getting failed. Anyways Thanks. Regards Deven On Aug 13, 1:47 pm, guru guru.nav...@gmail.com wrote: HiDeven Try to put the logs in the

Re: [android-porting] Assigning Linux group to permission

2010-08-16 Thread Dianne Hackborn
On Sun, Aug 15, 2010 at 11:43 PM, Mitar mmi...@gmail.com wrote: So what I am asking is that in theory it should be enough just to add this new permission file and reboot and all applications with this permission would be assigned wifi group? I was reading the Java code handling all this and

Re: [android-porting] Assigning Linux group to permission

2010-08-16 Thread Mitar
Hi! On Mon, Aug 16, 2010 at 5:27 AM, Dianne Hackborn hack...@android.com wrote: Correct you have to reboot. You could probably verify that by trying to reboot yourself, yes? Yes, we did reboot but it still does not work. Application with this permission does not get added to the wifi group.

[android-porting] H264 parser in opencore

2010-08-16 Thread anddev
Hi all, I am new to Android and opencore. I cannt locate the h264 formate parser in the opencore directory. Is it possible to parse the video file and obtain the Hight and width of the file in opencore.if yes, then where i can find the info. please help me to locate the portion of the code or

[android-porting] regarding h264 parser in opencore

2010-08-16 Thread anddev
HI all I am new to android and so for opencore. I cann't locate the h264 parser in external/opencore/node. i wanted to parse the file and obtain the hight and width of the video file and wanted to do some operation if the hight and width is not supported by the underlined h/w codec. I wanted to

[android-porting] Can we use PV OMX core APIs from stagefright?

2010-08-16 Thread praji
Hello All, I want to know whether we can make use of PV OMX core API's like OMX_GetParameter, OMX_SetParameter, OMX_EmptyThisBuffer etc through stagefright? Currently in the froyo source code, found that the calls to GetParameter, SetParameter etc is done through IOMX.cpp as given below:

RE: [android-porting] Camera Porting

2010-08-16 Thread sachin.ravi
I donot have clue wrt android. But such req is already implemented in gstreamer. Check for chain function() where application manipulates the buffer and give it back to framework for rendering. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapte r-building-chainfn.html

Re: [android-porting] Can we use PV OMX core APIs from stagefright?

2010-08-16 Thread Lakshman
Hello, By default, OMXPVCodecsPlugin is enabled in OMXMaster by this call addPlugin(new OMXPVCodecsPlugin). Please go thro. OMXPVCodecsPlugin.cpp for more info. Thanks and regards, -Lakshman On Mon, Aug 16, 2010 at 7:30 PM, praji prajeesh.mo...@gmail.com wrote: Hello All, I want to

Re: [android-porting] Assigning Linux group to permission

2010-08-16 Thread Mitar
Hi! Thanks for all the answers. On Mon, Aug 16, 2010 at 10:20 AM, Dianne Hackborn hack...@android.com wrote: (An except is signature permissions, which are not shown to the user so can be granted when the permission becomes known due to installing the .apk that declares it.) But is it

Re: [android-porting] H264 parser in opencore

2010-08-16 Thread Deva R
I cannt locate the h264 formate parser in the opencore directory. Parser is file format specific (container), rather than video compression format. H264 compressed data in a MP4 container is parsed at /external/opencore/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp (link -

Re: [android-porting] Assigning Linux group to permission

2010-08-16 Thread Dianne Hackborn
The everything about the permission except the gid is done the normal way -- some .apk declares it in its manifest. Most of the platform ones are in android-res.apk, the apk for the platform itself. On Mon, Aug 16, 2010 at 6:38 AM, Mitar mmi...@gmail.com wrote: Hi! Thanks for all the

Re: [android-porting] Re: vold issues

2010-08-16 Thread Deva R
Can you check http://review.omapzoom.org/5228? We need to explicitly place vold.fstab in /system/etc of file system during froyo boot. //Deva On Fri, Aug 13, 2010 at 1:56 PM, Dark Knight vaisakhru...@gmail.com wrote: Hi, Have u set up your battery driver properly in your kernel? Coz i

[android-porting] My presentation analyzing Android bootup time

2010-08-16 Thread Tim Bird
Hi all, I have seen traffic on this list indicating some interest in reducing the bootup time of Android. I've spent some time recently looking at this, and made a presentation at LinuxCon last week with some of my results and observations. Unfortunately, I didn't make any concrete progress on

Re: [android-porting] My presentation analyzing Android bootup time

2010-08-16 Thread Dianne Hackborn
Hi, very cool. For what it's worth, there are a series of event logs already in the platform for key parts of the user space boot: I/boot_progress_start( 67): 31384 I/boot_progress_preload_start( 67): 33117 I/boot_progress_preload_end( 67): 37614 I/boot_progress_system_run( 98): 38330

Re: [android-porting] My presentation analyzing Android bootup time

2010-08-16 Thread Tim Bird
On 08/16/2010 07:18 PM, Dianne Hackborn wrote: Hi, very cool. Thanks - I was hoping someone would like it. :-) For what it's worth, there are a series of event logs already in the platform for key parts of the user space boot: I/boot_progress_start( 67): 31384

[android-porting] Re: H264 parser in opencore

2010-08-16 Thread Srikant
Is it possible to parse the video file and obtain the Hight and width of the file in opencore.if yes, then where i can find the info. Yes, enable the debug logs in external/opencore/android/ android_surface_output.cpp, then you will get the Video height width. - Srikant On Aug 16, 1:50 pm,

Re: [android-porting] My presentation analyzing Android bootup time

2010-08-16 Thread Dianne Hackborn
On Mon, Aug 16, 2010 at 8:17 PM, Tim Bird tim.b...@am.sony.com wrote: For what it's worth, there are a series of event logs already in the platform for key parts of the user space boot: I didn't see these at all. I'll dig into the code and try to find out why not. By the way, are those

[android-porting] Re: Camera Porting

2010-08-16 Thread Sowmya
Hi Sachin thanks for the info .i am able to create camera client in native and do the rendering by passing surface from java (application) On Aug 16, 4:27 pm, sachin.r...@wipro.com wrote:  I donot have clue wrt android. But such req is already implemented in gstreamer. Check for chain

[android-porting] wifi - dhcpcd/getprop problem.

2010-08-16 Thread guru
Hi All, When I enable the wifi in froyo and connect to AP, it is trying to get IP address, but output at wifiStateTraker level shows that many fields are 0. V/WifiStateTracker( 1029): IP configuration: ipaddr 0.0.0.0 gateway 0.0.0.0 netmask 0.0.0.0 dns1 10.50.201.5 dns2 125.22.47.125 DHCP server