Microsoft Access for WM6 - Tilt, TyTN II, MDA Vario III General

Hi Guys
I hope someone can help here, my Kaiser has office mobile but does nto have access built into this package
Is there a version of MS Access for WM6 at all and if so where can I find it?
Thanks
TW

www.kaione.com
sprintdb is probably the best option, but their sync is not yet compatible with active sync 4.5!!!!

Will this work with MS Access 2003 files though?
I use a Access DB a lot for one application and rather than converting query results to XLS files to view on my kaiser can i view access files while out on the move.
I am not worried about synch functions as i will simple upload the file to the device.

Check out www.syware.com they have database products. I used their product for several years when I was on the road.

You can get Access for windows mobile, i have a TYTN2 from orange UK and it is pre loaded with office, word, excel, powerpoint and access. I'm not sure where you can get an upgrade but it must be out there.

HandBase from ddh software is my favourite. If you get the professional version ($40) it comes with a PC sync conduit and forms designer. You can then link MSaccess tables directly to tables on your device and when you activesync they sync up too.
Worth downloading the demo.
http://www.ddhsoftware.com/ppc_software.html?plat=ppc

Related

Two Things...Both longshots

1) Can someone produce some Javascript which adds xda-developer's search engine to Firefox's pull down list of search engines.
Javascript gurus, go here for help
http://66.102.9.104/search?q=cache:...fox&hl=en&gl=uk&ct=clnk&cd=9&client=firefox-a
2) Is there any proxy server software for PocketPC...It'd be great to be able to view barred websites on my work PC and impress my work mates...NO! I don't mean Porno :lol: and no I cannot use my phone as a GPRS modem because of the severe user profile restrictions my work are running in Windows XP.
Thanks...By the way, the phone is a Universal.
Search plugin
Here's a firefox search plugin I knocked up. I don't really use firefox so no use to me!
Note: due to the fact that xda forums uses "post" instead of "get" form submission, and firefox search plugins don't currently support "post" it defaults to only returning results in "post" form, not "topic", PITA and not my limitation, but the browser's. There may be a way around it, but it's also a PITA
Unzip the attached files and drop into your firefox \searchplugins\ subfolder.
V
You're a legend vijay...Nice one :mrgreen:
Now can anyone help with the proxy server software.....I would like to get a proxy server running off my Universal.

How to share a folder on my Kaiser

This may seem like a weird request but I am looking for a way to share folders on my Kaiser. The reason for this is that my wife has a Wizard and I have set up a WiFi network between the two to play games together. I download software and games at work and then need to tranfer the the files to the Wizard.
Now I know that you can transfer it via bluetooth but that sometimes take quite long and since we have a wifi network thought that why not look for a way of utilizing it for the file transferring as well.
I have tried to Google the subject extensively but only got ways of sharing folders between my pc and the ppc's, nothing on ppc to ppc.
Any input regarding this would be appreciated.
I'm also interested in such a feature (so I don't think is weird )! My search on the subject has concluded that even though M$ has SMB server in Windows CE (after all, SMB is a Microsoft protocol!), only the client side is included in WindowsMobile
The closest thing I have managed to achieve is to use an FTP server on the kaiser, and Novell's Netdrive on the PC (http://www.novell.com/coolsolutions/qna/999.html)
hope it helps...
hypest
due to limitations in the windows mobile network stack, network shares are not possible from windows mobile.
you can access and create remote mapped drives with resco explorer, vm net browser, and z2 pocketlan... among others.
ftp may be the only option other than a raw activesync connection or bluetooth/irda
jd
Where there is a will their has to be a way.
Thanks for the responce guys, really do appreciate it.
Surely there must be a way to achieve something like this, if there is one thing I have learned from these forums it has to be that just about anything is possible. I'm sure there as to be something we can do. I will not stop digging till I find a way.
hypest said:
I'm also interested in such a feature (so I don't think is weird )! My search on the subject has concluded that even though M$ has SMB server in Windows CE (after all, SMB is a Microsoft protocol!), only the client side is included in WindowsMobile
The closest thing I have managed to achieve is to use an FTP server on the kaiser, and Novell's Netdrive on the PC (http://www.novell.com/coolsolutions/qna/999.html)
hope it helps...
hypest
Click to expand...
Click to collapse
I'm not to sure what you mean by the ftp server on the Kaiser. Do I create a folder on the Kaiser that acts as a ftp folder and then connect to that or is it still a ftp folder on a server somewhere else and then need internet connection to connect to it. Please could you tell me more about this.
Thanks in advance.
vip3r69 said:
I'm not to sure what you mean by the ftp server on the Kaiser. Do I create a folder on the Kaiser that acts as a ftp folder and then connect to that or is it still a ftp folder on a server somewhere else and then need internet connection to connect to it. Please could you tell me more about this.
Thanks in advance.
Click to expand...
Click to collapse
Yeap, here it is:
You can run an FTP server on the kaiser (like the free Mocha FTP server) which will let incoming network users to access a directory you specify... I have specified the whole root dir "\". Then, you can use any ftp client software on a desktop PC (or another kaiser of course) to access the FTP server that is running on your kaiser. Of course, you have to know the IP address of the server. Once you have verified that the kaiser is accessible and the files downloadable, you can use the Novell's Netdrive (free also) to create a virtual disk on the client PC that will actually use FTP! That way, any program on the PC can access the kaiser's files, just as normal filesystem files. Apart from the delays and latencies, the scenario works great. As a matter of fact, I use it within my development cycle, where I have a post-build action that copies my program's compiled executable directly to the kaiser.
I hope these made it more clear
have fun,
hypest
hypest said:
Yeap, here it is:
You can run an FTP server on the kaiser (like the free Mocha FTP server) which will let incoming network users to access a directory you specify... I have specified the whole root dir "\". Then, you can use any ftp client software on a desktop PC (or another kaiser of course) to access the FTP server that is running on your kaiser. Of course, you have to know the IP address of the server. Once you have verified that the kaiser is accessible and the files downloadable, you can use the Novell's Netdrive (free also) to create a virtual disk on the client PC that will actually use FTP! That way, any program on the PC can access the kaiser's files, just as normal filesystem files. Apart from the delays and latencies, the scenario works great. As a matter of fact, I use it within my development cycle, where I have a post-build action that copies my program's compiled executable directly to the kaiser.
I hope these made it more clear
have fun,
hypest
Click to expand...
Click to collapse
Thanks a lot for the info, I'm definitely gonna play around with this. Will post back here with my results when I'm done.
Thanks again!!!
I have checked out Mocha FTP server and downloaded it. Will test it tonight, it looks like it will do the trick though. If I run Mocha FTP server on both ppc I should be able to copy files from one to the other without a problem.
vip3r69 said:
If I run Mocha FTP server on both ppc I should be able to copy files from one to the other without a problem.
Click to expand...
Click to collapse
of course in that case, you will need an FTP client on each device... but I guess that is the easy part...
I know at least one FTP client that is a file manager at the same time (TotalCommander... the one I use )
Perhaps there is a similar way to NetDrive, to map an FTP site onto a local path on the ppc so to be "visible" from any application, but I haven't used/tried any.
hypest
Definitely Worth Trying ..
hypest, you ROCK
hypest said:
of course in that case, you will need an FTP client on each device... but I guess that is the easy part...
I know at least one FTP client that is a file manager at the same time (TotalCommander... the one I use )
Perhaps there is a similar way to NetDrive, to map an FTP site onto a local path on the ppc so to be "visible" from any application, but I haven't used/tried any.
hypest
Click to expand...
Click to collapse
Thanks you, it works like a dream. Tested it last night and at first didn't use my head. Every time I went into the FTP folder there was nothing, little red cross over the FTP connection at the top. I then created another ftp and still all I got was the little red cross( My wife then interrupted me for dinner, thanks. Cleared my head a bit) After dinner when back to it and deleted the one ftp and it was then when I saw you have to click "Connect", while clicked it and there was the folder that I shared on my ppc. Copied a couple of files and it works 100%. I use Resco Explorer 2007, works like a dream and its got a couple of other extra uses.
I'm not to pressed to have the client on both because I normally have all the stuff on mine and then copy it to my wife's. Won't do any harm to have it on both though. This is probably a little longer route than normal file sharing but it works perfect. Still going to try what you suggested above, will keep you posted.
Thanks again hypest.
vip3r69 said:
Thanks again hypest.
Click to expand...
Click to collapse
Glad you're quite satisfied with this "solution"
I really hope though that someday a SMB server will come forth (free hopefully)!
Great irony: SMB server software does exist for Symbian!!! Symbian users can export a local dir, while WindowsMobile users CANNOT!!! And this (kaiser) is supposed to be a 800euro (in Greece) BUSSINESS phone! Shame...
In South Africa the Kaiser is about R8000,00 if you were to buy it cash.
I've got it on a MTN contract costing me R419,00 per month for 2 years. For that I only get the phone and 120 anytime minutes. (BIG RIP-OFF)
Anyway I will keep playing with this and will let you know if I get a breakthrough.
Thanks again for your input.

Windows Mobile/TyTn II: Synchronisation (notes/files)??

Fairly new to the latest incarnation of WM and am just getting to grips with a TyTn II which I've bought that overall I'm quite impressed with. There are a couple of issues that I'm having with it that probably stem from a lack of familiarity with WM and also from drawing comparison with Palm and Nokia devices which I have used previously as PDAs. Any comments to avoid me wasting hours trying to find out how to achieve the potentially unachievable would thus be much appreciated:
1) Synchronising - files/folders: My previous Palm handled this QUITE well where MS Office type docs were concerned (Documents To Go) and even the Nokia Phones seem to do what I want to achieve better than I can manage with the TyTn just now. Essentially, I want to be able to synchronise the TyTn with a folder on the PC that contains JUST a number of Office type documents which I want to synchronise. Currently, no matter what settings I opt for I cannot do this. I know I can drag and drop from the File Manager part of Windows Mobile Device Centre (Vista PC) but that will not achieve automated synch for changed versions etc. Currently I select Synch Files (which is not selected by default on WMDC) and then move the files I want copied into the device into that folder. OK so far. Yet, when I hit Synch it then seems to insist on copying EVERYTHING on the phone into that folder on the PC too!!!! That makes a snych quite a long process and essentially all I want to synch is the 8-10 Office docs I want. Is this beyond WM? I would have thought this a relatively basic requirement which even Nokia with its Briefcase folder seems to be capable of doing. I have tried deleting all the non-Office files out of the PC file synch folder that WMDC created and then uses but then of course that just result in them being taken off the phone when I Synch!!! I've scoured Help, the Manual and numerous sites trying to find away round this but so far I do not seem to be able to synch files unless I synch everything
2) Notes (Categories v Folders): I use Notes on a PC a lot and because I use so many I tend to have them bundled in categories. Despite what I try though I do not seem to be able to get any semblance of order to them when they come across to the TyTn which just shoves them all in 'My Documents' (this makes it a real pain when using Explorer on the device too as there are 200 or so notes to scroll through when looking). I've tried moving the notes on the TyTn to Folders on the device after they are copied over but that just seems to cause a second copy on the PC to be created with the 'note title/folder' format upon the next synch?? Outlook clearly uses categories in a way that does not seem to be replicated on WM/TyTn and as such it seems you can only achieve a long unorganised list of notes on the target device. Using folders on the device does not then read across well to Outlook.
I am conscious that there are apps out there that might allow better management of the Notes problem (Phat Notes) and there may be better folder/file synch options with software like Documents To Go but I am wondering if I'm missing something with the basics here that mean I should be able to do what I want. It does seem odd that selecting Synch Files should result in such an arbitrary copying of the whole content of the device when on may devices it is there merely to ensure you can create a Briefcase type folder to synch just what YOU want.
I have not yet upgraded to the new WM 6.1 either so not sure if that provides any solutions. I plan to do that shortly (and am assuming that if I do the WM 6.1 I won't ALSO need the ROM upgrade that was put up by HTC before that?). Any help much appreciated
Use GoodSync (Link). It allows Bi-directional sync, allows you to select folders to synchronize and has a host of other features. There is a free and pro verion of goodsync so check it out and decide which one you want.
IMO it can take care of almost all the things that you mentioned ...
Whats wrong with Outlook? It does Notes/Favs/Tasks/Calender/Contacts/E-mail...I mean theres not much it doesn't do besides SMS and Calling from computer. These are really easy to use and customize files to push back and forth when connected to Activesync.
Empgamer: I've got the same issues with WM6,1 as you described. I'm genuinely amazed that Windows Mobile syncing to windows (Vista, so no active sync for us) doesn't work out of the box when managing edited documents on your PC & PPC. The PalmOS, with Documents To Go, always did an excellent job of this. As for the notes, I can't even get Mobile Office OneNote to sync with OneNote on my PC! What's the point of that?
Anyway, I'd be very curious as to how you solved your issues; I'm currently spending countless hours trying to get the functionality on my Windows Mobile device that I took for granted on PalmOS. (BTW, DocsToGo doesn't support syncing on Windows Mobile! Seriously, that's one of the main things DTG had going for it. I'll never understand what developers think when they come out with these products.

Here's an interesting request... web server on tilt

Anyone know of free solutions to allow local testing of web pages on a tilt?
In my free time I write HTML, and I'm curious about how I can include this in my Tilt so I don't have to be home or use an FTP server to test the pages. I can already do uploads VIA Total Commander, but I want to test before I upload!
Also, SQL Servers on mobile, I suppose that'd be a funny joke right?
(Yes, I tried searching, but 'web' 'server' and 'mobile' are too common! If I knew the name of some software I could do further research)
I call BS. "Web server windows mobile" comes up with several results.
And there is a mobile SQL server, called SQLCE by MicroSoft.
half-true, I did see 2 pieces of software in the search, but was also looking for feedback on them as well as comments from anyone that also tried the same thing...
I'm currently giving http://www.sphinx-soft.com/MWS/order.html Mobile Web Server a shot.
For the latest MS SQL Server Mobile Edition, have a look here:
http://www.microsoft.com/sql/editions/compact/default.mspx
Of course, don't expect the same performance you get with the standard one
The main issue would be finding a web server which can interface with sql server...
There's also PocketHPH which is a lightweight webserver with PHP scripting support!
http://mobileleap.net/hph/ - it's a (maybe crippled) free-for-dev/personal-use demo, with commercial licensing available, looks like.
There's also an FTP server for PPC
There's an FTP server called ShareitFTP for PPC. It's commercial software:
http://www.noisette-software.com/products/pocketpc/ShareIt
I've played with it before, it seems pretty decent.. does users and folders and such.
--Weasel

3 (UK) MSN/Live Messenger on Kaiser

I am trying to run a 3 (UK) MSN/Live Messenger on my official O2 WM6.1 Kaiser. (The reason for trying is that with 3 (UK) the operator, your MSN messages doesn't count towards your data traffic; also I would like to experiment its battery drain compare to other MSN clients).
If I just log in Planet 3 (UK) (the 3 portal site), it wouldn't let me download its Live messenger client as my phone is not a compatible one. I changed my user agent string to SEW910i and downloaded the .jad file for W910i. I then removed the certificate portions (the last 2 lines) in the .jad file so that it can install on my Kaiser. It works but sometime the display is not quite way, but more importantly, only vibrate alert is possible but setting to Loud or Soft alert would still result in vibration only. I then modified the .jad file again so that instead of referencing the mp3 files from the 3UK website, it point to the local version (which I downloaded and place in the same directory as the .jad and .jar files) as:
AlertToneContact: online.mp3
AlertToneMsg: newmsg.mp3
However, it still doesn't work :-(
Is there anything I have missed?
May be I should have used the N95's version? Has anyone tried that before? Are they different? And what would be the best version?
Thanks!
SMS push on 3 Live Messenger
Also, one of the feature of the 3 (UK) MSN messenger which I Have tried on my other symbian phone is that even if the client is closed (not minimized), it can still be re-activated/re-launched automatically when new MSN messenges arrive (by listening to special SMS messages form the operator (3 UK)), if one didn't choose to sign out form the MSN server.
I notice in the .jad file there is such a line:
MIDlet-Push-1: sms://:3716, ui.Main, *
Is this a Symbian's Java virtual machine feature? Or is it a general java virtual machine feature?
deityuk said:
I am trying to run a 3 (UK) MSN/Live Messenger on my official O2 WM6.1 Kaiser. (The reason for trying is that with 3 (UK) the operator, your MSN messages doesn't count towards your data traffic; also I would like to experiment its battery drain compare to other MSN clients).
If I just log in Planet 3 (UK) (the 3 portal site), it wouldn't let me download its Live messenger client as my phone is not a compatible one. I changed my user agent string to SEW910i and downloaded the .jad file for W910i. I then removed the certificate portions (the last 2 lines) in the .jad file so that it can install on my Kaiser. It works but sometime the display is not quite way, but more importantly, only vibrate alert is possible but setting to Loud or Soft alert would still result in vibration only. I then modified the .jad file again so that instead of referencing the mp3 files from the 3UK website, it point to the local version (which I downloaded and place in the same directory as the .jad and .jar files) as:
AlertToneContact: online.mp3
AlertToneMsg: newmsg.mp3
However, it still doesn't work :-(
Is there anything I have missed?
May be I should have used the N95's version? Has anyone tried that before? Are they different? And what would be the best version?
Thanks!
Click to expand...
Click to collapse
can i have the oridginal file you had?
Any progress on this?
Im trying to get it to work in Australia, but the 3 MSN java app is running but i cant see it at all.
I've tried the same app and found it very flaky
I have another slight problem, can I ask you to check - I can only login to MSN on 3 if I have a 3g connection.
Where we live the 3g connection is flaky and it refuses to login to MSN on GPRS :-(
Skype wise it works fine (they offer free skype-skype too) don't use their java client, look on this site for instructions how to configure the PPC / Wmobile iSkoot Client :0 tested and it's not used any data allowance.
Thanks,
I already have skoot running using my skype call allowance.
My Kaiser already has Live Messenger, but not the unlimited one.
Was trying to get it running as a pet project.
I have just switched to Three UK PAYG and have been searching around a bit. I am running a WM6.1 ROM on a Hermes.
So far I have managed to:
1) Use HTC Connection Wizard (downloaded via CRC's Device Update) to set up the internet and MMS settings.
2) Run the 'Identify as N95 (WM6.1).cab' (thanks to sub69 in this thread. 6.0 and 6.5 versions can also be found there.)
This allows me to access the My3 pages at http://mobile.three.co.uk/hb/HutchKey
3) Install the 3 Live Messenger Java client. I am using the version 4.5, not the latest V5. Credits for modifying this go to therafiman at MoDaCo.
This is working with Esmertec Jbed, and is working for free as it is meant to.
'Windows_Live Messenger.zip' contains the .jad and .jar files, and only seems to work if both are copied to the phone and the .jad file is run.
The Java client is far inferior to the normal Windows Mobile Live client, but the normal client is not free to run. Additionally I have been unable to log on using the normal client over 3g. If I log on while connected to activesync or wifi then I can switch to 3g and keep it running, but this will be charging you.
I haven't looked at skype yet, because no one I regularly call uses it. However I have found these instructions which look promising despite the dodgy numbering system:
1) First you need to download the Iskoot version of Skype from www.iskoot.com. You'll need to enter your name & mobile number and select your phone type.
2) Once downloaded, install ISkoot on your windows mobile
3) Start up Iskoot but don't log in yet.
4) Exit Iskoot
3) Use a registry editor to change the following keys under HKEY_CURRENT_USER\SOFTWARE\ISKOOT\SKYPE\DEVICE to "http://mobile.three.co.uk/948"
BackupHost
CallUrl
DefaultSkHost
Pushhost (only if it exists)
4) Exit the registry editor and start Iskoot again. This time log in (mine logged in immediately - some people say their first log-in takes a few minutes).
5) That's it!. You can verify if things have worked by examining registry key HKEY_CURRENT_USER\SOFTWARE\ISKOOT\SKYPE\DEVICE\Cal lNumber. If ok, this should have been updated to either "123" on your first log-in, then to a number beginning +44783833...
Once you've made a few skype calls you should see that your credit / call-time balance / data allowance does NOT decrease.
Click to expand...
Click to collapse
(instructions from Shaun L at www.3g.co.uk
If anyone has any luck getting the V5 Java Live Messenger client running on windows mobile then please post, or even better would be configuring the normal live client to use 3's free service.
EDIT
I'm attaching the WLM V5 .jad and .jar files.
These are unmodified, and downloaded using the N95 user agent in the previous post. Maybe someone knows what they are doing to modify the .jad and get it working.
jez83uk said:
I have just switched to Three UK PAYG and have been searching around a bit. I am running a WM6.1 ROM on a Hermes.
So far I have managed to:
1) Use HTC Connection Wizard (downloaded via CRC's Device Update) to set up the internet and MMS settings.
2) Run the 'Identify as N95 (WM6.1).cab' (thanks to sub69 in this thread. 6.0 and 6.5 versions can also be found there.)
This allows me to access the My3 pages at http://mobile.three.co.uk/hb/HutchKey
3) Install the 3 Live Messenger Java client. I am using the version 4.5, not the latest V5. Credits for modifying this go to therafiman at MoDaCo.
This is working with Esmertec Jbed, and is working for free as it is meant to.
'Windows_Live Messenger.zip' contains the .jad and .jar files, and only seems to work if both are copied to the phone and the .jad file is run.
The Java client is far inferior to the normal Windows Mobile Live client, but the normal client is not free to run. Additionally I have been unable to log on using the normal client over 3g. If I log on while connected to activesync or wifi then I can switch to 3g and keep it running, but this will be charging you.
I haven't looked at skype yet, because no one I regularly call uses it. However I have found these instructions which look promising despite the dodgy numbering system:
(instructions from Shaun L at www.3g.co.uk
Click to expand...
Click to collapse
which version of Esmertec Jbed is it working on with kaiser as there's a lot of different versions and i dont no which is compatible with my kaiser also installed it on my standard java application sines in but have to keep allowing things cant remember now but if i click bottom option keeps coming up again and again i click top option don't come back but either way i get 3 contacts or 5 online no more when i no there a lot more
cheers to any replies
On my Hermes I'm using Jbed Build ID: 20080610.2.1 downloaded from CRC's Device Update.
jez83uk said:
On my Hermes I'm using Jbed Build ID: 20080610.2.1 downloaded from CRC's Device Update.
Click to expand...
Click to collapse
http //xdaonthree . tk
A website dedicated to all the above Xda Developers.
Thanks guys. Made my year!
Not allowed to post URLs as a newbie so will have to join the gap in the URL yourselves ;-)
foxtrotyankee
foxtrotyankee said:
http //xdaonthree . tk
A website dedicated to all the above Xda Developers.
Thanks guys. Made my year!
Not allowed to post URLs as a newbie so will have to join the gap in the URL yourselves ;-)
foxtrotyankee
Click to expand...
Click to collapse
Thanks for taking the time to put this together. Hopefully it will help others in the future.
Heres a direct link for people if needed: http://xdaonthree.tk/
Nice idea
Really wish I could get hold of the three apps for Android now
damianiw said:
Nice idea
Really wish I could get hold of the three apps for Android now
Click to expand...
Click to collapse
Is it the Iskoot for Android your after?
if so: http://forum.xda-developers.com/showthread.php?t=538306
My post has an Alpha/Beta that needs testing for Android.
upon request it was re-instated, there is an official version out there but i didnt get it to work properly, so i grabbed the original Iskoot for Android (non 3 version) and modified it slightly to incorporate the 3 uk settings
JavaAuthorizer
An excellent application if you don’t want to keep saying “Yes, allow NET access”
Thanks to the people who provided this.
http:// my-xda.blogspot.com/2009/10/change-untrusted-java-applications-on.html
Hi, can I somehow set ebuddy to the same settings and use it for free like windows live on 3 network?

Categories

Resources