[android-porting] Linking PreCompiled Shared Object/Executable with Android RILD

2010-12-31 Thread Mr Jai
Hello, Is there any possible way, to link a precompiled shared object (*.so) with rild. so that it can be opened using dlopen, its function can be accessed using dlsym and finally these functions can be called using some thread. Just like it is being done in case of reference-ril but the only

[android-porting] Re: Linking PreCompiled Shared Object/Executable with Android RILD

2010-12-31 Thread Mr Jai
Hello Joerie Thanks a lot for your response and guidance, i will definitely try this after weekend. Best Regards Junaid On Dec 31 2010, 9:10 pm, Joerie de Gram j.de.g...@gmail.com wrote: Hi Junaid, On Fri, Dec 31, 2010 at 8:20 AM, Mr Jai junaid.rehmat.r...@gmail.com wrote: Cannot load

[android-porting] Android opengl app

2010-12-31 Thread bob
I'm having trouble getting my Android opengl app to display a quad. Is there anything obviously wrong with this code? public void onDrawFrame(GL10 gl) { gl.glClear(GL10.GL_COLOR_BUFFER_BIT | GL10.GL_DEPTH_BUFFER_BIT); gl.glMatrixMode(GL10.GL_MODELVIEW);

Re: [android-porting] Porting Android on MTK6516

2010-12-31 Thread Demon Deng
Why don't you contact with MTK? They have solution of android on mt6516. 2010/12/26 Hiteshwar Vadlamudi hite...@yqlabs.com Hi All, I am new to Android porting and I want to get started by porting Android 2.2. on MTK 6516 (Which MTK claims it supports Android) Can you guys help me get

Re: [android-porting] StageFright - Seems like HTTPStream mHTTP in NuHTTPDataSource is not allocated/constructed

2010-12-31 Thread Demon Deng
HTTPStream mHTTP; in struct NuHTTPDataSource 2010/12/30 Danny Benor danny.be...@gmail.com I see no constructor for this field in NuHTTPDataSource. Used in AwsamePlayer finishSetDataSource_l Thanks Danny -- unsubscribe:

Re: [android-porting] Re: How can I re-init the screen

2010-12-31 Thread Dianne Hackborn
I don't know, I have never tried to do this or put much thought into how it would be done. Whichever direction you go, you'll need to plumb though various things to make it work. On Thu, Dec 30, 2010 at 3:03 PM, kfpan ronaldthepa...@gmail.com wrote: Thanks for the tip. I am trying to