how to transfer files from pc to ppc and vv through wifi? - Windows Mobile Development and Hacking General

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

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?

sync device through wifi on windows vista

hi, ill keep it simple, is there a way to sync my device to my pc through wifi, for faster file transfer.
i heard it can be done on old active sync on xp, but id like to do it over wifi if possible.
cheers
Hi,
since actrivesync 4 there is no possibility any more to sync via WIFI.
HOWEVER you don't need activesync to transfer files. I use total commander to address the lan drive and just copy.

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?

View folders on the Pocket PC via LAN

hey.
on my Dopod, how do i enable my other computers to view folders and files on the pocket pc ???
what ip and settings do i need to do ??
i can view files and folders from the dopod but how do i view it from my pc ????
cheers
Do you want network shares, or just file level access?
Personally I'd run an FTP server on your PDA and connect through.
V
Agree....
I run an FTP server on the PPC when I need to access quickly from the desktop. That works great.
how do i do that ???
Google for Freefloat FTP Server, I think it will help. I was searching for the access too, and it helped so good luck.
By the way, its freeware so wont be hard to find.

View Pocket from PC networked???

Is is possible to watch the folders from the PC that i have in the pocket if it is wifi connected?. As a network drive or something similar. I know that i can see the PC from the pocket but y i want the pocket from PC. Obviously activeSync is not connected an d i don't want. Unless somebody has discover how to connect it via WIFI ;-) on WM6.
Thanks
use TOTAL COMMANDER.
its a great application for regedit, file explorer and LAN, as well as FTP
priyanshupatel said:
use TOTAL COMMANDER.
its a great application for regedit, file explorer and LAN, as well as FTP
Click to expand...
Click to collapse
Isnt Total Commander a Pocket PC Application? The question was about viewing the Pocket PC's files from the PC.
And BTW nobody should be bothering with Total Commander.Just use Resco Explorer. Its a much better program.
Total Commander = free
Resco Explorer = $30.00
sigh, you guys, he does NOT need a file explorer on his pocketpc. he wants to see the files, that are on the ppc, on his desktop pc. also, lordwin, please be more specific next time when you make a post, like instead of just saying "pocket" to describe your pda, you could have used anything like "phone", "pda", "ppc", "pocketpc", or whatever. it is difficult to understand your post and thus difficult to help answer the question you have.
Anyway, from what i can understand from your post, the only solution is to have your phone connected via Activesync, and in the Activesync window (on the desktop pc), click the "Explore" button. you'll then be viewing the contents of your pocketpc.
I am in the same boat. I am looking for a way to map my Windows Mobile device as a network drive on my LAN when it is connected via WiFi.
Nobody knows of an app to do this?
A very simple way is to run a FTP server on your pocketpc, like the free mochaftp, and then set your WIFI router up so your pocketpc will always have a fixed IP number.
Then a simple desktop ftp shortcut should take your desktop explorer to your pocketpc. The nice thing about Mochaftp is that the root of your PDA is also the root of the ftp site, so you can copy to your memory cards as easily as anywhere else.
http://www.mochasoft.dk/freeware/ftpd.htm
Surur
Wow, that looks like it will do the trick for me!
Thank you very much!
try My Mobiler
http://www.mtux.com/
View PPC from PC
coolestzero said:
http://www.mtux.com/
View PPC from PC
Click to expand...
Click to collapse
Sweet! Thanx for posting that

Categories

Resources