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

Search results

  1. S

    Apps Is there a maxim folder name length?

    Is there maximum length for on the screen folders. It appears that if the folder name is really big, or at max, and there is something in the folder you cannot see anything in the folder (then name overtakes the entire folder). What you need to do is first create folder. Rename the folder...
  2. S

    Apps Do google maps turn on Wifi on initialization?

    Does anyone know if google maps tries to enable wifi during initialization or while running? I am running eclair and noticing an interesting thing that if you exit google maps while it's trying to acquire GPS, or just at the right moment, WIFI becomes activated and if you exit google-maps wifi...
  3. S

    Apps How to create just one instance of a specific app

    Need to create only one task starting a specific app. While the app is running cannot allow another instance of the same app to be created. Anyone can help?
  4. S

    Apps PacketManager.setComponentEnabledSetting() API

    We found that apparently PacketManager.setComponentEnabledSetting() is a permanent setting which does not reset with an abrupt device power-cycle or task termination. The changes from setComponentEnabledSetting() are written into packages.xml. To enable/disable the setting one needs to call...
  5. S

    Apps Activating Bugreport key sequence on eclair

    Did anyone figure out where google activates bugreport on a specific key-sequence? We are debugging some application failure on top of a donut which happens very rarely and need to have the log recorded. Currently it is possible to press a specific sequence on an eclair and the bugreport is...
  6. S

    Apps Set status line battery level to 1 - does not update icon

    Has anyone seen the issue whenever setting battery level to 1 does not update the icon on device startup - but keeps the icon defaulted as unknown? It appears that setLevel() in the icon update function in the framework fails. The interesting part it works for every other level value - 2 and...