[android-developers] Re: glDrawElements vs glDrawArrays with glColorPointer in opengl es GL10

2010-03-24 Thread Perty
have three different colors and three different normals depending on the triangle it belongs to, so the arrays can't have (?) the same one to one relationship. So, the question is how do I map the colors to the indexed vertex? /Perty On 24 mar, 06:00, Robert Green rbgrn@gmail.com wrote

[android-developers] Re: glDrawElements vs glDrawArrays with glColorPointer in opengl es GL10

2010-03-24 Thread Perty
with the glDrawElement... I'll go with the glDrawArrays which working really nice, but this issue really annoyed me. Thanks both Robert and Mario. /Perty On 24 mar, 18:37, Robert Green rbgrn@gmail.com wrote: In short, what mario is saying is that if you have the same vertex and you want different texture

[android-developers] Re: SDK and Linux 64 bits

2010-01-17 Thread Perty
Hi, If you run 64 bit you need 32 bit libraries. I don't know exacly which libraries: if you run strace ./adb or strace ./emulator you could see which libraries you are missing. /per jonsson On 4 Jan, 10:53, Nanard bsegon...@free.fr wrote: Hi, I have installed Mandriva 2010 32 bits   :-)

[android-developers] Re: DB location

2009-12-14 Thread Perty
and examine the db. I used the freeversion of VisualDB (http://www.minq.se/products/dbvis/) Very nice indeed. Optimal would be to connect to the db directly on the phone or the emulator but I havn't tried that, yet. /Perty On 14 Dec, 10:02, Mark Murphy mmur...@commonsware.com wrote: Jags wrote

[android-developers] Re: Different versions of searchable.xml for different sdk targets?

2009-11-04 Thread Perty
Thanks! Worked like a charm. /Perty On 3 Nov, 17:17, Romain Guy romain...@google.com wrote: The syntax is xml-v4/, with a dash instead of an underscore. On Tue, Nov 3, 2009 at 1:55 AM, Perty pertyj...@gmail.com wrote: Hi! I have  implemented a SearchManager which make uses

[android-developers] Re: Different versions of searchable.xml for different sdk targets?

2009-11-04 Thread Perty
Problem /Regards Perty On 3 Nov, 17:17, Romain Guy romain...@google.com wrote: The syntax is xml-v4/, with a dash instead of an underscore. On Tue, Nov 3, 2009 at 1:55 AM, Perty pertyj...@gmail.com wrote: Hi! I have  implemented a SearchManager which make uses of a searchable.xmlwith all

[android-developers] Different versions of searchable.xml for different sdk targets?

2009-11-03 Thread Perty
directory seems not to be supported by the dir_suffixes. How do I deal with this? Someone have any suggestions? I want to have one binary for different targets. Regards Perty -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Running Android SDK 1.1 R1 on Linux 64 bit Fedora 11 RawHide

2009-04-20 Thread Perty
Are you sure you are running the 64 bit version of Fedora? Or maybe you have installed all the 32 bit libraries before (dependencies of other packages?) the emulator and other binaries need the 32 bit libraries. I can't se how you got it to work otherwise. /Per Jonsson On 16 Apr, 04:17,

[android-developers] Re: Early Look Android 1.5 SDK

2009-04-14 Thread Perty
Great news! I had a lot of trouble installing the 1.1r1 Linux version on 64 bit fedora 11 beta (and I think there is the same trouble for fedora 10 and other distros). Is there any chance there will be a 64 bit package for linux? I posted a short tutorial on

[android-developers] Running Android SDK 1.1 R1 on Linux 64 bit Fedora 11 RawHide

2009-04-07 Thread Perty
the android according to my googling: https://bugzilla.redhat.com/show_bug.cgi?id=468532 I have to start adb as root so if anyone have a solution for that I would be more than happy! Regards Perty --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Android SDK for 64 bit Linux?

2009-03-22 Thread Perty
Is there a chance that there may be a Android SDK for 64 bit distros? I'm running Fedora 11 Alpha 64 now and have a hard time finding a similar package that Ubuntu have ia32-libs as described in the installation notes. /Perty --~--~-~--~~~---~--~~ You received