[13:30] Anyone else see that Google is planning to remove H.264 from Chrome? That's a pretty bold move. [13:31] Yea, heard that yesterday. Makes sense, hope everyone else jumps on the wagon. Open standards is a great thing...h264 is a lurking beast. [15:49] Morning Everyone [15:56] Our class needs to hug a bug in the next three weeks. Anyone know of a good C++ for this purpose? [15:57] *C++ project [16:29] tiemonster: LibreOffice? [17:37] maxolasersquad: would it be wise to get involved in the transition? [19:14] tiemonster: I don't see why not. A lot of the work they are looking for is pretty easy stuff. Lots of code cleanup, no so much in the new features area. [19:17] cool [19:24] does anyone know of a good anti-virus other than AVG for Windows [19:24] Avira [19:24] what's the word for saying something without sound? [19:24] LOL [19:25] like when you are saying something to someone across a loud room... they can just read your lips [19:25] I only got 200-300 viruses with it, which is good [19:26] tiemonster: Biggest issue with working on LibeOffice is wrapping one's brain around the git structure. [19:26] lol [19:26] wow [19:55] hey I'm trying to do this on my Android phone, how would I go about doing it http://www.omgubuntu.co.uk/2010/10/new-ubuntu-font-meets-android-looks-stunning/ [19:56] Like if I connect my phone via USB would I be able to use the terminal from ubuntu to do this? [19:58] reya276: Yes [19:58] reya276: Argh, no, you have to use the terminal from Android. [19:59] ok I got one on my phone and typed the "mount" command a bunch of lines came up [19:59] but I can't seem to find the line they are mentioning on that tutorial [19:59] reya276: Looking at the instructions, it looks like he may be saying you can do it from the CLI on Ubuntu. [20:00] yes my phone is rooted too [20:00] right which is what I'm asking [20:00] Ah, you need the Android SDK to do it that way. [20:00] because looking at this cli on this screen is the worst lines are all bunched up together [20:01] Yeah, I avoid the CLI on my phone as much as is reasonable. [20:01] dang why can't you just drag and drop the font files right on the main DIR [20:01] lol [20:03] oh wait I do have the Android SDK installed on my Eclipse [20:09] Then you should be able to follow the posted in structions on using ADB. [20:10] yes but ADB is a Terminal within the Android dev kit? [20:23] hey what does this mean [20:23] make -f build/core/main.mk out/host/linux-x86/bin/adb [20:23] /bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory [20:23] /bin/bash: bison: command not found [20:24] I'm following this guide http://forum.xda-developers.com/showthread.php?p=10415105#post10415105 [20:24] see towards the bottom of the page [20:25] sorry not towards the bottom but towards the bottom of the actual tutorial [20:25] which would be the first post [20:28] bah never mind this is too complicated [20:48] oh my god I'm such an idiot, LOL...the whole time you can just open the ADB conlose within eclipse LOL... [21:04] hey does anyone here uses Eclipse with the Android SDK, and write android apps? [21:06] I'm trying to create a Virtual Device for the Samsung Captivate using running Android 2.2, I got all of the updates for the SDK but I have not a clue how to create a virtual device, there is a GUI within eclipse which allows you to do it but don't know what info to enter [21:06] reya276: Sorry, I was away from my desk. [21:06] Glad you got it figured out. [21:06] Have you read through the Android developers docs? [21:06] ah, let me check [21:08] reya276: run tool/android in your sdk directory. [21:08] or tools/android even. [21:20] this is within eclipse or in my terminal [21:28] hah I got this emulator: ERROR: You did not provide the name of an Android Virtual Device [21:28] with the '-avd ' option. Read -help-avd for more information. [21:28] wish Dan was here I think he build an android app once [21:35] If you just run tool/android from the sdk directory, by double-clicking it, it provides a gui for creating a virtual device.