[android-developers] call forwarding

2009-06-11 Thread gandor
Hi Guys, I want to do a call forwarding to a particular number using the following code The issue is I get a ring from a number but it dosen't get forwarded automatically to the desired number (). After the call ends the dialer gets popped with the desired number which had to be automatically cal

[android-developers] getspeed

2009-04-22 Thread gandor
Hi, If I want to simulate getspeed using emulator how do I do it. I used the following code and it gives me 04-23 05:39:18.485: ERROR/AndroidRuntime(292): Caused by: java.lang.SecurityException: Requires ACCESS_FINE_LOCATION permission --- package gd.Speedometer; import andro

[android-developers] Re: using touch screen to draw a straight line

2009-04-14 Thread gandor
> > As you can see, you set "i = 1" on the first time this function is > called. Thus the second if-statement is always true. Add an "else" > before the last "if" > > On Apr 14, 2:12 am, gandor wrote: > > > Hi Folks, > > > Want to

[android-developers] using touch screen to draw a straight line

2009-04-13 Thread gandor
Hi Folks, Want to draw a line when I touch screen at two points. I can see OnTouch been invoked but after than everything breaks looks, the application crashes I am using drawLine in Canvas. Please let me know what I am doing wrong Thanks a ton http://schemas.android.com/apk/