[android-developers] Fwd: Problems Changing Outgoing Call in Android 2.2

2010-09-14 Thread reekotubbs
-- Forwarded message -- From: reekotubbs Date: Sep 9, 12:05 pm Subject: Problems Changing Outgoing Call in Android 2.2 To: Android Developers Android 2.2 setResultData() issue I developed an application in Android 2.1 that utilizes the "setResultData()" code. In

[android-developers] Problems Changing Outgoing Call in Android 2.2

2010-09-09 Thread reekotubbs
Android 2.2 setResultData() issue I developed an application in Android 2.1 that utilizes the "setResultData()" code. In 2.1, this code would change the outgoing number being called to a new outgoing number and then complete the call. This method works in the Android 2.2 simulator, but on a devic

[android-developers] Android 2.2 setResultData() issue

2010-09-09 Thread reekotubbs
I developed an application in Android 2.1 that utilizes the "setResultData()" code. In 2.1, this code would change the outgoing number being called to a new outgoing number and then complete the call. This method works in the Android 2.2 simulator, but on a device with 2.2, this code is totally ig

[android-developers] Re: How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-26 Thread reekotubbs
IMETYPE + "='" + GroupMembership.CONTENT_ITEM_TYPE + "'", null, "DISPLAY_NAME"); Can anyone point out why it fails and what I can do to correct this. Thank you in advance. On Apr 22, 6:02 am, reekotubbs wrote: > Hello all, > > I hav

[android-developers] Re: How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-26 Thread reekotubbs
D " + Data.MIMETYPE + "='" + GroupMembership.CONTENT_ITEM_TYPE + "'", null, "DISPLAY_NAME"); Can anyone point out why it fails and what I can do to correct this. Thank you in advance. On Apr 22, 6:02 am, reekotubbs wrote: > He

[android-developers] How to determine contacts Gmail/Google voice group membership from android phone/emulator

2010-04-22 Thread reekotubbs
Hello all, I have a OutGoingCallReceiver setup to catch outgoing calls, it attempts to check their group membership and return which groups the contacts are part of. I have been using 1.5 code to accomplish this on the emulator. It works for users I create, because I have to add them to the group