How do I view desktop files on my Jam when Sync'd?? - JAM, MDA Compact, S100 General

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???

Related

Can you access folders on PC through Activesync?

Hi,
From my PDA I can access the internet over the USB connection by having pass through on activesync set to the internet on the PC.
I would like to be able to access shared folders on my PC from my PDA over the USB connection. Is this possible. If it has to go over activesync that's ok.
BTW: My PDA is a Magician.
Thanks,
Stekke.
Z2 PocketLan
Best way is through 3rd Party software Z2 PocketLan, will even create shortcuts. Will work over wifi, BT, Activesync etc as use it at home to stream music to PDA
the new total commander is also good
totalcommander explicitely states in the faq that over USB through active sync is not supported.
I've tried pocketlance but can't get it to connect.
Other suggestions?

How to sync files from office to home with Jam?

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.

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

Networking software?

So what are some good software that I can use to connect to a computer a browser the files on the computer, watch the videos on it and listen to the music on it. Like xp/vista and osx does. What about software that lets me connect to some ones WMP or itunes play list? Thank you.
so anyone?
u can use Resco or something similar to access the shared files from ur pc and play them with ur fav media player
anyother options?
You could also use a VNC client on your pocketpc and a VNC server on the PC. Have a look at ptVNC http://www.parystec.demon.co.uk/pt_vnc2.htm. There are other solutions as well, just Google around...
Nothing like what you see on the Tilt or the Vouge?
Is there some way to make a Windows Mobile 5 device show up as a shared drive on a network (connected to it thru WiFi)?
WM6
On WM6 there is a Network plugin for file explorer. you can use it to map to a shares on your windows machines.
It's an HTC app so have a look on the CAB apps area.
It's ace!
Also a Domain Enroll app, I haven't tried yet but I'll get a virtual PC up and give it a shot..

Categories

Resources