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

Search results

  1. A

    Easy Measure - a simple way to measure lengths

    Hello Everyone, We'd like to announce the release of our new application - "Easy Measure". Ever wanted to measure a small length - lets say the length of your table, and did not have a measuring tape handy ? Easy measure is an application which does the job for you. How does it work ...
  2. A

    Application not quitting after uninstall

    Hi, I was experimenting with Android development, and created a small application, which puts the phone on silent when theres an incoming call. It worked fine on my phone, so I also installed it on my friends phone. Though he uninstalled it later, his phone still goes into the silent mode...
  3. A

    Apps Angular Movement in Android

    Hello, I'm trying to track the angular movement of a phone in Android. For example, if the user rotated the phone upwards (pitched) it by 90 degrees, then rolled it by 180 degrees and then pitched it again by -90 degrees (in the frame of reference of the phone), the output should say -...
  4. A

    Apps A slide / swipe control similar to the Unlock and Call Answer Control

    Hello, Is it possible to use a slide/ swipe control in my custom application similar to the one which the phone has for unlocking the phone or answering the call ? If not, does anyone know reasons why it was not exposed ? Thanks Abhinav
  5. A

    Apps How to programatically mute an incoming call ?

    Hi, My application requires a feature where the ringer for an incoming call needs to be muted when something is happening. I found out that we could use PhoneStateListener to know when there is an incoming call, but could not figure out how to mute the ringer. Can anyone please help me out...
  6. A

    Apps Change phone state to CALL_STATE_RINGING

    Hi, Can I change my phone state to "CALL_STATE_RINGING" for a certain amount of time? If I do so, will the ringing UI automatically come up ? For example, consider the following scenario: John and Tom both have installed my application, and are added in each other's chat list. They are...