Android : K-9 Notification Behaviour Change

Jun 15, 2010

In an older version of k9, when tapping onto a notification, it would open k9 but it would only show the unread emails.

for some reason its showing all emails including read emails, how'd i change it back to show only unread emails (across all accounts)?

Android : k-9 notification behaviour change


Android :: Default Behaviour Of The Back Button

Sep 17, 2009

what the default behaviour of the back button is, as far as the Android platform is concerned.

For example, in the Contacts Application, if I am creating a contact, I just key in a name, and the press back button, the contact is saved with only the name. Fair enough. But, I then edit this contact to include a phone number and press back button. This contact is updated which now includes the phone number. I again edit this contact. This time I remove the name, as well as the phone number and press the back button. I get a message saying, "Contact doesn't exist". In this case, it deletes the contact. :(

In the mail appllication, while composing, when I press back, it goes to the drafts folder. Thats good. But, if I just have to cancel this, and I don't want this to go to drafts folder. For this, I have to open the menu, and select "Cancel".

View 4 Replies View Related

Android :: SetChoiceMode - GetSelectedItemPosition & Inconsistent Behaviour

Feb 18, 2009

Got an activity that extends ListActivity. The list is backed up by a custom adapter that extends BaseAdapter. -- getListView().setFocusable(true); getListView().setChoiceMode(ListView.CHOICE_MODE_SINGLE); -- I do a simple (getSelectedItemPosition() == == ListView.INVALID_POSITION) check in onPrepareOptionsMenu() to disable the items that require an item to be selected.

Now, what I do after launching the activity (the action takes place under emulator, ver.1.1) an what it looks like: 1) Hit menu - the menu items are disabled - OK 2) Select an item with mouse wheel and hit menu - the items get enabled - OK 3) Click anywhere outside the list, repeat 2). The items don't get enabled - WTF? 4) Start from scratch, select an item hitting Del and moving mouse. The result is the same as for 3).

Why do these (3, 4) things keep happening to me?

View 3 Replies View Related

Android :: Regarding Search Hard Key Behaviour With Progress Bar

Jul 28, 2010

When a progress dialog is displaying and we press search hard key it closes and moves to search bar of phone, even if if the progress Dialog setcancellable value is set false.

View 1 Replies View Related

Android :: SensorManager Strange Behaviour Of GetOrientation

Jul 7, 2010

I need to retrieve the orientation of my phone. At the moment i wrote this :

CODE:................

This code allows me to get the orientation of the phone if i leave the phone on a flat surface and i rotate it over the surface.

What i did not understand is why if i move the phone upwards the value of this.actual_orientation[0] ,which is the rotation on the zed axis as described [here][1], the value increases although there was no rotation.

Did someone know what happens?

Another strange thing..

I tried my application in the office at work and it had the strange behaviour i described before..
I tried in the same office(same situation) a compass app that i took from the market and it has the same behaviour of mine..when i moved the phone upwards the value changed consistently..
I tried in the same office(same situation) the i-phone compass and it didn't have that strange behaviour!

Then when i arrived at home i tried both, my application and the compass app of my android phone, and they worked!even if i move upwards the phone the value are stable...

View 1 Replies View Related

Android :: Odd Behaviour With Launcher's Task Stack Handling

Aug 6, 2010

I have an application with two activities, A and B. A is the root activity, which then starts B.When the stack looks like this: HOME > A > B and I select A from the launcher, I want it to resume the task without clearing the stack, so B is shown. Right now this is mostly working. However. In certain circumstances this occasionally does not work. What we see in this situation is that invoking A from the launcher will create a new instance of A and add it to our task's stack: HOME > A > B > A If we go back to home and select A again, we'll get another one: This happens if, and only if, we uninstall the application completely using the application manager, and then reinstall it, via a file browser. Installing the application with adb does not cause this problem to appear.In addition, when this problem manifests, if we then reboot the device, the problem goes away and everything starts behaving correctly! This is smelling suspiciously like a launcher bug can anyone shed light on this? This is using Eclair on real hardware (not the emulator).Update I have more information. It seems this is an Android core bug; see http://code.google.com/p/android/issues/detail?id=5277 in the Android bug tracker. Apparently running an application just after it's been installed by pressing the 'Run' button will run the application in a subtly wrong way. It's also still extant on Froyo, not just Eclair. Does anyone have any suggestions as to any possible workarounds?

View 1 Replies View Related

Android :: How To Override ENTER Key Behaviour Of Virtual Keyboard?

Jul 20, 2010

I want to override the behaviour of the ENTER key of the virtual keyboard so that:

* when there are more fields on the screen, it 'tabs' to the next field.

* when it is the last field of the screen, it performs the default action of the screen

I've been playing with the IME options and labels, but just don't get what I want. Anybody a suggestion?

View 3 Replies View Related

Android :: Override ENTER Key Behaviour Of Virtual Keyboard

Jul 17, 2010

I want to override the behaviour of the ENTER key of the virtual keyboard so that:when there are more fields on the screen, it 'tabs' to the next field when it is the last field of the screen, it performs the default action of the screen.I've been playing with the IME options and labels, but just don't get what I want. Anybody a suggestion?

View 1 Replies View Related

Android :: Control Trackball Behaviour In Droid Views?

May 27, 2009

I have a FrameLayout view which contains one (MapView-like) control and some additional buttons overlaying it. (the layout xml is below).

I want to allow the user to pan/scroll the main view using not only touch but also the Trackball.
The problem is - using the trackball just switches the focus between all the controls on the layout, and I cannot seem to find a way to contain the onTrackballEvent to just the MainView. code...

View 3 Replies View Related

Android :: Intent Activity Crash Behaviour - App Restarts Halfway Through The App

Oct 13, 2010

I have a pretty standard iPhone app that creates a series of around 7 unique Activities initialised by Intents.

However if the app crashes on the 7th Activity, the app restarts on the users phone around the 5th activity. The problem then is the info gathered from activities 1-4 is null, meaning the app is useless and the only way to get the app working again is to either continually press back or else kill the process.

Why does this behaviour occur, and is there a way to force the app to start back at the first activity when it crashes.

View 1 Replies View Related

HTC Desire :: Strange Calendar Behaviour Since Froyo Update

Aug 11, 2010

I downloaded the update yesterday evening, and today I've noticed something pretty weird in my calendar. On the phone (HTC Desire) every day is stuffed full of dozens of repeating appointments, mainly birthdays. These are set to recur not just on the day they should be on, but on every day of the year. These appointments are only on the phone calendar, not on my online Google calendar. What is even more bizarre is that these repeating events come from my old Palm OS device. I don't ever remember importing them to the phone!

It makes no difference whether I use the phone's built-in calendar or Jorte (which is what I usually use). Forcing the phone and google to sync makes no difference either.

Does anyone know what's going on here? The calendar on the phone is now effectively unusable.

View 1 Replies View Related

Android :: Way To Change The Notification Led Colors

Jun 8, 2010

is there a way to change the notification led colors on the incredible?

View 2 Replies View Related

Android :: Can't Change LED Notification Light

Apr 22, 2010

I have the android phone and have tried LED tester, blink, missed call and I think spare parts but nothing will change the LED color. Please help this is getting frustrating.

View 21 Replies View Related

Android :: Is It Possible To Change Color Of Notification Bar?

Oct 26, 2010

The iPhone gives the app the ability to change the notification bar's color so you can have it match your app's design without having to hide it completely.Is there a way to change the notification bar color in Android?I'm looking to have it force black with white text to be less visually present while using the app, but still there.

View 1 Replies View Related

Android :: Regarding Language Change Notification

Mar 30, 2010

How to recieve the language change notification in my service? I want to get a notification to my service whenever the user changes the phone language.

View 7 Replies View Related

Android : Change Height Of Notification

Mar 10, 2009

Is there any way to change the height of the "extended" notification (i.e. the contentView in the Notification)? It seems like I get the standard two lines no matter what... I'm thinking I've missed something, but ...

View 8 Replies View Related

Android :: How To Change Notification Sound By Code

Nov 20, 2009

Anyone knows how to change notification sound by code in android. I have managed to set the default ringtone, but cant find a way to set the notification tone...any response, as code example, psudo code or just name of a which part of the sdk i need to use...

View 2 Replies View Related

Android :: Create And Set Profiles That Change Sms Notification Sound?

Jun 1, 2010

does anyone know of an app that will let me create and set profiles that change the sms notification sound?I know apps that will change the standard notification sound / volume, but I specifically want to change the sms notification sound.

View 2 Replies View Related

Android :: How To Change Handcent Notification Sound Alert?

Aug 4, 2010

Whenever I get a text message Handcent plays a song from my MP3's. Even though I have set it to use a simple notification. The song plays all the way through too, the only way I can silence it is to turn off my ringer volume. But then I have no ringer.

View 4 Replies View Related

Android :: Change Notification Settings In Native Email App?

Feb 17, 2010

Is there a way to change notification settings in the native email app (possibly also gmail)?

I'm thinking about locale plugin which would allow to change notification settings in each app independently. For example disable sound notifications in email app and leave in gmail...

View 1 Replies View Related

Android :: File Change Notification Permission For Native C Application

Aug 4, 2009

I am migrating a c program from linux to android when lauch it in the shell everything is ok, but when I lauch it from UI with Runtime.getRuntime().exec(...), there is permission issue for the file change notification, also I know there is mechanism of permission on android, but I can not find related type of permission in Manifest.permission list.

View 2 Replies View Related

Android :: Change Pulse Notification / Trackball Light Setting?

Feb 6, 2010

On the Nexus One (at least in 2.1-update1, and I think in 2.1), there is a setting under Sound & Display: "Pulse notification light". This doesn't seem to be present on the "2.1 with Google APIs" emulator image. I've not yet checked any other devices. I want to set this programmatically without user interaction, in order to make a Locale plugin, so the device can grab my attention when I'm awake at my desk, without having it floodlighting the room when someone spams me at 4am. It's quite bright.

I didn't see it in android.provider.Settings.System where many other things on this screen live, so I had a look in the platform source. There are some relevant parts in NotificationManagerService, in enqueueNotificationWithTag and updateLightsLocked. That goes off into HardwareService which seems well past the point of caring about user settings. I've no idea where this setting is implemented or how I might influence it. I fully expect the answer to be "there is no API for this" (perhaps related to it being Nexus One specific), and that the best I can do is to schedule (using Locale or something else) an Intent of ACTION_DISPLAY_SETTINGS to remind me to set the box manually, which would suck. I'm hoping that I've missed something, or that a Googler is reading this and can tell me that this is planned for addition to the API?

View 1 Replies View Related

Android :: Locale Plugging To Change Ring / Notification Status?

Apr 26, 2010

Is there a plugging that allows one to change a ringtone or notification to vibrate when phone is placed inside a clip, holster, etc (non-magnetic)?

View 1 Replies View Related

Android :: How To Change Background Color Of Default Notification Expanded View

May 31, 2010

When we expand the notification expanded view ,we get a default white background with small squares. how can i change this white background to some other color.

View 1 Replies View Related

LG Eve :: How Do I Change Notification Ringtone?

Jan 3, 2010

I know how to change it, but the only tones available to change it to, are the 14 default tones. Is it possible to change this setting to a downloaded tone?

View 2 Replies View Related

HTC Desire :: How To Change Notification LED Colour?

Nov 15, 2010

Is there a definitive answer as to why the Desire's notification LED won't change colour? I've tried Handcent and got a blue light for SMS delivery, so clearly it is possible, so why can't any other notification app make use of the other colours? (Is there one out there that I've overlooked?) It seems odd that this simple bit of functionality is disabled on a phone that can do so much!

View 10 Replies View Related

HTC Desire :: Cannot Change SMS Notification Tone

May 28, 2010

I set a tone when I first got the phone (created the media/notifications folder, put my mp3 in, selected it in the menu.) Well I added some more yesterday, went in a changed it to one of those, but it still played my old tone. So I tried deleting the old tone and leaving just the one I wanted in there - now it doesn't play anything!

View 2 Replies View Related

HTC EVO 4G :: Any Way To Change Notification Of Missed Calls?

Sep 8, 2010

Is there anyway to change the notification of missed calls, so it shows up on the home screen similar to how new messages, SMS or voice mails show up. The little notification Icon at the top of the screen in the status bar is way to small and gets lost among all the other notifications. Not looking for something that blinks or changes the color of my LED.

View 1 Replies View Related

HTC Incredible :: Want To Change LED Notification With Handcent?

May 20, 2010

I did a quick search and didn't find anything, but if this has been answered I apologize. I just switched from the droid, and was used to having all the different LED colors that I could use for different groups of people. Is this not possible on the Incredible? That would really suck.

View 1 Replies View Related

Nexus :: Change Notification Bar Color?

Jun 3, 2010

Anyone aware of any Home Replacements for the Nexus One that will allow you to: change the color of the top notification bar (and font), including making it transparent?I'm hoping I don't have to root for this. Currently I'm using ADW.Launcher to hide it, which I love, but I was just wondering about the above.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved