How to sync files from office to home with Jam? - JAM, MDA Compact, S100 General

Hi all,
I have a notepad, a desktop pc and the Jam ppc.
I'd like to sync and use the Jam's to move or copy and/or keep up to date some files.
FOr example: I download some files from the office (desktop pc)... I'd like to use inthe best way my Jam to store the files and then put them on my laptop (at home). (and vice versa!)
Other case is: I have some files at home and I'd like to work on that file on both the pcs (office-home) and keep them up to date using Jam to move/copy ecc... the info.
Any idea? Can The XP's briefcase help me?

I use a program called MobSync to do that:
http://www.pocketpcfreewares.com/en/index.php?soft=985
Extract from developer:
MobSync is a software allowing any file folder synchronization from the Pocket PC onto the desktop--synchronization which cannot be done with ActiveSync.
So, with this software you can synchronize any file folder on your Pocket PC (not necessarily \My Documents) with any file folder on your desktop (not necessarily \Pocket_PC My Documents either).
You install the program on your desktop and laptop. You can select which folders you want to sync. The files will be sync'd to the SD card of your PDA. When you then sync with other PC (desktop or laptop), those files can be sync'd anywhere on that PC and vice versa.
I've been using it for quite a while now and works great.

Related

Transferring All XDAII Data to a New Computer

I have my XDAII synching with my desktop computer. I'm getting rid of my desktop and replacing it with a notebook computer.
I want my XDAII to now be managed & synched by my notebook computer.
Is there an easy way to transfer over all the synch info, installed program info etc to the Notebook computer?
Thanks,
Tim
i would try to install activesync on the laptop
then i would get
Documents and Settings\[UserName]\Application Data\Microsoft\ActiveSync\*.*
and also
Documents and Settings\[UserName]\My Documents\My pocketpc
or what ever that last dir is named
of cause some programs will install in all kinda of odd paths before installing to the pda i dont really know good way to get all those along
of cause stuff like contacts and appointmens and such will just be sync'd to the laptop when you connect the xda to it

How do I view desktop files on my Jam when Sync'd??

What I'm after is an Activesync tweak or a standalone program that allows me to view / open / play files on my PC when synced (i.e an extension to the Jam's File Explorer that includes my PC folders).
This way, when i'm sync'd, I can use my PC as a network drive. One of the things I'd like to do is play my mp3's on my PC when sync'd with Activesync connected with bluetooth. I already use remote client programs like Orb and Logmein.
Any ideas???

Active sync deltes files on desktop computer

Since I have upgraded my Qtek 9000 with the latest O2 ROM (and deleted all the O2 stuff in order to get more free space), I have had a problem (or at least that is when I think the troubles started).
ActiveSync works for all items except for Files.
Files are deleted from the sync folder on the desktop PC(s), but luckily the files remains on the device. I can put a file in the desktop folder and it is synced to the Universal. Next time I reconnect the file is deleted from the desktop folder but remains on the Universal. I am using 2 Desktop PC’s (both with XP), and they both have the same problem.
Until the upgrade (or sometime near that point in time) file sync with the Universal and the 2 desktop PCs was functioning flawlessly.
Any ideas on how to solve the problem?
Steen
Any ideas - please
Steen

how to start a program on a PC from the PDA

Hi,
I need to start a program on my PC from my XDA (connected by ActiveSync 4.5). I'm running Windows Mobile 5. How could this be done?
Regards, Gerrit
therminal services
and vnc
are 2 ways to do it
I don't want to see the PC's screen on my PDA (will be very slow anyway). I just need to be able to start a program (for example "notepad.exe") on the PC. I don't have to see the program on my PDA. It just has to run on the PC. That's all!
Regards, Gerrit
I think it is only possible to start an application on the device
from desktop with RAPI. The other way is not possible with
ActiveSync. You can write your own server that runs on the desktop
and a client on the ppc. Then send commands from pda client
to the server that starts then your application.
Houser
Hello Hauser,
Problem is that the command has to be possible both with ActiveSync (cable) and when syncing with GPRS/UMTS (wireless). Could this be done with RAPI?
Regards, Gerrit
If you use GPRS then you cannot use ActiveSync.
ActiveSync is only possible if you connect via USB.
RAPI can only be used from a desktop application to communicate with
the pocket pc, copy files, start applications on the PPC,...
So what do you want to do exactly with your app?
Houser
when connected to the pc using activesync or wifi or bluetooth PEN
make a normal network connection
and it should be transparent for the applications as they just see the connection
Hi Houser,
1. My PDA application exports lines from a PDA database to .CSV files.
2. On my PC I have to run an import & conversion program to load the exported lines into a server database
3. My PDA has to import other (new) files into the PDA's relational database
With USB syncing this works fine. I now have to run the PC's program manually. I want to control the whole process now from my PDA.
That's all...
Regards, Gerrit
If I remember right, a drive symbol is mounted on "My Computer" when Active Sync connects the device, right? So has anyone already tried to use an autorun enrty (autorun.inf like on CDs) on the PocketPC?
broekhuis said:
Hi Houser,
1. My PDA application exports lines from a PDA database to .CSV files.
2. On my PC I have to run an import & conversion program to load the exported lines into a server database
3. My PDA has to import other (new) files into the PDA's relational database
With USB syncing this works fine. I now have to run the PC's program manually. I want to control the whole process now from my PDA.
That's all...
Regards, Gerrit
Click to expand...
Click to collapse
So ok.
I would do this as follows:
1) Write a desktop application that uses ActiveSync RAPI to start you PDA export application
2) Then in your desktop app use RAPI to copy the file from PDA to desktop
3) In your desktop app start the import & conversion program with the file from the pda
4) If you want to import a file to the PDA database you can copy with RAPI to pda and then start with RAPI the pda import application
So I would not go on searching how to start a app on desktop from pda. Let the desktop application handle it.
Houser
Hi,
Problem is that a technician on location (at a customer or at home) should be able to synchronise, without going to the office. In other words: the PDA is the device that starts the communication process, not the PC! This is also what is so problematic...
Regards, Gerrit
about autorun on the pda then i dont think it will work havent made the test
but modile devices like
gmail drive
digicams
and such dont get drive letters
and i think only devices which get drive letters can use
autostart because those other devices dont seem to be "really" connected untill one click on them
you could write a service for the pc which would be listening for a network connection from the pocketpc
you could make it so it would run any applications you told it
you could give it a parth and arguments
then as soon as you got a network connections by what ever means your pda could start sending commands to the pc which it would then execute as in start programs
of cause it does require you to code a bit of c++ or .net but not tooo complex stuff if one is a programmer
Two points:
The PDA is not mounted as a drive, ActiveSync controls all access to it (even though it is integrated in the explorer) so autorun.inf can not work.
Redugar is right, for you purpose - accessing the PC directly and by remote, you need a little server app on the PC. Just use windows sockets to listen to a connection.
On the PPC side you can use the constant ppp_pear when the device is synced to get the PC address and the regular IP (I assume you have a static IP) for access via GPRS.
I did something like this a couple of years back - a server on the PC that checks a page for updates and provides them to a device when it connects and asks for them.
salling software
You might want to look into this company http://www.salling.com/Clicker/windows/scripts.php
http://www.salling.com/forums/viewforum.php?f=15&sid=45e42aa57aeb994b7b02e8ab12dc1794
Their software controls programs such as PowerPoint, WMP etc, might be a script out there that you could modify to open any program. Connects via BT and WiFi. Works real nice with my wizard with my MCE Dell running Toshiba BT Software.
About Salling Clicker..
anothersmith said:
You might want to look into this company http://www.salling.com/Clicker/windows/scripts.php
http://www.salling.com/forums/viewforum.php?f=15&sid=45e42aa57aeb994b7b02e8ab12dc1794
Their software controls programs such as PowerPoint, WMP etc, might be a script out there that you could modify to open any program. Connects via BT and WiFi. Works real nice with my wizard with my MCE Dell running Toshiba BT Software.
Click to expand...
Click to collapse
Yeah. Salling Clicker is a great software for starting or ending programs on your pc using bluetooth or wifi! the first time i installed the software,i was amazed and i played a prank on my sister.she thought that there was something wrong with the computer because it started itunes/powerdvd on its own... and i was in the other room controlling my pc..hahaha...
i've Been looking for a "script" that'll allow you to open any file/program (so are a lot of people who use salling clicker)..been following it up and As far as i know, there is still no Salling Clicker "script" that allows you to open any program on your pc.. you have to make a "script" specific to the program you want to start/control/stop.
Houser said:
If you use GPRS then you cannot use ActiveSync.
ActiveSync is only possible if you connect via USB.
RAPI can only be used from a desktop application to communicate with
the pocket pc, copy files, start applications on the PPC,...
So what do you want to do exactly with your app?
Houser
Click to expand...
Click to collapse
What?
ActiveSync can work through Bluetooth or Infrared as well.
Also, why go through all of this trouble? Run an SSH server on the PC. SSH into the PC.
C:\Documents and Settings\Administrator> start "C:\Program Files\My Program Path\My Program.exe"
Doesn't this do what you want?

how to transfer files from pc to ppc and vv through wifi?

im newbie
how to transfer files from pc to ppc and vv through wifi?
I use totalcommander on both the pocketpc and the pc. If memory serves me right, you would need a plugin on the PC, but you can find that on www.totalcmd.com
Oops, when you use totalcommander at the PC, you would need a activesync connection. the pocket pc version supports both activesync and wireless.
There is no way to see PPC files on PC without ActiveSync because it does not have the necessary server components, but for PPC to PC total commander is definitely the way to got (you would only need it on the PPC).
use this its great.
http://www.julien-manici.com/windows_mobile_wifi_remote_access/
u can also use MobileExplorer from Mymobiler.com.
Sure there it is possible so see the files of PPC on PC without Activesync. Use FTP Server on PPC and just browse with FTP Client through WiFi on PPC

Categories

Resources