View Single Post
  #5  
Old 03-24-2010, 01:11 PM
JohnathanAmber JohnathanAmber is offline
Junior Member
 
Join Date: Mar 2010
Posts: 1
JohnathanAmber is on a distinguished road
Default

Re: How to connect PDA (Windows Mobile 6.5) and Ubuntu 9.10


Quote:
Originally Posted by Stream Recorder View Post
In terminal run:
Code:
sudo gedit /etc/apt/sources.list
Add the following to the sources.list:
Code:
deb http://ppa.launchpad.net/synce/ubuntu karmic main
deb-src http://ppa.launchpad.net/synce/ubuntu karmic main
Then in terminal run
Code:
sudo apt-get update
Connect your PDA and verify connection:
Code:
synce-pls
You should get something like
Code:
#synce-pls
Directory               2009-04-22 12:00:18  Templates/
Directory               2009-04-22 12:00:18  My Media/
Directory               2009-07-30 14:04:24  Calls/
Directory               2009-04-22 12:00:24  My Voices/
Directory               2009-04-22 12:00:24  My Icons/
Directory               2009-11-14 17:00:36  Data/
Directory               2009-04-22 09:52:46  My Documents/
If you get the following error instead:
Code:
#synce-pls 
** Message: Device /org/freedesktop/Hal/devices/net_80_00_60_0f_e8_00 not fully set in Hal, skipping 
** Message: Odccm is not running, ignoring 
synce-pls: Could not find configuration at path '(Default)'
Then in the mobile phone go to Start -> Settings -> Connections-> USB to PC and make sure to uncheck the "Enable advanced network functionality". Also disconnect the phone, restart it and make sure Active sync is running.

Then install SynCE TrayIcon:
Code:
sudo apt-get synce-trayicon
This will show the the icon of a phone beside the clock. If you right-click the icon, you can select "Explore with file manager" and see the contents of the phone. However if you don't install sync-gvfs, you will get the following error:
Code:
"Could not display "synce://"your phone name here"/"
Nautilus cannot handle "synce" locations.
Thank you for the howto... however I have an issue with "Connect your PDA and verify connection".

I do get the error displayed, however it is a little different:
Quote:
$ synce-pls
** Message: Hal reports no devices connected
** Message: No devices connected to odccm
synce-pls: Could not find configuration at path '(Default)
And this is what is stopping me. I have already did as you suggested with disabling the Enhanced netowkr for USB and by resetting my phone.

I have a Palm treo 700wx with Windows Mobile 6.1 professional.

Thank you and God bless,
Johnathan
Reply With Quote