Welcome to Soft32 Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

File transfer: Palm V/Linux/SiED

 
   Soft32 Home -> PDA -> Palmtop RSS
Next:  Palm T5 / TX Flexiskin Case  
Author Message
Jim Kalb

External


Since: Jan 11, 2006
Posts: 3



(Msg. 1) Posted: Wed Jan 11, 2006 11:58 am
Post subject: File transfer: Palm V/Linux/SiED
Archived from groups: comp>sys>palmtops>pilot (more info?)

Hello!

I've got my Palm V connected to my Linux desktop communicating with
pilot-link and J-Pilot. I'd like to be able to transfer longish files
back and forth so I can edit them on the Palm with SiED or some such. I
can't figure out how to do the transfer so work becomes possible.

I can convert a *txt file on my destop to *pdb and install it on the
Palm and get it back by doing a backup. I can even edit it using
SiEDwhile it's on the Palm. The problem is that every time I enter a
character while the file's on the Palm I get a box that says "Memory
Allocation Error in Editing. Save your work now!" If I hit "OK" I get
another box that says "no undo -- This change can not be undone." I hit
the box again and the change gets made. So the file can be edited, but
only if I want to spend about 5 seconds a character doing the editing.

There has to be another way. Can anyone tell me what it is? (If Linux is
difficult and Windows is easy say so and maybe that can be a fallback.)

--
Jim Kalb
Back to top
Login to vote
Ray Ingles

External


Since: Nov 22, 2005
Posts: 99



(Msg. 2) Posted: Wed Jan 11, 2006 11:58 am
Post subject: Re: File transfer: Palm V/Linux/SiED [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 2006-01-11, Jim Kalb <kalb.RemoveThis@aya.yale.edu> wrote:
> I've got my Palm V connected to my Linux desktop communicating with
> pilot-link and J-Pilot. I'd like to be able to transfer longish files
> back and forth so I can edit them on the Palm with SiED or some such. I
> can't figure out how to do the transfer so work becomes possible.

What specific tools and commands are you using? I.e. what commands
do you type in to do the conversion, etc.?

How big are the .txt files? Note that Palm's "Memo" format is limited
to at most 4K. It's possible you're creating invalid Memo files. For
larger files, the "Doc" format (a semi-official Palm standard) may be
a better choice. This utility might help:

http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/

Further, if the files are bigger than 100K, you might see this note
from the SiED web page:

"Edit ~600Kb files on most PalmOS 5 devices, ~100Kb files on earlier
devices"

> There has to be another way. Can anyone tell me what it is? (If Linux is
> difficult and Windows is easy say so and maybe that can be a fallback.)

For larger, and compressed, files, you might look at:

http://www.freewarepalm.com/docs/zdocj.shtml

--
Sincerely,

Ray Ingles (313) 227-2317

"A PC without Windows is like chocolate cake with no mustard."
- JAPH Doggy, on Slashdot
Back to top
Login to vote
Jim Kalb

External


Since: Jan 11, 2006
Posts: 3



(Msg. 3) Posted: Wed Jan 11, 2006 3:08 pm
Post subject: Re: File transfer: Palm V/Linux/SiED [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"ri" == Ray Ingles <sorceror DeleteThis @localhost.localdomain> writes:

ri> On 2006-01-11, Jim Kalb <kalb DeleteThis @aya.yale.edu> wrote:
>> I've got my Palm V connected to my Linux desktop communicating with
>> pilot-link and J-Pilot. I'd like to be able to transfer longish
>> files back and forth so I can edit them on the Palm with SiED or
>> some such. I can't figure out how to do the transfer so work
>> becomes possible.

ri> What specific tools and commands are you using? I.e. what
ri> commands do you type in to do the conversion, etc.?

ri> How big are the .txt files? Note that Palm's "Memo" format is
ri> limited to at most 4K. It's possible you're creating invalid Memo
ri> files. For larger files, the "Doc" format (a semi-official Palm
ri> standard) may be a better choice. This utility might help:

ri> http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/

ri> Further, if the files are bigger than 100K, you might see this
ri> note from the SiED web page:

ri> "Edit ~600Kb files on most PalmOS 5 devices, ~100Kb files on
ri> earlier devices"

The file I've been trying this with is about 35 K. I suppose I should
also mention that I have Palm OS 4.1.

I do the conversion with

txt2pdbdoc -c -v file.tex file.tex file.pdb

That produces a file.pdb file that I transfer to the Palm V with
"install" on J-Pilot. Once that's done it can be opened with SiEd on the
Palm. It can even be edited and saved, and retrieved by doing a backup
of the Palm, but it takes about 5 seconds a character for the reasons
stated (a couple warning boxes come up for each character that's
changed).

>> There has to be another way. Can anyone tell me what it is? (If
>> Linux is difficult and Windows is easy say so and maybe that can be
>> a fallback.)

ri> For larger, and compressed, files, you might look at:

ri> http://www.freewarepalm.com/docs/zdocj.shtml

SiEd is apparently a better editor for moderate sized files (less than
100k) so I hope to get it working.

ri> -- Sincerely,

ri> Ray Ingles (313) 227-2317

ri> "A PC without Windows is like chocolate cake with no mustard." -
ri> JAPH Doggy, on Slashdot

Thanks much for the response! This is all a bit confusing for a newbie.

--
Jim Kalb
Back to top
Login to vote
Jim Kalb

External


Since: Jan 11, 2006
Posts: 3



(Msg. 4) Posted: Thu Jan 12, 2006 6:48 am
Post subject: Re: File transfer: Palm V/Linux/SiED [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks to Ray Ingles for the response. It seems there's probably a bug
somewhere in SiEd (which is no longer under development) that causes the
problem. Other editors work OK and I think I'm settling on QED. Zdocj,
which Ray suggested, works fine but it bothers me that making a change
is the same as saving a change, so there's no way to undo a mistake.

jk

"jk" == Jim Kalb <kalb RemoveThis @aya.yale.edu> writes:

jk> "ri" == Ray Ingles <sorceror RemoveThis @localhost.localdomain> writes:
ri> On 2006-01-11, Jim Kalb <kalb RemoveThis @aya.yale.edu> wrote:
>>> I've got my Palm V connected to my Linux desktop communicating
>>> with pilot-link and J-Pilot. I'd like to be able to transfer
>>> longish files back and forth so I can edit them on the Palm with
>>> SiED or some such. I can't figure out how to do the transfer so
>>> work becomes possible.

ri> What specific tools and commands are you using? I.e. what commands
ri> do you type in to do the conversion, etc.?

ri> How big are the .txt files? Note that Palm's "Memo" format is
ri> limited to at most 4K. It's possible you're creating invalid Memo
ri> files. For larger files, the "Doc" format (a semi-official Palm
ri> standard) may be a better choice. This utility might help:

ri> http://homepage.mac.com/pauljlucas/software/txt2pdbdoc/

ri> Further, if the files are bigger than 100K, you might see this
ri> note from the SiED web page:

ri> "Edit ~600Kb files on most PalmOS 5 devices, ~100Kb files on
ri> earlier devices"

jk> The file I've been trying this with is about 35 K. I suppose I
jk> should also mention that I have Palm OS 4.1.

jk> I do the conversion with

jk> txt2pdbdoc -c -v file.tex file.tex file.pdb

jk> That produces a file.pdb file that I transfer to the Palm V with
jk> "install" on J-Pilot. Once that's done it can be opened with SiEd
jk> on the Palm. It can even be edited and saved, and retrieved by
jk> doing a backup of the Palm, but it takes about 5 seconds a
jk> character for the reasons stated (a couple warning boxes come up
jk> for each character that's changed).

>>> There has to be another way. Can anyone tell me what it is? (If
>>> Linux is difficult and Windows is easy say so and maybe that can
>>> be a fallback.)

ri> For larger, and compressed, files, you might look at:

ri> http://www.freewarepalm.com/docs/zdocj.shtml

jk> SiEd is apparently a better editor for moderate sized files (less
jk> than 100k) so I hope to get it working.

ri> -- Sincerely,

ri> Ray Ingles (313) 227-2317

ri> "A PC without Windows is like chocolate cake with no mustard." -
ri> JAPH Doggy, on Slashdot

jk> Thanks much for the response! This is all a bit confusing for a
jk> newbie.

jk> -- Jim Kalb

--
Jim Kalb
Back to top
Login to vote
Display posts from previous:   
Related Topics:
No menu on Sied (using Visor Neo). - Can someone tell me if Sied works on Visor Neo with Palm 3.5.2? Or if there's another decent freeware text editor out ...

No menu on Sied (using Visor Neo). - Can someone tell me if Sied works on Visor Neo with Palm 3.5.2? Or if there's another decent freeware text editor out ...

Clie file transfer - Hi, I have an PEG-SJ22 and am trying to transfer a jpg file from my T610 using bluetooth. The clie is saying it dose...

Clie file transfer - Hi, I have an PEG-SJ22 and am trying to transfer a jpg file from my T610 using bluetooth. The clie is saying it dose...

transfer file to PC - Hi: If I use T3 with a SD card, how can I transfer regular binary files such as .zip or .exe or ..... from my desktop ...

transfer file to PC - Hi: If I use T3 with a SD card, how can I transfer regular binary files such as .zip or .exe or ..... from my desktop ...
       Soft32 Home -> PDA -> Palmtop All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows
 Linux
 Mac
  PDA


[ Contact us | Terms of Service/Privacy Policy ]