[android-porting] Froyo gmail account autodiscover error?

2011-10-11 Thread extrapedestrian
Im working on Froyo Mips port, when I start Calendar or Email app it prompts me to login with gmail account, I enter user and pass, click next but it fails connecting with error: Unable to connect to server. In logcat I see this error: D/AbstractSyncService( 2065): Posting autodiscover to:

[android-porting] does anybody care about pixelflinger?

2011-10-11 Thread Liu Xin
Hi, List, We are using libpixelflinger on gingerbread. we don't have GPU right now and do not expect to have one in the future. we don't have a very mature OpenGL implementation yet so we end up using libagl. hopefully, we will refine libpixelflinger as much as possible to deliver *modest*

[android-porting] hardware acceleration and alpha blending

2011-10-11 Thread HV
Hi list, I have a plug-in with hardware enabled video acceleration. So, the video is being rendered to a window which is at the very back (there are other surfaces created on top of this window). I added some prints in SurfaceFlinger to check which surfaces are being created and destroyed. When

[android-porting] [android porting][gingerbread]Preview is automatically stops while changing camera parameters randomly.

2011-10-11 Thread monu gote
Hi all, While changing camera parameters randomly , Preview is automatically stops. and need to force close the camera application. Help me why is so. regards. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Re: Error at Boot up. Hangs at splash screen

2011-10-11 Thread whoard
Hi, @Vinay, have you solved the codec/audio issue you posted? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] public void onSensorChanged(SensorEvent event) --how to call !!!

2011-10-11 Thread ast510...@msn.cn
hi, i want to know how and where call the function --public void onSensorChanged(SensorEvent event)-- in file WindowOrientationListener.java in android2.3, is the function -- ListenerDelegate(SensorEventListener listener, Sensor sensor, Handler handler)-- in SensorManager.java ? --

[android-porting] VMGL integration with android emulator

2011-10-11 Thread Inder
Hi All, I have build VMGL for host (ubuntu 10.04). Can anybody let me know how I can integrate VMGL in android emulator? or How to build VMGL for Android emulator? Please repley asap. Thanks in advance.. -Inder -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: how to load *.so in android?

2011-10-11 Thread ast510...@msn.cn
oh,yes, i build mma7660 modules.and now i have finished the driver and HAL, i modified the file WindowOrientationListener.java to set the orientation. but i find when i change the orientation the screen react slowly. how can i improve the reaction speed? thanks! On Oct 4, 11:35 pm, Leonardo Kim

[android-porting] In what context the error thrown OperationFailedInternalError

2011-10-11 Thread Vishwanath Hegde
The USB storage media mounting fails some times. After analysing the code I saw mConnector.doCommand() method in MountSevice.java is throwing the exception OperationFailedInternalError . Any suggestion what problem can throw this error? -- unsubscribe:

Re: [android-porting] VMGL integration with android emulator

2011-10-11 Thread David Turner
On Tue, Oct 11, 2011 at 6:54 AM, Inder inderjeet.tha...@gmail.com wrote: Hi All, I have build VMGL for host (ubuntu 10.04). Can anybody let me know how I can integrate VMGL in android emulator? or How to build VMGL for Android emulator? I'm afraid this is not possible, nor desirable: -