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

Search results

  1. V

    Root nandroid restore and different basebands

    I've got a nandroid backup made of my Dell Streak and I'm thinking about upgrading to Froyo, but in case things don't work how I want I wanna be able to restore to 1.6. Froyo uses a different baseband though, so if I do a nandroid restore, will my baseband revert back to the previous one? Do I...
  2. V

    miBudget is a simple checkbook ledger for Android

    I use my debit card for almost everything, and I really hate writing on paper, so I've always depended on my bank's website to help me keep track of my moneys. But sometimes charges can take WEEKS to go through and it has bit me in the ass more times than I care to think about. miBudget is...
  3. V

    DataOff lets you control when wifi/3g turn on and off

    I've always thought that Android should give you more control over how long Wifi and 3G stay connected after you turn the screen off. Sometimes its nice to keep them on while downloading something, but it bugs me when Spare Parts tells me that my Wifi is on for hours longer than my screen is...
  4. V

    Help Anyone know a way to do video out to computer or tv?

    I just got the Wiimote controller app and have been having a blast playing SNES games on a perfectly responsive Wii controller, but he screen is a little small. Is there any way to output video from the Backflip to a computer or tv?
  5. V

    Can't find xscope on android 1.5

    This has been driving me crazy for a while now. I can't find xscope web browser on my backflip running 1.5 anymore. I've looked on google and I can't find any mention of support being dropped for 1.5 or it being pulled for any reason, so what the hell? Can anyone with 1.5 confirm/deny if you...
  6. V

    Apps PackageManager not granting permission?

    I'm writing a quick app that sends my phone into sleep when I turn the screen off, according to Spare Parts my phone has been awake more than 2x as long as the screen has actually been on >.< It isn't working because PackageManager isn't letting me use the permission, it outputs PackageManager...
  7. V

    Help Trying to make phone sleep when screen is off

    I've been getting pretty heavy batter drain lately, and I'm pretty sure its because my phone isn't sleeping nearly as much as it should. Accoring to spare parts, I've had the screen on about 3.5 hours, but it has been awake over 8 hours. I've been very aggresively killing anything and...
  8. V

    Apps receiving Intents from running Service

    I'm having trouble figuring out how to catch Intents from my Service. I knew it was probably wrong, but I tried using onBind() to handle the Intents since it's the only Service method that receives Intents. It's not very long so I'm gonna post what I've got, can anyone see what I'm missing...
  9. V

    Apps ToggleButton handling

    **SOLVED** corrected code is below I'm having a little trouble handling events from my ToggleButton. I can't figure out where to use the setOnClickListener() call and how to set up handlers for the button being turned on and off. Here's what I have, can anyone suggest a fix? package...
  10. V

    Apps toggle wifi on/off when screen turns on/off

    I'm writing a simple app that will turn wifi on or off when the screen turns on or off, respectively. I tried registering <receiver> tags for SCREEN_ON and SCREEN_OFF Intents, then defining two BroadcastReceiver classes to catch the Intents, but nothing is happening. I think it's because the...
  11. V

    Wifi insomnia

    My backflip is really getting lousy battery life lately, and it seems to be because wifi is running a lot while I have the screen turned off. I've been very aggresively using a task killer to kill everything when I'm not using it, so I'm pretty sure I don't have a program keeping it awake...
  12. V

    Apps using an EditText as output

    I'm writing a (what was supposed to be) quickie program to flex my unused java muscles and check out android. I'm trying to write a simple celsius to fahrenheit converter, that has 2 TextView labels for F and C, and 2 corresponding EditTexts. When a value is entered in one of the boxes and the...
  13. V

    looking for a g1 rom for at&t

    I bought an already unlocked and rooted g1 from ebay running 2.1, and it isn't recognizing my AT&T sim card (it did for a few minutes I'm pretty sure it's actually unlocked). I really don't want to return it and the seller swears that it worked with his tmobile card, so I'm thinking that the...
  14. V

    Help apn settings won't save

    I've entered APN settings 3 or 4 times on this unlocked G1 I just got from ebay. Whenever I finish I always select menu > save settings but when it goes back to the apn screen there are no APN's saved. I even tried resetting to defaults (which should have brought all the T-Mobile ones back)...
  15. V

    Apps simple search widget

    I'm flexing my java muscles for the first time in a while and trying out Android SDK. I'm trying to write a simple search widget for my home screen, but as of right now I can't even get it to display the 3 elements I have defined in a LinearLayout in any kind of window. I've written the...
  16. V

    Help battery usage monitor

    I know that in 1.6 a nice nifty battery usage monitor in settings that tells you which apps have drained what percentage of your battery since last charge, but what about 1.5? I've got something draining my battery and its driving me crazy. Also, is there a way to switch off the 3g battery...
  17. V

    Help unstable :-/

    Ive been carrying a backflip for about a week now, and ive already started having problems. Sometimes the market won't show search results, backing out and searching again fixes. com.android.phone crashes every single time I use the phone, comes back after a few seconds so not a big deal. The...
  18. V

    cant find official ebay app

    I just saw that ebay released an official app, but i cant find it on the market. Is att blocking market apps too? is anyone else able to see it? im on a motorola backflip. here is the article i read about it in, im pretty sure it should be in the market...
  19. V

    phpbb/vbulletin forum client?

    I know that tapatalk and BBfoc exist, but they require software to be installed on your forum and don't support vbulletin, respectively. Anyone find an out-of-market app that can render phpbb and vbulletin? This is one of the only things that's preventing me from completely switching over from...
  20. V

    Apps Memory Management

    I couldn't really find a good subforum for this so it might be a little out of place, but I've been wondering how android os manages minimized programs. Do they stay open until you force close them, or does it close them automatically after a certain amount of time. Can we add/alter this...
  21. V

    pull-up folder for each screen on desktop

    Since I held my first android phone, I have wanted to have a pull-up drawer folder for each screen on my desktop. At first I was thinking that I would try to replace the main menu pull-up, but now I think that adding it to the left of the main pull-up would be better (where contacts is on my...
  22. V

    Help can't return to eBay, possibly fixable

    I bought my friend an unlocked G1 on eBay, and it wouldn't stay connnected to AT&T long enough to make a phone call. I tried flashing and wiping and all I could think of to fix it, and without thinking I took it apart to clean it and now I can't return it to eBay >.< So I owe my buddy $200...
  23. V

    turn off wifi gps etc. when screen is locked

    I've found a lot of posts asking the opposite of this question (how to keep wifi or gps enabled when screen is locked) but I'm having a problem with all these things staying running when I don't need them and nuking my battery. I bought this phone from ebay and it was already rooted so there...