Re: how does skia OpenGL backend works?

2009-04-29 Thread mailandroid
Can someone explain me how worst_case_edge_count() is caluclated in SkGL.cpp? Not able to get enough clarity on adding edgecount for kQuad_Verb(added 8) and kCubic_Verb(added 16). thanks and regards On Apr 29, 9:28 am, Romain Guy wrote: > TheOpenGLbackendforSkiais not supported and not enable

Re: How how can we keep Overlay Surface unchanged when switch from Portrait to Landscape mode

2009-04-29 Thread Feike
I met this issue too, I suggest google should add a new attribute NO_ROTATION in frameworks/base/core/java/android/view/Surface.java, then check it in LayerBase.cpp::validateVisibility(...) function to decide if re-calculate the orientation and position for this layer (surface). So it will provide

Re: Build OpenCORE outside of Android

2009-04-29 Thread rajesh mahalingam
Hi Sonal, Thanks Sonal. I posted all informations what you asked. setup.sh command output is shown below: ~ source setup.sh /home/rajesh/opencore/ [setup.sh] started. [setup.sh] setting up build environment with default c

How can we build a debug image of the Android?

2009-04-29 Thread Devaraj
Hi, I wanted to build the debug image of the Android source. I am using the following command make TARGET_BUILD_TYPE=debug or HOST_BUILD_TYPE=debug but i am getting errors and the build is not complete. Is there anything wrong with the command? How can I build a debug image of the Android sourc

getNeighboringCellInfo()

2009-04-29 Thread alexdonnini
Hello, Could someone please explain to me why the public getNeighboringCellInfo() method in TelephonyManager.java causes my application to crash (see error log below)? 04-29 23:46:05.754: WARN/dalvikvm(5854): VFY: unable to resolve interface method 23808: Lcom/android/internal/telephony/ ITeleph

Re: Which process is responsible for injecting KeyEvents to the system ?

2009-04-29 Thread Dianne Hackborn
It's the core system process that implements the function. You can't kill it without bringing down the entire system. On Wed, Apr 29, 2009 at 6:50 PM, Ashrotronics <030440...@163.com> wrote: > > Hi all: > This happened When i tryed to send keyevents repeatly: After a > period of time (may b

Which process is responsible for injecting KeyEvents to the system ?

2009-04-29 Thread Ashrotronics
Hi all: This happened When i tryed to send keyevents repeatly: After a period of time (may be 2h or more) , I started to get RemoteExceptions. obviously, the process hadling keyevents is dead ,But i'm not sure which process is,Could anyone tell me ? And, how i could avoid this happen ?

Re: How how can we keep Overlay Surface unchanged when switch from Portrait to Landscape mode

2009-04-29 Thread Dave Sparks
The application chooses the orientation. You can't force this from the hardware layer. On Apr 29, 1:26 am, tony wrote: > In current android implementation,all the Surface will rotate 90degree > when switch to landscape. > > We have requirement to keep the video unchanged (no rotation) and it > s

Re: Need info to get the debug trace of the opencore

2009-04-29 Thread Freepine
Basically, you need run gdbserver on device attached to mediaserver process, then run gdb client on your linux workstation, switch to PV thread and get it's back trace. http://groups.google.com/group/android-platform/browse_thread/thread/d5e858240540dd7c# On Tue, Apr 28, 2009 at 1:39 PM, Dev wro

Re: Query on HID support on latest google release

2009-04-29 Thread simantini.bhattacha...@gmail.com
Thanks for your response . Based on the Bluez support would you be able to answer the below mentioned queries ? a) HID profile version implemented b) if Bluez provides support for the device to behave both as HID device as well as HID host Thanks Simantini On Apr 29, 5:35 am, Jaikumar wrote: >

Re: Build OpenCORE outside of Android

2009-04-29 Thread sonal gupta
Can you post the output of your 'source setup.sh ' command ? The makefiles for whihc you are getting errors are actuallt kept in the folder :"opencore\tools_v2\build\make" Just check if you have those files there.. Regards, Sonal On Wed, Apr 29, 2009 at 3:05 PM, Rajesh wrote: > > Hi raj & Rktp

Problem in Starting GDBserver

2009-04-29 Thread Ved
Hi, I have downloaded "gdb 6.6" and built it on linux machine using "configure" and "make"(not cross compiled). I pushed the executable file that ll be generated in "/gdb 6.6/gdb/ gdbserver/gdbserver" directory on to emulator using "adb push". the steps followed are same as given at "http://hon

No Network access in Android 1.5 Emulator using 1.1 target

2009-04-29 Thread Abdul Mateen
Asslam-u-Alikum and Hi, Is there is no network access in Android 1.5 emulator using 1.1 target I am using the Android 1.5SDKr1 not the preview release. If there is any then how to access that. Thank You, Abdul Mateen Android Developer. --~--~-~--~~~---~--~~ You re

Re: Build OpenCORE outside of Android

2009-04-29 Thread Rajesh
Hi raj & Rktp, I run the command "source setup.sh " successfully. Then I tried the command "make -j" , here I am Getting the error as follow ~~~ makefile:2: /entry_point.mk: No such file or directory makefile:6: /../common/local.mk: No such file or

Re: How to set position for overlay engine?

2009-04-29 Thread Jill Zhou
Hi, Tony Thank for your reply. I changed code as following before. But it doesn't work. Do you know what's the problem? What's your test code? Does it work? sp surface = client->createSurface(getpid(), 0, 320, 240, PIXEL_FORMAT_UNKNOWN, ISurfaceComposer::ePushBuffers); surface

How how can we keep Overlay Surface unchanged when switch from Portrait to Landscape mode

2009-04-29 Thread tony
In current android implementation,all the Surface will rotate 90degree when switch to landscape. We have requirement to keep the video unchanged (no rotation) and it seems the only way is to ignore the orientation in LayerBuffer::OverlaySource::onVisibilityResolved(). Please let me know if you h

Re: How to set position for overlay engine?

2009-04-29 Thread tony
The application can change position of the Push Surface, and it is finally handled in LayerBuffer. You can refer LayerBuffer::OverlaySource::onVisibilityResolved in LayerBuffer.cpp On Apr 29, 1:32 pm, "Jill.Zhou" wrote: > \hardware\libhardware\libhardware\modules\overlay has a interface > overl

Re: OpenCORE :: Using individual nodes from the application

2009-04-29 Thread jai
Hi, I am also interested to know on how to use the parser node? May I know the output of the parser node.. What is the format of data? bit stream? Thanks in advance Jai On Apr 27, 7:12 pm, Freepine wrote: > I think you can use the parser directly instead of the parser node:) > external/o