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

Search results

  1. rishi360

    Root Update Not installing

    I've had root for a while and i installed 2.2 before the actual release. now I'm getting constant messages saying an update is available. When i allow it to restart and begin installation, nothing happens. Maybe it's because I already have 2.2? I dunno, but the notification keeps coming up. Help?
  2. rishi360

    Root Need to downgrade from 2.2 to get radio 2.x

    I rooted my Incredible, and now I have it running the Froyo leak. Unfortunately, I didn't install radio 2.x before doing this, so my camcorder doesn't function properly. Is there a way to downgrade from Froyo to 2.1, install radio 2.x, then reinstall Froyo? Thanks!
  3. rishi360

    Apps Editable.getText().toString() not working

    I'm trying to create a String and then append it to a URL. But, for some reason, the toString() method doesn't work. From what I can tell, it just gives me a blank String (there IS text in the EditText). text = edittext.getText().toString(); Help? :/
  4. rishi360

    Apps Passing Intents to start Activities

    Hey guys. I'm trying to make a program where you start out with a grid of pictures. I got it working to the point where if you tap one of the pictures, a RelativeLayout with some text (a different activity that uses a separate layout depending on which picture you pressed) opens up. What I...