[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-10-07 Thread felix
I got to borrow a HTC desire 2.2 today and I tested my application on that device for first time. I obviously found the same problem. I can confirm that setting the priority to 0, 1 or removing it doesn't effect the outcome for me. Current solution fix I have in place is the one Billias wrote.

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-10-07 Thread Denis Souza
Agreed. Billas' solution is a very good one and there's no real difference to the user, visual or otherwise. I didn't think it would work so well until I actually implemented it. I also don't think that we can rely on HTC to fix it. Since its the only device that seems to have such a problem I

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-09-30 Thread Denis Souza
Anyone had any progress or ideas with this? It's a bit hard to test it when you don't have the device. Anyway, I got two reports from Motorola users with the same problem... but the interesting thing is they only started having any problems after upgrading to my app's latest version. It occurred

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-08-27 Thread billas
As it seems the HTC Desire (2.2) responds to setResultData(null) wich will stop the out dial. Then you can place a new intent (Action.CALL) to call the new number. Not so nice workaround, but as a user you hardly notice it. On 26 Aug, 14:42, billas tobias.bil...@gmail.com wrote: Here to. Exact

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-08-27 Thread Denis Souza
Just had a report a few days ago from a user on HTC Desire (2.2) that says a previous version of my app worked fine. This is confirmed since I sent him a previous version and it worked. It might be just this one case since I've had another user say it didn't work with the same previous version.

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-08-26 Thread billas
Here to. Exact same problem. Tested on HTC Desire 2.2 (not working). It seems like it ignoring the resultData from the broadcastreceiver. Earlier tested on HTC Hero build 2.73.405.x (android 1.5) where the Dialer application doesn't even send a broadcast!! Current build on HTC Hero (android 2.1)

[android-developers] Re: Problem with interecepting outgoing calls on HTC Desire

2010-08-18 Thread Denis Souza
I'm getting the exact same problem. I have an app that changes the number being dialed. It works on everything except the HTC Desire with Android 2.2. Works with Desire on 2.1 and with any other device I tested with 2.2. There are reports from several of my users using 2.2 devices and it works on