[android-porting] Wholesale Trade (Free Shipping) 2010.11.19.14.54.25

2010-11-18 Thread Ansari Ahtesham
Hey, dear, I'd like to introduced a very good website to you: www.ebay365.org .I bought an apple laptop on it recently. They send it to me very quick, and the quality is great. It's wonderful, you know. Now, it is celebrating the 5th birthday, many products are on discount! They have many brands, s

[android-porting] iMX51 EVK BBG U-Boot

2010-11-18 Thread Matt Shao
hi Guys: Does any one knows how does the iMX51 boot with U-Boot? (Currently we are using boot from SD) Does the internel BOOT ROM will copy the whole U-Boot from the SD to the DDRRAM? If so, where can I found the code? After review the code, I do not find any SD operation relat

Re: [android-porting] How to Access JPEG hardware decoder

2010-11-18 Thread Rodney Brooks
but does it do HW decoder for compression/decompression? On Thu, Nov 18, 2010 at 2:18 PM, sqWang wrote: > maybe ,libjpeg is android 's jpeg decoder. > > 2010/11/18 Rodney Brooks > >> Can you please comment on following >> Is there any procedure/API provided in Android SDK/NDK to check if >> "JP

Re: [android-porting] How to Access JPEG hardware decoder

2010-11-18 Thread sqWang
maybe ,libjpeg is android 's jpeg decoder. 2010/11/18 Rodney Brooks > Can you please comment on following > Is there any procedure/API provided in Android SDK/NDK to check if > "JPEG HW Decoder" exists in the underlying android phone handset? > If yes, then Is there any procedure/API provided in

[android-porting] Porting android to freescale i.mx 31L

2010-11-18 Thread akash
Hello. I have a freescale i.mx31L board. i want to port android on my board. I have ported wince 6.0 successfully.I'm very new to android. So i need help in porting android. 1. I have Ubuntu 9.04 operating system installed. 2. I have downloaded linux-2.6.25-android-1.0_r1.tar.gz from 3. I have do

[android-porting] glTexImage2D is too slow,who can help me,please

2010-11-18 Thread 袁堂夫
when draw YUV frame use opengl 2.0 and shader on nexus one,but the function glTexImage2D is too slow ,cost 40-60 ms who can fix it ? the key codes: - int CreateSimpleTexture2D() { int err, i; for (i=0; i<3;i++

[android-porting] Re: some quesitions for new decoder integration process of opencore framework

2010-11-18 Thread Alonso
Thanks for replying. I've seen what you provided and I understand how a MIME format should be added in that header. However, I think it's not just a problem of adding MIME format. If I want to support motion jpeg, is that means I should revise the parser node to recognize MJPEG video format?

Re: [android-porting] Cannot automatically detect AP SSID on wifi restart

2010-11-18 Thread Irfan Sheriff
> > > Now the thing is on first AP scan, it finds the AP SSID, and I'm able > to connect and browse the internet. However, for the second scan, the > AP name doesn't get displayed. If I manually enter the SSID name, it > immediately connects and is able to get an IP address and the wifi > network w

Re: [android-porting] Cannot automatically detect AP SSID on wifi restart

2010-11-18 Thread manish shakya
Hi, I am also have same issue with overo and its wifi module with froyo. Manish Shakya -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Cannot automatically detect AP SSID on wifi restart

2010-11-18 Thread Elvis Dowson
Hi, I was trouble shooting an issue with android-2.2.1 and wpa_supplicant-0.5.11 that comes with that project, where my wifi module (Ralink RT3070STA USB) failed to reconnect after turning on and off the wifi interface from the settings control panel. I managed to get past the wifi restart i

Re: [android-porting] Re: Initial Screen Orientation

2010-11-18 Thread Dianne Hackborn
(Note you may not need to modify mCarDockRotation -- its default rotation is to rotate based on the sensor, for example.) On Thu, Nov 18, 2010 at 12:29 PM, Dianne Hackborn wrote: > On Thu, Nov 18, 2010 at 7:46 AM, Andrew Prunicki < > andrew.pruni...@gmail.com> wrote: > >> I guess I missed a coupl

Re: [android-porting] Re: Initial Screen Orientation

2010-11-18 Thread Dianne Hackborn
On Thu, Nov 18, 2010 at 7:46 AM, Andrew Prunicki wrote: > I guess I missed a couple of details in my first note. The device is > intended to be used in landscape, but due to an unfortunate mfg > glitch, the display used is apparently made for portrait use. Hence, > the display hardware and drive

[android-porting] Re: Audio Playout Delay

2010-11-18 Thread Sambhav
Hi, I am using AudioTrack c++ API to play audio in my system. There is a latency of around 350ms. Even after changing lot of input parameters there is not change in the delay. Has anyone tried to reduce the audio playout delay ? any pointers to reduce the delay in audiotrack / audioflinger framew

[android-porting] Audio Playout Delay

2010-11-18 Thread Sambhav
Hi, I am using AudioTrack c++ API to play audio in my system. There is a latency of around 350ms. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Initial Screen Orientation

2010-11-18 Thread Andrew Prunicki
I guess I missed a couple of details in my first note. The device is intended to be used in landscape, but due to an unfortunate mfg glitch, the display used is apparently made for portrait use. Hence, the display hardware and driver reports portrait as its native resolution. We are using 2.0.1