[android-developers] Android GPS Location Problem

2010-02-19 Thread Sunny25
Hi All,
I'm developing very basic application to get location usnig,
LocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,
5000, 1,this);
and displaying the longitude and lattitude information on the screen,

Now the problem is whenever I deploy this application on HTC Magic and
keep it stationary. The readings i.e. longitude and lattitude are
changing from time to time.

Can you please help me with this.

Thank you,
Sunny

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Android GPS Location Problem

2010-02-21 Thread Sunny25
Hi Frank
Thanks for your inputs.
I dont know much about DSP processing in here.
Can you send me some sample code that I can use to get exact location.

Thank you
Sunny

On Feb 19, 11:50 pm, Frank Weiss fewe...@gmail.com wrote:
 AFAIK sensors have some noise. I have seen a similar issue with the
 accelerometer. See this 
 thread:http://groups.google.com/group/android-developers/browse_thread/threa...

 I suggest you try a low-pass digital filter approach, similar to what I used
 for the accelerometer, and see if that works for you.



 On Fri, Feb 19, 2010 at 5:34 AM, Sunny25 hi2sunn...@gmail.com wrote:
  Hi All,
  I'm developing very basic application to get location usnig,
  LocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,
  5000, 1,this);
  and displaying the longitude and lattitude information on the screen,

  Now the problem is whenever I deploy this application on HTC Magic and
  keep it stationary. The readings i.e. longitude and lattitude are
  changing from time to time.

  Can you please help me with this.

  Thank you,
  Sunny

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.comandroid-developers%2Bunsubs 
  cr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Outgoing text/sms

2010-01-03 Thread Sunny25
Hi guys,

I can get notification of outgoing call using PhoneStateListener. But
is there any api in android which will notify my application about
outgoing text/sms being sent.

Thanks in advance

Sunny

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Outgoing sms

2010-01-13 Thread Sunny25
Hi guys,
I was trying to find a way to get notification when outgoing sms is
sent by user, but I guess there is no way to get notification for the
same.
But now I want to disable to sms functionality when some other even
occurs.
Is there any api in android 1.5 which helps to disable outgoing text
facility and then allow to enable it again.

Thanks in advance
Sunny
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Outgoing text/sms

2010-01-14 Thread Sunny25
I understand that there is no way to get notification of outgoing text
being sent, but is there any way to disable text messaging facility

On Jan 5, 10:48 am, debnath68 debnat...@gmail.com wrote:
 Hi sunny25,
 AKAIK there is an intent for received sms which will be broadcasted
 when a sms is received to the phone and you can get it via
 BroadcastReceiver. But there is no intent for sent sms which should
 broadcast when a sms sent. In this regard I can suggest you to use
 contentProvider with this URI : content://sms/sent for get sent sms
 by checking manually.

 thanks,
 mitu

 On Jan 4, 11:49 am, Sunny25 hi2sunn...@gmail.com wrote:

  Hi guys,

  I can get notification ofoutgoingcall using PhoneStateListener. But
  is there any api in android which will notify my application about
 outgoingtext/sms being sent.

  Thanks in advance

  Sunny
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en