• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. devolio

    Want exchange support on your G1?

    Here you go. Just install and enjoy.
  2. devolio

    Apps My cupcake/master images

    I'll eventually get some more information in here, but for now, this is the first dump I've made. If you want to flash these builds, see the guide here. April 2nd, 2009 - master Basically the same as the pulls before. New home screen, opencore disabled, media borked. April 3rd, 2009 - master...
  3. devolio

    Apps Flashing your own Android builds (and cupcake): A quick guide

    If you've paid any attention to the Android scene at all lately, you know there's open source repos you can pull and compile the source code from, with a few little changes. I'm not going to cover any of the source pull/compile/assembly instructions here, that will be in another thread coming...
  4. devolio

    Post your Android Desktop

    You all know how this works. Post a picture of your Android's desktop. There's 2 ways to do this: With root 1) Download the Screenshot application (free). 2) Open the application, give it su permission, and once the text comes up, close it. 3) Press and hold the camera button for a second at...
  5. devolio

    Apps Got multiplayer games or multiuser apps? I need your help!

    I'm developing an application that I'm hopefully going release extremely soon. The only thing that stands in my way is a few letters. That's where you come in. With your help, I can do it. Here's the deal 1) Any application or game that supports multiple users in any form is good. 2) This...
  6. devolio

    Bluetooth Support List

    I'm looking to put together a list of known working and non-working Bluetooth devices with the G1. Eventually I'd like this to be the comprehensive list of supported Bluetooth devices. If you use a Bluetooth device or have tried to use a Bluetooth device with no luck, please take a few seconds...
  7. devolio

    Cupcake Sunday

    With Cupcake coming within the next few months, I thought I'd start taking a look at the latest builds regularly and record some video to share with you guys of its progress. Every Sunday, I'll download, compile, and flash the latest build of Cupcake to test out for your enjoyment. Sunday...
  8. devolio

    Apps Looking for beta testers for games

    The market will soon be allowing paid applications, and like many, I've been developing some applications that I'd like to sell as well. Now that I'm starting to get close to the point where the games are almost ready to be played, I've noticed (not for the first time,) that it's pretty hard to...
  9. devolio

    Apps Back up and Restore applications (nearly automatic)

    Disclaimer: As usual, I am not responsible for any damage done to you or your device by these scripts. They're simply what I use to do my own stuff. What it does Copies the application installers to the SD card into a folder, and makes a list of installed applications that can be used to...
  10. devolio

    Apps Rooting: A quick guide (Updated 3/10/09)

    Root allows you to modify just about everything, flash new images, change your boot image, change themes, run ARM debian, and tons more. This guide goes through installing/downgrading to RC29, getting root, flashing the new recovery.img / test keys, changing the boot loader, and installing...
  11. devolio

    Multitouch - working, with code and demos

    http://lukehutch.wordpress.com/android-stuff/ Includes screenshots, videos, and functional code. Extremely cool. Video: http://www.youtube.com/watch?v=enAinQizxyM&eurl=http://lukehutch.wordpress.com/android-stuff/&feature=player_embedded
  12. devolio

    RC30 to RC29 (root) downgrade now!

    Now, those of us stuck with RC30 can finally downgrade back to RC29 and regain root privileges! Check it out. http://www.gotontheinter.net/content/rc30-downgrade-merry-christmas-everyone
  13. devolio

    Yz (yahtzee)

    I had some free time to kill over my holiday break, so I wrote a small little game to kill boredom. It's a simple yahtzee implementation. Having not known there was already one, I just decided to go for it. Took about 12 hours, but it was fun. It's called Yz, and you can get it on the market...
  14. devolio

    Apps Developer devices now available

    http://code.google.com/android/dev-devices.html $399 + $25 (must be registered to the Android Market) No sim lock, unlocked bootloader, etc :) scoooooore!
  15. devolio

    Running older than RC30?

    I'm looking for people who are still running an older build than RC30 - in the US. Anyone? Bueller?
  16. devolio

    Apps Installing Eclipse and the Android SDK (Ubuntu 8.04/8.10)

    Note: In this tutorial, I'm using Xubuntu 8.04. These steps are the same for Ubuntu and Kubuntu as well. They're also the exact same for [Xu|Ku|U]buntu 8.10. The first thing we need to do is download all of the needed files. First up, the Android SDK. You can download it from...
  17. devolio

    Apps Installing Eclipse and the Android SDK (Windows XP)

    The first thing we need to do is download all of the needed files. First up, the Android SDK. You can download it from http://code.google.com/android/download.html Now, let's download Java. Open up http://developers.sun.com/downloads in your browser. Click the expand button [+] for Java SE and...
  18. devolio

    The first onscreen keyboard

    Flipping around on some sites last night, I stumbled upon... Now, it doesn't work exactly as you would expect, but it's definitely an improvement for using the G1 with a single hand. I did not have anything to do with the development of this application. You can find the application's page...
  19. devolio

    Apps Helper for android tools? (ubuntu)

    Now that I've been messing around with the SDK for awhile, I've written a few little tools for Ubuntu to speed up the process of using the Android tools included with the SDK. How many of you would be interested in a helper application to speed up semi-common tasks with the android tools? What...