-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnewton-faq-software.html
887 lines (665 loc) · 59 KB
/
newton-faq-software.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
<!DOCTYPE html>
<html lang="en">
<head>
<title>Newton FAQ: Software</title>
<meta charset="utf-8">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Frequently asked questions and answers lovingly compiled and sporadically edited specifically for the Apple Newton community.">
<meta name="author" content="The Newton FAQ Group">
<link rel="shortcut icon" href="favicon.ico">
<link rel="me" href="https://mastodon.social/@splorp">
<link rel="stylesheet" type="text/css" media="screen" href="styles.css?2024012300">
</head>
<body>
<header>
<h1><a href="index.html">Newton FAQ</a></h1>
<p>Answers to common questions regarding Apple’s Newton computing platform.</p>
<hr>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="newton-faq-introduction.html">Introduction</a></li>
<li><a href="newton-faq-hardware.html">Hardware</a></li>
<li><a href="newton-faq-nos.html">Newton OS</a></li>
<li><a href="newton-faq-community.html">Community</a></li>
<li><strong>Software</strong></li>
<li><a href="newton-faq-books.html">Newton Books</a></li>
<li><a href="newton-faq-development.html">Development</a></li>
<li><a href="newton-faq-history.html">Change History</a></li>
</ul>
</nav>
<hr>
</header>
<section>
<h2>Part V: Software</h2>
<article>
<ol type="A">
<li><a href="#VA">Where can I find software for my Newton?</a>
<ol>
<li><a href="#VA1">Software Archives</a></li>
<li><a href="#VA2">Software Developers</a></li>
</ol>
</li>
<li><a href="#VB">What software is available from Apple?</a>
<ol>
<li><a href="#VB1">Connection, backup, and package installer software</a>
<ol type="a">
<li><a href="#VB1a">Newton Connection Kit</a></li>
<li><a href="#VB1b">Newton Backup Utility</a></li>
<li><a href="#VB1c">Newton Package Installer</a></li>
<li><a href="#VB1d">Newton Connection Utilities</a></li>
</ol>
</li>
<li><a href="#VB2">Book creation and development software</a>
<ol type="a">
<li><a href="#VB2a">Newton Press</a></li>
<li><a href="#VB2b">Newton Book Maker</a></li>
<li><a href="#VB2c">Newton Toolkit</a></li>
<li><a href="#VB2d">Newton C++ Toolbox</a></li>
</ol>
</li>
<li><a href="#VB3">MacinTalk</a>
<ol type="a">
<li><a href="#VB3a">Does MacinTalk work on my Newton?</a></li>
<li><a href="#VB3b">Where can I find MacinTalk?</a></li>
<li><a href="#VB3c">How do I use MacinTalk to convert text to speech?</a></li>
<li><a href="#VB3d">Can I change the voice used by MacinTalk?</a></li>
<li><a href="#VB3e">Can I change the volume of MacinTalk?</a></li>
</ol>
</li>
<li><a href="#VB4">Newton Works</a>
<ol type="a">
<li><a href="#VB4a">Does Newton Works work on my Newton?</a></li>
<li><a href="#VB4b">Where can I find Newton Works?</a></li>
<li><a href="#VB4c">What word processing software can I use on my Newton?</a></li>
<li><a href="#VB4d">Where can I find spreadsheet, drawing, and calculation stationery?</a></li>
<li><a href="#VB4e">What spreadsheet software can I use on my Newton?</a></li>
</ol>
</li>
<li><a href="#VB5">Where can I find the software that came with my Newton?</a></li>
</ol>
</li>
<li><a href="#VC">Software Problems</a>
<ol>
<li><a href="#VC1">I’m seeing an error message on my Newton. What does it mean?</a>
<ol type="a">
<li><a href="#VC1a">Negative Numbers</a></li>
<li><a href="#VC1b">Positive Numbers</a></li>
</ol>
</li>
<li><a href="#VC2">My Newton crashes or hangs at startup. What can I do?</a></li>
<li><a href="#VC3">How do I get support for a software program?</a></li>
<li><a href="#VC4">How do I help a developer fix bugs I have found?</a>
<ol type="a">
<li><a href="#VC4a">How do I create an error log?</a></li>
<li><a href="#VC4b">How do I create a list of installed packages?</a></li>
</ol>
</li>
</ol>
</li>
<li><a href="#VD">Internet</a>
<ol>
<li><a href="#VD1">How do I connect to the internet on my Newton?</a>
<ol type="a">
<li><a href="#VD1a">What do I need?</a></li>
<li><a href="#VD1b">What’s the difference between NIE 1.1 and NIE 2.0?</a></li>
<li><a href="#VD1c">Can my Newton share another computer’s internet connection?</a></li>
</ol>
</li>
<li><a href="#VD2">What internet software is available?</a>
<ol type="a">
<li><a href="#VD2a">Email</a></li>
<li><a href="#VD2b">Web</a></li>
<li><a href="#VD2c">Newsgroups</a></li>
<li><a href="#VD2d">Chat</a></li>
<li><a href="#VD2e">FTP</a></li>
<li><a href="#VD2f">Terminal Emulation</a></li>
<li><a href="#VD2g">Telnet</a></li>
<li><a href="#VD2h">VNC</a></li>
<li><a href="#VD2i">RSS</a></li>
</ol>
</li>
<li><a href="#VD3">How do I read AOL mail on my Newton?</a></li>
<li><a href="#VD4">Is there a Sherlock equivalent for the Newton?</a></li>
<li><a href="#VD5">Can I use my Newton as a web server?</a></li>
<li><a href="#VD6">Are there any search engines I can access using a Newton?</a></li>
</ol>
</li>
<li><a href="#VE">Fonts</a>
<ol>
<li><a href="#VE1">Where can I find Roman fonts for the Newton?</a></li>
<li><a href="#VE2">How do I make a Newton font?</a></li>
<li><a href="#VE3">Why don’t Newton fonts print properly?</a></li>
</ol>
</li>
<li><a href="#VF">Audio</a>
<ol>
<li><a href="#VF1">What software do I need to play audio?</a></li>
<li><a href="#VF2">What software do I need to record audio?</a></li>
</ol>
</li>
<li><a href="#VG">International & Localized Software</a>
<ol>
<li><a href="#VG1">Where can I find software for non-Roman languages?</a></li>
<li><a href="#VG2">Is there a web browser that supports non-Roman encodings?</a></li>
</ol>
</li>
<li><a href="#VH">Data Transfer & Synchronization</a>
<ol>
<li><a href="#VH1">What software can be used to transfer data?</a></li>
<li><a href="#VH2">What software can be used to synchronize data with other applications?</a></li>
</ol>
</li>
</ol>
<hr>
<h3 id="VA">A. Where can I find software for my Newton?</h3>
<h4 id="VA1">1. Software Archives</h4>
<ul>
<li>The <a href="http://www.unna.org/">United Network of Newton Archives</a> (UNNA) is by far the most comprehensive collection of Newton software and documentation, including <a href="http://mirrors.unna.org/">site mirrors</a> of historical importance.</li>
<li>Pawel Piotrowski’s <a href="http://software.applenewton.co.uk/">Newton Software Backup Server</a> consists of a large repository of <a href="http://applenewton.co.uk/2020/02/07/newton-software-cd-images/">CD images</a>, plus a mirror of <a href="http://www.unna.org/">UNNA</a>.</li>
<li>The <a href="https://archive.info-mac.org/nwt/">Info-Mac Archive</a> has a smaller collection of files, also browsable via their <a href="https://www.info-mac.org/viewforum.php?f=168">forum</a> interface.</li>
<li><a href="https://kalleboo.com">Karl Baron</a> created a <a href="http://kalleboo.com/hosted/info-mac-browser.php?dir=nwt">simple web interface</a> for browsing Info-Mac digests that is also Newton friendly.</li>
</ul>
<h4 id="VA2">2. Software Developers</h4>
<p>There are several Newton developers who still actively support and maintain their products or at least have kept information and downloads available.</p>
<ul>
<li><a href="http://newtonresearch.org/">Simon Bell</a></li>
<li><a href="http://www.drissman.com/avi/newton/">Avi Drissman</a></li>
<li><a href="http://www.enfour.co.jp/newton/">Enfour</a> (Japan)</li>
<li><a href="http://www.enfour.com/newton/">Enfour</a> (North America)</li>
<li><a href="http://www.fivespeedsoftware.com/">Five Speed Software</a></li>
<li><a href="https://www.pda-soft.de/en/software/software.html">Frank Gründel</a></li>
<li><a href="http://www.kallisys.com/">Paul Guyot</a></li>
<li><a href="https://40hz.org/">Eckhart Köppen</a></li>
<li><a href="http://dev.newtontalk.net/dpadilla/progs.htm">Daniel Padilla</a></li>
<li><a href="http://www.sealiecomputing.com/">Sealie Computing</a></li>
<li><a href="http://www.silverwaresoftware.com/Software.shtml">SilverWare</a></li>
<li><a href="http://www.smartdogsw.com/">Smart Dog Software</a></li>
<li><a href="http://www.softwarebueromueller.de/englisch/newton/">Softwarebüro Müller</a></li>
<li><a href="http://www.standalone.com/newtonos/">Stand Alone</a></li>
<li><a href="http://www.tempel.org/newton/">Thomas Tempelmann</a></li>
<li><a href="https://tow.com/projects/newton/">Adam Tow</a></li>
<li><a href="https://communicrossings.com/html/newton/">Steve Weyer</a></li>
</ul>
<p>The following defunct developer sites have been saved in the <a href="https://web.archive.org/">Internet Archive</a>.</p>
<ul>
<li><a href="https://web.archive.org/web/20050430170503/http://www.catamount.com/NewtonApps/">Catamount Software</a></li>
<li><a href="https://web.archive.org/web/20010411135301/http://www.newts.com/newton/">Innovative Computer Solutions</a></li>
<li><a href="https://web.archive.org/web/20011115144812/http://www.landware.com/catalog/newton/">LandWare</a></li>
<li><a href="https://web.archive.org/web/20031230163927/http://pelicanware.com/">PelicanWare</a></li>
</ul>
<hr>
<h3 id="VB">B. What software is available from Apple?</h3>
<h4 id="VB1">1. Connection, backup, and package installer software</h4>
<h5 id="VB1a">a. Newton Connection Kit</h5>
<p>Newton Connection Kit (NCK) is an application that allows you to synchronize, backup, and manage data from a Newton device using a Mac OS or Windows computer.</p>
<p>NCK only works with Newton OS 1.x devices. For Newton OS 2.x devices, use <a href="#VB1d">Newton Connection Utilities</a> (NCU).</p>
<p>Downloads</p>
<ul>
<li><a href="http://www.unna.org/view.php?/apple/connection_utils/ForMac/NewtonConnectionKit">Mac OS</a></li>
<li><a href="http://www.unna.org/view.php?/apple/connection_utils/ForPC/NewtonConnectionKit">Windows</a></li>
</ul>
<p>Documentation</p>
<ul>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0305272ANCNCT2UD.PDF">Newton Connection 2.0 Update</a> (Mac OS)</li>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0305277ANCNCTKITWINUG.PDF">Newton Connection Kit for Windows User’s Guide</a></li>
</ul>
<p>See also: <a href="newton-faq-hardware.html#IIA5">Where can I find user manuals and documentation?</a></p>
<h5 id="VB1b">b. Newton Backup Utility</h5>
<p>Newton Backup Utility (NBU) can install packages, as well as backup and restore data between a Newton device and a Mac OS or Windows computer.</p>
<p>Downloads</p>
<ul>
<li><a href="http://www.unna.org/view.php?/apple/connection_utils/ForMac/NewtonBackupUtility">Mac OS</a></li>
<li><a href="http://mirrors.unna.org/download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Newton/For_DOS-Windows/Other_Newton_Updates/NBU101EN.ZIP">Windows</a></li>
</ul>
<ul>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0080027ANEWTBACKUG.PDF">Newton Backup Utility User’s Guide</a> (Mac OS)</li>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0300028ANEWTUGWOS.PDF">Newton Backup Utility User’s Guide</a> (Windows)</li>
</ul>
<p>See also: <a href="newton-faq-hardware.html#IIA5">Where can I find user manuals and documentation?</a></p>
<h5 id="VB1c">c. Newton Package Installer</h5>
<p>Newton Package Installer (NPI) does what it says. It installs packages on a Newton device from a Mac OS or Windows computer.</p>
<p>Downloads</p>
<ul>
<li><a href="http://www.unna.org/unna/apple/connection_utils/ForMac/NewtonPackageInstaller.sea.hqx">Mac OS</a></li>
<li><a href="http://www.unna.org/unna/apple/connection_utils/ForPC/NewtonPackageInstaller">Windows</a></li>
</ul>
<h5 id="VB1d">d. Newton Connection Utilities</h5>
<p>Newton Connection Utility (NCU) provides package installation, data backup, import and export of data.</p>
<p>NCU only works with Newton OS 2.x devices. For Newton OS 1.x devices, use <a href="#VB1a">Newton Connection Kit</a>.</p>
<p>Downloads</p>
<ul>
<li><a href="http://www.unna.org/view.php?/apple/connection_utils/ForMac/NewtonConnectionUtilities">Mac OS</a></li>
<li><a href="http://www.unna.org/view.php?/apple/connection_utils/ForPC/NewtonConnectionUtilites">Windows</a></li>
</ul>
<p>Documentation</p>
<ul>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0307273ANCNCTMOSUM.PDF">Newton Connection Utilities User’s Manual</a> (Mac OS)</li>
<li><a href="https://download.info.apple.com/Apple_Support_Area/Manuals/newton/0307288ANCNCTWINUM.PDF">Newton Connection Utilities User’s Manual</a> (Windows)</li>
</ul>
<p>See also: <a href="newton-faq-hardware.html#IIA5">Where can I find user manuals and documentation?</a></p>
<h4 id="VB2">2. Book creation and development software</h4>
<h5 id="VB2a">a. Newton Press</h5>
<p><a href="http://www.unna.org/view.php?/apple/software/NewtonPress">Newton Press</a> can be found on UNNA.</p>
<p>See also: <a href="newton-faq-hardware.html#IIA5">Where can I find user manuals and documentation?</a></p>
<h5 id="VB2b">b. Newton Book Maker</h5>
<p><a href="http://www.unna.org/view.php?/apple/development/Bookmaker">Newton Book Maker</a> with documentation can be found on UNNA.</p>
<h5 id="VB2c">c. Newton Toolkit</h5>
<p>See: <a href="newton-faq-development.html#VIIA1a">Development: Newton Toolkit</a></p>
<h5 id="VB2d">d. Newton C++ Toolbox</h5>
<p>See: <a href="newton-faq-development.html#VIIA1b">Development: Newton C++ Toolbox</a></p>
<h4 id="VB3">3. MacinTalk</h4>
<h5 id="VB3a">a. Does MacinTalk work on my Newton?</h5>
<p>MacinTalk only works with Newton OS 2.1 devices, including the MessagePad 2000, MessagePad 2100, and eMate 300.</p>
<p>Detailed information on using the various text-to-speech capabilities of MacinTalk can be found in the following articles:</p>
<ul>
<li><a href="https://communicrossings.com/html/newton/newtscape/docs/a0000003.shtml">How to Work with the Text-to-Speech Extension</a> by William Nelson and Jake Bordens</li>
<li><a href="https://communicrossings.com/html/newton/newtscape/docs/a0000004.shtml">More Newton Text to Speech</a> by Jim Bailey</li>
</ul>
<p>If you have a Newton OS 1.x device, you can try John Saccente’s <a href="http://matejhorvat.si/en/newton/yak/">Yak</a> instead.</p>
<h5 id="VB3b">b. Where can I find MacinTalk?</h5>
<p>To use MacinTalk, you’ll need to install the MacinTalk and SpeakText packages, which are usually named <code>macintal.pkg</code> and <code>speaktex.pkg</code> respectively.</p>
<p>These packages are available here:</p>
<ul>
<li>UNNA’s <a href="http://www.unna.org/view.php?/apple/software/TextToSpeech">TextToSpeech</a></li>
<li>Chris Frost’s <a href="http://www.frostnet.net/chris/newton/html/macintalk.html">Newton Home</a></li>
</ul>
<h5 id="VB3c">c. How do I use MacinTalk to convert text to speech?</h5>
<p>In most applications, tap the action or routing button and select “Speak Text” from the picker. MacinTalk will begin speaking the text in the current window. A good place to try this is the Notepad application.</p>
<p>You can also use MacinTalk to speak the contents of a Newton Book.</p>
<p>See also: <a href="newton-faq-books.html#VIA2">How do I use MacinTalk with a Newton Book?</a></p>
<h5 id="VB3d">d. Can I change the voice used by MacinTalk?</h5>
<p>MacinTalk includes nine voices to choose from.</p>
<ul>
<li>Fred (Male, middle pitch, default)</li>
<li>Ralph (Male, low pitch)</li>
<li>Junior (Male, high pitch)</li>
<li>Kathy (Female, middle pitch)</li>
<li>Princess (Female, high pitch)</li>
<li>Zarvox (Computer, echo)</li>
<li>Whisper (Male, whispering)</li>
<li>Good News (Happy, singing)</li>
<li>Bad News (Sad, singing)</li>
</ul>
<p>To change the voice, open the InOut Box, tap the “i” button and select “Speak Text Prefs”. Choose the voice you wish to use from the “Voice” picker.</p>
<p>The voice parameter can also be set programmatically using the <code>[[svox]]</code> syntax.</p>
<p>See the Embedded Commands section of <a href="https://communicrossings.com/html/newton/newtscape/docs/a0000004.shtml">More Newton Text to Speech</a> for more information.</p>
<h5 id="VB3e">e. Can I change the volume of MacinTalk?</h5>
<p>The volume is set to its maximum level by default. The easiest way to change how loud MacinTalk speaks is to change the volume on your Newton device. Keep in mind that if the volume of your Newton is also set to its maximum level, that is as loud as MacinTalk will get.</p>
<p>The volume parameter can be set programmatically using the <code>[[volm]]</code> syntax. Since the default volume setting is 1.0, it can’t be set any louder than whatever the maximum volume of your Newton device is set to. You can set the volume parameter to an absolute value between 0.0 and 1.0, or you can adjust the volume up and down using a relative value, such as <code>[[volm +0.1]]</code> or <code>[[volm -0.1]]</code>.</p>
<p>See the Embedded Commands section of <a href="https://communicrossings.com/html/newton/newtscape/docs/a0000004.shtml">More Newton Text to Speech</a> for more information.</p>
<h4 id="VB4">4. Newton Works</h4>
<h5 id="VB4a">a. Does Newton Works work on my Newton?</h5>
<p>Newton Works requires a device running Newton OS 2.1, specifically the eMate 300, MessagePad 2100, or an upgraded MessagePad 2000. It won’t work on any other device. Some components of Newton Works are built into the eMate ROM. The various Newton Works packages must otherwise be installed separately on a MessagePad 2100 or upgraded MessagePad 2000.</p>
<p>Paper is the word processing component of Newton Works. It is designed to be used with a keyboard, rather than with a stylus. However, Standalone Software’s <a href="http://www.unna.org/view.php?/applications/NewtonWorks/hwrworks">HWRWorks</a> enables handwriting recognition to be used as an input method for Paper.</p>
<p>Andree Dettmer compiled a list of Newton Works links on his <a href="http://dettmer.maclab.org/newton/300.html#mitgel">Newton Does It!</a> site, including software that enhances its functionality.</p>
<h5 id="VB4b">b. Where can I find Newton Works?</h5>
<p>Newton Works is included on the CD that came with the MessagePad 2000, MessagePad 2100, and eMate 300.</p>
<p><a href="http://www.unna.org/view.php?/applications/NewtonWorks">Newton Works</a> is also available from <a href="http://www.unna.org/">UNNA</a>.</p>
<p>See also: <a href="#VB5">Where can I find the software that came with my Newton?</a></p>
<h5 id="VB4c">c. What word processing software can I use on my Newton?</h5>
<p>Paper is the word processing component of Newton Works. It is the default backdrop application on the eMate 300.</p>
<p>If you’re Newton device does not support Newton OS 2.1, you can use <a href="https://web.archive.org/web/20031205010441/http://www.pelicanware.com/aw.html">AvailWorks</a> by PelicanWare.</p>
<h5 id="VB4d">d. Where can I find spreadsheet, drawing, and calculation stationery?</h5>
<p>There are several additional stationery packages for Newton Works. Works Calculations provides graphic calculator functionality, Works Draw provides drawing functionality, <a href="https://web.archive.org/web/20031012015732/http://pelicanware.com/qfw111rm.html">QuickFigure Works</a> provides spreadsheet functionality, and <a href="http://www.unna.org/view.php?/applications/database/EBase">EBase</a> provides simple database functionality.</p>
<p>Works Calculations is included on the original eMate Connectivity CD. QuickFigure Works is included on the original eMate Connectivity CD and MessagePad 2100 CD.</p>
<p>See also: <a href="#VB5">Where can I find the software that came with my Newton?</a></p>
<p>Various components and packages for <a href="http://www.unna.org/view.php?/applications/NewtonWorks">Newton Works</a>, including the Works Draw stationery, are available from UNNA.</p>
<h5 id="VB4e">e. What spreadsheet software can I use on my Newton?</h5>
<p><a href="https://web.archive.org/web/20031230163927/http://pelicanware.com/">PelicanWare</a> made a spreadsheet application called <a href="https://web.archive.org/web/20031002141719/http://pelicanware.com/qfp.html">QuickFigure Pro</a>. They also made the multi-function productivity suite <a href="https://web.archive.org/web/20031205010441/http://www.pelicanware.com/aw.html">AvailWorks</a>, which included a spreadsheet tool.</p>
<p>Macapa’s <a href="http://www.unna.org/view.php?/applications/NapkinCalc1.1">Napkin Calc</a> is a application that lets you create sheets where you enter numbers and text, then perform calculations on that data. Napkin Calc supports more than one sheet on screen at a time.</p>
<h4 id="VB5">5. Where can I find the software that came with my Newton?</h4>
<p>Newton devices originally shipped with either a CD or a set of floppy disks containing software. Most of the <a href="http://www.unna.org/view.php?/apple">Apple supplied software</a> is available from UNNA.</p>
<p>Additionally, the Windows CD is available online:</p>
<ul>
<li><a href="http://www.unna.org/view.php?/apple/software/2100CDROM">MessagePad 2100 US CD</a> (Windows)</li>
<li>eMate 300 CD (Windows)</li>
<li>MessagePad 2100-D CD (Windows)</li>
</ul>
<hr>
<h3 id="VC">C. Software Problems</h3>
<h4 id="VC1">1. I’m seeing an error message on my Newton. What does it mean?</h4>
<p>There are two types of error codes that may appear on a Newton device.</p>
<h5 id="VC1a">a. Negative Numbers</h5>
<p>These are errors generated by the Newton OS. The number usually provides some indication about the source of the error.</p>
<p>A complete list of these error codes can be found in the <a href="https://web.archive.org/web/20150611073044/http://download.info.apple.com/Apple_Support_Area/Manuals/newton/NewtonProgrammerRef20.PDF">Newton Programmer’s Reference for Newton 2.0</a></p>
<p>Chris Frost also produced a <a href="http://www.frostnet.net/chris/newton/html/books.html">Newton Book</a> of Newton OS 2.0 Error Codes.</p>
<p>Victor Rehorst created <a href="http://tools.unna.org/errors/">an online database</a> which includes an expanded list of error codes.</p>
<p>See also: <a href="newton-faq-nos.html#IIIC2a">What is the -10061 error?</a></p>
<h5 id="VC1b">b. Positive Numbers</h5>
<p>An error with a positive number usually indicates a bus error caused by a bad reference to a NewtonScript object or an error in some piece of C++ code.</p>
<p>These types of errors may also be triggered by hardware problems, where the processor tried to access data at a certain address and the request could not be completed successfully.</p>
<h4 id="VC2">2. My Newton crashes or hangs at startup. What can I do?</h4>
<p>There is probably an incompatible or corrupted package on your Newton that is causing it to crash. You can try to solve this by deactivating all packages by performing a soft reset with extensions off. Refer to question <a href="newton-faq-nos.html#IIIB2c">IIIB2c</a> for details on how to do this. Restarting with extensions off will allow you to start up your Newton and delete the offending package.</p>
<h4 id="VC3">3. How do I get support for a software program?</h4>
<p>I like a particular shareware program, but it requests that I enter a code to activate it. I tried to contact the author, but with no success. What should I do?</p>
<p>As a Newton developer, I would suggest you work to find the author. Ask the Newton community by a post in the newsgroups and mailing lists.</p>
<h4 id="VC4">4. How do I help a developer fix bugs I have found?</h4>
<h5 id="VC4a">a. How do I create an error log?</h5>
<p><a href="https://web.archive.org/web/19981205133557/http://www.tactile.com/bugTrap.html">BugTrap</a> by Tactile Systems creates a new note every time an error occurs, such as when you see the “Sorry an error occurred” message. The contents of this note can be sent to a developer to help troubleshoot the error. BugTrap is also available from <a href="http://www.unna.org/view.php?/development/tools/Bugtrap">UNNA</a>.</p>
<h5 id="VC4b">b. How do I create a list of installed packages?</h5>
<p><a href="http://www.unna.org/view.php?/utilites/TrashPak">TrashPak</a> from Atomic Software has several useful maintenance features, including the ability to create a list of all packages installed on a Newton device. This can help a developer determine if a package or extension is conflicting with another piece of software.</p>
<hr>
<h3 id="VD">D. Internet</h3>
<h4 id="VD1">1. How do I connect to the internet on my Newton?</h4>
<h5 id="VD1a">a. What do I need?</h5>
<p>First of all, internet connectivity requires Newton OS 2.x.</p>
<p>The download speed when accessing email or newsgroups is limited more by the modem than by the Newton device. Accessing these services on a MessagePad 120 or MessagePad 130 can be done, but it does require a significant amount of memory for the Newton Internet Enabler and associated applications. Web browsing can be painfully slow of these Newton devices.</p>
<p><a href="https://cs.gmu.edu/~sean/">Sean Luke</a> explains:</p>
<blockquote>“The MessagePad 130 contains an ARM 610 running at 20 MHz with no pipelining, no superscalar architecture, no L2 cache, and a bytecode-interpreted programming language. When was the last time you surfed the web on a Mac Plus? A PC/AT? You should be amazed that Newt’s Cape runs at all on an MessagePad 130!”</blockquote>
<p>You’ll need access to an internet service provider, a compatible modem, as well as the Newton Internet Enabler (NIE) package. This software was provided on the CD or floppy disks that came with your Newton.</p>
<p>See also: <a href="#VB5">Where can I find the software that came with my Newton?</a></p>
<h5 id="VD1b">b. What’s the difference between NIE 1.1 and NIE 2.0?</h5>
Newton Internet Enabler 2.0 is a major upgrade from 1.1 and includes several new features, including:
<ul>
<li>Ethernet PC Card support</li>
<li>Support for both AppleTalk and TCP/IP over ethernet</li>
<li>Support for TCP/IP tunneled over AppleTalk</li>
<li>Support for DHCP and MacIP servers</li>
<li>Support for multiple DNS servers</li>
<li>Improved modem and serial connection, such as:
<ul>
<li>Re-dialing of phone numbers</li>
<li>Multiple phone numbers for a single location</li>
<li>Login script activity window</li>
<li>Logout scripts support</li>
<li>Advanced serial connection options (PC Card slot, port speed, etc.)</li>
</ul>
</li>
<li>Bug fixes</li>
</ul>
<p>Most importantly, NIE 2.0 only works on devices running Newton OS 2.1.</p>
<p>See the <a href="https://web.archive.org/web/20020223114201/http://karchive.info.apple.com/article.html?artnum=24192">Newton Internet Enabler 2.0 Read Me</a> support document for additional information.</p>
<h5 id="VD1c">c. Can my Newton share another computer’s internet connection?</h5>
<p>According to Tom Sheppard, while you can provide MacIP (IP packets encapsulated within the AppleTalk protocol) connections over serial LocalTalk to another Mac OS computer, this apparently doesn’t work directly with Newton OS devices.</p>
<p>However, André Wismer notes that you can share an internet connection from another computer using ethernet. This requires some sort of router or gateway software running on the host computer, such Vicomsoft’s <a href="https://web.archive.org/web/20040624012252/http://www.vicomsoft.com/vig/vig.main.html">InterGate</a> or Sustainable Softwork’s <a href="http://www.sustworks.com/site/prod_ipr_overview.html">IPNetRouter</a>. The Newton device is connected to the ethernet network using a <a href="https://en.wikipedia.org/wiki/LocalTalk-to-Ethernet_bridge">LocalTalk to Ethernet bridge</a> and the gateway provides the required IP address and DNS settings.</p>
<h4 id="VD2">2. What internet software is available?</h4>
<p>Steve Weyer compiled a list of <a href="https://communicrossings.com/html/newton/newtscape.htm#Other">internet related applications and tools</a> as part of his <a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> browser page.</p>
<h5 id="VD2a">a. Email</h5>
<ul>
<li><a href="http://newtonresearch.org/simplemail/">SimpleMail</a> by Simon Bell</li>
<li><a href="http://newtonresearch.org/mailv/">Mail V</a> by Simon Bell supports both POP3 and IMAP protocols.</li>
<li>Paul Guyot’s <a href="https://github.com/pguyot/mbedtls-NewtonOS/releases/tag/v2.6.16">mbedTLS for NewtonOS</a> enables <a href="http://newtonresearch.org/mailv/">Mail V</a> to use SSL for IMAP.</li>
<li><a href="http://www.unna.org/view.php?/internet/email/Enroute1.43">EnRoute</a> was originally bundled with Newton software disks.</li>
<li><a href="http://www.unna.org/view.php?/internet/email/EudoraPro1.1">Eudora Pro</a> by QualComm</li>
<li>Eudora Light for Newton allows you to interact with email messages on a Newton device and then sent via a <a href="http://www.unna.org/view.php?/internet/email/EudoraLite1.0fc1-mac">Mac OS</a> or <a href="http://www.unna.org/view.php?/internet/email/EudoraLite1.0fc1-win">Windows</a> computer.</li>
<li><a href="https://web.archive.org/web/20000817112034/http://www.lunatech.com/products/lunasuite/">LunaSuite Pro</a> by LunaTech. (Also available from <a href="http://www.unna.org/view.php?/internet/LunaSuite-Pro-2_1Bc350EN">UNNA</a>)</li>
<li><a href="http://www.enfour.com/newton/gofetch/">GoFetch</a> by Enfour. (Also available from <a href="http://www.unna.org/view.php?/internet/email/GoFetch1.27">UNNA</a>)</li>
<li><a href="http://www.enfour.com/newton/unimail/">Unimail</a> by Enfour. (Also available from <a href="http://www.unna.org/view.php?/internet/email/UniMail1.01E">UNNA</a>)</li>
</ul>
<h5 id="VD2b">b. Web</h5>
<ul>
<li><a href="https://40hz.org/Pages/newton/packages/courier/">Courier</a> by Eckhart Köppen also handles <a href="#VD2i">RSS</a> feeds.</li>
<li><a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> by Steve Weyer</li>
<li><a href="https://web.archive.org/web/19990203031938/http://allpen.com/products/">NetHopper</a> by AllPen (Also available from <a href="http://www.unna.org/view.php?/internet/web-browsers/NetHopper3.2">UNNA</a>)</li>
<li><a href="https://web.archive.org/web/20000817112034/http://www.lunatech.com/products/lunasuite/">LunaSuite Pro</a> by LunaTech (Also available from <a href="http://www.unna.org/view.php?/internet/LunaSuite-Pro-2_1Bc350EN">UNNA</a>)</li>
<li><a href="https://web.archive.org/web/20140108061804/http://www.teco.uni-karlsruhe.de/pocketweb/">PocketWeb</a> by Telecooperation Office, University of Karlsruhe</li>
<li><a href="https://web.archive.org/web/19990507092001/http://www.bekkoame.or.jp/~kuwa27/applets/NotesWeb/index.html">NotesWeb</a> by T. Kuwabara uses the Notepad application as a web browser.</li>
<li><a href="https://web.archive.org/web/20010108195000/http://newton.guhl.net/newton/NewtWap/">NewtWap</a> by Eric M. Schneck supports the Wireless Application Protocol (Also available from <a href="http://www.unna.org/view.php?/internet/NewtWAP">UNNA</a>)</li>
</ul>
<p>See also: <a href="#VG2">Is there a web browser that supports non-Roman encodings?</a></p>
<h5 id="VD2c">c. Newsgroups</h5>
<ul>
<li><a href="https://web.archive.org/web/20010611075417/http://dejavusoftware.com/Ink/">Ink Spot</a> from DejaVu Software</li>
<li><a href="http://www.standalone.com/MessagePad/Paperboy/">Paperboy</a> by Stand Alone</li>
<li><a href="https://web.archive.org/web/20020806194347/http://www.visualnewt.com/Newton/NewtsPaper.html">Newt’sPaper</a> from Serg Koren. (Download available from the Internet Archive for <a href="https://web.archive.org/web/20021010052846/http://www.visualnewt.com/Products/Newton/NewtsPaper.sit">Mac OS</a> & <a href="https://web.archive.org/web/20020908110335/http://www.visualnewt.com/Newton/NP/NP.ZIP">Windows</a>)</li>
<li><a href="https://web.archive.org/web/19990430063111/http://www.bekkoame.or.jp/~kuwa27/applets/NewsReader/index.html">NewsReader</a> by T. Kuwabara (Download available from <a href="http://www.unna.org/view.php?/internet/NewsReader0.4b">UNNA</a>)</li>
</ul>
<h5 id="VD2d">d. Chat</h5>
<ul>
<li><a href="https://web.archive.org/web/20040203125836/http://icebergtech.hypermart.net/NCQ/">NCQ</a> by Pablo Resines</li>
<li><a href="https://web.archive.org/web/20011204184947/http://newton.guhl.net/newton/newtjabber/">NewtJab</a> by Eric Schneck</li>
<li>NewtCQ is being designed by Justin Streufert</li>
</ul>
<h5 id="VD2e">e. FTP</h5>
<ul>
<li><a href="https://web.archive.org/web/19981203041923/http://www.tactile.com/newtFTP.html">NewtFTP</a> by Tactile Systems</li>
<li><a href="https://web.archive.org/web/20000817112034/http://www.lunatech.com/products/lunasuite/">LunaSuite Pro</a> by LunaTech (Also available from <a href="http://www.unna.org/view.php?/internet/LunaSuite-Pro-2_1Bc350EN">UNNA</a>)</li>
</ul>
<h5 id="VD2f">f. Terminal Emulation</h5>
<ul>
<li><a href="https://web.archive.org/web/19990430060901/http://www.scrawlsoft.com/products/pt100/info.html">PT100</a> by Scrawl</li>
<li><a href="https://web.archive.org/web/19961104102430/http://exmachina.com/products/pocketcall.shtml">PocketCall</a> by Ex Machina</li>
<li><a href="http://mirrors.unna.org/ftp.amug.org/pub/newton/communications/1.x/easy-connect-demo-100-1.5.sit.hqx">Easy Connect</a></li>
<li><a href="http://mirrors.unna.org/ftp.amug.org/pub/newton/communications/1.x/term-2.2.sit.hqx">Term</a></li>
<li><a href="https://web.archive.org/web/19990210065142/http://www.geocities.com/ResearchTriangle/9987/">NewtTerm</a></li>
<li><a href="http://www.unna.org/view.php?/applications/communications/TermLimit1.4">TermLimit</a> by Ed Anuff</li>
<li><a href="https://web.archive.org/web/19981206200712/http://www.easter-eggs.com/newton/eetransfer/eetransf.html">EETransfer</a> by Easter Eggs</li>
</ul>
<h5 id="VD2g">g. Telnet</h5>
<ul>
<li><a href="https://web.archive.org/web/19990430060901/http://www.scrawlsoft.com/products/pt100/info.html">PT100</a> by Scrawl</li>
</ul>
<h5 id="VD2h">h. VNC</h5>
<ul>
<li><a href="https://communicrossings.com/html/newton/vnc.htm">NewtVNC</a> by Steve Weyer implements both VNC client and server.</li>
</ul>
<h5 id="VD2i">i. RSS</h5>
<ul>
<li><a href="https://40hz.org/Pages/newton/packages/courier/">Courier</a> by Eckhart Köppen is also a web browser.</li>
<li><a href="https://40hz.org/Pages/newton/packages/raissa/">Raissa</a> by Eckhart Köppen</li>
</ul>
<h4 id="VD3">3. How do I read AOL mail on my Newton?</h4>
<p>Basically, you can’t.</p>
<p>At one point Catamount Software’s <a href="https://web.archive.org/web/20030621121442/http://www.catamount.com/Aloha2.html">Aloha</a> allowed you to access multiple accounts, but as AOL dropped support for older versions of their client protocol, Aloha stopped functioning.</p>
<p>The current iteration of <a href="https://mail.aol.com/">AOL Mail</a> requires secure web access or <a href="https://help.aol.com/articles/how-do-i-use-other-email-applications-to-send-and-receive-my-aol-mail">an email client that supports SSL</a>. Unfortunately, the Newton OS does not support SSL at this time.</p>
<h4 id="VD4">4. Is there a Sherlock equivalent for the Newton?</h4>
<p><a href="https://cs.gmu.edu/~sean/projects/newton/Hemlock/">Hemlock</a> is a freeware program created by Sean Luke. It allows you to do searches similar to the original Sherlock, using the most recent versions of Steve Weyer’s <a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> browser. It also has extra capabilities, such as importing and exporting of plug-ins.</p>
<h4 id="VD5">5. Can I use my Newton as a web server?</h4>
<p>Believe it or not, yes.</p>
<p><a href="http://npds.free.fr/">Newton Personal Data Sharing</a> (NPDS) is a software suite consisting of a web server and associated support modules for Newton OS 2.x devices. It provides web-based access to notes, names, calendar items, and more.</p>
<h4 id="VD6">6. Are there any search engines I can access using a Newton?</h4>
<p><a href="http://frogfind.com/">FrogFind</a> is a search engine designed specifically for use with vintage computers, including the Newton. It functions as a wrapper around the <a href="https://duckduckgo.com/">DuckDuckGo</a> search engine, converting the search results into very basic HTML that less capable web browsers can understand. It’s quite brilliant, actually.</p>
<p>Pawel Piotrowski also put together a Newton-themed version of FrogFind, appropriately named <a href="http://newtfind.com/">NewtFind</a>.</p>
<p>While not technically a search engine, the <a href="http://directory.sloop.nz/">Sloop Web Directory</a> is an organized listing of websites accessible by older computers.</p>
<hr>
<h3 id="VE">E. Fonts</h3>
<h4 id="VE1">1. Where can I find Roman fonts for the Newton?</h4>
<p>Free fonts:</p>
<ul>
<li>Sean Luke’s <a href="https://cs.gmu.edu/~sean/projects/newton/Fonts/">Fonts for the Newton</a></li>
<li>Prism Research’s <a href="http://newted.org/newtsprism/fonts/fonts.html">Free Newton Fonts</a></li>
<li>Ben Truesdale’s <a href="https://web.archive.org/web/20030115071003/http://newted.org/users/1f2frfbf/storage/fonts/">Fonts</a></li>
<li>Michael Peay’s <a href="https://web.archive.org/web/19990430060901/http://www.scrawlsoft.com/products/pt100/info.html#download">Minico</a> is available as part of Scrawl’s <a href="https://web.archive.org/web/19990430060901/http://www.scrawlsoft.com/products/pt100/info.html">PT100</a> terminal program.</li>
</ul>
<p>Commercial fonts:</p>
<ul>
<li>The <a href="https://web.archive.org/web/20000919225450/http://www.landware.com/writestuff/tour.html#typeset">TypeSet</a> module in LandWare’s <a href="https://web.archive.org/web/20000823084717/http://www.landware.com/writestuff/index.html">WriteStuff</a> adds 9 fonts.</li>
<li><a href="http://www.standalone.com/MessagePad/WorksBetter/">WorksBetter</a> by Stand Alone also includes fonts.</li>
</ul>
<h4 id="VE2">2. How do I make a Newton font?</h4>
<p>The general approach to creating a Newton font is to start with an existing TrueType or bitmap typeface. It’s not a simple process, but the following resources provide information on how to accomplish it.</p>
<ul>
<li>The <a href="https://web.archive.org/web/20020425063636/http://developer.apple.com/fonts/Tools/agreed.html#Converters">Newton Font Tool</a> is the simplest approach. Note that this software only works under Classic Mac OS.</li>
<li>A more robust method requires the use of multiple tools as documented in <a href="https://web.archive.org/web/20020328132446/http://developer.apple.com/fonts/Newton/Index.html">Making Newton OS Fonts</a>. Again, this method only works under Classic Mac OS.</li>
<li>Paul Guyot’s <a href="https://www.newted.org/download/manuals/Newton_Fonts_How-To.pdf">How To Build a Newton Font on Mac OS X</a> explains a similar process using the Classic environment on a Mac running OS X.</li>
</ul>
<p>Some of Apple’s Newton font tools are also available from <a href="http://www.unna.org/unna/development/NewtonDev/parts/FontTools.sit">UNNA</a>.</p>
<p>Sean Luke’s <a href="https://cs.gmu.edu/~sean/projects/newton/Fonts/">Fonts for the Newton</a> page provides source code for both his set of laser printer-compatible PostScript fonts and his customized Chinese language font.</p>
<p>For a more technical deep dive, Apple’s <a href="https://www.newted.org/download/manuals/NewtonFontSpecifications.pdf">Newton Font Specifications</a> describes the structure of Newton TrueType fonts.</p>
<p>Apple also provided some <a href="http://www.unna.org/unna/apple/development/Examples/SampleCodeMac/MonacoTest-4.sea.hqx">font source code</a>.</p>
<h4 id="VE3">3. Why don’t Newton fonts print properly?</h4>
<p>The printing capabilities of the Newton aren’t very sophisticated. When printing to a PostScript printer, the Newton expects the printer to already have the necessary high resolution outline fonts built-in. If those outline fonts are not available, your text will either be printed in a “fallback” font, such as Courier or Helvetica, or may not print at all.</p>
<p>When printing to a non-PostScript printer, the Newton OS renders fonts as best it can. Due to limited storage space, Newton fonts are stored as screen optimized, low resolution bitmaps. Since the fonts are not available at a higher resolution, they’ll appear extremely rough or jaggy when printed.</p>
<hr>
<h3 id="VF">F. Audio</h3>
<h4 id="VF1">1. What software can be used to play audio?</h4>
<p>On MessagePad 2000 and MessagePad 2100 devices, you can record and play messages and sounds using the recording stationary located in the Notepad application and the built-in microphone.</p>
<p>Roger Milne’s <a href="https://web.archive.org/web/20100804203100/http://roger.trideja.com/newton/modplayer.html">ModPlayer</a> plays .MOD music files on Newton OS 2.0 devices. A MOD file contains a set instrument samples, plus a list of patterns on how those samples are played back similar to MIDI. ModPlayer is also available from <a href="http://www.unna.org/view.php?/applications/ModPlayer2.0b1">UNNA</a> along with a <a href="http://www.unna.org/view.php?/sounds/mods">large selection of MOD files</a>.</p>
<p>Steve Weyer’s <a href="https://communicrossings.com/html/newton/newtscape/modsaver.htm">ModSaver</a> plugin for <a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> can be used to pass MOD files located on the web directly to <a href="https://web.archive.org/web/20100804203100/http://roger.trideja.com/newton/modplayer.html">ModPlayer</a>.</p>
<p>Eckhart Köppen’s <a href="https://40hz.org/Pages/newton/packages/madnewton/">MAD Max</a> audio player supports MP3 audio files. The recommended bit rate for MP3 files being played on a Newton device is is 32 kbps mono. According to <a href="http://newtontalk.net/archive/newtontalk/2003-October/1111.html">Luiz Petroni</a> reportedly offers the best balance between size and quality.</p>
<p><a href="http://www.deepfocus.com/newton/SoundIconMaker.shtml">Sound Icon Maker</a> by Deep Focus Designs lets you create your own Newton sounds from audio files.</p>
<p><a href="http://www.deepfocus.com/newton/SoundOff.shtml">Sound Off!</a> by Deep Focus Designs lets you link sounds to specific actions and events.</p>
<p>There are also plenty of playable sounds available as individual packages.</p>
<ul>
<li>UNNA’s <a href="http://www.unna.org/view.php?/sounds">Sounds</a></li>
<li>Deep Focus Designs’ <a href="http://www.deepfocus.com/newton/SoundIcons.shtml">Sound Icons</a></li>
<li>Shane Hill’s collection of <a href="https://sdhengsoft.tripod.com/sounds.html">Custom Sounds</a></li>
</ul>
<h4 id="VF2">2. What software do I need to record audio?</h4>
<p>Audio recording requires a microphone or audio input using a serial or Interconnect port adapter.</p>
<p>See also: <a href="newton-faq-hardware.html#IIB10">Are there any accessories that use the Interconnect port?</a></p>
<p>On MessagePad 2000 and MessagePad 2100 devices, you can record messages and sounds using the built-in microphone and the recording stationary located in the Notepad application.</p>
<p><a href="https://web.archive.org/web/20010303101041/http://www.modasys.de/htmls/produkte/pH/voicenotes/NOS_E.html">VoiceNotes</a> by Modasys dramatically improves the recording quality and uses memory more efficiently than the built-in recording stationary. (Also available from <a href="http://www.unna.org/view.php?/applications/VoiceNotes">UNNA</a>)</p>
<p><a href="https://web.archive.org/web/19980201130934/http://www.visualnewt.com/VoiceAlarm.html">VoiceAlarm</a> by Serg Koren allows you to record sounds which can be used as alerts. (Also available from <a href="http://www.unna.org/view.php?/utilites/alarms-clocks-timers/VoiceAlarm">UNNA</a>)</p>
<hr>
<h3 id="VG">G. International & Localized Software</h3>
<h4 id="VG1">1. Where can I find software for non-Roman languages?</h4>
<p>At one time, C.W. Otto Sohn’s <a href="https://web.archive.org/web/20011104204409/http://www.newttools.com/index.html">NEWTtools</a> site maintained an exhaustive list of <a href="https://web.archive.org/web/20020203154224/http://www.newttools.com/Fonts.html">Fonts, Input Methods, and Font Tools</a>. Be aware of dead links when perusing this resource.</p>
<p>Paul Guyot’s <a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictMgr</a> allows you to disable system dictionaries and manage multiple user dictionaries, particularly for different languages.</p>
<ul>
<li>Brazilian Portugese
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictBR</a> is a 22,000 word Brazilian Portuguese dictionary by Paul Guyot. Word list compiled by Ricardo Ueda Karpischek.</li>
</ul>
</li>
<li>Central European
<ul>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Central European (ISO 8859-2, Windows) encoding using an optional package.</li>
</ul>
</li>
<li>Chinese
<ul>
<li><a href="https://cs.gmu.edu/~sean/projects/newton/Fonts/">Fonts for the Newton</a> by Sean Luke</li>
<li>Chinese Input Method, Unicode encoding translator, dictionaries, fonts, and more by <a href="https://web.archive.org/web/20000608035249/http://nats-www.informatik.uni-hamburg.de/~joseph/newton/index.html">Joseph Chen</a>.</li>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Chinese (Big5) encoding using an optional package.</li>
</ul>
</li>
<li>Cyrillic
<ul>
<li>Cyrillic Reading Pack and Cyrillic Writing Pack by <a href="https://web.archive.org/web/20000608035249/http://nats-www.informatik.uni-hamburg.de/~joseph/newton/index.html">Joseph Chen</a>.</li>
<li>The <a href="http://newtonresearch.org/simplemail/NTE/">SimpleMail Text Encoding</a> page also has some resources, including a Cyrillic Newton Text Encoding module.</li>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Cyrillic (ISO 8859-5, KOI8-R, Windows, Mac OS) encoding using an optional package.</li>
</ul>
</li>
<li>Czech
<ul>
<li>Czech localized keyboard, Newt’s Cape encoding plugin, and fonts by <a href="https://web.archive.org/web/20061007052737/http://metastasis.net/mici/newton.html">Michael Vacik</a>.</li>
</ul>
</li>
<li>Danish
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictDK</a> is a 31,000 word Danish dictionary by Paul Guyot. Word list compiled by Morten Wagner, Peter Dam Bové, and Toke Riis Ebbesen.</li>
</ul>
</li>
<li>Dutch
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictNL</a> is a 10,000 Dutch dictionary by Paul Guyot. Word list compiled by Jeroen Goolouze.</li>
</ul>
</li>
<li>Estonian
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictEE</a> is a 24,000 Estonian dictionary by Paul Guyot. Word list compiled by Kaido Tiigisoon.</li>
</ul>
</li>
<li>Finnish
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictFI</a> is a 24,000 Finnish dictionary by Paul Guyot. Word list compiled by Harri Hohteri.</li>
</ul>
</li>
<li>French
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictFR</a> is a 27,000 French dictionary by Paul Guyot.</li>
<li>Paul Guyot’s <a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">KitFR</a> provides French interfaces for the assist, dates, and address functions.</li>
</ul>
</li>
<li>German
<ul>
<li><a href="https://web.archive.org/web/20030629044403/http://www.logictools.de/newton/english/freeware.html#dlocale">Nick’s D-Locale</a> by Nick Mueller modifies some settings to use German formatting, such sort order, decimal points, and dates.</li>
</ul>
</li>
<li>Greek
<ul>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Greek (ISO 8859-7) encoding using an optional package.</li>
</ul>
</li>
<li>Italian
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictIT</a> is a 62,000 Italian dictionary by Paul Guyot. Word list compiled by Paolo Matteucci.</li>
</ul>
</li>
<li>Japanese
<ul>
<li>Various localized software packages, including Japanese bitmap fonts by <a href="https://web.archive.org/web/19990428121826/http://www.orient.co.jp/~tmurai/freeware/newton/jfont/newtonfontj.html">Tomoyoshi Murai</a>.</li>
<li>Localized software by <a href="https://so-kukan.com/gnue/newton/">Makoto “Gnue” Nukui</a>.</li>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Japanese (ISO 2022-JP, Shift JIS, EUC-JP) encoding using an optional package.</li>
</ul>
</li>
<li>Korean
<ul>
<li><a href="http://newtonresearch.org/mailv/download.html">Mail V</a> supports Korean (EUC-KR) encoding using an optional package.</li>
</ul>
</li>
<li>Spanish
<ul>
<li><a href="http://www.kallisys.com/files/newton/Dicts_and_kits/">DictES</a> is a Spanish dictionary by Paul Guyot. Word list compiled by José Luis Moro.</li>
</ul>
</li>
</ul>
<h4 id="VG2">2. Is there a web browser that supports non-Roman encodings?</h4>
<p><a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> supports Chinese, Japanese, and Cyrillic (in addition to English, French, and German).</p>
<h3 id="VH">H. Data Transfer & Synchronization</h3>
<h4 id="VH1">1. What software can be used to transfer data?</h4>
<ul>
<li><a href="newton-faq-software.html#VB1d">Newton Connection Utilities</a> can import, export, and synchronize data between a Newton device and a Mac OS or Windows computer.</li>
<li><a href="https://newtonresearch.org/connection/">Newton Connection for Mac OS X</a> (NCX) by Simon Bell is a modern replacement for Newton Connection Utilities (NCU). NCX can backup data, import and export dates, names, notes and Newton Works documents, install packages, as well as allow the use of a computer keyboard to enter text on your a device.
<ul>
<li><a href="https://newtonresearch.org/connection/">Newton Connection 3.0</a> (Requires macOS X 10.12 Sierra or later)</li>
<li><a href="https://newtonresearch.org/connection/NCX23.zip">Newton Connection 2.3</a> (Requires OS X 10.10 Yosemite or later)</li>
<li><a href="https://newtonresearch.org/connection/NCX204.zip">Newton Connection 2.0.4</a> (Requires OS X 10.6 Snow Leopard to 10.9 Mavericks)</li>
</ul>
</li>
<li><a href="https://communicrossings.com/html/newton/sloup.htm">Sloup</a> by Steve Weyer allows you to import and export data between a Newton device and a computer using a <a href="newton-faq-software.html#VD2f">terminal emulation</a> program.</li>
<li><a href="https://web.archive.org/web/20000903125505/http://www.landware.com/xport/">X-Port</a> by Innovative Computer Solutions allows you to transfer notes, lists, outlines, names, meetings, screenshots, and packages from your Newton via a Mac OS or Windows application.</li>
<li><a href="http://mirrors.unna.org/ftp.amug.org/pub/newton/utilities/2.x/quickport-1.1.sit.hqx">QuickPort</a> by PowerPen Software provides a global routing mechanism for transferring text to a terminal program on another computer.</li>
<li><a href="https://web.archive.org/web/19981206200712/http://www.easter-eggs.com/newton/eetransfer/eetransf.html">EETransfer</a> by Easter Eggs</li>
<li><a href="http://old.chuma.org/newton/newtdump/">NewtDump</a> by Victor Rehorst is a Windows application that can export Notepad, In Box, Out Box, and Quotes data to text, as well as data from the Name File to vCard or CSV format. Requires Steve Weyer’s <a href="https://communicrossings.com/html/newton/sloup.htm">Sloup</a>.</li>
<li><a href="http://npds.free.fr/">Newton Personal Data Sharing</a> (NPDS) is a web server that runs on your Newton, providing web-based access to notes, names, calendar items, and more.</li>
<li><a href="http://newtonlink.sourceforge.net/">NewtonLink</a> transfers data between a Newton device and native applications running on various flavours of Unix. A slightly earlier version is also available from <a href="http://www.unna.org/unna/unix/newtonlink-1.29.tar.gz">UNNA</a>.</li>
<li><a href="http://unixnpi.sourceforge.net/">UnixNPI</a> is a package installer that compiles on most flavours of Unix, including Mac OS X. The current version communicates only via the serial port.</li>
<li><a href="https://github.com/panicsteve/NewTen/">NewTen</a> by Steven Frank is a Mac OS X package installer based on <a href="http://unixnpi.sourceforge.net/">UnixNPI</a>. NewTen can also be used to extract (or dump) a copy of the ROM from the Newton device. Compiled versions of the application that run on PowerPC-based Macs are available via the <a href="https://web.archive.org/web/20060206023420/http://www.stevenf.com/software/newten/">Internet Archive</a> and <a href="http://www.unna.org/unnasearch/entry.php?pkey=12690">UNNA</a>. Steve “Pablo Marx” White created a version of <a href="https://github.com/pablomarx/NewTen">NewTen for Intel-based Macs</a> that is available on GitHub.</li>
<li><a href="http://www.tempel.org/newton/#DILplugin">Newton Data Browser</a> by Thomas Tempelmann runs on Classic Mac OS (PPC only) and Windows.</li>
<li><a href="http://www.beckedorf.net/Mainpage/NewtShare/newtshare.html">NewtShare</a> by Andre Beckedorf is a lightweight web server for Windows that converts shared files to Newton-friendly packages accessed using Steve Weyer’s <a href="https://communicrossings.com/html/newton/newtscape.htm">Newt’s Cape</a> browser.</li>
<li><a href="https://web.archive.org/web/20001207082500/http://www.revelar.com/rcu.html">Revelar Connection Utility</a> (RCU) by Revelar Software.</li>
<li><a href="https://web.archive.org/web/19981205060727/http://www.tactile.com/packageBuddy.html">PackageBuddy</a> by Tactile Systems provides package exporting.</li>
<li><a href="http://newted.org/newtsprism/BinHexer/BinHexer.html">BinHexer</a> by Jonathan Kipling Knight facilitates the transfer of binary files between a Newton device and another computer.</li>
<li><a href="https://web.archive.org/web/20100210185752/http://www.pixell.net/doppler/newton/">iTunes Newton Plug-in</a> by Eric Schneck allows you to transfer MP3 files directly from iTunes (versions 1 and 2 only) for use in Eckhart Köppen’s <a href="https://40hz.org/Pages/newton/packages/madnewton/">MAD Max</a> audio player.</li>
<li><a href="https://web.archive.org/web/20080212131047/http://www.kallisys.com/newton/dcl/">Desktop Connection Library</a> (DCL) is a multiplatform project to replace Apple’s libraries and applications that connect to and transfer data with Newton devices.</li>
<li><a href="http://aminet.net/package/misc/emu/AmigaNPI">AmigaNPI</a> by David Fong allows you to install packages from an Amiga computer.</li>
</ul>
<p>See also: <a href="newton-faq-nos.html#IIIB3">How do I transfer data to and from a Newton?</a></p>
<h4 id="VH2">2. What software can be used to synchronize data with other applications?</h4>
<p>Most of the software listed below was originally designed to work with now obsolete operating systems and applications. Please keep this in mind when attempting any synchronization tasks. Also, make sure your Newton and its data is backed up.</p>
<ul>
<li><a href="newton-faq-software.html#VB1d">Newton Connection Utilities</a> can synchronize with Mac OS applications such as Now Up-to-Date, Now Contact, Claris Organizer, and Palm Desktop, as well as Schedule+ 7.0 and Lotus Organizer 2.1 on Windows.</li>
<li><a href="http://www.unna.org/view.php?/applications/Cadenza">Cadenza</a> synchronizes data with Lotus Notes. The documentation says that you can synchronize with Lotus Notes 4.5 and 4.6, but Harri Hohteri reported that it will also work with the R5 release. It appears that the <code>nnotes.dll</code> file is required, but may not be included with all versions of Lotus Notes.</li>
<li><a href="https://web.archive.org/web/20040207181225/http://delcannsoftware.com/">Newtourage</a> from DelCann Software synchronizes Name File and Date Book data with Microsoft Entourage for Mac OS.</li>
<li><a href="https://sdhengsoft.tripod.com/notes2notes.html">Notes2Notes</a> synchronizes data between the Notepad application and Microsoft Outlook 97, 98, and 2000 on the Windows platform. Notes2Notes requires the use of Steve Weyer’s <a href="https://communicrossings.com/html/newton/sloup.htm">Sloup</a> utility.</li>
<li><a href="https://web.archive.org/web/20040611090738/http://www.everchanging.com/newton/">NewtSync</a> by Everchanging provides a way to synchronize Name File and Date Book items between a Newton and Mac OS X Jaguar. (Also available from <a href="https://sourceforge.net/projects/newtsync/">SourceForge</a>)</li>
</ul>
<p>To synchronize, import, and export on various Unix platforms, refer to Reinhold Schöb’s <a href="http://newtonlink.sourceforge.net/Newton_and_Linux-mini-HOWTO.html">Linux & Newton Mini How-To</a> (2000)</p>
<p>Additionally, Walter R. Basil put together a <a href="http://newtontalk.net/archive/newtontalk/2002-June/2425.html">tutorial on synchronization with Palm Desktop</a>.</p>
<p>See also: <a href="newton-faq-nos.html#IIIB3">How do I transfer data to and from a Newton?</a></p>
<hr>
</article>
</section>
<footer>
<nav>
<ul>
<li><a href="index.html">Index</a></li>
<li><a href="newton-faq-introduction.html">Introduction</a></li>
<li><a href="newton-faq-hardware.html">Hardware</a></li>
<li><a href="newton-faq-nos.html">Newton OS</a></li>
<li><a href="newton-faq-community.html">Community</a></li>
<li><strong>Software</strong></li>
<li><a href="newton-faq-books.html">Newton Books</a></li>
<li><a href="newton-faq-development.html">Development</a></li>
<li><a href="newton-faq-history.html">Change History</a></li>
</ul>
</nav>
<hr>
<p>Copyright © 1999–2025 The Newton FAQ Group</p>
</footer>
</body>
</html>