Re: [android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-10 Thread udaykiran pichika
Ok.. But we r using Android Eclair-2.0.1 which we got from Embinux. On Sat, Jan 9, 2010 at 10:39 AM, Chih-Wei wrote: > I don't know. I can just say it works on x86 platform. > And we don't have 2.0.1 code -- Google has not released it yet. > > Just try it. I think it won't hurt you. > > On 1月8日

Re: [android-porting] Re: Can't play any video on android 2.0 (AOSP)

2010-01-10 Thread udaykiran pichika
Hi.. You are able to play on Beagle Board or on X86 platform?? Which version of android ur using currently?? On Fri, Jan 8, 2010 at 1:35 PM, 焱 常 wrote: > Hello, > now i can play video on eclair. > except are you only change frameworks/base/libs/surfaceflinger/ > LayerBuffer.cpp > I ignore the

[android-porting] Re: How to build outside of Android with new parser/recognizer node

2010-01-10 Thread RaviY
You can still follow the same procedure and make your master node (e.g., downloadmanager node) pass it's queryinterface downstream to the slave node (e.g., parser node) instead of the master node itself responding to the request. -Ravi On Jan 11, 12:48 am, jeffb wrote: > Ravi, > I think what Geo

Re: [android-porting] How to compile/build only one Driver file?

2010-01-10 Thread pavan savoy
Makefile with obj-m := my_driver.o http://tldp.org/LDP/lkmpg/2.6/html/x181.html On Mon, Jan 11, 2010 at 11:30 AM, sachin bhangale wrote: > Hi all, >     I am working on driver, I have added that driver in kernel source > code of android-x86 donut, but for compiling that driver I have to buil

[android-porting] How to compile/build only one Driver file?

2010-01-10 Thread sachin bhangale
Hi all, I am working on driver, I have added that driver in kernel source code of android-x86 donut, but for compiling that driver I have to build entire source code of android-86 kernel. How can I compile *only that driver * and build kernel image. Waiting for reply Thanks, Sachin Bh

[android-porting] Re: How to use USB gadget driver for debugging with adb

2010-01-10 Thread Fasil
Hi, I have enabled the adb debugging with target via USB OTG. On enabling the following configuration Device Drivers-> USB Support-> USB Gadget support -> USB Gadget Drivers -> Android Gadget I got the android.c file compiled including f_adb.o (drivers/usb/ gadget/android.c) and it also

[android-porting] Re: Info Needed

2010-01-10 Thread linux newbie
Hi, After removing WAKE_DROPPED in system/usr/qwerty.kl file, up/down keys were working. WAKE_DROPPED definition: *When this key is pressed while the device is asleep, the device will wake up and the key event does not get sent to the app.* ** As per the definition, the only reason for up/down ke

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2010-01-10 Thread liang ming-chuan
>and, how the generated libskiahw.so is link with android system? I just found the TIOMX_GetHandle() will call dlopen() to load .so -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2010-01-10 Thread liang ming-chuan
hi, I'm studying how the JPEG codec register with android system. The sw JPEG codec seems register with android system by following code: static SkTRegistry gDReg(DFactory); but I couldn't found how OMAP register with android system, I found the code in omap android: SkImageDecoder_HWJPEG_

[android-porting] Re: Info Needed

2010-01-10 Thread linux newbie
> Hi, > > Any suggestions? > > Thanks > > > On Fri, Jan 8, 2010 at 3:52 PM, linux newbie wrote: > >> Hi, >> >> Finally I managed to boot Android on my target. >> >> We dont have Touch screen, our keyboard Alphabet Keys are recognised but >> not up/down Arrow keys. Can anyone please let me know, how

[android-porting] Re: How to build outside of Android with new parser/recognizer node

2010-01-10 Thread jeffb
Ravi, I think what GeorgeC is trying to say is that in a multi-node pipeline, the query for the PVMFDataSourceNodeRegistryInitInterface is not propagated beyond the initial source node. For example, while the download manager implements the PVMFDataSourceNodeRegistryInitInterface, it does not send

[android-porting] Re: Linking external libraries to Android native shared library

2010-01-10 Thread mohan singh
Hi, first u need to cross-compiling ur library with tool-chain for android (NDK). Then in setup.mk file and put the path to your .a file in TARGET_LDLIBS macro. then u can use static lib.. Mohan . -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/grou