Skip to main content

Pocket PC: Unresolved Inbox Items

I have been trying to fix an HP iPAQ h4150 Pocket PC, which runs Microsoft Windows Mobile 2003, for not synchronizing the Inbox items properly after an intentional hard-reset. Every single email in Microsoft Outlook on the desktop computer does not sync to the handheld if it contains an attachment -- no matter wheter it is a TXT file, a JPEG file or a DOC file.

Websites and newsgroups such as the followings

Google Groups: 4150 inbox unresolved attachment
Google Groups: unresolved inbox

suggest us to delete the ActiveSync partnership or to delete the file
C:\Documents and Settings\UserName\Application DataMicrosoft\ActiveSync\Profiles\HandheldName\repl.dat
to reset the synchronization status of the handheld so that everything would be overwritten by the content from the desktop.

Someone on the newsgroups mentioned about unplugging the handheld from the cradle, soft-reseting it, and putting it back to the cradle to start a clean ActiveSync session.

Since I set Pocket Outlook on the iPAQ to store attachments on the SD Card, another relevant theory from someone on the newsgroup microsoft.public.pocketpc is that the folder to store email attachments on the SD Card could be missing, and we should try to disable Pocket Outlook from storing attachments on the memory card, then soft-reset the handheld (with memory card put in place), and re-configure Pocket Outlook to store attachments on the card.

A good friend of mine who is a leading expert in Pocket PC in Thailand also suggested that, like his h2210 iPAQ, there could be an Inbox synchronization bug that if we don't have enough free space in the "storage memory" and the "iPAQ File Store", the handheld wouldn't sync email attachments properly, leaving emails with attachments in the "unresolved" state.

One more theory is that I could be experiencing a problem with ActiveSync 4.1, which is not supposed to be used with the h4150 which runs Windows Mobile 2003, as ActiveSync 4.1 was aimed at Windows Mobile 5.0 devices.

I followed every single suggestion. I even cleared up the iPAQ File Store to have 1.3 megabytes space and the storage memory to be almost 10 megabytes free. I also uninstalled ActiveSync 4.1 and entered Windows XP safe mode to remove ceutil.dll and rapi.dll under c:\windows\system32 and two DLLs two DLLs remaining in c:\Program Files\Microsoft ActiveSync, which according to this thread is the trick to completely remove ActiveSync 4.1 and rollback to ActiveSync 3.8.

To no avail, all these tricks and suggestions do not help. After all, with 2 days of experiments, my Inbox still do not sync properly -- every single email with an attachment ends up being an unresolved inbox item.

Until now, I just had an MSN chat session with a friend who uses an h4150. After explaining the situation to him, he bet there must be something wrong with my Pocket Outlook.

Immediately, a hard-reset idea popped up. Here's what I did:
I unplugged the iPAQ from the cradle, used the iPAQ Backup utility to backup everything except the emails to the memory card, then did a hard-reset and restore everything (of course, except the emails) to the handheld. Then, I deleted the partnership between the Pocket PC and ActiveSync 4.1 and plugged the iPAQ back to the cradle to let ActiveSync overwrite everything on the handheld with the desktop content.

Like a charm, emails with attachments now synchronize properly. I tested this with the emails containing TXT document and JPEG pictures. Every email synchronize perfectly, as it used to be!

Thank you very much everyone for helping me on this problem.


Keywords: , , ,


Update: Feb 14, 06 (Valentine's Day):

The Inbox items from Microsoft Outlook on the desktop (well, actually, an IBM ThinkPad laptop) have been syncing properly to the h4150 so far. Despite I now filling up the iPAQ File Store, leaving only 100KB space left, the emails with attachments still sync properly to the Pocket PC. Therefore, the following assumption from my expert friend (posted above and quoted again here) is not applicable to my case:
...there could be an Inbox synchronization bug that if we don't have enough free space in the "storage memory" and the "iPAQ File Store", the handheld wouldn't sync email attachments properly...

Comments

Popular posts from this blog

"Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine" Error on Windows 7 (64-bit) + Office 2010 (64-bit) + Visual Studio 2010

If you use (1) Windows 7 (64-bit), and (2) Office 2010 (64-bit), and  (3) Visual Studio 2010 to write an ASP.NET code to connect to Access or Excel database using the Microsoft.ACE.OLEDB.12.0 provider and consistently get the "Microsoft.ACE.OLEDB.12.0 provider is not registered on the local machine" error, try installing the 2007 Office System Driver: Data Connectivity Components , which is basically a Microsoft Access Database Engine 2007 Redistributable for Windows (32-bit) from http://www.microsoft.com/download/en/details.aspx?id=23734 Many forums suggested by Google Search suggest installing the Microsoft Access Database Engine 2010 Redistributable for Windows (32-bit, 64-bit) downloadable from http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=13255 but it wouldn't help because Visual Studio 2010 is a 32-bit application; what you need is a 32-bit Data Connectivity component. The 2010 download will not allow you to install i...

Tips: Mac OS X: Full ANSI Color Support in Terminal.app

I'm trying to switch my Java development platform from Windows XP to Mac OS X Tiger. Wondering how to colorize the Terminal screen, I spent some time googling. From the discussions at the end of this page: macosxhints.com - Add full ANSI color support to Terminal.app Here's a summary of how to enable it: With bash shell as default, simply add export TERM=xterm-color [I prefer this for Linux compatibility] or export TERM=dtterm in the ~/.profile (single-user) or /etc/profile (system-wide) Color terminal is enabled. Use ' ls -G ' (the -G enables color output) to test. Add alias ls='ls -G' in the profile file for convenience. Keywords: mac-os-x , unix , terminal , shell , tips

Lenovo IdeaPad S10: Annoying Fan Noise Fix and Heat Conduction Upgrade

Here's a repost of my message on the Lenovo.com board: I would like to thank Slash (on Lenovo.com board) so much for his messages on this thread: http://forums.lenovo.com/lnv/board/message?board.id=IdeaPad_Netbook&message.id=1183#M1183 I decide today (February 28, 2009) to walk into a Lenovo Service Center inside a computer mall in downtown Bangkok because I cannot tolerate the constant grinding noise from my S10 anymore. I bought my S10 in late November 2008 and I started to hear some grinding noise in late December 2008. I have been using the S10 as my primary computer both for work and for home. At work, this noise has embarrassed me many, many times. At home, I left the S10 with Vista in High Performance mode on overnight so that it can complete the maintenance tasks, e.g., HDD Defrag and Indexing, but the fan noise from high CPU temperature woke me up at 4:45 in the morning! I learned from Slash's picture http://i41.tinypic.com/25alq3d.jpg that Lenovo chose to use chea...