[android-developers] Home screen Widget moves during android boot process.

2012-02-27 Thread Subba
Home screen Widget moves during android boot process. My application home screen widget moves during android boot up process. How does the Android Framework handles? Is there any way to fix the issue? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Android java.util.BitSet in ICS vs Ginger Bread

2012-02-16 Thread Subba
...@gmail.com wrote: I don't know why you needed to change the constructor, but I'm quite sure that you shouldn't use an instance method to set values in a static variable. -- Lew On Wednesday, February 15, 2012 10:27:05 PM UTC-8, Subba wrote: My application uses Java BitSet API, i

[android-developers] Android java.util.BitSet in ICS vs Ginger Bread

2012-02-15 Thread Subba
My application uses Java BitSet API, i never had problem with in Android Ginger Bread and below version. All of sudden Android Ice Cream Sandwich, it giving wrong results. code: public class BitTracker { private static BitSet m_FileIds = new BitSet(65535); private void init()

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Subba
Issue create here. http://code.google.com/p/android/issues/detail?id=25387 On Feb 9, 9:33 pm, Zsolt Vasvari zvasv...@gmail.com wrote: If that's the case, it's a bug.  Report it on b.android.com On Feb 10, 7:19 am, Subba raochoud...@gmail.com wrote: It seem like there is no way

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
, Feb 9, 2012 at 1:46 AM, Subba raochoud...@gmail.com wrote: How to disable/hidethree-dotindicator(Option menu indicator) on ICS handsets? I am running application as uses-sdk android:minSdkVersion=5/ in Manifest, code is compiled with 4.0.Three-dotindicator shows on every screen. Add

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
Any suggestions please..? On Feb 9, 12:09 pm, Subba raochoud...@gmail.com wrote: Thanks Mark for the reply. Adding android:targetSdkVersion=14 in manifest it works. However don't want hide/remove three dots button on all screens . Only in preference activities don't want to show this three

[android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-09 Thread Subba
and actually start using the Holo theme for Android 3.0 and above?  10.02.2012 2:25 пользователь Subba raochoud...@gmail.com написал: Any suggestions please..? On Feb 9, 12:09 pm, Subba raochoud...@gmail.com wrote: Thanks Mark for the reply. Adding android:targetSdkVersion=14

[android-developers] How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-08 Thread Subba
How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets? How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets. I am running application as uses-sdk android:minSdkVersion=5/ in Manifest, code is compiled with 4.0. Three-dot indicator shows on every

[android-developers] Re: SMS Broadcastreceiver not received when GO SMS Pro installed

2011-07-11 Thread Subba
Any luck on this issue? am facing the same issue... On Jul 3, 9:44 pm, Android Geek i...@textyapp.com wrote: I have implemented an SMS receiver which intercepts incoming SMS messages without any issues. However, when I install GO SMS Pro and set Disable other message notification, then my app

[android-developers] Re: How to clear activity stack

2011-01-18 Thread Subba
...@gmail.com wrote: On Jan 16, 8:06 pm, Subba raochoud...@gmail.com wrote: My application has two activities A, B. Initially application launches with A activity(root activity), and then it launches the B activity and finishes A activity.  Now B activity on the foreground. User pressed Home

[android-developers] How to clear activity stack

2011-01-16 Thread Subba
My application has two activities A, B. Initially application launches with A activity(root activity), and then it launches the B activity and finishes A activity. Now B activity on the foreground. User pressed Home Button on B activity it launches HOME Screen, user launches the application it

[android-developers] Re: Widget problems after application update.

2010-07-29 Thread Subba
Any help or suggestions? On Jul 28, 6:28 pm, Subba raochoud...@gmail.com wrote: Application haswidgetwhich basically shows the number of new message count in thewidget.Widgethas title and Count.When application gets updated,widgettitle gets replaced with message count, and some times it shows

[android-developers] Re: Widget problems after application update.

2010-07-29 Thread Subba
://kmansoft.wordpress.com 30.07.2010 2:48 пользователь Subba raochoud...@gmail.com написал: Any help or suggestions? On Jul 28, 6:28 pm, Subba raochoud...@gmail.com wrote: Application haswidgetwhich basically shows the number of new message count in thewidget.Widgethas title and Count.When

[android-developers] Re: Widget problems after application update.

2010-07-29 Thread Subba
In Nexus one widget issue is be fixed. However in HTC Hero 2.1 widget issue still there even after adding linear layout to the widget. Any other workarounds for 2.1 devices? Seems like OEM is catching widget layout resource Ids, it's not updating resources. On Jul 29, 4:24 pm, Subba raochoud

[android-developers] Re: Widget problems after application update.

2010-07-29 Thread Subba
In Nexus one Widget gets properly updated even after application update, issue fixed 2.2 version. In 2.1 devices widget still shows wrong title, even after modifying the layout in updated apk file. Is there any work around for 2.1 devices? Please suggest. On Jul 29, 4:24 pm, Subba raochoud

[android-developers] Widget problems after application update.

2010-07-28 Thread Subba
Application has widget which basically shows the number of new message count in the widget. Widget has title and Count.When application gets updated, widget title gets replaced with message count, and some times it shows problem loading widget. seems like R value not updated after app update.

[android-developers] Web view Event

2010-01-26 Thread Subba
Hi, I am developing an application which requires cancellation survey when user tries to deactivate application service. Cancellation survey i am using the third party survey software http://wufoo.com/gallery/templates/surveys/cancellation-survey/. I am able to render the survey (third party

[android-developers] Re: Web view Event

2010-01-26 Thread Subba
, Subba raochoud...@gmail.com wrote: Hi,     I am developing an application which requires cancellation survey when user tries to deactivate application service. Cancellation survey i am using the third party survey software http://wufoo.com/gallery/templates/surveys/cancellation-survey/. I

[android-developers] Rating Bar Dialog API

2009-10-09 Thread Subba
I know Market application has Rating Bar Dialog. Is there any API to create Rating Bar Dialog in Android SDK 1.5 or 1.6.? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] How to add Google Maps library, Maps to the Android 1.5 version device?

2009-06-01 Thread Subba
I extracted com.google.android.map.jar and com.google.android.map.xml and Map.apk files from the another development device which has google maps in it. I started with following procedure.. 1. adb -d shell 2. # mount -o rw -t yaffs2 /dev/block/mtdblock3 /system mount -o rw -t yaffs2