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

Search results

  1. N

    Screen turns off and calls and doesnt come back on til after call

    When I am on a call, the screen automatically shuts off. When it does, it will not come back on no matter what button i press. For isntance if I call the cable company and put it on speaker, the screen will go off and when I am prompted to input selectons via the key pad, I cant because the...
  2. N

    Help Change lockscreen background

    Is there a way to change the background of just the lockscreen and not the home screen?
  3. N

    Incipio case covering notification light

    Did anyone else buy the incipio case from the verzion store. I thought for the longest time that the bionic had no notification light until I finally figured out it was underneath the case. Has anyone tried to cut the rubber around the case to show the lights? Or try to send it back as a...
  4. N

    Root Switching between old system and new ROM

    I recently rooted and flashed the GSB rom. I was wondering if there was a way to move between my old system(android 2.1) and the rom I flashed? I figured you would be able to with recovery by making backups and booting into them but I just backed up my current ROM and i think it overwrote my...
  5. N

    Apps taking a picture with native camera and saving

    Hey guys, I am trying to take a picture with the phones native camera app and store it but for some reason it is not working... can someone help? protected void startCameraActivity() { Log.i("MakeMachine", "startCameraActivity()" ); File imageFile = new...
  6. N

    Apps Change listview text color...

    What is the easiest way to change the text color in a list view? I have a menu with two items and I want it to look like the classic listview that highlights the item when it is clicked. If there is an easier with out listview that would also suffice. Thanks.
  7. N

    Apps Motorola Droid not showing up in eclipse..

    I have enabled usb debugging and installed the motorola drivers for 64 bit windows 7. When I goto devices, under the droid device it shows that the adb debugging drivers are installed and my other phone a droid eris is showing up fine...did I miss something?
  8. N

    Apps HttpPost problems...

    Im posting to a webhandler using the HttpPost, although for some reason the way I am doing it, I am not getting the correct response. Is there A way I can view the actual POST it is making? or the query string url? public void postData() { // Create a new HttpClient and Post Header...
  9. N

    Apps Directory and File Creation problems...

    Hey I am currently trying to create a path and file for an image i am storing from the camera. There seems to a be a problem with path I am trying to create though. In the following method, Im getting an IO.FileNotFound error on this line: fileOutputStream = new FileOutputStream(...
  10. N

    Apps EditText to string and logic problems

    Hey guys...I have some weird things going on with my android app. The first thing is a simple logic problem. I have some thing evaluating to true but it is not being detected correctly...here is my code: package com.cutter.giddyup; import java.util.Map; import android.R.bool...
  11. N

    contacts not adding to rest of cotnacts since upgrade...

    for some reason since the upgrade my contacts havent been working right. I created some contacts from handcent numbers that i had texts from. They are saved in handcent and have a contact card but i can only see it if i highlight the name in handcent and hit view contact. I cant find them in...
  12. N

    Apps Can't build app..

    As soon as I get an error when I try building, If I fix the error and try to rebuild it still will not build. there just appears a red x by my project name and when I get an error message: "Your project contains errors, please fix them before running your application." no line numbers or...
  13. N

    best news widgets?

    I was wondering what you guys thought the best news widgets were(perferrably free!!):]
  14. N

    Message delivered as plain text...

    When someone on the verizon network sends me a text longer then 160char's, they recieve a message that looks like the following: MEssage delivered to 5555551234 as plain text destination does not support enhanced messaging. and I recieve a message saying: the preceding msg modified, media...