public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Uploading Files to Windows CE
@ 2010-10-07 21:45 dhk
  2010-10-08  9:17 ` Sebastian Beßler
  0 siblings, 1 reply; 5+ messages in thread
From: dhk @ 2010-10-07 21:45 UTC (permalink / raw
  To: gentoo-user

Does anyone know how to upload files from a Gentoo box to Windows CE?
The CE device has a cradle with a usb connection which appears as
character device in /dev/ttyUSB0 .  The Windows cetools / cecopy does it
if you want to use Windows.  However, I would like to do it from Gentoo
if possible.  Any ideas?

Thanks,

dhk



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Uploading Files to Windows CE
  2010-10-07 21:45 [gentoo-user] Uploading Files to Windows CE dhk
@ 2010-10-08  9:17 ` Sebastian Beßler
  2010-10-08  9:30   ` dhk
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Beßler @ 2010-10-08  9:17 UTC (permalink / raw
  To: gentoo-user

Am 07.10.2010 23:45, schrieb dhk:
> Does anyone know how to upload files from a Gentoo box to Windows CE?
> The CE device has a cradle with a usb connection which appears as
> character device in /dev/ttyUSB0 .  The Windows cetools / cecopy does it
> if you want to use Windows.  However, I would like to do it from Gentoo
> if possible.  Any ideas?

metatron@Shao ~ $ eix -S "windows ce"
* app-pda/synce
      Available versions:  (~)0.13 (~)0.14 {gnome hal kde serial}
      Homepage:            http://sourceforge.net/projects/synce/
      Description:         Synchronize Windows CE devices with Linux.

 From the Homepage of synce at http://www.synce.org/moin/
"The purpose of the SynCE project is to provide a means of communication 
with a Windows Mobile device from a computer running Linux, *BSD or 
other unixes using USB or Bluetooth. One can then use one's computer to 
browse files, install applications and synchronize contacts, calendar 
and tasks with their PIM application of choice."

I don't have tried it because I don't own a WinCE device but it sounds 
like the right thing to me.

Hth
Sebastian Beßler



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Uploading Files to Windows CE
  2010-10-08  9:17 ` Sebastian Beßler
@ 2010-10-08  9:30   ` dhk
  2010-10-08  9:49     ` Sebastian Beßler
  2010-10-11 23:01     ` Iain Buchanan
  0 siblings, 2 replies; 5+ messages in thread
From: dhk @ 2010-10-08  9:30 UTC (permalink / raw
  To: gentoo-user

On 10/08/2010 05:17 AM, Sebastian Beßler wrote:
> Am 07.10.2010 23:45, schrieb dhk:
>> Does anyone know how to upload files from a Gentoo box to Windows CE?
>> The CE device has a cradle with a usb connection which appears as
>> character device in /dev/ttyUSB0 .  The Windows cetools / cecopy does it
>> if you want to use Windows.  However, I would like to do it from Gentoo
>> if possible.  Any ideas?
> 
> metatron@Shao ~ $ eix -S "windows ce"
> * app-pda/synce
>      Available versions:  (~)0.13 (~)0.14 {gnome hal kde serial}
>      Homepage:            http://sourceforge.net/projects/synce/
>      Description:         Synchronize Windows CE devices with Linux.
> 
> From the Homepage of synce at http://www.synce.org/moin/
> "The purpose of the SynCE project is to provide a means of communication
> with a Windows Mobile device from a computer running Linux, *BSD or
> other unixes using USB or Bluetooth. One can then use one's computer to
> browse files, install applications and synchronize contacts, calendar
> and tasks with their PIM application of choice."
> 
> I don't have tried it because I don't own a WinCE device but it sounds
> like the right thing to me.
> 
> Hth
> Sebastian Beßler
> 
> 

You know I have that installed.  It looks like I tried it once, but
didn't get far with it and then started exploring other options.  Since
I haven't found other options so I think I need to revisit this.

Thanks,

dhk



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Uploading Files to Windows CE
  2010-10-08  9:30   ` dhk
@ 2010-10-08  9:49     ` Sebastian Beßler
  2010-10-11 23:01     ` Iain Buchanan
  1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Beßler @ 2010-10-08  9:49 UTC (permalink / raw
  To: gentoo-user

Am 08.10.2010 11:30, schrieb dhk:

> You know I have that installed.  It looks like I tried it once, but
> didn't get far with it and then started exploring other options.  Since
> I haven't found other options so I think I need to revisit this.

There are synce mailinglists, if someone knows how to help you then he 
is there I think.
http://www.synce.org/moin/SynceMailingLists

Hth

Sebastian Beßler



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Uploading Files to Windows CE
  2010-10-08  9:30   ` dhk
  2010-10-08  9:49     ` Sebastian Beßler
@ 2010-10-11 23:01     ` Iain Buchanan
  1 sibling, 0 replies; 5+ messages in thread
From: Iain Buchanan @ 2010-10-11 23:01 UTC (permalink / raw
  To: gentoo-user

On Fri, 2010-10-08 at 05:30 -0400, dhk wrote:

> You know I have that installed.  It looks like I tried it once, but
> didn't get far with it and then started exploring other options.  Since
> I haven't found other options so I think I need to revisit this.

version 0.15 is on the way, at the least try 0.14.  You may not want the
entire list of packages, probably just synce-hal, synce-sync-engine and
synce-gvfs.  gvfs will give you nautilus browsing of your device ;)

-- 
Iain Buchanan <iaindb at netspace dot net dot au>

  The best cure for insomnia is to get a lot of sleep. -W.C. Fields




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-11 23:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 21:45 [gentoo-user] Uploading Files to Windows CE dhk
2010-10-08  9:17 ` Sebastian Beßler
2010-10-08  9:30   ` dhk
2010-10-08  9:49     ` Sebastian Beßler
2010-10-11 23:01     ` Iain Buchanan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox