[android-porting] Re: How can we extend the framework to support multiple cameras?

2009-10-22 Thread Dianne Hackborn
You can not extend the framework. If you want to add new features, you must do this by introducing your own shared library, as show in the PlatformLibrary example. This allows you to provide any new APIs you want, which can be used by applications as an AVD in the development tools, and allows th

[android-porting] How can we extend the framework to support multiple cameras?

2009-10-22 Thread clemsongrad
If an android device wants to support multiple cameras, then how does the API support this? Right now the framework API is a simple static method to create an instance of camera Camera.open(). I see couple of options: 1. Using camera.setParameters() to set a name/value pair that instructs whic

[android-porting] Including pre-compiled 3rd party jar files to android application & building it with source code

2009-10-22 Thread Harsha
Hi, I have an android application which uses 3rd party libraries(of which I don't have source code). In eclipse I can include them as external jars and build the APK without any problem. But problem arises when I try to build the application with android source code. My question is how to include

[android-porting] How to porting Android to my Samsung GT-C6625

2009-10-22 Thread openOS
Hi all, please help me... can i porting Android to my Samsung GT-C6625 aka Valencia. thx --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~

[android-porting] crash in PowerManagerService

2009-10-22 Thread Jean-François Vidal
Hi all, I am working with a Zoom2 board (OMAP 3430). I checkouted donut repository on git.omapzoom.org I followed the wiki http://omappedia.org/wiki/Android_Getting_Started I build one SDcard that boot but after the shiny Android text logo I get a crash from PowerManagerService I already checked

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-22 Thread superspirit
hi, is the hub externally powered ? On Oct 21, 4:42 pm, Robo wrote: > Hi, > > Please tell me the procedure how to work USB keyboard which is > connected to USB HUB to the beagleboard with Android image.I refered > to qwerty.kl. But i don't know how to modify. After compile, in > beagledroid\out

[android-porting] adb does it work with the host searial port

2009-10-22 Thread superspirit
Hi all, i am using linux serial port as a HOST interface for omap- BeagleBoard Android, i am trying adb commands in the host(ex: adb shell), but it says "error: device not found". is it the right way to use. one more thing if i connect usb mouse or keyboard to Beagle- board, it does not detect.

[android-porting] How to add a new device?

2009-10-22 Thread rabbit
I want to add a new device. It's an alpha-numeric (16X2) monochrome LCD. I have finished the driver of kernel, and I can see the device from console. The device's name is "/dev/monolcd". Now I don't know how to control it from application. Can anyone tell me how to do it? --~--~-~--~~

[android-porting] Re: OMX component registration

2009-10-22 Thread RaviY
http://android.git.kernel.org/?p=platform/external/opencore.git;a=blob_plain;f=doc/omx_core_integration_guide.pdf;hb=9f38f7d01657aed466131d417cec0fe39b93a7c6 On Oct 22, 5:49 am, guru wrote: > HI All, > > I am trying to integrate decoder to OpenCORE. Below is my > understanding after going throug

[android-porting] OMX component registration

2009-10-22 Thread guru
HI All, I am trying to integrate decoder to OpenCORE. Below is my understanding after going through code base: OMX_Init() is called by player driver (Playerdriver.cpp) pv_omxmastercore.cpp --> OMX_Init()-->_OMX_Init() | pv_omxcore.cpp