[android-developers] sending sms

2009-09-17 Thread Saikat
Please let me know how can I can send sms from my application. Which api I need to use. --~--~-~--~~~---~--~~ 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] Re: sending sms

2009-09-19 Thread Saikat
in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 16, 9:46 pm, Saikat saikat0...@gmail.com wrote: Please let me know how can I cansendsmsfrom my application. Which api I need to use

[android-developers] how to give recipient number to send mms

2009-10-07 Thread Saikat
I am sending MMS with the existing mms client using this code - 1. Uri mmsUri = Uri.parse(content://media/external/images/media/ 1); 2. Intent intent = new Intent(Intent.ACTION_SEND); intent.putExtra (sms_body, Hi how are you); 3. intent.putExtra(Intent.EXTRA_STREAM, mmsUri); 4.

[android-developers] application in notification bar

2009-10-07 Thread Saikat
Can I put my application in the top notification bar so that it can be accessed from any application? --~--~-~--~~~---~--~~ 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] circular gallery

2009-11-02 Thread Saikat
I have a gallery of images. I want to make this gallery circular so that the gallery doesn't come an end in any direction. Please suggest how can I achieve this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] how to get application state

2009-11-17 Thread Saikat
How I can find the state(running/paused/stopped etc) of an application? Please help. -- 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,

[android-developers] system hangs while giving Android build

2010-02-09 Thread Saikat
time. Did anyone face this issue? I am using 1 GB RAM, 1 GB swap space and 40 GB linux space(65% space is free). Thanks, Saikat -- 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

[android-developers] Camera burstmode implementation

2010-02-15 Thread Saikat
is getting captured it is showing on the display for sometime(apprx 2s). So I want to reduce that dispaly time so that my next snap shot becomes faster Can any body help me regarding that? rgds Saikat -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: system hangs while giving Android build

2010-02-15 Thread Saikat
But other people here, are using 1 GB RAM and the build is fine in their system. Nobody is seeing any system stuck kind of problem. My hard disk is also fine. On Feb 10, 5:13 pm, James Wang jameswangc...@gmail.com wrote: I did have the same experience before. I think 1G is not enough and your

[android-developers] Re: system hangs while giving Android build

2010-02-15 Thread Saikat
No no..I am telling about eclipse build. I am building the full source code in Ubuntu. Though I have eclipse installed in Ubuntu, but I think it is not related to eclipse. On Feb 16, 2:26 am, Bob Kerns r...@acm.org wrote: When I change the SDK version for a project, it hangs. I end up killing

[android-developers] USB mass storage issue in Eclair

2010-02-26 Thread Saikat
I have an issue for USB host in éclair(eclair + some fix for USB). 1. Connect USB Mass Storage using a adapter in phone. 2. The USB mass storage will be mounted properly. 3. Unmount the same and take out the drive and it is happening properly. 4. Now connect back the

[android-developers] Running Services memory information not showing

2010-05-12 Thread Saikat
Hi, I found that in Android 2.0 the memory information is not correctly shown for the running services. It always shown as 0.0. But it is shown perfectly in Android 2.1. Does anyone know what may be the problem in 2.0 version? -- You received this message because you are subscribed to the Google

[android-developers] mouse pointer not going

2010-03-04 Thread Saikat
I have implemented mouse pointer succesfully following the patch - 0001-fixed-different-build-breaks-added-mouse-cursor-sup.patch. But the pointer remains there even after I remove the mouse. Can anyone help me to fix this? Shall I get any event in EventHub.cpp file when I remove the mouse from

[android-developers] calendar sync up with google

2010-03-11 Thread Saikat
Hi, I am using Android 1.6 emulator. I have setup internet successfully in it. But I can't launch calendar. I came to know that it needs to be synced up with google. Please let me know how can I do this. I tried using google login service(in dev tools). But it is crashing if I select any option