Re: [android-porting] Re: Google OMX Core

2010-08-27 Thread Lakshman
Hi David Sparks, Is there any roadmap by google to develop openMax IL core?? Thanks and regards, -Lakshman On Wed, Aug 25, 2010 at 12:44 AM, Dave Sparks davidspa...@android.comwrote: Stagefright already supports OMX codecs in the Froyo release. This is how we integrate hardware codecs and

[android-porting] Socket connection using native socket() functions

2010-08-27 Thread Nand
Hi, I want to open a socket connection using native socket functions. I'm able to bind the socket at the server side. But when i try to connect to server from from a client, the connection is not being accepted at server side. Accept() function is not bien called at server side. Please somebody

[android-porting] How to rebuild library in Android repository

2010-08-27 Thread Tung Dang
Hi all, I modify the libjpeg inside android repo Froyo/external/jpeg/ How do i rebuild the library in a faster way, rather than go to the Froyo folder and run make to rebuild the whole system. I try go into the jpeg folder and run make but it doesnot rebuild. Regards, Tung -- unsubscribe:

Re: [android-porting] Re: JNI ioctl problem

2010-08-27 Thread Atul Raut
did you try it using super user. On Thu, Aug 26, 2010 at 12:25 PM, Geetha geetha.arumug...@gmail.com wrote: Hi Deva, Thanks for your reply. I tried 'chmod 777 /system/bin/ifconfig but still I am facing same permisssion denied problem. Could you please reply me immediately. Thanks, Geetha

Re: [android-porting] Re: Google OMX Core

2010-08-27 Thread Deva R
Hi Dave, Stagefright already supports OMX codecs in the Froyo release. Today Stagefright uses PV OMX core, and vendors OMX core. What if opencore is not present - will only vendor omx plugin will be present? #ifndef NO_OPENCORE addPlugin(new OMXPVCodecsPlugin); #endif void

[android-porting] wifi - signal strength

2010-08-27 Thread guru
HI All, I ported(enabled) wifi successfully on froyo. It is connecting to AP and showing signal strength. But it is not showing any signal strength on the icon which displayed on the Notice Bar. Is this problem at application layer or down the layer? Where I need to look into? I need some info,

Re: [android-porting] Re: wifi scan

2010-08-27 Thread Irfan Sheriff
Thats old code (eclair and before). Irfan On Thu, Aug 26, 2010 at 10:38 PM, guru guru.nav...@gmail.com wrote: Hi Irfan, Thanks! I got piece of code where they are setting to 6 seconds. packages/apps/Settings/src/com/android/settings/wifi/WifiLayer.java /** The delay between scans when

[android-porting] Re: Possible to only kernel upgrade?

2010-08-27 Thread Build account
Hello. Thanks for your advice, Can I do another questions?? 1. I agree for your comment which starting point at THIS TIME. Is there any specific reason to start from 2.6.32 to 2.6.35 froyo??? Pls give me any hint. 2. whatif I need to port cupcake with 2.6.29 first... any useful material

[android-porting] USB Android gadget

2010-08-27 Thread Mohan V
Hello all, I have a query regarding the android usb gadget driver. I am using the android kernel 2.6.32 with omap3630 based board. In the USB android gadget driver, the value of bInterval for high speed BULK OUT endpoint descriptor for mass storage interface is set to 1 (f_mass_storage.c) and

[android-porting] User Mode Device Drivers

2010-08-27 Thread kavitha bk
Hi I am trying to write a User Mode Device Driver for sensors for an Embedded Device. Can you please suggest how to write and any suggestions which drivers can be moved out of kernel to user space http://www.linuxjournal.com/article/7466?page=0,0 Thanks and Regards, Kavitha -- unsubscribe:

Re: [android-porting] How to rebuild library in Android repository

2010-08-27 Thread john halewood
On 27 August 2010 08:30, Tung Dang tung...@gmail.com wrote: Hi all, I modify the libjpeg inside android repo Froyo/external/jpeg/ How do i rebuild the library in a faster way, rather than go to the Froyo folder and run make to rebuild the whole system. I try go into the jpeg folder and run

[android-porting] SurfaceFlinger uses too much cpu

2010-08-27 Thread naruka
Hi, This is regarding SurfaceFlinger’s performance. If you think I have a point here please let me know. I have observed during my Camera application SurfaceFlinger consumes too much of cpu (80%). Tried to know its cause, its found out that it is actually drawing the “clip” region twice

[android-porting] media player application which shall dump Frame Rate and CPU Utilization

2010-08-27 Thread Arun Joseph
Hi All, I would like to know if there is any media player application which shall dump Frame Rate and CPU Utilization? Or how do we tweak the existing media player to give Frame per Second data? Thanks, Arun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Socket connection using native socket() functions

2010-08-27 Thread arindam das
You need to have the connect method in your client side with the server details can be something like: (connect(sock, (struct sockaddr *)server_addr, sizeof(struct sockaddr)) On Fri, Aug 27, 2010 at 12:41 PM, Nand nandithab...@gmail.com wrote: Hi, I want to open a

Re: [android-porting] How to rebuild library in Android repository

2010-08-27 Thread John Koshi
Try make from the source tree root, using the string declared as LOCAL_MODULE in the jpeg folder make file as the argument. This worked for the sensors library. John On Fri, Aug 27, 2010 at 12:30 AM, Tung Dang tung...@gmail.com wrote: Hi all, I modify the libjpeg inside android repo

Re: [android-porting] media player application which shall dump Frame Rate and CPU Utilization

2010-08-27 Thread Deva R
For cpu usage, - you can use top, or enable android to display (menu - development tools - show cpu usage) for fps tracking, - right now, media player app of eclair/froyo doesnt had this feature., opencore/stagefright too dont track. we added custom fps calculation at VideoMio(for opencore),

Re: [android-porting] How to rebuild library in Android repository

2010-08-27 Thread Deva R
Quick incremental builds via http://www.bittoggler.com/2010/06/android-build-tips-and-tricks.html via http://pdk.android.com/online-pdk/guide/build_system.html http://www.bittoggler.com/2010/06/android-build-tips-and-tricks.html *Quick Incremental Build* Setup the environment for your build

Re: [android-porting] Porting Information

2010-08-27 Thread Deva R
i want a suggestion about the guidelines, books and other material.., You can start working with emulator or get your hands on one of the available numerous development boards for android. Few wiki's/projects about steps involved in android development cycle., http://code.google.com/p/rowboat/

[android-porting] Froyo on Beagleboard [vold crashing]

2010-08-27 Thread itodroid
Hi all, I'm trying to get the CoreDruids Froyo port (coredruids.org) to run on my Beagleboard (rev C2). When I attempt to boot, I get a kernel panic with someone trying to kill the init process. Upon further debugging, I found that the vold process fails to start (and is the culprit for

[android-porting] Re: copybit format conversion issue, for help

2010-08-27 Thread Simon Chan
Hi all, I note donut Android Layer::setBuffers contains the following code snippet. .. if ((flags ISurfaceComposer::eGPU) (mFlinger-getGPU() != 0)) { // FIXME: this value should come from the h/w alignment = 8; // FIXME: this is msm7201A specific, as its GPU only supports

Re: [android-porting] wifi - signal strength

2010-08-27 Thread Robert Greenwalt
You say it is showing signal strength yet it is not showing any signal strength on the icon which displayed on the Notice Bar. Where *is* it showing signal strength? In the settings app? That is probably just in the scan results. There is a notification that the wifi code sends out for the sig

[android-porting] Wifi: No scan results

2010-08-27 Thread xift
Hi, I got a problem with my wifi driver. I don't get any scan-results although it tells me the results are ready... Here my log: W/WifiHW ( 113): Opened connection to supplicant W/WifiHW ( 113): Connected Monitor W/WifiHW ( 113): Miphone Wifi - Successfully connected to supplicant

[android-porting] Re: Froyo on Beagleboard [vold crashing]

2010-08-27 Thread ran
May be you find something here: http://code.google.com/p/android-on-freerunner/issues/detail?id=7colspec=ID%20Type%20Status%20Priority%20Owner%20Summary%20BuildVersion%20AndroidVersion%20Component On 27 авг, 19:51, itodroid itodr...@gmail.com wrote: Hi all, I'm trying to get the CoreDruids

Re: [android-porting] wifi - signal strength

2010-08-27 Thread Gururaj BO
Hi Robert, Yes it is not showing signal strength on the icon which is displayed on the Notification bar. As you told it is showing signal strength in settings app which is scan results?. I checked the return value of Native command *getRssiCommand*() which is returning -1 which is not a valid