[android-porting] samples from media pool never released by OMX MPEG-4 Video Decoder

2009-09-30 Thread shadow
Hi all, Could some one help me to understand why OMX_MPEG-4_Decoder may not release media samples, which were sent from mine OpenCore MKV node? here is some part of code (nothing new, the same code has native MP4 parser node): sampleSize = 32*1024; trackdatamempool =

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-30 Thread Chen Yang
Have you put the vmdk file together with the installer.img and be sure that the installer.img can be accessed by current user. I cannot see obvious problem in your steps in creating the vmdk. Hope it helps. -- Chen On Wed, Sep 30, 2009 at 3:15 PM, Rakesh Kumar rakesh.y...@gmail.com wrote: Hi,

[android-porting] make -j2 errors

2009-09-30 Thread rajesh123
Hi, I am getting the error listed below when i try make -j2 PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=1.6 TARGET_PRODUCT=ldp1 TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux

[android-porting] Re: Does android provide SMP multicore support ?

2009-09-30 Thread Vinay harugop
Hi shivappa at the moment kernel ver is 2.6.27. soon will move to 2.6.29. regards, -vinay On Sep 22, 7:39 pm, Shivappa shivappa.kusht...@wipro.com wrote: Hi Vinay, May I know the kernel version you have used to boot Android with SMP enabled ? Regards Shivappa On Aug 31, 9:44 am, Vinay

[android-porting] msm_i2c_poll_notbusy fail in i2c_msm.c

2009-09-30 Thread chungae9ri
Hi, all. I am trying to implement the i2c driver for camera driver in msm7xxx. msm_i2c_probe( ) is ok but when I try to call msm_i2c_xfer( ) in i2c_msm.c by using i2c_transfer( ) in i2c_core.c then the msm_i2c_poll_notbusy( ) function always returns fail. when I read the status of i2c(e.g.

[android-porting] Re: Touchscreen support

2009-09-30 Thread Jesper Nordenberg
On Sep 29, 8:30 pm, Dianne Hackborn hack...@android.com wrote: That event stream doesn't look good (though it doesn't look like you included the whole thing so it is hard to tell).  You can interpret it with these constants for the first and second number:

[android-porting] Re: Touchscreen support

2009-09-30 Thread Dianne Hackborn
The file I pointed to is the definition for the data -- the first number is the class of event (like key or abs), the second number is the code (like 'a' or key or x for abs), and the third is the value. You should be seeing this data fairly directly reflected in pointer location, except with the

[android-porting] Re: make error in Fedora

2009-09-30 Thread Nicu Pavel
Usually when buiding android is better to load the envsetup.sh script and execute mm or m command like this: cd mydroid . ./build/envsetup.sh mm On Wed, Sep 30, 2009 at 4:46 PM, honcheng honch...@gmail.com wrote: Hi, I'm running Fedora (Kernel Linux 2.6.30.5-43.fc11.x86_64) I'm trying

[android-porting] Android on Dell Mini 9

2009-09-30 Thread Kiran Ivaturi
Does anyone sucessfully installed Android on Dell mini 9 if so, please share the process of loading. Kiran. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: List of ports.

2009-09-30 Thread wby
For in case you haven't noticed, I've succeeded to run android on Treo650. I've not tried yet b/c I don't have the hw, but that image should be able to run on Treo680 as well. I'm happy if you add my results in your list. Thanks, - wby On Sep 27, 12:55 am, Brian Gupta brian.gu...@gmail.com

[android-porting] Re: How to add 3rd party package in android framework

2009-09-30 Thread allstars
on cupcake's branch (korg/cupcake-release) in mydroid/development/samples there's a folder called PlatformLibrary this folder doesnt exist on donut/master branch i dont know why http://android.git.kernel.org/?p=platform/development.git;a=tree;f=samples/PlatformLibrary;hb=cupcake and check this

[android-porting] First time boot will fail after downloading image

2009-09-30 Thread Edware
Dear Sir, I am porting Donut. When I boot device at first time,it'll fail. Here is my log. If you have any suggestion, please tell me. Thanks. C:\ADB_windowsadb shell * daemon not running. starting it now * * daemon started successfully * # logcat logcat I/DEBUG ( 1145): debuggerd: Sep 29 2009

[android-porting] Re: How to add 3rd party package in android framework

2009-09-30 Thread Dianne Hackborn
The sample was moved to here: http://android.git.kernel.org/?p=platform/vendor/sample.git;a=summary On Wed, Sep 30, 2009 at 8:05 PM, allstars allstars@gmail.com wrote: on cupcake's branch (korg/cupcake-release) in mydroid/development/samples there's a folder called PlatformLibrary this