Hello - and can anyone help me sync Lotus Notes ??? - Touch HD General

Afternoon all...
I you might tell I'm very new to XDAdevelopers, the folks at Inkino suggested I take a look and get your advice as I've just taken the plunge and replaced my creaking Palm T3 witha shiney new HTC Touch HD and working being what is is I'm stuck with Lotus Notes 8 as a "productivity tool".
I'm somewhat grumpy to find that haven't dug very deep into my pocket for the HD and less deeply for the Sync "middle-ware" IBM EasySync Pro that the two won't talk and the whole exercise looks like a sectacular waste of money.
During the first sync, while loading EasySync Pro into the PDA memory (not the card) I get this message on the PDA:
cesetup.dll
"Unable to launch \Windows\211\XCPCSyncSvr.exe : Error 2"
I've tried tweaking the registry "HKLM - Security - Policies - Policies - 0000101b" to a "1", with no effect. I spoken with HTC support and they blame IBM, IBM are blaming HTC and WM6.1.
Not good -
Is there a tested solution ?
To recap
HTC Touch HD running WM6.1 -> Ibm EasySync Pro v4.2.6 -> Lotus Notes 8
I want to sync "Calendar", "Contacts", "Memos" and "To Dos" - not Email.
Any help or advide would be greatfully received...
Yours VeryGrumpy...

There's a lot of discussion about WM6.1 "security policies" - is the issue that EasySync Pro doesn't have a recognised Certificate ?
MS -vs- IBM ?

As a heads up
I think you'll be hardpressed to find much help on the topic, as I don't think Lotus Notes plays nice with wm.
Though I'd like to see lotus notes calander/email on wm as well

I use Lotus Notes (6.5 - I know!) at work. I use a piece of software (not free) called companionlink to sync to a google account.
Until recently I used OggSync to sync my Google account with my Touch HD, but have just started trying Googles Activesync client for Calendar and contacts.
The best I've seen is mNotes from Commontime (again not free) - it can even give you push syncronisation if your IT department will play ... if not then there's a desktop version.
The other approach I've tried is to sync my blackberry (supplied by the company and synced with Lotus Notes) to a google account and the Touch HD to the google account as well.
Not used it but emoze also claims to play with Lotus Notes, so it might be worth checking that out?

Solution in my case
Hello mate,
I had the same problem and here how I fixed it.
First of all start with a fresh installation.
1. Remove EasySync from your PC
2. Uninstall EasySync from you HD
3. After that navigate to \Windows\211 and delete the folder 211.
You will not be able to do it right away so you will need to rename to 211v and then back again to 211. Once you do this, delete the folder.
4. Reinstall and it should work.
Now the tricky part that happens when you restart your HD.
Download MortScript( http://sto-helit.de/index.php?module=download&action=view&entry=65 ). You can read in the website to get more info for this app. if you are not already familiar with it. It basically allows you to run batch files.
After that open notepad and copy paste this piece of "code" and save it as XCPCSyncSvr_101.mscr and put it in \windows\startup folder but make sure you delete the application start up link in the \windows\startup
Rename("\Windows\211","\Windows\211v")
Rename("\Windows\211v","\Windows\211")
Run("\Windows\211\XCPCSyncSvr.exe")
If(ProcExists("XCPCSyncSvr.exe"))
SleepMessage(3,"XCPCSyncSvr started")
Else
Message("XCPCSyncSvr NOT started!")
EndIf
This will do the trick. Make sure that you will do this procedure before you restart your HD.
If something is unclear let me know to clarify it.
(I found the solution in a search long time ago, so credit to them)
Please let me know, how this worked for you.

Svegetto said:
I think you'll be hardpressed to find much help on the topic, as I don't think Lotus Notes plays nice with wm.
Though I'd like to see lotus notes calander/email on wm as well
Click to expand...
Click to collapse
Am working Lotus Notes with EasySync Pro with absolutely no problems . Also the calendar in WM is very good, as you can see the attendees and also the topic which a meeting created in Notes includes.
I will post a screenshot later today.

moukis said:
Am working Lotus Notes with EasySync Pro with absolutely no problems . Also the calendar in WM is very good, as you can see the attendees and also the topic which a meeting created in Notes includes.
I will post a screenshot later today.
Click to expand...
Click to collapse
Please do; seems like I have some work coming my way to sync up the HD with lotus notes. Well done on your part

The fix !
moukis said:
Hello mate,
I had the same problem and here how I fixed it.
First of all start with a fresh installation.
1. Remove EasySync from your PC
2. Uninstall EasySync from you HD
3. After that navigate to \Windows\211 and delete the folder 211.
You will not be able to do it right away so you will need to rename to 211v and then back again to 211. Once you do this, delete the folder.
4. Reinstall and it should work.
Now the tricky part that happens when you restart your HD.
Download MortScript( http://sto-helit.de/index.php?module=download&action=view&entry=65 ). You can read in the website to get more info for this app. if you are not already familiar with it. It basically allows you to run batch files.
After that open notepad and copy paste this piece of "code" and save it as XCPCSyncSvr_101.mscr and put it in \windows\startup folder but make sure you delete the application start up link in the \windows\startup
Rename("\Windows\211","\Windows\211v")
Rename("\Windows\211v","\Windows\211")
Run("\Windows\211\XCPCSyncSvr.exe")
If(ProcExists("XCPCSyncSvr.exe"))
SleepMessage(3,"XCPCSyncSvr started")
Else
Message("XCPCSyncSvr NOT started!")
EndIf
This will do the trick. Make sure that you will do this procedure before you restart your HD.
If something is unclear let me know to clarify it.
(I found the solution in a search long time ago, so credit to them)
Please let me know, how this worked for you.
Click to expand...
Click to collapse
Superb - it worked first time...
I wasn't too sure about the MortScript install being new to WM devices but it all came together
THANK YOU !!!

@ verygrumpy
Am really glad that it worked out for you
@ Svegetto
Here are some screenshots from my calendar sync with notes. Unfortunately am not using email sync.

I am a Lotus Notes Administrator at work just had a read of this thread.
Has your IT department investigated Lotus Traveler.
Push email, Contacts, Calendar, Tasks and Journal synching and pushing for lotus domino servers to Windows mobile or symbian devices.
http://www-01.ibm.com/software/lotus/products/notes/traveler.html
We use this at work with HP Ipaqs instead of blackberry or BES (as this is free if you already have a notes licence so the only cost is the hardware of the device which you have already)
and its very very good expecially if your company is running a 8.5 domino server where encryption, notes rich text and even sametime (instant messaging) can be gotten working.
Jeremy

You can also consider the use of mNotes from Cadenza.
It i not free, but works really well

How?
jeremymacmull said:
I am a Lotus Notes Administrator at work just had a read of this thread.
Has your IT department investigated Lotus Traveler.
Push email, Contacts, Calendar, Tasks and Journal synching and pushing for lotus domino servers to Windows mobile or symbian devices.
http://www-01.ibm.com/software/lotus/products/notes/traveler.html
We use this at work with HP Ipaqs instead of blackberry or BES (as this is free if you already have a notes licence so the only cost is the hardware of the device which you have already)
and its very very good expecially if your company is running a 8.5 domino server where encryption, notes rich text and even sametime (instant messaging) can be gotten working.
Jeremy
Click to expand...
Click to collapse
Jeremy how do you push it? Do you need to connect with vpn? Because in my case i have to connect to the company's vpn (split tunneling vpn) and then to retrieve my mail.

moukis said:
Jeremy how do you push it? Do you need to connect with vpn? Because in my case i have to connect to the company's vpn (split tunneling vpn) and then to retrieve my mail.
Click to expand...
Click to collapse
I use Traveller myself on my company phone (TyTn 2) and it's a great piece of software.
I have never a lot of success with VPN connections on WM, but that said I've never really tried that hard at it either. If you can establish a VPN connection on your device then it should work quite happily.
The best solution would be to find someone in your IT department who would be interested in getting it rolled out. If Notes / Domino is your corporate mail platform and you have a number of workers with WM phones this shouldn't be hard.
Traveller itself can run over HTTPS and uses Domino authentication so it's fairly secure and forwarding it's ports through the firewall offers very little risk.
Whatever you do it's going to involve your IT dept. as the software has to be installed on a server, but the installation is easy enough that I rolled it out in about 15 minutes.

moukis said:
Hello mate,
I had the same problem and here how I fixed it.
First of all start with a fresh installation.
1. Remove EasySync from your PC
2. Uninstall EasySync from you HD
3. After that navigate to \Windows\211 and delete the folder 211.
You will not be able to do it right away so you will need to rename to 211v and then back again to 211. Once you do this, delete the folder.
4. Reinstall and it should work.
Now the tricky part that happens when you restart your HD.
Download MortScript( http://sto-helit.de/index.php?module=download&action=view&entry=65 ). You can read in the website to get more info for this app. if you are not already familiar with it. It basically allows you to run batch files.
After that open notepad and copy paste this piece of "code" and save it as XCPCSyncSvr_101.mscr and put it in \windows\startup folder but make sure you delete the application start up link in the \windows\startup
Rename("\Windows\211","\Windows\211v")
Rename("\Windows\211v","\Windows\211")
Run("\Windows\211\XCPCSyncSvr.exe")
If(ProcExists("XCPCSyncSvr.exe"))
SleepMessage(3,"XCPCSyncSvr started")
Else
Message("XCPCSyncSvr NOT started!")
EndIf
This will do the trick. Make sure that you will do this procedure before you restart your HD.
If something is unclear let me know to clarify it.
(I found the solution in a search long time ago, so credit to them)
Please let me know, how this worked for you.
Click to expand...
Click to collapse
Great!! finally this works. I will see that IBM will get this information so they can update there techdocs.
at: http://www-01.ibm.com/support/docvi...475&loc=en_US&cs=UTF-8&lang=en&rss=ct465lotus
Thank you,
Bart Altena

Lotus Traveller and VPN
moukis said:
Jeremy how do you push it? Do you need to connect with vpn? Because in my case i have to connect to the company's vpn (split tunneling vpn) and then to retrieve my mail.
Click to expand...
Click to collapse
I'm a Notes consultant and have Traveller working beautifully with our VPN. Our server is Domino 8.5 but it is designed to work with 8.0 also. The Traveller install was very easy and can be freely installed on Domino servers. I have an HTC S620 with WM6.0. I had awful trouble getting a PPTP VPN connection to work and finally gave up (seems to be an issue with PPTP client in WM6.0). However, it works really well with an L2TP connection with certificates. It automatically syncs your mail, calendar, and tasks. If you use Actions\Synchronize Address Book and Actions\Synchronize Journal while in your mail , it will also sync your contacts and personal journal. It can auto-sync or you can do it manually. Mostly I do it manually over wi-fi but it works on GPRS too. I've chucked out my Blackberry in favour of this solution.

Thanks a lot for this workaround!! Just installed it and works pretty fine!
I was looking for something like that for almost four month

One way feasible is the above way, thanks.
And I found that if not run TF3D, there is no suh issue.

if you want to go a step further with notes, try to look into Onebridge.
it will require to put some additional infrastructure to your notes environment, but at the same time you can make really secure access.
this will enable your users to sync thru gprs, wi-fi, etc. with home notes servers. infrastructure could be distributed, access gateways could be installed in different countries for your notes environment.
scalable, relaible solution for your Windows Mobile, Apple iPhone, Symbian Nokia and SonyEricsson, Palm OS, and OMA DS/SyncML, to sync with Notes and also with exchange.
regards,
won't be cheap

Try to use MNotes
http://www.commontime.com/

to moukis >>> hey bro, any explanation why the need to rename and execute separately? The difference between the mortscript and the .lnk is only the 'rename' line. I tried and it worked perfectly. Just want to know

Related

New App!!! Sync web iCalendar to pocket Outlook

After I couldn't find an app to sync iCalendars with pocket outlook, I decided to make my own. Note: it IS buggy and not complete (eg ALPHA). Use at your own risk but it works fine on my PPC-6700 using a google calendar.
It supports syncing normal events as well as all day and weekly recurring events (eg every week on m,w,f) I designed it so that it can run on a timer in the background and update whenever or you can trigger it yourself. I'm not a pro developer so its not the best in the world but it works for me!
Also, it doesn't delete anything from your phone, only adds new items or updates existing ones (keys off of the title of the appointment).
I plan on posting it up on a sourceforge site soon and making the code public.
Attached is a screenshot of the interface. Yes, very simple.
Instructions: To install, download the attached cab, copy the cab to your device and browse to it and tap it to install.
Then you can configure it with the url (I recomend copy and paste from a text message or something if the url is long) select if you want it to auto update or not and if so, how often. Make sure you save the settings so they are stored for the next running.
Very good idea !
I was just thinking how I could sync Google calendar with Pocket Outlook
A question before I try : which url do you enter ?
When I browse Google calendar on my PC I get : http://www.google.com/calendar/render
Is that it ?
I probably should've mentioned that. For google calendar, go to settings, calendars, then click the calendar you want to import, and under private address click ical. Then copy and paste the url it gives to a text message and send it to the device so you can copy and paste it into the app (thats what I did).
Ok thanks.
I'll test your app tomorrow morning
This is a great app. Do you think you can make an update on google side, ie pocket pc overwrite the google calendar. It doesn't need to be a full sync at the beginning, but this would be a great addition
At least being able to sync appoints from the device to the google calendar would be great, no need to necessarily wipe them. That is, a bi-directional sync, with no delete. If an appointment needs to be deleted, it would just need to be deleted from both locations.
Generally sync apps have the following types of options:
Local -> Remote (No delete)
Local -> Remote (Delete remote entries that are not present locally)
Remote -> Local (No delete)
Remote -> Local (Delete local entries that are not present remotely)
Remote -> Local / Local -> Remote (Do not delete any entries)
- Scott
Any news on this?
Posting code to sourceforge
Hi,
Could you please post your code to sourceforge. This way we could help you develop this piece of software. Would be appreciated.
Regards,
Gerard
Any word on this? I'm anxious to see/start working on it.
I was just looking for something like this! I will try it when I get home from work. Hope to see continued development.
This app is great and exactly what I was looking for. I have been using it for a couple weeks now.
One thing, I noticed that it only pulls in the first 50+ characters of the appointment's description. Is there a way we can get the whole description?
Is there any update on the status of this project? Is going to be put on Sourceforge? I would gladly contribute to working on it.
Thanks
Josh
cant run it on mine
says requires newer version of .net compact framework.
anyone know where i can get this ?
T-moblie - Vario II
Herm300
cheers
jtritton said:
cant run it on mine
says requires newer version of .net compact framework.
anyone know where i can get this ?
Click to expand...
Click to collapse
I had the same problem. I got the .net compact framework from below:
http://www.microsoft.com/downloads/...6B-356B-4A2C-857C-E62F50AE9A55&displaylang=en
I wonder if the developer of this app is still around.
Chanced my arm and tried it with WM6 on a TyTn-II ... started and ran OK, but then got errors regarding file layout / format.
Not sure if these are because I am on WM6 and the app is written for WM5, or if the ics file ( from Google Calendar ) is in a format the app doesn't like. I think more likely the former, as the post seems to indicate it was written with GCal in mind.
So, has anyone else had any luck with this in WM6, or even know of something similar. Don't need two way sync with device, just a way to dump my GCal onto my handheld.
Cheers,
nwpsys
No matter, oggsync seems to work for me, as I have tinkered with my GCal calendars a bit to have all my key stuff in one, so I can use the freeware version of oggsync
Google Calendar Sync
5 March 2008 Google Calendar Sync allows you to sync events between Google Calendar and Microsoft Outlook Calendar.
http://www.google.com/support/calendar/bin/answer.py?answer=89955
You can now access your Google Calendar account from your mobile phone! Just visit mobile.google.com/calendar/ with your phone's web browser and once you're logged in, you'll see your list of upcoming events with date and time information in an easy-to-browse format.
Cheers
Tom
Me too- Win mobile 6.1 on a Tilt, no good. Call method errors.
I just tried it on my HP iPaq 614C (wm6), and it worked great. Thanks!
OggSync
thaihugo said:
This is a great app. Do you think you can make an update on google side, ie pocket pc overwrite the google calendar. It doesn't need to be a full sync at the beginning, but this would be a great addition
Click to expand...
Click to collapse
Take a look at OggSync http://oggsync.com/
Arnon
Tried it, got errors. I also would really like to see this come alive again, don't want to use Google Cal in any way. Using Rainlendar desktop cal on my 2 pc's with a common ics file on the ftp server. Works perfectly, but would also like to keep my phone up to date automaticly/semi automaticly.

My MDA and my Mac

Hey there,
This is my first post. I'm a mac user (no snide comments please). I just got the MDA a few weeks ago, and just can't figure out if it's worth it for me to keep this thing. It surfs the web like sh**. Slower than a snail. I'm on the T-Mobile GPRS system, which is supposed to be really fast.
I've been reading a lot about the ability to MOD my MDA. But if i can't sync the sucker to my Mac, how can i get the files necassary to MOD the MDA? Let me add that i have NO idea how to MOD the MDA. Things like changing the THEME, the font color, etc.
Thanks for reading this post.....
Whalien
There is no official support for the Mac on any Windows Mobile device, but there are third party tools out there. The Missing Sync (2.5 beta) will sync to Windows Mobile 5 devices. It works nicely and syncs with iCal, Address Book, Entourage, etc. The beta only syncs via Bluetooth, but if you get the USBSwitch tool and switch the mode to Serial, Activesync via USB will work as well.
If all you want to do is send files to your MDA, all you need is OS X's built in tools. Pair the MDA with your Mac and use the Bluetooth file transfer utility to send files. You can also install from CAB files this way; send them to your phone and run it there.
What Mac do you have? If you have an Intel one, you can install Parallels Desktop, which provides a virtualization environment for running Windows inside OS X. They have rudimentary USB Support, but it's getting better. You can also install Boot Camp and boot to Windows when you need to sync.
See there you are with alot of options, dont give up on the MDA yet
got O2 Atom as well as missing sync 2.5. MS froze during connection
I too love my Mac and... well, like my Wizard. But I'd have real reservations about keeping the Wizard if you don't at least have regular accesss to a Windows thing. (An Intel Mac dual-booting would work, of course; Virtual PC mostly works too.)
Here's how I coordinate the Mac and the Wizard:
1) You really do need to flash the ROM, and you need a PC to do it. (I didn't risk this on Virtual PC, but it might work.) I grabbed an old Windows 2000 laptop, put ActiveSync on it, and it works fine. Run LokiWiz or another program to CID and SIM-unlock the phone, then put the newest customized 2.21 USA T-Mobile ROM on it. It makes EVERYTHING better - I get 3 bars where I used to get 0, you get push e-mail support, etc. But if you don't have access to a PC, you can't do this, and you're stuck with the terrible ROM T-Mobile gives you.
You also need a PC to install some software that doesn't come in a .cab installer, though sometimes you can just launch the installer in Virtual PC and grab the .cab file it unpacks and hand-install that.
2) You can pair the Wizard with the Mac through Bluetooth and use it (a) as an EDGE modem and (b) to push files. Use Bluetooth File Exchange, always dismiss the warning that the type of file isn't supported, and the file will push to your Wizard. This is a good way to install programs that come in .CABs. The other way, of course, is to get an SD reader and mount your MiniSD card.
3) There's a great little shareware utility called SyncTunes that will sync an iTunes playlist and your podcasts to an SD card (or MiniSD, of course). I mount my SD card and use that to sync music fairly regularly. iPhoto can also pull photos and videos off the card. Of course. I mean, of course it Just Works.
4) Although it's not as smooth as an iPod with video, non-protected video files prepared for the iPod work pretty well. I use the free iSquint to convert, and play back with TCPMP (with the AAC plug-in).
5) Finally, syncing. I haven't bothered trying Missing Sync, and don't expect to, because you don't need to.
Just make sure you have an Exchange account. If you have one for your main e-mail account, great; if not, get one through mail2web.com. (You might need to get the $2/month rather than the free one for all of this to work.) I'll assume you also have Entourage (the Mac equivalent of Outlook in MS office). Make sure you install the latest Entourage service patch.
That patch allows Entourage to sync with Address Book and iCal. So use Entourage to sync your Exchange account with your Mac information. Then use ActiveSync over-the-air to push all that stuff onto your Wizard. (I.e., configure an ActiveSync server on your Wizard.) Magically, all your Address Book and iCal stuff is there! And, if you do it right, changes on the handheld should sync back to iCal eventually as well (albeit always in the Entourage category).
Hope that's helpful. I'll keep an eye on this thread if any of that didn't make sense, or my fellow Mac faithful are welcome to message me.
As much as I've used Missing Sync in the past for other devices, it just doesn't work well with the Wizard. Too many problems. I also us it with my Mac all the time and I have an account with 4martphone.com. The nice thing is you can stay in sync without actually having to connect and sync (which i'd forget to do all the time). I use Entourage to sync with that Exchange account, then I configured Entourage to sync with OS X's databases (address book, ical, etc). My only wish now is a simple app for my phone that will let me mount the card on my mac as if it were a USB drive.
more on my mac and my MDA
monkey_42 thanks for the DETAILED post. it's so good to finally get some response to my questions concerning the MDA and my MAC. so far, i've only been able to bluetooth some apps to the phone and they seems to be running fine, SPB weather and AGILE messanger. aside that, i'm scared to do the ROM update. read loads of bad reports and issues people have been having. but you're a mac guy so that sooths my concerns. but back to the main issue, how the heck to i get the stuff on the computer. we havea PC at work. i suppose i'll update the ROM the way you mention. thanks again.
T-Mobile claims that they're working on fixing the CHAT issues they're having with the MDA. So at this point, their OZ app doesn't work. They gave me 50 mins extra this month to compensate. Thanks for nothing. But AGILE does work.
sounds like Entourage is the only way to SYNC my Mac to the MDA. So does that mean MAIL is out? i've been using that app for years now. i'd hate to have to give it up. any idea if there are mac folk out there working on any of these issues? it's such a pain to have to deal with a PC.....i know i now own on....time to learn how to deal.
thanks for the reply's guys. l'm hoping this will start more dialog concerning the mac and the mda.
cheers,
whalien
card reader
dma....didnt' mean to leave you out in my last response. i too wish the mac would recognize the miniSD when i plug it in via USB cable. no luck either.
is there a mac forum we can contact about this? everyone on this is just PC. i have no idea what they're all talking about. wish i was more PC fluent.
cheers,
whalien
MDA Working as Modem on a Mac
I was wondering if anyone had a way to use tthe mda as a modem on a mac using bluetooth and or usb? Thanks
Re: card reader
whalien said:
i too wish the mac would recognize the miniSD when i plug it in via USB cable. no luck either.
Click to expand...
Click to collapse
I've used WM5torage to mount the miniSD on my G4 iMac. Works pretty well with OSX, but I had problems with OS 9. Search the forum or Google for a link.
*** LATEST ***
Seems I was mistaken and WM5torage doesn't in fact work on my Mac. I must have used my card reader (which is also oblong and silver) to mount the miniSD card. Sorry if I've misled anyone with this posting.
*************
There's also Softick CardExport II which does the same thing, although you have to pay for this. (They wouldn't let me migrate my Palm licence, so I'm not too happy with them.)
Both apps work by emulating the USB mass storage interface over USB, which is the same way that most modern external USB hard disks work.
HTH
sounds like Entourage is the only way to SYNC my Mac to the MDA. So does that mean MAIL is out? i've been using that app for years now. i'd hate to have to give it up. any idea if there are mac folk out there working on any of these issues? it's such a pain to have to deal with a PC.....i know i now own on....time to learn how to deal.
Click to expand...
Click to collapse
I don't think I know what you mean by syncing mail with the OS X Mail.app. You sync mail with your server, not with your desktop mail client. What is your mail coming from? If it's coming from an Exchange server, you sync with that; ditto if it's coming from a POP server. Who's your mail account with - yahoo? gmail? your office? That determines how you check mail on the Wizard, not what program you use to check that same account on the Mac.
When I wrote about Entourage above, that was as a way of syncing tasks/contacts/calendar with an Exchange server. I assume that if that's working for you, you're just checing Exchange mail with Mail.app. If that's the case, just set up your Wizard to ActiveSync with the Exchange server and all will be well.
If that's not the situation, please explain better what you mean by syncing mail with Mail.app, and we'll see what we can do here.
I'm using Missing Sync 2.5 alpha 10 release. I have just found USBswitch which works great.
I can dual boot windows on my intel iMac, but syncing with outlook is not great - it seems to miss the last week or two's appointments.
I haven't tried my windows laptop for outlook - maybe that would work better.
I sync with iCal & Address Book. It won't sync with iCal, but if I enter all my appointments in iCal & let the Mac overwrite my MDA Vario, then all is ok.
Address book seems to sync properly.
Mounting the Vario works in 2.5a10, but unmounting seems to lock up the iMac every time, so it is a last resort.
I'm not upgrading to the US T mobile ROM. everything will be wrong for me in the UK.
I'm contemplating using the imate Rom 2.17 wwe version. What benefits will it give me over my 1.6.2.4 UK T mobile ROM?
And how will I get back all my T mobile stiings for the UK such as GPRS/voicemail/SMS/MMS etc.
syncing with the mac
hey Monkey_42
you wrote:
I don't think I know what you mean by syncing mail with the OS X Mail.app. You sync mail with your server, not with your desktop mail client. What is your mail coming from? If it's coming from an Exchange server, you sync with that; ditto if it's coming from a POP server. Who's your mail account with - yahoo? gmail? your office? That determines how you check mail on the Wizard, not what program you use to check that same account on the Mac.
i appologize for not being more specific. i do use my work email's server, and it pushes my emails to me no problem. the issue i'm having is that i'm trying to become a more appointment accurate indivdual. i figured the best way to do this was by enlisting a smartphone in my everyday routine. seeing that i am a MAC user, i was hoping to include my address book and my ical on my phone, and visa versa. i enter appointments and address directly to the phone most of the time, but sometimes that's tedious and then there's no way to get it on my MAC. when i had a PALM PILOT years ago, i could utilize the PALM software to sync the info to and from my old device, thus backing up any data i had just entered on my phone to my computer.
with the new MDA, there's no way for me to do this. i have seen the MISSING SYNC app out there. but is it worth it for me to buy it? just seems like there's got to be a way to get my phone and my computer on the same page. without spending another $80.00 i'm new to the organizing routine and i'd like to be sure i'm going about it the most efficient way so i can build on a good routine from MDA to MAC and MAC to MDA.
thanks again for the reply. might i ask if you've updated your ROM? and what other things have you modified on your device? i'd like to change my TODAY colors and layout. any suggestions?
cheers,
whalien
whalien -
to change the theme: start-settings-today to change the theme.
to change the way the soft buttons work in Today : start-settings-soft key
to change buttons: start-settings-buttons
to change the menu in today: start-settings-menu.
i.e explore your device!

How to synchronize with Lotus Notes (+)

I've downloaded last version of Lotus Easy Sync Pro (4.2.3), but it doesn't support WM5 and i seems to me, that IBM stopped development of further versions
Does anybody know alternative products, which can synchronize data between WM5 device and Lotus Notes, particularly phonebook and diary.
Try this http://www.ianywhere.com/products/xtndconnect_pc.html
I would encourage you to try mnotes at www.commontime.com. I've used it for a couple of years with great success.
I've used Intellisync to link my Wizard with Lotus Notes 5.
http://www.intellisync.com/pages/Products/Intellisync-Handheld-Edition/
Intellisynch
Hello,
Do you know where I could find this intellisynch version plse ?
Thx.
Commontime mNotes works the best IMO.
I did try...
I did try, but for an unknown reason, the mnotes server does not start. I have the status : "mNotes Server: Error".
Would you have an idea ?
What is more, in the Communications Tab, the method is TCP/IP on the port 603. I cannot change it knowing the pocket pc (rw6828) is connected through active sync USB. I am lost. Thanks for your help.
I use Doublelook by Companionlink Software, it syncs the notes address book & calendar with MS Outlook. Changes made in either are reflected in the other, then outlook is synced with the MDA. Works well but only at your desk, it's not like a Blackberry where all this is wireless, in real time, that's a whole other kettle of fish.
I think commontime's mnotes is by far the best solution that I've worked with. Provided me with the fastest and most robust sync with lotus notes.
Lotus Easy Sync Pro 4.2.4 Beta support WM5.0 now
http://www.zenithcomp.co.th/application/discuss.nsf/85255e6f0052055e85255d7f005ed8bc/ea6e387bf63f7645472571c700345806/$FILE/Setup.rar
Thanks. I installed it and I am told when I start synchronizing that:
"Unable to connect to device. Verify that Activesync is running"
Useless to say that Activesync is running and that the device is seen as connected. Is there something more to do (on activesynch or easysyncpro) ?
Thx.
Can someone give me a link where I can download commontime plse, with a serial nbr ? I did from the commontime web site and it does not work. I am running Lotus Notes R5.0.12 and windows mobile 5 on my rw6828 ?
Thanks for your help?
While we're on the topic of Lotus Notes, does anyone know if it would cause harm or headaches to synchronise with notes at work (I don't know why we ever got rid of outlook! ) then, synchronise with Outlook at home?
I'd like to get my work appointments synchronised, and contacts (I have loads of friends email addresses at work but not at home).
Would be very handy - but I'm too scared it'll all go horribly wrong! :lol:
The only issue I had was making sure all the private items were tagged private. I didn't initially check for this and after the sync all my misc stuff was posted on my calendar for all to see, took some time deleting it all. But I do this now all the time & sync Notes & Outlook via Doublelook to my laptop at work and then to the home PC. No real problems other than our brain dead IS department won't let us acess the blackberry server to do it in real time but that's another kettle of fish.
Any help on my post plse ?
Would appreciate a link ;-)
Thanks !
Have anyof of you run into the problem where Outlook refuses to open because of this error " Unable to open your default e-mail folders. Unexpected error has occured. MAPI was unable to load the infoemation service nwnsp.dll Be sure the service is currently installed and configured."
I've tried most of the fixes that made sense that came up on google.
I use mnotes and it works perfect except for the email sysnc from Lotus. Thanks in advance for any help.
Have anyof of you run into the problem where Outlook refuses to open because of this error " Unable to open your default e-mail folders. Unexpected error has occured. MAPI was unable to load the infoemation service nwnsp.dll Be sure the service is currently installed and configured."
I've tried most of the fixes that made sense that came up on google.
I use mnotes and it works perfect except for the email sysnc from Lotus. Thanks in advance for any help.

Application/Software to Update PIM on PC?

Is there an application (other than MS Outlook via ActiveSync) that allows you to load the PIM file onto your PC and update/edit via the PC?
Please don't say use ActiveSync. I have not been able to Sync since 9/06. I have posted my ActiveSync problem (many times) on this site and on HowardForums and have not resolved it. Thank you in advance.
nope.. there aint
furian said:
nope.. there aint
Click to expand...
Click to collapse
Thank you for your reply. However, I would still like to find another solution to edit/change my PIM on my PC with a specific application as I store my PIM backup on my 1Gb Card. Thanks again!
asctony said:
Is there an application (other than MS Outlook via ActiveSync) that allows you to load the PIM file onto your PC and update/edit via the PC?
Please don't say use ActiveSync. I have not been able to Sync since 9/06. I have posted my ActiveSync problem (many times) on this site and on HowardForums and have not resolved it. Thank you in advance.
Click to expand...
Click to collapse
Ok, this isn't exactly what you asked for but there are some other options... You can use SyncML to sync your contacts, address book, tasks with a remote server (depending on the service you sync with is whether you can edit it on the server). To do this though, requires you to find a SyncML Client for PPC (since its not built into Windows Mobile (stupid Microsoft who thinks the entire world lives on Outlook and Exchange)). I've only used Sythesis SyncML (Its what we use in my company to sync with our servers). This is not a free program, but the basic version is only like $25. You can google to see if you can find other clients.
Then you need a server to sync with. Here's a couple I've heard about (and are supposed to be free). I've never used them myself so can't comment on how well they work:
http://www.o-sync.com/
https://zyb.com/
If you use Google for Calendar (I don't think it does address book) you can use:
https://www.goosync.com/
This (from the pictures) appears to be the Synthesis client (probably modified for GooSync). Not sure if you can customize it for other services or if it will only do calendar as I haven't installed it.
Again, I know its not exactly what you asked for, but it is a way to sync outside of the USB cable. My company uses Oracle Collabsuite (seeing how I work for Oracle, that makes sense ) and I use SyncML all the time on my Cingular 8125 via Synthesis SyncML client. Works great (most of the time) and allows me to keep my calendar, tasks, and contacts sync'd with no attachment to a PC (so I can sync in my car, while in a waiting room, or wherever).
mfrazzz said:
Ok, this isn't exactly what you asked for but there are some other options... You can use SyncML to sync your contacts, address book, tasks with a remote server (depending on the service you sync with is whether you can edit it on the server). To do this though, requires you to find a SyncML Client for PPC (since its not built into Windows Mobile (stupid Microsoft who thinks the entire world lives on Outlook and Exchange)). I've only used Sythesis SyncML (Its what we use in my company to sync with our servers). This is not a free program, but the basic version is only like $25. You can google to see if you can find other clients.
Then you need a server to sync with. Here's a couple I've heard about (and are supposed to be free). I've never used them myself so can't comment on how well they work:
http://www.o-sync.com/
https://zyb.com/
If you use Google for Calendar (I don't think it does address book) you can use:
https://www.goosync.com/
This (from the pictures) appears to be the Synthesis client (probably modified for GooSync). Not sure if you can customize it for other services or if it will only do calendar as I haven't installed it.
Again, I know its not exactly what you asked for, but it is a way to sync outside of the USB cable. My company uses Oracle Collabsuite (seeing how I work for Oracle, that makes sense ) and I use SyncML all the time on my Cingular 8125 via Synthesis SyncML client. Works great (most of the time) and allows me to keep my calendar, tasks, and contacts sync'd with no attachment to a PC (so I can sync in my car, while in a waiting room, or wherever).
Click to expand...
Click to collapse
Thank you very much for taking the time and effort to provide a possible solution for my request. I will look into this and see if it will be a viable solution.
I was hoping that I could find a quick solution such as an application that would allow me to download a PIM file and edit it on my PC. However, I can see that there is no such thing at the present time.
Thank you again for your time and effort. I greatly appreciate it!
TonynMI
Is the Oracle calendar sometimes called "Corporate Calendar"?
A non-techy friend of mine asked me if she could sync her work PIM to an 8125 (they use what she calls "Corporate Calendar" at work... goggling seems to imply it _might_ be from Oracle, but I'm still not sure)....
This was the thread I could find that seems close... I've had a hard time getting much more info from her, as she's really not technical (but still trying to figure out what I can for her).
Thanks,
Mike

Tip: How to setup offline agenda and contact and sync with Outlook

Here's that I wanted to do:
1/ Using a non-sense Android (in my case HyperDroidGBXv4.0 but will work with others)
2/ NOT using any online service (no Gmail, no google, no exchange)
3/ NOT using csv (I wanted to keep contact pictures...)
4/ Keeping a backup of my contact (but not in outlook, you'll understand why later)
5/ Synching my agenda with Outlook 2010.
In some other words, exactly what you can do with sense build + HTC Sync
My setup:
Win 7 x64
Outlook 2010 x32
DAMO 8.0.2 IF6
Lotus 8 Server (on a server... not on my laptop of course)
How to proceed on your comp:
a/ Install HTC Sync or Android SDK to get the driver for the phone's USB.
If you find it, you can also install the driver directly (open the HTCSync package and get the driver)
b/ Install my Phone Explorer (other equivalent soft exist but this one was good for me and free)
How to proceed on your phone (you need a google account empty/fresh)
I/ install android (or reset to factory setting or other...)
II/ with nothing in the phone (if you have somethingit may be send to google later) log to your google account
III/ go in parameter account&sync
IV/ untick all the sync for agenda and contact (you can leave Gmail exxcept if you want to sync your mails also)
V/ install MyPhoneExplorer on your phone (market ok, you have an account)
Voila!!!! connect to your computer, sync with MyPhoneExplorer.
Don't forget to configure the sync. I sync my contact with MPE only and my agenda with Outlook.
I do like this as I manage my agenda with outlook (accept company Lotus meetings) but just need to keep a backup of my personal contact. My company has an LDAP I can access from the phone (via iNotes Ulite).
I know it seems easy (limit stupid) but I assure you that I spent time to find it and I never find this info anywhere. Some know, I'm sure, but noone post it.
You can adapt this to your personal needs. It's a good way to keep company/professional info on your phone without sending it to the Americans (kidding but a company will never allow you to send confidential info at Google).
Hope this will help some of you. If my explanations are not clear just post your questions.
Mistake 1
If you didn't create the google account, it will not initialize the contact and agenda on the phone.
You can launch the sync (it will report no error), but you will not see anything on your phone.
Agenda: empty, if you relaunch the sync, it will resynch... with same result.
Contact: on the phone but anyway not visible in "Contact".
You will see the contact name in the "calls log" only, maybe in the sms (don't remember).
Solved
Thanks for the setup. I removed all personal settings and now it works.
Looks like i synced before the setup of a google-account.
annoyingmosquito said:
Thanks for the setup. I removed all personal settings and now it works.
Looks like i synced before the setup of a google-account.
Click to expand...
Click to collapse
You're welcome. I spent a long time to find this...
Just subscribed to this thread; as a HD2 owner who plans to get a newer device in the future (better if a phone-capable tablet - Tab 2?), but still wants to keep this phone as long as possible, I was looking at Android as a future day-by-day OS, since I'm still on a WM 6.5.5 custom rom.
Other than several objections to Android generally speaking, which I will not be discussing in this post anyway, there is one which, in my opinion, is the main, killer reason why I absolutely do not want to use Android: I don't want my own personal data to be managed in anyway by google.
I didn't know MyPhoneExplorer was able to actually sync via USB the PIM data with several desktop apps, most notably Thunderbird (both contacts and agenda), I only tested Android on SD for a very short matter of time and never delved into it very much, was just astonished at the massive volume of free games in the market
Anyway, MyPhoneExplorer needs wine to run under Ubuntu (will sync to thunderbird work in that case?), and anyway, to get 100% of your PIM data from WM to Android the most conservative way still seems to be to pass through a GMail account, while I would like my phone to have no relationship with google, like, at all, excluding the market, for which it is apparently necessary.
I must say that thanks to your guide I am one step closer to seeing android as a day by day OS, yet there are these few details missing:
1) fully syncing under linux without passing through google (apparently solved: http://www.fjsoft.at/forum/viewtopic.php?t=5835 )
2) moving the whole of your data from WM to Android (maybe syncing to outlook from WM in windows, then into android via myphoneexplorer... but I don't use outlook anyway and I wouldn't like to have to )
Regarding question 1... I can't help you cause I need Outlook to connect to Lotus Notes server... I have many apps I need for my job and I'm not sure yet to have it under Linux (at least I'm sure DAMO doesn't exist for Linux... so it's finish for me).
But I can help on point 2
It could be boring but it works well.
Go on the "sprite backup" website.
They offer for free:
Sprite migrate which give the ability to transfer ALL your PIM data from WM to Android.
BUT it doesn't work with AOSP (or at least I can't make it work).
So ou have first to load a Sense build or Android NOT AOSP.
When you have your data in Android, you can either use my post to offline sync with Outlook or MPE.
Then you load the AOSP build and sync again.
Alternative solution, when your data are in Android, use another app to backup every thing (an app compatible with AOPS), load your AOSP build and restore.
If you don't use an AOSP build... it's straight and easy.
If my answer is not clear, just ask for clarification.
PS: I think spritebackup is not compatible with AOSP because I use HyperDroidGBXv4.0 so I assume it will be the same will all AOSP. I never tested with other AOSP build, maybe it's specific to the one I have.
If you use a sense build, HTCSense manage the sync with Outlook in native. No need to apply my post, no need to create or log a google account. It's the easiest way... but it take much more space inyour NAND (400Mo vs 120Mo). Then you don't have a lot of free space on an European HD2 (the 512 one).
Why, thank you for the detailed howto!
ATM I basically only sync WM6.5 only with my Windows 7 machine, yet after a mobile OS switch I'd very much like to have also my ubuntu laptop synced, and that's why I delved into the linux issue.
I reckon AOSP means Android Open Source Project, yet I'm not sure what distinguishes AOSP from NOT AOSP... could you please elaborate on that? Maybe all the releases which don't come from a certain carrier are AOSP? I suppose most if not all the android NANDs for HD2 are AOSP.
Yet, going sense just for the sake of importing data and then flashing a non-sense (pun not intended) ROM may go fine as well... even if officially sprite migrate if out of beta test, and not available, but I suppose I can easily find it "elsewhere"!! (even if it seems to migrate everything BUT calendar....)
You got me... I don't know so much Android yet.
So to be clear. I used MDJ and especially Gauner's build (good one) and on them spritebackup was working.
Then I went for HyperDroidGBXv5.0 which is the best for me (I mean for what I need from Android)... only issue... spritebackup was not working. So I imagined (maybe a not good shortcut) that it will not work on AOSP. It's written on the first post that all soft are not compatible with xxx (realize now it's maybe gingerbread instead of AOSP). Check Pongster thread, first page.
I didn't notice spritemigrate was not available anymore as I done this just once when I removed WM.
I also never noticed it can't transfer the agenda as I never backup it. If you do so, you will have all your meeting duplicate on the Lotus Server.
In fact, Outlook is my source for agenda (HD2 is just a display unit); HD2 is the source for my contact, I just keep a backup "in case".
You have to adapt all my findings to what you really need to do. But I think it's possible (maybe it required few steps as you can see).
It worth the effort when you have more than 400 contacts!!!
I don't know why I do this but I keep all sms, call logs and of course contacts from the first day of my phone.
I realize I'm maybe a little bit nuts
I do keep all that data too, mainly just to stress out my phone into being a small database
Anyway, regarding sprite products: migrate is off the hook for now, no working products for the time being as this is out of the beta testing period, and there is no official version out.
I've read somewhere (looked like a legit howto website) that you could backup PIM data with WM sprite backup, and restore it inside Android with Android Sprite backup, but it appears that information was bogus, as sprite backup in android doesn't even recognize backup files made from WM, the extension is also different, and changing the extension doesn't solve it.
So the only viable option appears to be the installation of outlook to which you have to move all the data (contacts and agenda are ok, but will outlook save sms and call logs too? don't think so), and then import that data into android with MPE. I probably will have to "borrow" outlook somewhere
I'll check if I still have the beta.
Will PM you in this case.
For sync of sms I know that I can sync my SMS with outlook under Android (MyPhoneExplorer). Careful I just see that I can configure it but I never used it (will try next week and post the result here).
I remember a soft "Jeyo something" which gave me the ability to sync SMS with outlook on WM.
It was not so stable as it sometime crashed outlook. This was due to compatibility issue with DAMO and this was much more important for me. Google it as there is different version of Jeyo, one of it is for the sync WM/Outlook (you can sync but also send&receive SMS from Outlook... except the problem with DAMO very nice tool).
The Migrate tool can actually be still downloaded off the market, as there's a BETA2 around, it's just that the program refuses to work as it's expired.
I didn't try the old method of scamming the software telling it I live in the past (like in the old PC days), but the fact that the beta is the only functioning tool, and it's expired leaving no other options is sad enough to have deprived me of the interest in using it
When I sort out the reason for which android seems to vaporize the battery as soon as I start the superram build, then I may get hold of outlook to do the sync job together with MPE... thanks for the help until now
Battery issue, you can try this build. I'm very happy with it: HyperDroidGBXv5
It's always on the first page of the NAND forum as so many people posts comments. I read it for a long time now and it has very small issues for everyone.
You just need to check if you like it or not. It required CWM... but if you manage to sync with outlook, you'll have no problem to use CWM
For the migration tool, didn't know it will expired. Lucky I move to Andoid long time ago.
truc007 said:
If you didn't create the google account, it will not initialize the contact and agenda on the phone.
You can launch the sync (it will report no error), but you will not see anything on your phone.
Agenda: empty, if you relaunch the sync, it will resynch... with same result.
Contact: on the phone but anyway not visible in "Contact".
You will see the contact name in the "calls log" only, maybe in the sms (don't remember).
Click to expand...
Click to collapse
truc007 said:
Here's that I wanted to do:
1/ Using a non-sense Android (in my case HyperDroidGBXv4.0 but will work with others)
2/ NOT using any online service (no Gmail, no google, no exchange)
3/ NOT using csv (I wanted to keep contact pictures...)
4/ Keeping a backup of my contact (but not in outlook, you'll understand why later)
5/ Synching my agenda with Outlook 2010.
In some other words, exactly what you can do with sense build + HTC Sync
My setup:
Win 7 x64
Outlook 2010 x32
DAMO 8.0.2 IF6
Lotus 8 Server (on a server... not on my laptop of course)
How to proceed on your comp:
a/ Install HTC Sync or Android SDK to get the driver for the phone's USB.
If you find it, you can also install the driver directly (open the HTCSync package and get the driver)
b/ Install my Phone Explorer (other equivalent soft exist but this one was good for me and free)
How to proceed on your phone (you need a google account empty/fresh)
I/ install android (or reset to factory setting or other...)
II/ with nothing in the phone (if you have somethingit may be send to google later) log to your google account
III/ go in parameter account&sync
IV/ untick all the sync for agenda and contact (you can leave Gmail exxcept if you want to sync your mails also)
V/ install MyPhoneExplorer on your phone (market ok, you have an account)
Voila!!!! connect to your computer, sync with MyPhoneExplorer.
Don't forget to configure the sync. I sync my contact with MPE only and my agenda with Outlook.
I do like this as I manage my agenda with outlook (accept company Lotus meetings) but just need to keep a backup of my personal contact. My company has an LDAP I can access from the phone (via iNotes Ulite).
I know it seems easy (limit stupid) but I assure you that I spent time to find it and I never find this info anywhere. Some know, I'm sure, but noone post it.
You can adapt this to your personal needs. It's a good way to keep company/professional info on your phone without sending it to the Americans (kidding but a company will never allow you to send confidential info at Google).
Hope this will help some of you. If my explanations are not clear just post your questions.
Click to expand...
Click to collapse
Hi and thank you very much for your share and the very useful information.
I am currently using a HD2 (OS: 5.2.21913, ROM: 3.14.707.3 & Radio: 2.15.50.14) and have always wanted to switch over to running Android on this wonderful piece of hardware.
I have experimented running the SuperRAM FroYo Version 1.5 by darkstone1337
and must say that the performance was really, really fast and impressive.
However, one major consideration that is holding me back from switching over to Andorid is the potential lost of infromation in my Contacts (600+) and Appointments. These are currently sync to Outlook 2003 and like you, I prefer to manage these directly on my computer and not through a third party like Google.
Hence, I would like to find out from you:
1. Did you have any problem syncing your Contacts and Appointments on Outlook 2010 to your HD2 running the Andorid OS?
2. Did you encounter any loss with the Contact details like single contact with multiple addresses and contact numbers?
3. Did you also managed to transfer all of your SMS from Windows Mobile to Android? If so, what software did you use?
Hope you can share your experience and thanking you in advance!
Did you m
1.
You mention getting the usb driver off the htc sync exe package... did you manage it, and so you can attach the driver in here?
Otherwise, as I'm downloading the almost 70MB (ach) package off htc website, I will try and get the driver off that instead. I do not plan to install that monster on my pc anyway
EDIT: I suppose there is no point in uploading ~15mb worth of stuff to megaupload, the setup exe uncompresses the BMP usb driver and HTC Driver setup in temp folders, but those files are still other installers. I didn't go as far as to exact the driver inf's, so well, good grief, just download and install htc sync
@desert1
As explained i only sync my agenda with outlook. I use the phone just to display meetings. Contact are sync with mpe just as backup. I will provide more explanations from my laptop
Sent from my HD2 using XDA App
truc007 said:
@desert1
As explained i only sync my agenda with outlook. I use the phone just to display meetings. Contact are sync with mpe just as backup. I will provide more explanations from my laptop
Sent from my HD2 using XDA App
Click to expand...
Click to collapse
Hi truc007,
Many thanks and looking forward to hear from you soon!
Cheers!
Managed to copy over agenda and contacts by "borrowing" outlook 2007, sncing to it with WM, then syncing from it to android with MPE. Outlook would crash the first time whenever it was called by MPE, but after a reboot it just worked, even if very slowly.
After that, I suppose you can ditch Outlook since you can have agenda and contacts sync through MPE with thunderbird (with lightning addon).
Anyway, I need to thank the OP "negatively": thanks to him explaining how to copy over PIM data without google poking its nose in it, I could focus on actually testing android instead of being distracted by the PIM transfer dilemma.
Doing this, I realized a shocking thruth:
Android is all fun and games, until you actually need to work with your phone.
Even PocketPC2002's excel was better than any spreadsheet app you find in the market, handbase for android is crippled to the point that any other free database in the market is equal in functionalities, and still useless for me.
And after that, I didn't go on checking alternatives to other applications I use on WM to manage my job
On the other side, when you need to do flashy things with your phone, like browsing imdb or keeping a workout/calory burning schedule, or manage your own virtual cafeteria, well android is good
It works for me, too.
Thanks
ephestione said:
Managed to copy over agenda and contacts by "borrowing" outlook 2007, sncing to it with WM, then syncing from it to android with MPE. Outlook would crash the first time whenever it was called by MPE, but after a reboot it just worked, even if very slowly.
After that, I suppose you can ditch Outlook since you can have agenda and contacts sync through MPE with thunderbird (with lightning addon).
Anyway, I need to thank the OP "negatively": thanks to him explaining how to copy over PIM data without google poking its nose in it, I could focus on actually testing android instead of being distracted by the PIM transfer dilemma.
Doing this, I realized a shocking thruth:
Android is all fun and games, until you actually need to work with your phone.
Even PocketPC2002's excel was better than any spreadsheet app you find in the market, handbase for android is crippled to the point that any other free database in the market is equal in functionalities, and still useless for me.
And after that, I didn't go on checking alternatives to other applications I use on WM to manage my job
On the other side, when you need to do flashy things with your phone, like browsing imdb or keeping a workout/calory burning schedule, or manage your own virtual cafeteria, well android is good
Click to expand...
Click to collapse
So do not test WM7!!!! It's worst
The problem is that you're not the targeted customer anymore
In the past, "profesional" bought handheld devices. There were not fun but all the sync, office app... were mandatory. Now, these devices are for normal end users. At least with android you can still have a "sort of" profesional use even if it's more job than with WM6.
That's life... but for "profesional geeks" it's hard days
nb: sorry for the writing, GB is not my first language.

Categories

Resources