Motorola Droid :: Hotmail Doesn't Display Junk Folder
Jun 22, 2010Hotmail displays sent messages inbox too but it doesn't show my junk folder. Is there a way to change or fix that?
View 2 RepliesHotmail displays sent messages inbox too but it doesn't show my junk folder. Is there a way to change or fix that?
View 2 RepliesI am looking to sync my hotmail account with my Droid X. I currently get all of my hotmail email that comes to my Inbox, but not to my specialized folders. To specify, I have folders for emails from my university, emails I send to myself, etc. I only get the generic emails that I do not filter to a folder.
Is there anything I can do to fix this or any app to help? I pretty much get my junk mail, but not my useful mail.
I'm starting to get junk mail sent directly to my phone through my hotmail email account. I have added both the sender and the senders domain to the list using Windows Live Mail Beta. These emails are still getting through to my Droid X. First, there are no option on the phone to block emails is there? And secondly, there is not an option to add emails to any junk folder on the phone either that I have found. Anyone else having this problem? I've tried both adding my email accounts through Corporate (for hotmail/msn) and the email option on the phone.
View 2 Replies View RelatedI have set up the stock mail app on my desire to receive my hotmail account mail. However i only have access to the inbox folder. Is there a way to get access to my junk mail folder and trash folder?
View 2 Replies View Relatedso far, I love my Motorola droid but I do not like some of the apps/icons that are occupying my phone's application page. How do I remove them since they don't appear in the list of applications that can be uninstalled. Some of the apps that i want to remove are: amazon mp3 and facebook.
View 4 Replies View RelatedIf I apply a label in the Gmail application as Junk Mail, is that the same as "Mark As Spam" button as if I were using Firefox on my computer? If not, how do I tell Gmail that something is SPAM from my Droid?
View 4 Replies View RelatedI've searched loads of threads on the forum but can't an answer for this! I like having my Hotmail pushed to me and because the HTC client doesn't support Hotmail push I've downloaded and used the stock android email.apk. It works fine (pushes) but the emails are not HTML. There is no option to display as HTML but I've seen it display HTML from other email clients!
View 7 Replies View RelatedGot hotmail account set up in email. Works ok if you manually update but doesn't seem to update when you set an update time. Also, doesn't do a notify in the status bar when I get new email.
View 2 Replies View RelatedIs anyone else having any problems where your mail doesn't sync properly to and from Hotmail when messages are deleted? Any suggestions?
View 1 Replies View RelatedI have an android background Service that will occasionally post a notification to the Status Bar using the Notification class. Occasionally, when I receive a notification, pull-down the notification window, and select the notification from the list, the specified Activity doesn't start. When this happens, the screen dims (as if it were about to display the Activity), but the Activity is never shown. I included my code below...
NOTE: The UserNotification class extends Activity, and is set to a dialog theme in the manifest. This class also has its taskAffinity property set to "" in the manifest.
Is there any other way on the X to sync FB's pictures without it syncing the other junk like their phone numbers? I've tried Syncmypix but the quality of the pictures are kinda crappy.
View 3 Replies View RelatedUp until Sept 19, I was able to either hit reply, compose new, or send emails from links/apps without any issues. I use Hotmail and go thru the stock email client on the phone. All of a sudden, every time I try to send an email, it errors out and I get a notice saying it wasn't sent. The phone doesn't give a reason, and the only option is to delete the message. Did the Froyo update mess something up or what? I haven't changed any of the settings on my account and only occasionally had this happen before, but now it happens on every outgoing message.
View 7 Replies View RelatedI have 2 accounts set up on my phone, GMail and Hotmail. I've had Hotmail for over 10 years and do not want to convert over to GMail as my primary address.Get new email, delete from PC, still on phone (as long as it was received to the phone before PC deletion)Get new email, don't delete, shows up on phone and PC.Is there anyway to link up Hotmail to work like GMail? If I delete something from one device, I don't want to see it in my inbox next time I log into the other. Did I set something up wrong?
View 7 Replies View RelatedOn my Droid X I can add my hotmail account just fine but it starts importing all of my emails saying they're all new. It acts like as if because all of the emails are new to it then it thinks they're new and labels them new so if I have 100 emails that are in my hotmail account none of which are new. I get 100 notifications on my phone as it imports the emails in saying "new" email.
View 3 Replies View RelatedI have my hotmail setup on my X. and recently every few hours it shows every mail in my inbox as new. I go and mark them all as ready and then somewhere in the 2 to 24 hour range it will do it again.
View 8 Replies View RelatedYahoo IMAP: Motorola Droid - Setting Up Yahoo Mail IMAP | Mobile Technology Deals and Help
Microsoft Hotmail POP3: Motorola Droid - Setting Up Hotmail POP3 | Mobile Technology Deals and Help. Other settings.... IMAP & POP3 Mail Server for Yahoo, Gmail, Hotmail 100% Working - Mobile Phone Applications Mobile Games and Mobile Programs On Dotsis.com
I keep getting messages in my hotmail in box saying that I have new mail when in fact I have already read the email. This seems to happen every time I delete mail when I go to hotmail on the web. For instance, I just deleted 1 email on the web then a few minutes later my phone is saying I have 7 unread messages from last week that I already read and kept on the phone.
View 1 Replies View RelatedI did a search but could not find anything on some or all of this.
1. I have hotmail and want it to sync to the droid?
2. I need to see the hotmail email with proper html (not just text)?
3. If I delete from the droid will it delete from my hotmail?
4. Is there any app I can download or purchase for the droid that will do this?
5. Is the app k9 any help or solve this for me?
I was frustrated with our droids ability to use multiple pop3 email accounts at once. Sometime my emails would arrive hours after they were sent, which in business is unacceptable. Multiple pop3 accounts and gmail through activesync worked so smooth on my windows mobile Omnia i910. I am now trying to use mail fetcher integrated in gmail. I like it ok, and it's polling interval is getting shorter all the time (since google automatically calculates how often it should do it). I setup the pop3 accounts to get Labeled as the email account they come in on and auto Archive. I Archive the mail because I do not like a common inbox. Call me old school or whatever but I like to keep my buisness and pleasure separated. Here is my question:
My real question is now on my phone how can I automatically tell when a new email arrives from one of those other accounts (since it auto archives under it's label and hence doesn't show up in my inbox). If I can get this working my phone will be everything I always wanted.
I want to write code to display the images only from a particular folder in sd card. e.g a folder named b'day(/sdcard/pictures/b'day). I have the following code, but it displays all the images in the sd card. What should I add/change in the following code to accomplish my objective.
private void displayGallery() { Uri uri = MediaStore.Images.Thumbnails.EXTERNAL_CONTENT_URI;
String[] projection = { MediaStore.Images.ImageColumns._ID,
// The columns we want
MediaStore.Images.Thumbnails.IMAGE_ID, MediaStore.Images.Thumbnails.KIND };
String selection = MediaStore.Images.Thumbnails.KIND + "=" + // Select only mini's MediaStore.Images.Thumbnails.MINI_KIND;
mCursor = this.managedQuery(uri, projection, selection, null, null);
if (mCursor != null) { mCursor.moveToFirst();
ImageAdapter adapter = new ImageAdapter (mCursor, this);
Log.i(TAG, "displayGallery(), adapter = " + adapter.getCount());
mGallery.setAdapter(adapter); mGallery.setOnItemClickListener(this);
} }
Suppose that into images folder I have several subfolders, say 25. I would like a way to display in Gallery say 2 folders, with the pictures that I desire into each one, without having to physically moving the pictures (because for example each subfolder corresponds to a month, like nokia does: 201201, 201202, etc.)
View 2 Replies View RelatedGot new magic with rogers network and have caller i.d on it. for some reason it doesn't display the name of the person who's calling,only the number.talked to tech support in rogers,was told device doesn't support name display,which doesn't make any sense.please advise if anybody has the same issue.
View 4 Replies View RelatedI'm referring to the "Downloads" tab in the Market app.
I've been noticing of late that it isn't listing the apps that I have been downloaded thus far. It displays one/two/three items that 've been downloaded (no specific time line, either). Furthermore, sometimes, it also tends to display an app which has already been removed.
My music player is acts very strange, I had 30 songs on my desire and i have just added 9 more. Now all the songs have gone onto the memory card as i have checked on Astro file manager, I saved the songs into the same file as i did previously (My Documents - Music). When i open up music it displayer's 1/39 songs at the top but as i move along it skips a number a couple of times like 2/39 to 5/39 then 7/39 to 9/39 then 30/39 to 32/39 then 34/39 to 38/39, So it is only displaying 30/39 songs. Now i can see all the songs by clicking the bottom left in the music player (Three horizontal lines) then going to "songs" and say i select a song that isn't being displayed i click on it, it starts playing then i simply slide one song then if i slide back the song has dissapeared... for some reason i dont now why some songs are appearing and some arnt, What could be the problem?
View 1 Replies View RelatedFirstt do a FULL FORMAT of the phone with the scatter file provided here. then flash the files ONE BY ONE.
1. Just filash preloader.img * remove battery and usb cable
2. Flash DSP_BL * remove battery and usb cable
3. Flash pro_info * remove battery and usb cable
4. Flash UBOOT.img * remove battery and usb cable
Once this is done, my phone could not boot. does not display.
Is there any way to make embedded folders? I'm wanting to put a folder inside of a folder. I don't see any possible way. Does any one know if it's possible?
View 2 Replies View RelatedI have searched for an hour and a half with no luck. Is it possible to get your hotmail contacts to sync with the contacts on my droid? I am already not happy with the phones ability to get my mail from hotmail but will deal with that later. Has anyone else sync'd their hotmail contacts to the droid contact list. Sorry if I repeated this thread.
View 4 Replies View RelatedWhen I try to set the Alert using ArrayAdaptor to display a set of items, the list is displayed but the items' characters are invisible. If the item is selected, then the characters are visible. Scratching
my head on why. Appreciate any advice.
Below is the code and the screenshot from the emulator.
CODE:.............
Slacker, Pandora live streaming apps freezes at work, low signal in the room I work in and I can't work out a the cafe so I am transferring my audio files from my last phone SD to the 16gb but which folder? Old card folder >My Music
New card folder > ? (my playlist, media, downloads)?
There are a number of posts (both here & elsewhere) about why a MapView might not be displaying tile info (personally, I've liked http://stackoverflow.com/questions/1809507/android-hello-mapview-tutorial-map-tiles-do-not-load, but there are other good ones, too).
My question is slightly different: I'm not getting tile info to show up (on my handset or in the emulator), and I'm looking for advice on what to try in order to debug this problem. As far as I can tell I've correctly located my debug.keystore, and used the Java JDK keytool to get the signature from it, which I then plugged into the Google web page, and then plugged THAT key back into my XML file. The app runs ok, it just doesn't display any tiles.
I was hoping that if I did something wrong here I'd see an error message in, say, logcat (or an exception that Eclipse might catch) that would confirm that this is the source of the error.
So here's my question - what would y'all recommend someone try in order to figure out what the actual problem is?