| From | Sent On | Attachments |
|---|---|---|
| Eugeny N Dzhurinsky | Jan 5, 2006 7:51 am | |
| Eric Anderson | Jan 5, 2006 8:02 am | |
| Eugeny N Dzhurinsky | Jan 5, 2006 8:13 am | |
| Eugeny N Dzhurinsky | Jan 5, 2006 8:26 am | |
| David Gilbert | Jan 6, 2006 8:01 am | |
| Joseph Olatt | Jan 6, 2006 8:24 am | |
| Eugeny N Dzhurinsky | Jan 9, 2006 3:10 am | |
| Joseph Olatt | Jan 10, 2006 6:13 am | |
| Eric Anderson | Jan 10, 2006 6:37 am | |
| Eugeny N Dzhurinsky | Jan 10, 2006 9:17 am |
| Subject: | Palm Tungsten E2 | |
|---|---|---|
| From: | Joseph Olatt (jo...@eskimo.com) | |
| Date: | Jan 10, 2006 6:13:38 am | |
| List: | org.freebsd.freebsd-mobile | |
On Mon, Jan 09, 2006 at 01:03:13PM +0200, Eugeny N Dzhurinsky wrote:
On Fri, Jan 06, 2006 at 08:21:56AM -0800, Joseph Olatt wrote:
On Thu, Jan 05, 2006 at 06:26:56PM +0200, Eugeny N Dzhurinsky wrote:
okay, after rebuilding kernel i was able to connect with JPilot and see some data. Now I have questions - how can i upload, for example, PDF document or MP3 file?
I believe you can convert your mp3 files to .pdb files using the "par" utility (http://handhelds.freshmeat.net/projects/parpdb/).
Once you convert them to a .pdb, they can be uploaded onto your palm using the "pilot-xfer" command line program (/usr/ports/palm/pilot-link).
Well.... pilot-xfer -p /dev/ucom0 -i bessonnica.pdb
Listening to port: /dev/ucom0
Please press the HotSync button now... Connected
Installing bessonnica.pdb failed. Time elapsed: 0:00:16
Is it possible that permissions on /dev/ucom0 is causing the failure? It could be that you as a non-root user is not being able to write to /dev/ucom0. /dev/ucom0 is created when you press the HotSync button (on 5.x and above).
I've had to add the following lines to /etc/devd.conf to get the permissions right.
attach 100 { device-name "ucom0"; action "chmod 666 /dev/ucom0"; };
Alternatively, you can "chmod 0666 /dev/ucom0" after you press the HotSync button before running pilot-xfer or, you can run pilot-xfer as root.
regards, joseph





