**** BEGIN LOGGING AT Sun May 10 02:59:57 2009 May 10 05:08:41 not having to deal with android:debuggable is the best May 10 05:19:16 does anybody know how to use getRotationMatrix? May 10 05:20:27 * _Auron_ is hating openGL|ES right now May 10 05:20:35 <_Auron_> because the stupid camera won't work right for me May 10 05:35:04 Isn't it the same as on normal OGL _Auron_ and Jubei? May 10 05:36:50 that stuff is always a pain.. May 10 05:37:35 ;) May 10 05:38:25 it can be even more painful if you enable backface culling later and realise all your verticies are the wrong way around (never happened to me though) May 10 05:38:30 well.. maybe.. May 10 05:38:36 but quickly worked it out May 10 05:38:41 lol May 10 05:39:17 mainly because there was only a few triangles there anyway at the time, and some were the wrong way around May 10 05:40:07 how similar is ES to normal OGL? May 10 05:40:16 should be pretty much the same shouldn't it? May 10 05:41:05 hopefully with rubbish like quads and quadstrips people shouldn't be using gone May 10 05:43:51 i would expect it to be the same. never used either so wouldnt know. but how different can it be. for somebody who has a grasp on the basics of 3d graphics neither should be difficult May 10 05:44:05 the thing is that usually when people start development they have 0 idea of 3d graphics' basic concepts May 10 05:44:12 so they have to fight a battle in multiple fronts May 10 05:44:38 3d graphics basics, programming, vector algebra matrixes etc May 10 05:45:06 and thats what makes it a bit tough May 10 05:48:36 yeah.. I guess May 10 05:49:49 it takes a rocket scientist like carmack to code good stuff though regardless May 10 05:51:01 heh ;) May 10 05:51:44 i'll never forget the thrill when first playing wolfenstein 3d ') May 10 05:52:10 AndrewLuecke: that's related to the order of the vertices, right? May 10 05:53:36 yeah tmzt.. a few people I know drew their verticies wrong in uni.. May 10 05:54:17 easy mistake to make.. easy to fix if you enable backface culling early, before you have half of them wrong May 10 05:54:51 hmm.. actually, is it possible to map google maps satelite pictures to a 3D surface? May 10 05:54:56 I just remember reading that May 10 05:55:09 * AndrewLuecke has an idea May 10 05:55:15 do we (developers) have access to the built-in word list used for autocompletion? May 10 05:56:13 AndrewLuecke: cool idea but pobably not May 10 05:56:44 thats what i'm thinking.. Just thinking for the app I am going to code, could be a bit handy.. May 10 05:57:42 would be nice to do it in realtime, haven't checked yet, but maybe theres a way I could grab the images too, and then add them manually.. Not sure I'd ever get around to this, but then you could simulate landscape in 3D May 10 06:00:32 you would need something like tfp? May 10 08:34:47 日本語テスト May 10 08:34:53 (sry just testing japanese text) May 10 08:39:46 is that a japanese insult :P? May 10 08:40:51 lol, no it just says "japanese test" May 10 08:43:26 aw :[ May 10 09:01:41 ws 7 / May 10 09:19:41 nihongo tesuto May 10 09:19:47 * gambler remembers...zing May 10 11:09:06 hi! May 10 11:09:54 does anyone over here know, how i can define own xml-attributes for selfmade components (e.g. SomeSpecialButton extends Button)? May 10 11:10:04 look at the samples in the SDK May 10 11:10:11 the one called Home for instance May 10 11:10:15 hi - im currently trying to set up eclipse to build the android full source on mac os and am having problems, could anyone help please? May 10 11:10:29 mophead: you cannot build the entire source tree using Eclipse May 10 11:10:38 source.android.com contains all the explanations May 10 11:10:41 well, i know you need to use the command line May 10 11:10:53 but the eclipse setup thing said that it could be used as a quick check May 10 11:11:05 only for the Java code May 10 11:11:26 i havent even got that far though :/ May 10 11:11:26 so back to your question May 10 11:11:40 you cannot build "the android full source" using Eclipse :) May 10 11:11:57 alright alright ^^ May 10 11:12:25 i have an error appearing in eclipse and im not sure how to fix it, hows that? :) May 10 11:12:40 depends on the error I'd say May 10 11:13:32 "THe project was not built due to "A resource exists with a different case: '/android/out/ .... / May 10 11:13:49 no idea May 10 11:13:55 don't build from Eclipse :) May 10 11:13:55 i know it needs to be case sensitive file system, its on a HFS+ disk image May 10 11:14:02 yeah May 10 11:14:38 im tempted to just not bother, but i hate leaving things i dont understand May 10 11:15:18 I can only find one reference to someone having the same problem as well, and his query didnt get a response on the forum he posted :/ May 10 11:15:34 don't build from Eclipse :) May 10 11:16:19 bleh :) May 10 11:16:59 building in Eclipse doesn't give you much anyway since Eclipse already does syntax checking, etc. right in the editor May 10 11:18:00 aye tru enough May 10 11:18:14 tbh i dont even really like the ide lol May 10 11:18:15 but that should be possible though May 10 11:18:27 my office mate uses Eclipse to compile the android Java tree May 10 11:18:36 I unfortunately can't help you since I use IntelliJ myself May 10 11:18:52 ah nps, cheers anyroad May 10 11:29:43 romainguy: i opened the Home-sampe coming with the sdk. i can see the home.xml layout and that is has own attributes. the constructor of the compoentdoes the following: http://pastebin.com/m3f68648 ... but in my case i don't have "R.styleable" May 10 11:32:27 romainguy: aaah i got it, they're defined in attr.xml May 10 11:32:34 *attrs.xml May 10 12:22:37 is there any simple way to get a vertical SeekBar? May 10 13:59:57 i'm a little confused... how do i set a dismiss action on a dialog which i create using AlertDialog.Builder. The problem is that i have to set the onclicklistener prior to creating the dialog while the action i want to perform is calling a method of this dialog !?! :-/ May 10 14:06:28 ok got it... the builder performs the dismiss action by default May 10 14:07:40 On 1.5 framework, I have a class that extends ImageView and handle keyboard input via OnKeyListener. Does anyone know how to use IMF to force the soft keyboard to load when this View has focus? May 10 14:13:09 hey, I've got an idea, let's develop alternative android market May 10 14:14:09 ? there are some already May 10 14:16:51 and they provide android app for searching, installing and updating apps? May 10 14:17:55 no idea... never tried them but i guess they do May 10 14:18:33 argh, once again I've got an idea that's already implemented :/ May 10 14:19:03 maybe u got more luck next time May 10 14:19:41 I'll keep trying May 10 14:45:06 how do i convert a InetAddress instance to an integer so i can use it at ConnectivityManager.requestRouteToHost? May 10 14:47:49 or should i prefer InetAddress.isReachable? May 10 14:48:32 hrm May 10 14:48:36 why do you even need that api ? May 10 14:48:51 that API is not well thought out imo. it's not IPv6 ready, for one. May 10 14:51:00 just want to catch early if the user entered crap... btw. do android phones by default reply to icmp/ping? May 10 14:51:14 regarding ipv6... what about Inet6Address? May 10 14:55:46 i was taking about requestRouteToHost May 10 14:55:57 ah ok May 10 14:56:13 guess ill stick to InetAddress then... thx May 10 15:09:41 Hello May 10 15:47:52 hi, i'm trying to figure out how to use the PreferenceActivity to start another activity when the user selects a certain item May 10 15:47:54 is this possible? May 10 15:52:33 Hey May 10 15:52:39 it is very silent here May 10 17:43:14 is there a way to start a search with a specific value? May 10 17:43:55 i don't want to prefill the search box, i want to actually start a search May 10 18:22:36 nevermind, i got it.... when my app loses focus, how can i make sure that then they tap the icon, it will return to where it was (as long as it's still running)? onResume()? May 10 18:22:44 when* May 10 19:09:52 anyone tell me what would cause this? I have the created that listview from an array and i get an exception when viewing the list and reaching near the bottom -- http://pastebin.com/d2cbf15b3 May 10 19:28:05 BeBoo_: can you show us your code? May 10 19:32:51 it seems to me that the id parameter you provided for your TextView does not in fact exist in the view hierarchy you've provided May 10 20:15:58 Is there a way to linkify text in an alert dialog? May 10 20:31:35 jasta_: i didn't create a view, i am using android.R.layout.simple_list_item_1 May 10 20:32:48 jasta_: http://pastebin.com/d17abc9f0 May 10 22:23:55 can you do custom drawing in a widget? May 10 22:39:02 hey folks, is there a way for me to access the application preferences easily from a regular Activity instead of a PreferencesActivity? May 10 22:39:10 im trying to write a custom preferences screen May 10 23:14:16 I have a remote service and one of these guys May 10 23:14:21 bindService(new Intent(IFetchEpisodeService.class.getName()), mConnection, Context.BIND_AUTO_CREATE); May 10 23:14:35 but mConnection remains null, any ideas? May 10 23:14:58 if I create the service right above that and pass in my reference to it it works May 10 23:26:18 Hi guys.. i'm stuck trying to play a file i just recorded :/ May 10 23:27:16 can anybody help me? May 10 23:27:51 i get "Prepare failed.: status=0xFFFFFFFC" when i call prepare() May 11 00:13:17 <_Auron_> what I was talking about last night about openGL|ES is I'm having issues with the camera displaying correctly. also translating in modelview mode doesn't move my triangle that I'm rendering. I'm doing this in orthographical rendering May 11 00:13:58 <_Auron_> with the camera unless I do GLU.gluLookAt() I don't see anything on the screen May 11 00:14:14 <_Auron_> and I'm not sure how to map the projection view exactly to the same size as the screen (480x320) **** ENDING LOGGING AT Mon May 11 02:59:57 2009