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

Search results

  1. T

    How to limit the contacts synced from my google account?

    Hello fellow Acers, So far I love the galaxy Ace. But I would like to limit the contacts synced from google. Probably it is something related to Android and nothing to do with Ace. I read in some forums that only the contacts under "My Contacts" under the Google contacts get...
  2. T

    Apps How the Android application or driver can be informed about Linux power management su

    Hi fellow developers, I am trying to integrate a SDIO device to my arm based platform running
  3. T

    Apps Include Prebuilt library to the main build (from complete source)

    Hi all, I am building android from source (complete) source. I would like to include a pre-built library mylib.so into the build system. How do I do it? I tried using LOCAL_SHARED_LIBRARIES += mylib.soBut it fails saying no rule to build mylib.so . I found out it will try to modify...
  4. T

    Apps How to distinguish Android version from code or date of download?

    Hi all, I am not sure whether this is the correct place to post this thread. But it looked closest. Is there a reference page or website, which says the release dates of the Android releases (I mean those already released). I mean I get confused with the numbers 1.0, 1.5 and...
  5. T

    Apps How to enable debug messages on compilation?

    Hi all, I am trying to build Android from source. I use the command make update-api droid .But my compilation fails complaining "make: *** No rule to make target `packages/apps/Mms/cbt_bt.sh', needed by `out/debug/target/product/generic/system/etc/bluez/cbt_bt.sh'. Stop. " which did not make...