[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
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] 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 from there. Please suggest.

-- 
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] 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 the device? Please suggest.

-- 
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] 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 mass storage device with its adapter
again and nothing will happen.



The error is coming from Kernel



device not accepting address 2 error -110



This problem was not there is DONUT.

In éclair the OTG is now msm72k_otg where as it was msm_otg in donut.



1st time mount/unmount successful but next time nothing is happening.



Moreover, if we do not disconnect the adapter from phone in éclair and
do multiple time plug in/plug out without disconnecting the adapter
everything happening fine.



Can anybody help on this?

-- 
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: 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  wrote:
> When I change the SDK version for a project, it hangs. I end up
> killing Eclipse and restarting, then doing  a Clean, and all is fine.
>
> (I have to start remembering to turn off the automatic build in these
> cases).
>
> Perhaps you're seeing something similar? Maybe if a build tool gets an
> error at the wrong point in the process, Eclipse ends up waiting for
> something that's not going to happen?
>
> On Feb 15, 4:05 am,Saikat wrote:
>
>
>
> > 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  wrote:
>
> > > I did have the same experience before. I think 1G is not enough and
> > > your disk should be good enough.

-- 
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: 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  wrote:
> I did have the same experience before. I think 1G is not enough and
> your disk should be good enough.

-- 
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] Camera burstmode implementation

2010-02-15 Thread Saikat
I want to implement burst mod in Android phone.

I have done it upto certain extent.

I changed in camera.java file. where actually once I get the jpeg call
back , I triggered a nother
 capture(). which basically issue a another image capture.

It's happening but the issue is, once one image 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" 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] system hangs while giving Android build

2010-02-09 Thread Saikat
I am giving product build in Android 1.6 in Ubuntu using make. First
time it is fine. But next time onwards if I try to build it again
without cleaning it, the system hangs after some time. Even if I try
remove the out folder to clean, the system hangs. So every time a
fresh build takes too much 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@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] 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, 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] 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 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] 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@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] 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. intent.setType("image/png");
   5. startActivity(intent);

But how can I specify the recipient number to the client? I am not
finding any example for this issue. 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, 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: getting mainmenu applications

2009-09-22 Thread Saikat

Thanks a lot MurphyIt worked fine...Thanks a lot again.

On Sep 22, 7:26 pm, "Mark Murphy"  wrote:
> > How can I get the list of all applications present in mainmenu and
> > launch them?
>
> If by "mainmenu" you mean the home screen's launcher, you can use
> PackageManager to find out what is launchable and how to launch it.
>
> Here is a sample project from one of my books that illustrates the technique:
>
> http://github.com/commonsguy/cw-advandroid/tree/master/Introspection/...
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> Android App Developer Books:http://commonsware.com/books.html
--~--~-~--~~~---~--~~
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] transparent application

2009-09-22 Thread Saikat

Hi,
I have an application that shows only a list of some images. But the
previous application (like mainmenu/home screen) should be visible and
my list will be transparent type. Please let me know how can I achieve
this? I have tried using android.R.style.Theme_Translucent_NoTitleBar
and transparent color. But everytime the below application is
invisible. 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, 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] getting mainmenu applications

2009-09-22 Thread Saikat

How can I get the list of all applications present in mainmenu and
launch them?
--~--~-~--~~~---~--~~
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: How to scroll Gallery all the way to the left?

2009-09-22 Thread Saikat

yes...you can use setSelection to set the 2nd/3rd item selected. Then
the list will start from left.

On Sep 18, 2:09 am, Romain Guy  wrote:
> You can't, the selected item is always in the middle.
>
> On Sep 17, 2009 2:05 PM, "loty"  wrote:
>
> Can't figure out if it's possible to programatically scroll Gallery to
> the left so that first item in the gallery is all the way to the left
> and not in the center of a gallery. Must be simple but I just can't
> figure it out. 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, 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: sending sms

2009-09-19 Thread Saikat

Thanks.. this is really helpful article. can i send a sms from my own
application and receive it by the same emulator in its existing
messaging application? In that case shall I need to do any kind of
settings external to my application? currently my sms sending
application sends it fine. But I am not able to trace if it is
actually sent. Even if I am using the port no of emulator as sender
number, the sms is not received. Please suggest.

I have another query. Can I view my posts directly or everytime I have
to search with my subject and then have to get my post?

On Sep 18, 2:14 am, "Yusuf Saib (T-Mobile USA)"  wrote:
> http://www.google.com/search?client=safari&rls=en&q=android+send+sms&;...
>
>         yields
>
> http://mobiforge.com/developing/story/sms-messaging-android
>
> Yusuf Saib
> Android
> ·T· · ·Mobile· stick together
> The views, opinions and statements 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  wrote:
>
> > Please let me know how can I cansendsmsfrom 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@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] 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@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
-~--~~~~--~~--~--~---