[android-porting] Re: classes

2010-07-12 Thread Abhyudai Shanker
Guys resolved it.. Thanks Abhyudai -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Remove me from adroid group

2010-07-12 Thread Tseng Yiyun
Please help remove me from android porting group. Thanks so much -YiYun -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Android Kernel Vs Linux Kernel.

2010-07-12 Thread Retti
Hi, where can I get this Android specific drivers and how to integrate in kernel? I've get the kernel 2.6.33 from android.git.kernel.org/kernel/ kernel-2.6.git but in kernel configuration I can't find any Android entry. What's the mistake? Thanks -- unsubscribe:

[android-porting] Multiple audio stream on android

2010-07-12 Thread Rakesh Kumar
Hi, I want to add multiple audio support in android. Means I want to play one song on speaker and another on bluetooth headset simultaneously. Please give some pointers on it. Thanks regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Need help on verifying Bluetooth DUN Tethering on zoom2

2010-07-12 Thread Subramani Venkatesh
Hi, I wonder if there is any support for DUN GUI over the Android, you might try some third party tools to support DUN. -Subbu On Mon, Jul 12, 2010 at 10:43 AM, chetan kumar mkche...@gmail.com wrote: Hi All, I have refered to below site and enabled bluetooth DUN tethering on zoom2

[android-porting] Modify Your Kernel Configuration to Accommodate Android Drivers

2010-07-12 Thread Pankaj
Hi Can any one please tell me which changes is required in my kernel for android? I am successfully compiled android source code for superh arch. Now i want to porting android on my own hardware device. Currently I am used Linux kernel 2.6.29.4.alp-2.1 kernel in my device. All necessary

[android-porting] FillBufferDone related

2010-07-12 Thread HV
Hi, I've integrated my MPEG-4 hardware enabled decoder with the PVMF and implemented the necessary OMX calls. The trouble I'm having now is that once I click on the thumbnail within Gallery, the 1st frame shows up, but it stops right there!! I see that my driver/decoder is running in the

Re: [android-porting] Need help on verifying Bluetooth DUN Tethering on zoom2

2010-07-12 Thread chetan kumar
Hi I want to test DUN connectivity between ubuntu zoom2. Please let me know if any references are available ? On Mon, Jul 12, 2010 at 2:51 PM, Subramani Venkatesh subbu31m...@gmail.comwrote: Hi, I wonder if there is any support for DUN GUI over the Android, you might try some third party

[android-porting] who can help me

2010-07-12 Thread 4K^tony
Now i want to modify the source code of CTS,in order to check the hardware,but I can not get any data by get mGpsSatellite.getAzimuth() and mGpsSatellite.getElevation(),i want to useassertFalse(+mGpsSatellite.getAzimuth(),mGpsSatellite.getAzimuth() = 0 mGpsSatellite.getAzimuth() = 360);to get the

[android-porting] how to get the actual data of GPS?

2010-07-12 Thread 4K^tony
i try to get the data by CTS test ,but fail,who can tell me how to resolve this provblem?Thanks! My code and results are as follows: package android.location.cts; import dalvik.annotation.TestLevel; import dalvik.annotation.TestTargetClass; import dalvik.annotation.TestTargetNew; import

[android-porting] How to use libnetfilter_queue in android

2010-07-12 Thread imran
Hi All, I have written an application to receive packets through NFQUEUE target of iptables. The application runs OK on a PC but the problem is that I can't compile it for my android phone. I am giving the following command to compile it: arm-none-linux-gnueabi-gcc -Wall -o nfqueue_test

[android-porting] [android-developers] kernel panic

2010-07-12 Thread yenchengwang
hi all, I always get the error message below while kernel booting~ CONFIG_CMDLINE=console=ttyS0, 115200 mem=128M uard_dma android VFS: Cannot open root device NULL or unknown-block(0,0) please append a correct root= boot option; here are the available partitions: 1f00

Re: [android-porting] Remove me from adroid group

2010-07-12 Thread 苗忠良
hi: send email to android-porting+unsubscr...@googlegroups.comandroid-porting%2bunsubscr...@googlegroups.com, you will get . 2010/7/12 Tseng Yiyun yi28...@gmail.com Please help remove me from android porting group. Thanks so much -YiYun -- unsubscribe:

[android-porting] who can help me to solve the probl em how to check gps engine by cts?

2010-07-12 Thread 4K^tony
i want to check the Gps devices by CTS test,but i can not get any data expected,i just want to read the azimuth\elevation and so on, the result can be shown by assert() or fail() ,who can help me? Thanks! My source code as follows: /* * Copyright (C) 2008 The Android Open Source Project * *

Re: [android-porting] FillBufferDone related

2010-07-12 Thread Deva R
If FillBufferDone keeps coming, its a indication that whole playback cycle is working (file has been read, decoder has been given Emptybuffer/fillbuffer calls, got FillBufferDone)., see what happens in overlay, when u post the buffer to FillBufferDone., On Mon, Jul 12, 2010 at 3:13 PM, HV

Re: [android-porting] [android-developers] kernel panic

2010-07-12 Thread Deva R
Probably your bootargs passed from uboot override it?? Check in your kernel bootup log, what exactly the bootargs that kernel receives.. (will be shown as Kernel command line: x -Deva PS. My sample log., Starting kernel ... Uncompressing