Android :: OpenGL ES 2.0 On Eclair

Dec 24, 2009

Eclair has supported OpenGL ES 2.0. But I can not find related JNI wrapper for OpenGL ES API. How a Java application use OpenGL ES 2.0 functions?

Android :: OpenGL ES 2.0 on Eclair


Android :: OpenGL Speed Issue - Code Contribution To Other OpenGL

Feb 25, 2009

Single Threaded OpenGL game ! (check bottom, you can download and use the helper class) Lighting disabled ! Depth Buffer disabled ! Culling enabled ! Textures disabled !

Just 176 integers (x,y values only) making 88 vertexes along with 132 index numbers making "44 triangles only"

Framerates I get is

with GL_BLENDING disabled - 145 fps approx only! enabled - 110 fps approx only!

I have the screenshot of exact code in the draw function here.. just 2 damn lines ! I have hidden only the comments.. click here to see it http://prasna991.googlepages.com/drawframe.png

variable details in the 2 lines of code =========================== ipts = 176 elements (only x and y for each vertex) totallinetriangles * 3 = 176 lineindexes = 132 elements - type "short"

Here is the screenshot of output drawing and how it will look like http://prasna991.googlepages.com/screen.png

OpenGL single threaded Initialization Helper ================================ Here is my OpenGL helper class.. makes the OpenGL initialization for newbies a cakewalk http://prasna991.googlepages.com/OpenGLHelperclass.txt

I tested by rendering on the touch event only.. frame rate drops only when u touch and drag and here I have just tested by tapping and releasing gently on the emulator and on the device

Is this the device limitations ? So graphics is actually a lot lot lot slower than on iPhone ?

View 8 Replies View Related

Android :: NDK OpenGL - Mixing Java And Native - C - Calls To OpenGL API

Jul 24, 2010

I would like to be able to use the OpenGL API from both Java and C (via NDK).

In Java, there is a GL object passed, which has all GL methods on it.

In C, you just talk to the native library.

In a single onDrawFrame callback (for which Java is passed a GL), can I use methods on the GL object, and also call NDK methods which access the openGL library?

In other words, is the GL object just a wrapper for the same instance of the native library?

View 3 Replies View Related

Android :: Donut And Eclair

Sep 10, 2009

About Donut and Eclair as follows. When are Donut and Eclair released? What is the main features of Donut and Eclair?

View 2 Replies View Related

Android :: Does Eclair Run On ADP2

Mar 10, 2010

I want to buy the ADP2 (HTC Magic) but I wonder if also Android 2.1 is available for it. Because I've heard that eclair doesn't run on HTC Magic as you can get it in the stores.

View 3 Replies View Related

Android :: Upgrade Eclair (2.0) To Froyo (2.2)

Nov 10, 2010

How to upgrade Eclair (2.0) to Froyo(2.2).

View 3 Replies View Related

Android :: 3GP Audio Support In Eclair

Apr 8, 2010

I have observe issue while playing with Android Music app :

The "Music" application in Android 2.0 {eclair} and 2.1 does not recognize an AMR-NB formatted audio file with the ".3gp" extension although it is listed in the Android Supported Media Formats in Android Developer's Guide:- <http://developer.android.com/intl/ja/guide/appendix/media-formats.html>

It does recognize the same file with ".amr" extension.

While Music in Android 1.5 {cupcake} recognizes both AMR-NB formatted audio file with ".3gp" and ".amr" extensions.

I also want to know if it is the current behavior of Music in Android 2.0 and 2.1 or a issue existing ??

If it is discussed earlier in at any thread before please place the link here .

View 9 Replies View Related

Android :: Flash 10 Setup For 2.1 Eclair

Oct 27, 2010

This is a flash 10 setup for android 2.1. Here is the link:
[URL="http://www.addictivetips.com/mobile/how-to-install-flash-10-1-on-android-2-1-eclair-devices/"]How To: Install Flash 10.1 On Android 2.1 Eclair Devices.
I am trying to upload the apk but keeps erroring out.

View 2 Replies View Related

Android : Can I Run CTS Tests In Droid Eclair?

Feb 1, 2010

In order to release a device to the market, You need to run the Compatibility Test Suite given by android...I need to know how to download and run it..

View 3 Replies View Related

Android :: Getting Open Source Eclair Code

Oct 28, 2009

Could any one tell me how to get open source eclair code. Or is it available for public to download.

View 4 Replies View Related

Android :: No Adobe Flash Support For Eclair

Dec 28, 2009

How one of the biggest news about eclair coming out in 2010 is that support for Flash 10 (or ANY Flash for that matter) will be built into it. This does not appear to be the case for the fact that I download all the latest source code for Eclair, built and installed Eclair onto my development phone over the Christmas break and to my surprise/ disappointment there is absolutely no support for Flash when I try to view with the browser. I tried plugin's and searching for missing .apk installs for Flash but I found nothing. Unless I am missing something (i.e. maybe a side tree build for flash?) and if I did then I apologize but from what I can tell as of now the Eclair build does and will not support flash.

View 1 Replies View Related

Android :: Screen Capture Software For Eclair

Jul 20, 2010

i have difficulities locating the screen capture software for me Samsung Eclair, i hope someone can give me the detail direction where can i get this application (or manual way of doing it), i have an assignment due nextweek.

View 15 Replies View Related

Android : Want To Sync To Latest Eclair Repo

Nov 30, 2009

I was just wondering if I want to sync to the latest Eclair repo which one of the following would be the correct command? What is the difference between them? Currently I am using cupcake version and wanted to move up to eclair. Would I need to do any thing else as far as syncing and building the eclair branch? Currently I am using "Ubuntu 9.04 (Jaunty Jackalope)" and java version "1.6.0_16". Code...

View 3 Replies View Related

Android :: Audio Routing To Work Succesfully On Eclair?

Jun 30, 2010

Has anyone gotten audio routing to work succesfully on eclair? SetRouting and a number of functions don't work anymore.

View 3 Replies View Related

Android :: Application Manager Not Exiting Properly In Eclair 2.1

Feb 9, 2010

With Android Eclair 2.1 on ARM-based target, we are executing Instrumentation test application from command line:

am instrument -e class android.app.foo. -w com.android.cts.foo.MyTestApp/android.test.InstrumentationTestRunner

Test application executes fine, showing result of the sub-tests in the MyTestApp. But, Application Manager is not exiting properly. This is observed from "ps" command output:

1114 0 52328 S app_process /system/bin com.android.commands.am.Am in....

Due to this issue, we are not able to execute the test applications in shell script.

View 3 Replies View Related

Android :: IOException - SSL Handshake Failure Problem In Eclair

Oct 5, 2010

I am getting this log COntiniously in my class, Can any body suggest me how to handle this SSLSocketIMpl handshake in 2.1,

I found that this is known issue in froyo. 8558.

CODE:...............

View 2 Replies View Related

Android :: Way To Get Source Project Location Of YouTube In Eclair?

Mar 9, 2010

I want launch the YouTube with specified video searching list at startup(e.g I want YouTube shows the video list all related with the key word "susan" and "U.S" in the first page.) so I downloaded all the source code of Elcair, but I can't find the source code for youtube.apk.

View 16 Replies View Related

Sprint HTC Hero :: Android Eclair Is Native CDMA - Then What Was 1.5?

Dec 6, 2009

As we call know, our Hero (at the moment at least) runs Android 1.5. Also, it WILL be getting Eclair, which from what I've heard has native CDMA support? What, doest that mean 1.5 did not have CMDA support?

What can we expect from an OS that has native CDMA support? Does it have anything to do with the phone's software performance? I'm just a little confused on this, and if someone couldnt shed some light on it that would be very nice...

View 4 Replies View Related

Motorola Milestone :: How To Install Flash 10.1 On Android 2.1 Eclair Devices?

Aug 12, 2010

I came across this link: How To: Install Flash 10.1 On Android 2.1 Eclair Devices
I didn't know that was possible. Has anyone tried it?

View 3 Replies View Related

Android :: Major Localization Related Changes In Eclair When Compared To Donut?

Feb 22, 2010

Are there any major localization related changes in Eclair, when compared to Donut? Does Android provide any tool(s) that would help developers translate the strings (may be to convert from xml to xliff format or some other format that translators generally use)? The 'Internationalization and Localization' part in developer.android.com still has a stub ("coming soon"). I'd really appreciate if someone could throw some light on this.

View 4 Replies View Related

Android :: Platform Eclair Requires Application Manifests To Set MinSdk Version

Jan 5, 2010

I will try to modify native Camera package in Eclipse. So, I make Camera project in Eclipse and try to compile it. But, "Platform Eclair is a preview and requires application manifests to set minSdkVersion to 'Eclair'" error message is shown. Does it mean minSdkVersion information should be inclused in Camera manifests.xml file as "Eclair"? If there are anyone know this, please share your valuable information.

View 2 Replies View Related

Android :: Building Contact Source Code (eclair Version) On Eclipse

Aug 27, 2010

I am having the contact source code which i want to build on eclipse & test on emulator,but the contact application uses some of the hidden APIs of base code which is not present in default android.jar because of that i am getting lot of error in my code. I am trying to generate my own android.jar using "Android sdk - Including hidden APIs." option in android.mk of framework directory, but still the hidden APIs not getting exposed in android.jar. how to customize the android.jar in order to make all hidden APIs exposed to application.

View 2 Replies View Related

Android :: Froyo Media Not Mounting In Time On Boot-up - Works In Eclair

Nov 6, 2010

I have a Live Wallpaper app that is working very well on Eclair but there is a strange issue with Froyo that I can't find any information about. The user is able to select a custom picture as a background from their gallery and it will be saved to internal storage (/ Snowflakes/CustomBG.jpg) and applied as a background to the live wallpaper. That all works fine until the user reboots their phone... The problem is that the internal storage doesn't seem to be mounted in time for when the live wallpaper starts and so it reverts to the default setting when null is returned (see code below). As I say, this problem has only been introduced with Froyo as Eclair works fine (the image is found and used so the internal storage must be mounted before the Live Wallpaper starts).

Here's the code that searches for the CustomBG.jpg image on startup...

CODE:................

Apologies for the code formatting - is there any way I can improve this? Anyway, I'd be very grateful for any help you may have... I can't find any information about this on-line so perhaps there's something wrong with my code?

View 2 Replies View Related

HTC Incredible :: Different Apps On Froyo Than Eclair

Sep 21, 2010

So I was thinking about the fact that Verizon changed the phone I purchased by adding apps with the froyo update. Can you deny the update to froyo? Not that I know of without getting the popup every half an hour. I purchased this phone outright when it came out and want to get a droid 2 and was thinking about ways the exchange this phone. I guess what I am trying to say is; can I go to Verizon and say that they either need to change my phone back to the purchased item or take a return and give me a refund?I am ASSUMING this and wanted to know if anyone knows of any laws about this?

View 6 Replies View Related

General :: How To Change Notification Bar On 2.1 (Eclair)

Jul 4, 2012

Is it possible to change notiffication bar on 2.1 aka eclair? I have full ICS look expect bar.I tried super status bar plus but i didnt like it.NOTE:I do NOT want custom ROM.

View 4 Replies View Related

Samsung I7500 :: Eclair Lock Screen

Mar 10, 2010

Hey, has anyone figured out a way to get an eclair-style lock screen on the i7500? The program I downloaded (Lockbot), kept the phone from sleeping, so I had to uninstall it.

View 3 Replies View Related

Samsung Captivate :: Flash 10.1 Working On 2.1 Eclair?

Aug 19, 2010

I used this method but altered a bit to install flash 10.1 for eclair and it is indeed working, here and there.
How To: Install Flash 10.1 On Android 2.1 Eclair Devices? It was a well understood myth that only Android 2.2 Froyo was capable enough to handle Flash 10.1. But now as the story unfolds, you can install Flash 10.1 onto your Android 2.1 Eclair powered handsets without any issues. The absence of a JIT compiler and other Froyo goodies might cause some performance issues, but in the end you will be able to surf Flash enabled websites without any problems.

Here is the step by step guide on how to get Flash 10.1 on your Android 2.1 Eclair geared phone:
The first step is to download flash_for_21.zip to your computer and extract the .apk file.
Now navigate to the market and install "Apps Installer" utility to your phone.
Now connect your Android phone to the computer and copy .apk file to your SD card. Make sure that it is in SD card root and not in a sub folder.
After this launch "Apps Installer" on your phone and follow the on screen instructions to install flash_for_21.apk file.
After installation is complete, simply reboot your phone and there you go! You now have Flash 10.1 on your phone.
This method has been tested and confirmed operational for Google Nexus One, Droid Eris and HTC EVO 4G on stock Android 2.1 Eclair.

The apk download
http://www.addictivetips.com/wp-content/uploads/android/apps/flash_for_21.zip
The only difference is I used just the standard debug transfer to load it into my phone then used android centrals sideload wonder app to install it in debug mode.
The Android Central Sideload Wonder Machine - Android Forums
Had to have enable plug ins turned on in the browsers settings, doesn't seem to work on all sites but some sites that did not work missing flash before are for sure working now.
Rooted Galaxy S captivate running eclair 2.1. Using skyfire or opera. dolphin seems ok also. Seems to get better results than standard browser. Some pages seems like it works others it doesn't. I used whatismyflash.com and it reports I am using 9. I don't get it.

View 10 Replies View Related

Sprint HTC Hero : How To Change Lockscreen To Like Maybe Eclair?

Mar 7, 2010

How do I change the lockscreen to like maybe the eclair lockscreen(without using an app)?

View 2 Replies View Related

HTC Hero : Cons To Rooting / Able To Update To Eclair?

Jan 24, 2010

If i root my htc hero are there any cons? will i still be able to update to eclair?

View 4 Replies View Related

HTC Desire :: ROM Manager / Easy Swap Between Eclair And Froyo

Jun 11, 2010

I have been giving ROM Manager from the market a go this afternoon and I am very impressed. I can swap between Eclair and Froyo within a minute, sweet.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved