**** BEGIN LOGGING AT Tue Nov 17 02:59:56 2009 Nov 17 03:08:11 grrr. there's a talk at MIT about Android for Intro CS classes and my prof and I really wanna go, but they're all out of tickets. Nov 17 03:08:50 You go to MIT? Nov 17 03:08:50 they're apparently already teaching an Android class at my previous college. I apparently have poor timing. :) Nov 17 03:09:10 AakashPatel: I go to school in New Hampshire, but MIT is just a short drive away. Nov 17 03:09:18 Ah, nice. Nov 17 03:09:26 LIVE FREE OR DIE Nov 17 03:09:28 lawl Nov 17 03:09:36 really convenient for seeing good speakers. Nov 17 03:09:45 Live Free or Die Hard. :-P Nov 17 03:10:10 :P Nov 17 03:12:02 If anyone wants to try 2.0, Nov 17 03:12:03 http://code.google.com/p/android-newreco/downloads/list Nov 17 03:12:10 I'm building a sapphire right now. Nov 17 03:12:27 note you need to flash the system AND boot image, or you won't be in happy place. :) Nov 17 03:12:58 travis, is upgrading your phone something that can be done easily? Nov 17 03:13:32 p0windah: depends on what model and how you define "easy" ;) Nov 17 03:14:01 htc hero, running 1.5 Nov 17 03:14:16 yeah i really want android, the OS studied in CS depts Nov 17 03:14:53 p0windah, depending on the bootloader you're running. Nov 17 03:15:03 p0windah, if you have access to fastboot, yes. Nov 17 03:15:05 travis, how do I check? Nov 17 03:15:17 they study android in CS depts? Nov 17 03:15:19 p0windah, are you on a sapphire or a dream? Nov 17 03:15:52 also, these images are built directly out of aosp, so they don't contain googlish stuff. It's really only for testing, of course there's ways around it and getting google apks.. but I shouldn't discuss that :p Nov 17 03:16:04 travis, I dont see that branding on my phone - where can I determine? Nov 17 03:17:31 p0windah, g1, rogers dream, magic, mt3g, any of those? Nov 17 03:17:35 i know MIT groups worked on developing apps for android Nov 17 03:17:42 I know I'm forgetting more names for each of them, but >.> Nov 17 03:17:49 but is this lecture on the OS itself? Nov 17 03:17:54 ari-free: basically anyone is free to develop apps for android. Nov 17 03:18:01 travid, it says "htc innovation" on the side, its a eu model Nov 17 03:18:05 now, the device is another issue entirely. Nov 17 03:18:21 p0windah, bah, I was building for U.S. Nov 17 03:19:07 ah well, I am sure ppl are working on official updates Nov 17 03:21:47 yeah, they are. This was just for people who couldn't wait.. like me. I love the lockscreen in 2.0 :) Nov 17 03:22:40 travis, in 2.0, within the "people" application, do you have the ability to "start a chat" with google talk? Nov 17 03:23:01 on my 1.5 version, it doesnt exist and is very annoying having to switch out manually to the dedicated google talk application Nov 17 03:23:42 p0windah, google talk is not provided in aosp. Nov 17 03:28:14 what is the best way to hide the soft keyboard? Nov 17 03:28:24 andrewpaulsimmon, disable it? Nov 17 03:28:26 bottom left icon? Nov 17 03:28:38 Press the back key Nov 17 03:28:48 oh, I mean, in Android app code Nov 17 03:29:06 I am using InputMethodManager mgr = (InputMethodManager) c.getSystemService(Context.INPUT_METHOD_SERVICE); Nov 17 03:29:06 mgr.hideSoftInputFromWindow(et.getWindowToken(), 0); Nov 17 03:29:21 but I don't always have access to the EditText object Nov 17 03:29:32 So, I was looking for a general way to hide the keyboard Nov 17 03:31:12 it's just java with a new api Nov 17 03:31:38 do they still teach data structures and algorithms in cs classes? Nov 17 03:32:24 stl/java makes it too easy, and without pointers or native code the interesting problems can't really be done Nov 17 03:32:33 nope. it's all about feeling good about computers Nov 17 03:32:39 j/k Nov 17 03:32:44 or maybe not Nov 17 03:32:45 TommyBres: how'd it go, all android partied out? Nov 17 03:33:26 oh, I'm sick now travel would have been a real pain anyway - says aesop Nov 17 03:34:20 feel the numbers? Nov 17 03:34:57 yeah in math classes kids get projects: what is your favorite number Nov 17 03:35:10 06:00 -!- spaztik Nov 17 03:35:10 [n=spaztik@pool-72-64-91-99.dllstx.fi Nov 17 03:35:10 os.verizon.net] has quit ["you bore me"] Nov 17 03:36:25 stop pasting Nov 17 03:37:52 andrewpaulsimmon: why do you want to prevent people from entering text? Nov 17 03:39:31 so, if they are in a view, and they are entering text and then decide to tab to a new view that has nothing to do with entering text they are still stuck with this keyboard on the screen Nov 17 03:43:38 the basic rule of thumb that we've been setting is that if the user explicitly brings up the IME (via longpress on Menu, typically), the app probably shouldn't try to prevent it. Nov 17 03:43:50 are .apk files zipped folders? Nov 17 03:44:16 they are .zip containers but contain a variety of stuff in various folders inside Nov 17 03:44:23 rgr Nov 17 03:44:27 and a manifest file etc Nov 17 03:44:37 http://code.google.com/p/android-newreco/downloads/list Nov 17 03:44:39 sapphire-us build. Nov 17 03:44:42 for eclair. Nov 17 03:45:01 o.o Nov 17 03:45:09 who did the build? and did they get bluetooth and media working? :) Nov 17 03:45:24 i have the same quetsions haha Nov 17 03:45:54 TravisB, TELL US Nov 17 03:45:54 also i assume it doesn't include the Googly binaries Nov 17 03:45:57 :D Nov 17 03:46:04 ctate, haha for sure Nov 17 03:46:39 bluetooth and media? why would that be an issue? Nov 17 03:46:55 drivers i suppose Nov 17 03:47:59 ctate: ? Nov 17 03:48:16 what build is this? Nov 17 03:48:35 someone flash it lol Nov 17 03:49:18 tmzt: ?? Nov 17 03:49:44 bluetooth and media? why would that be an issue? Nov 17 03:50:00 you mentioned it Nov 17 03:50:10 ah, gotcha. cyanogen's initial work on it has gotten everything working very nicely ... except bluetooth and media. Nov 17 03:50:27 welcome to the land of proprietary hw drivers. Nov 17 03:50:31 on what? 2.0? Nov 17 03:50:36 eclair Nov 17 03:50:41 the bluetooth is? why? Nov 17 03:50:45 eclair AOSP, specifically Nov 17 03:50:57 bluetooth is largely up to the radio side. Nov 17 03:57:26 bah, who needs bluetooth anyway :P Nov 17 03:59:29 I do Nov 17 03:59:53 hooks to my garmin gps for handsfree speaker Nov 17 04:02:23 AakashPatel, sorry, what? Nov 17 04:02:41 wifi worked, I didn't test bluetooth. /me has no bluetooth devices. Nov 17 04:02:47 sound worked, camera doesn't. Nov 17 04:02:53 everything else has been tested and is working. Nov 17 04:03:06 google apps aren't provided, but I'm testing stuff from one of these dumps. Nov 17 04:03:14 maps/navigation are on fine, and so is facebook. Nov 17 04:03:31 TravisB: no OpenGL for yuo Nov 17 04:04:26 zinx: I haven't gotten vending on there yet, so I didn't test that. Was that provided from qualcomm? Nov 17 04:04:31 If so, then none of that. :/ Nov 17 04:05:59 I also tested the 32B dream version, but one person is saying the 32B sapphire doesn't work. :/ Nov 17 04:06:13 oh, looks like he forgot to wipe. Nov 17 04:06:26 yeah, so that must've been the problem. Nov 17 04:10:00 how to install non-market .apk on a htc hero ? Nov 17 04:10:36 enable non market apps in settings, download a free file manager from the market, and use it to run the .apk from your SDCard Nov 17 04:11:02 or use adb Nov 17 04:11:06 I popped it onto the internal sdcard and have enabled the "unknown sources" also Nov 17 04:11:24 a file manager, let me check that out Nov 17 04:11:26 or just download the apk from somewhere and install it from the downloads list - don't need a file manager Nov 17 04:11:35 if you do use a file manager, I recommend ASTRO Nov 17 04:12:41 status: the 32B sapphire image WORKS on a magic. Nov 17 04:13:42 er... sapphire *is* magic Nov 17 04:14:32 astro seems really nice - thx for the suggestion Nov 17 04:15:33 ctate: oh sco? yeah so it needs a different libhtcaudio or whatever Nov 17 04:15:58 TravisB: with bluetooth and audio and video and so on? Nov 17 04:15:58 we have one for aosp now well ril at least Nov 17 04:16:02 everything? Nov 17 04:16:52 oh there, i just recapped Nov 17 04:16:58 so sound works, camera doesn't, bluetooth untested? Nov 17 04:19:07 video playback / opengl doesn't work either Nov 17 04:19:13 video playback falls back to software aiui Nov 17 04:20:09 just missing binaries or rpc differences? Nov 17 04:20:34 sound works fine. Nov 17 04:20:41 I hear notifications, ringtones Nov 17 04:20:45 I haven't checked youtube yet, though. Nov 17 04:20:56 tmzt: possibly both. Nov 17 04:21:05 droid action for youtube looks great Nov 17 04:21:09 saw the ad Nov 17 04:21:10 wow Nov 17 04:21:13 bluetooth, I know I can't CONNECT to my desktop, bt I can always see if I can see the device there.. Nov 17 04:21:23 who needs mobile flash?? Nov 17 04:21:52 connect ith with what protocol? Nov 17 04:22:36 opened youtube Nov 17 04:22:41 asia's heat of the moment plays successfully with sound Nov 17 04:22:45 right that video doesn't work though. Nov 17 04:22:46 :/ Nov 17 04:23:05 that's all qualcomm's fault though. Nov 17 04:28:45 this part of asia is cold at the moment Nov 17 04:36:04 in android is there any way to have seperate notifcation sounds for email / text Nov 17 04:36:19 i have a moto droid, and its one sound for all notifcations Nov 17 04:37:09 what is "DROID LTF" Nov 17 04:37:12 it's called that on vzw's site Nov 17 04:37:25 audiofx, go into email, and change the notification sound under settings Nov 17 04:38:16 ok let me check i was going through the setting sounds Nov 17 04:38:25 hmm, 1yr contract price on the droid is only $230 Nov 17 04:38:35 that's a great deal if you don't want to be committed for a long time Nov 17 04:38:49 yea Nov 17 04:38:53 i did 2 already Nov 17 04:39:05 love the phone happy to be rid of iphone now Nov 17 04:39:59 yeah, I <3 the droid already Nov 17 04:40:09 iphone is no comparison, except for media support Nov 17 04:40:20 which is much nicer if you're willing to use itunes Nov 17 04:41:10 yea i am about to see if i can setup a media sync with media player Nov 17 04:41:23 i am trying to get away from itunes Nov 17 04:41:29 now dealing with the mess itunes left on my music DIR Nov 17 04:41:34 what I really want is to be able to use ratings and modify them back and forth Nov 17 04:41:35 converted back to pc Nov 17 04:41:46 i like mac but im happy to be back to win and i like win 7 Nov 17 04:41:58 just run itunes on windows... Nov 17 04:42:04 dont want to Nov 17 04:42:10 * pfn does, currently Nov 17 04:42:16 until I figure out how to stop using my ipod touch Nov 17 04:42:17 though theres apps to sync with itunes right Nov 17 04:42:29 i am using my droid as primary media player too Nov 17 04:42:30 I need to be able to edit metadata/ratings Nov 17 04:42:40 except its very very annoying music pauses not notifications Nov 17 04:42:44 even when off or vibrate Nov 17 04:42:46 songbird and doubletwist can both sync itunes stuff to android Nov 17 04:42:52 pfn: media player does that just fine Nov 17 04:43:05 media player lets you edit metadata/ratings on android? Nov 17 04:43:26 skype voice works with the private beta of fring - very nicne Nov 17 04:43:42 I am glad to know that the htc hero is capable of doing it Nov 17 04:43:59 there's a private beta of fring???? Nov 17 04:44:27 pfn: maybei misunderstood you need to edit tag son your device? Nov 17 04:44:38 audiofx, I would really like to Nov 17 04:44:43 I listen to music primarily on the device Nov 17 04:44:49 and I fix track names and ratings from there Nov 17 04:44:49 leeds, there is Nov 17 04:44:59 sometimes when I'm at my pc, I want to listen to the stuff that I rated highly Nov 17 04:45:03 p0windah: any clue on when it might become non-private? Nov 17 04:45:22 leeds, couldnt say - but it does work Nov 17 04:45:43 cool, good to know :) Nov 17 04:45:49 been waiting for that for a while Nov 17 04:45:50 gotcha Nov 17 04:45:57 i am working on getting all my tag info right in media player Nov 17 04:46:01 since its already in windows Nov 17 04:46:04 and syncing with droid Nov 17 04:46:15 and also syncing music i buy on the go with amazon mp3 Nov 17 04:46:24 i must admit apple/itunes does make that part of things very easy **** ENDING LOGGING AT Tue Nov 17 04:48:21 2009 **** BEGIN LOGGING AT Tue Nov 17 07:58:56 2009 Nov 17 07:59:03 yes, it should be completely possible, just not implemented yet Nov 17 07:59:22 * pfn twiddles thumbs Nov 17 08:12:14 leed Nov 17 08:12:18 Leeds: Nov 17 08:12:25 where could i find a sim network unlock pin Nov 17 08:23:30 rp4k: somewhere like http://www.unlock-tmobileg1.com/ as |Jason8| told you Nov 17 08:24:38 yeah but its not free Nov 17 08:24:56 i would have figured someone had the code Nov 17 08:24:59 or software **** ENDING LOGGING AT Tue Nov 17 08:25:28 2009