[android-developers] Invitation to connect on LinkedIn

2010-05-05 Thread Shrikant Agrawal
LinkedIn I'd like to add you to my professional network on LinkedIn. - Shrikant Shrikant Agrawal Software Engineer at Verizon Chennai Area, India Confirm that you know Shrikant Agrawal https://www.linkedin.com/e/isd/1276956656/zwz8C9kC/ -- (c) 2010, LinkedIn

[android-developers] Multiple Applications using single service

2010-01-14 Thread Shrikant Agrawal
applications to the service?? Is it possible to expose an interface from the service so that application can pass data to the service?? Thanks in advance Shrikant Agrawal -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Flashing Android 2.0 on G1

2009-11-20 Thread shrikant agrawal
, Look in the htc web site,there u can find images to flash ur dev phone On Thu, Nov 19, 2009 at 9:45 PM, Mark Murphy mmur...@commonsware.comwrote: Shrikant Agrawal wrote: Hi All I want to upgrade my G1, which is currently running on andriod 1.5, to andriod 2.0

[android-developers] Flashing Android 2.0 on G1

2009-11-19 Thread Shrikant Agrawal
Hi All I want to upgrade my G1, which is currently running on andriod 1.5, to andriod 2.0 but i cant find the system.img file in the andorid2.0 sdk. Do anybody know where I can the system.img file android 2.0 ??? Thanks in advance Shrikant Agrawal -- You received this message because you

[android-developers] Router IP and Mac address

2009-07-12 Thread Shrikant Agrawal
Hi Guys.. In my app I require to get the router IP address and mac address after scanning. But ScanResult doesnt provides this information. Do anybody know how to get the router ip address and mac address on scanning. Thanks in advance Shrikant Agrawal

[android-developers] Reducing Image File size

2009-06-22 Thread Shrikant Agrawal
Hi Guys, I want to reduce the size of my image file to transfer it over the network. Do anybody know how can I reduce the file size using andriod APIs. Thanks Shrikant Agrawal --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Calendar Apps missing in Android 1.5 SDK

2009-05-11 Thread Shrikant Agrawal
Hi Guys, It seems that there is no calendar app in the android 1.5 sdk. Actually in my app i want to retreive the information stored in the calendar app in android. But I cant find the classes in Android 1.5 . Is calendar omitted from the 1.5 release or I am not able to find it? Can anyone

[android-developers] Android Telephony

2009-03-11 Thread Shrikant Agrawal
Hi I want to find the network signal strength for my app. But I cant find the api for it. Do anybody know how to find the signal strength of the phone? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Adding menu item in Phone book

2009-02-13 Thread Shrikant Agrawal
Hi Do anybody know how the add a menu item from any application into addressbook?? Thanx Shrikant --~--~-~--~~~---~--~~ 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] Listening to changes in address book

2009-02-03 Thread Shrikant Agrawal
Hi Is there any way to know the changes made in the address book. What I want to know is that whenever an contact is added ,modified or deleted my app should receive the notification as well as the ID of the contact changed. Thanks in advance Shrikant

[android-developers] Re: Listening to changes in address book

2009-02-03 Thread Shrikant Agrawal
. It will not however tell you what was changed. On Feb 3, 11:40 am, Shrikant Agrawal shrikant...@gmail.com wrote: Hi Is there any way to know the changes made in the address book. What I want to know is that whenever an contact is added ,modified or deleted  my app should receive the notification

[android-developers] Contact Listener implementation

2009-02-02 Thread Shrikant Agrawal
Hi Guys I am beginner in Android. I want to implement the listener for the contacts in the android's addressbook. The logic is that I should get the contacts when they are added , modified or deleted. I have registered the Content Observer for this. But it gives only the notification not the