[android-developers] Package android.media.* does not exist for framework.jar

2012-12-05 Thread Scs Sek
Hi, I am trying to include the package into framework.jar file. I think new Android case, android.media.audiofx is in framework2.jar. When it compiles framework local module, frameworks/base/media/java/android/media/AudioService.java:89: package android.media.audiofx does not exist Any

[android-developers] ICS Camera vs JB Camera

2012-08-28 Thread Scs Sek
I have noticed that JB Camera APK uses more CPU than ICS Camera. Do you guys see the difference? Is there any difference with respect to application? I see atleast 25% higher CPU usage in JB Camera Application. Any points would be appreciated. -- You received this message because you are

[android-developers] Re: ICS Camera vs JB Camera

2012-08-28 Thread Scs Sek
I have noticed that JB Camera APK uses more CPU than ICS Camera. Do you guys see the difference? Is there any difference with respect to application? I see atleast 25% higher CPU usage in JB Camera Application. Any points would be appreciated. -- You received this message because you are

[android-developers] glesv2debugger

2012-03-06 Thread Scs Sek
Hi, Can you anyone tried to setup glesv2debugger in ICS? I have issues when try to build as Eclipse pulgin Regards, Chandra -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] VP8 Codec Support GB Capabilities

2011-04-23 Thread scs sek
Hi All, Does any one has the answer for VP8 GB support spec. like version, max bit rate support and max frame rate (ex. nexus one or nexus S based)? Regards SCS -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] AIDL for native process

2010-12-21 Thread scs sek
Hi, Is there any way i can use AIDL for native process communciate each other? Is it only specific to Java to Native based RPC? Regards scs -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Surface to Native

2009-07-04 Thread scs sek
. On Fri, Jul 3, 2009 at 12:08 PM, scs sek scs...@gmail.com wrote: Hi, I try to pass the surface which is created by Java Application to my native lib. While transferring at JNI layer When i use the GetIntField fundtion to get the surface object (GetISurface) function, the object passed by app

[android-developers] Surface to Native

2009-07-03 Thread scs sek
Hi, I try to pass the surface which is created by Java Application to my native lib. While transferring at JNI layer When i use the GetIntField fundtion to get the surface object (GetISurface) function, the object passed by app is becoimg null. Any suggestion is welcome. Thanks Regards SCSSEK

[android-developers] Emulator Listening Socket Fail

2009-06-12 Thread scs sek
I am creating a server client application and testing it the following way: Server (Port 1234) on emulator adb forward tcp: tcp:1234 network redirection localhost () to emulator (1234) Client 127.0.0.1 (Port ) on localhost Here the application is running successfully. Now I am

[android-developers] 2-way engine Test Framework execution - crash

2009-05-15 Thread scs sek
Hi All, When we try to execute the 2 way engine testcases in the test framework, it is crashing while loading opencorecommon.so. Please let me know, is it possible to run the test cases in android 1.5 source code version? Thanks. --~--~-~--~~~---~--~~ You

[android-developers] Java Application and Native Library Integration

2009-04-08 Thread scs sek
Hi All, I have developed bluetooth application where native library will be initiated by Java application (using JNI wrapper). JNI will call the entry function of the native library and then it will create Pthread to for scanning the device. Once Scanning is over, i will get the callback which i

[android-developers] Questions regarding Opencore and System.img file

2009-01-16 Thread scs sek
Hi, I want to know whether it is possible to use the G1 phone to test the newly integrated phone into an system. I integrated wma (opencore as separate library and pushed to system). I was able to download the application (Java application to G1) but is it possible to push the opencore (cupcake