Re: [android-developers] Re: How to send DTMF?

2012-02-29 Thread santhosh b
Hi,

use below int  Constants ToneGenerator class in android api

TONE_DTMF_Pinstead
of  key #

TONE_DTMF_Sinstead
of  key *


may help you refer below link

http://developer.android.com/reference/android/media/ToneGenerator.html

Thanks,
Santhosh.




On Fri, Feb 24, 2012 at 12:03 PM, Jagruti Sangani <
jagruti.sang...@inextrix.com> wrote:

> hello all
> I want to send dtmf in android.I had use the call.sendDtmf(2).its
> working fine but i want to send * and # as dtmf.when i sen d * or # in
> send Dtmf then application will close.Can anybody know how to send *
> and # as dtmf.actually call.sendDtmf(Int var); this is only send
> integer data.so i have make the digital Ascii code for * and # and
> then try to send but this is not send more than one digit at the same
> time like 123 you can not send.So any idea about that how to sned *
> and #.
>
> --
> 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
>

-- 
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

Re: [android-developers] How to update the Android SDK and AVD Manager on Eclipse?

2012-03-01 Thread santhosh b
Hi,

install latest version sdk instead of upgrading from below site

http://developer.android.com/sdk/index.html

Thanks,

Santhosh.B





On Wed, Feb 29, 2012 at 11:57 PM, Terry  wrote:

> When I try to update all installed packages - or see Available
> packages, I get the following error message:
>
> Failed to fetch URL
> https://dl-ssl.google.com/android/repository/addons_list.xml,
> reason: File not found
>
> Any suggestions on how to fix this problem?
>
> Regards, Terry
>
> --
> 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

-- 
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

Re: [android-developers] back button in Tabactivity going to previous activity rather than dismissing the soft keyboard

2012-03-03 Thread santhosh b
hi,
refer below link may  customize may help you

http://stackoverflow.com/questions/3940127/intercept-back-button-from-soft-keyboard


Thanks,
Santhosh

On Fri, Mar 2, 2012 at 3:17 PM, vani reddy wrote:

>
> HI friends,
>
> Under my tabactivity in the activity group ,i have an edittext , when i
> touch on it the soft  keyboard appears,but when i press back button, the
> keyboard dismisses but it goes to the previous activity.It is happening in
> HTC mobile,in emulator it works fine.
>
> How to resolve this?
> --
> Regards,
> Vani Reddy
>
>  --
> 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

-- 
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

Re: [android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread santhosh b
In Eclipse, go to "run Configurations". You can find that by right clicking
on your project and click on "Run" and then "Run Configurations". Select
"target", and select a preferred emulator target to launch. Then under
"additional emulator command line options," add this:

-partition-size 1024

then click on apply and run.
thanks,
santhosh

On Fri, Mar 30, 2012 at 7:33 PM, John Gaby  wrote:

> If you are using the emulator, you can change the size of the internal
> storage by adding the following command line argument when you launch
> the emulator:
>
> -partition-size 200
>
> On Mar 30, 2:37 am, Kirupa  wrote:
> > [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Installation
> > error: INSTALL_FAILED_INSUFFICIENT_STORAGE
> > [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Please check
> > logcat output for more details.
> > [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Launch canceled!
> > How can i solve the problem?
>
> --
> 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
>

-- 
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] LocationManager requestLocationUpdates minTime parameter not working

2012-02-15 Thread santhosh b
Hi,

I am using below code to send location updates for every 2 min
interval  or  100 meters displacement.  This is working fine in Droid2
Motorola device but when it comes to Google Nexus S
not working as expected

Here is the code snippet:

LocationManager   locationManager = (LocationManager)
getSystemService(Context.LOCATION_SERVICE);

 locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,
12,  100,
locationListener);

Am i missing something please help..
Thanks in Advance,
Santhosh

-- 
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