<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Syncing Apple &#187; Newton</title>
	<atom:link href="http://dillernet.com/apple/category/newton/feed/" rel="self" type="application/rss+xml" />
	<link>http://dillernet.com/apple</link>
	<description>An Exploration of Technology and Devices</description>
	<lastBuildDate>Mon, 28 Feb 2011 05:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hope for Newton &#8211; squashing the 2010 Bug?</title>
		<link>http://dillernet.com/apple/2009/03/01/hope-for-newton-squashing-the-2010-bug/</link>
		<comments>http://dillernet.com/apple/2009/03/01/hope-for-newton-squashing-the-2010-bug/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:40:33 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=267</guid>
		<description><![CDATA[Mottek: John Arkley was wrong ... Eckhart Köppen has built a Newton patch. So it seems like there are 3 people alive who can do it, despite what John has written. John, Paul and Eckhart. And only one of them is actively developing for the Newton... Which is pretty impressive. Meanwhile, the excellect Nitch software [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://40hz.org/mottek/?p=47">Mottek: John Arkley was wrong</a> ... Eckhart Köppen has built a Newton patch. So it seems like there are 3 people alive who can do it, <a href="http://dillernet.com/apple/2009/02/16/why-the-best-newtons-could-die-next-year/">despite what John has written</a>. John, Paul and Eckhart. And only one of them is actively developing for the Newton... Which is pretty impressive.</p>
<p>Meanwhile, the excellect <a href="http://40hz.org/wiki/index.php/Nitch">Nitch software package</a>, which implements <a href="http://40hz.org/wiki/index.php/GTD">GTD on the Newton</a> has actually made me fire up my 2100 and get it connected to a desktop so that I could install Nitch. Eckhart Köppen has written zn amazingly useful package that really shines on the Newton form factor, and proves that the Newton is relvant even today.</p>
<p>Getting it connected back up to a desktop, to install the software is another story, and is a big issue for anyone getting back into the Newton scene. I'll write that up later.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2009/03/01/hope-for-newton-squashing-the-2010-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the best Newtons could die next year</title>
		<link>http://dillernet.com/apple/2009/02/16/why-the-best-newtons-could-die-next-year/</link>
		<comments>http://dillernet.com/apple/2009/02/16/why-the-best-newtons-could-die-next-year/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:41:51 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=263</guid>
		<description><![CDATA[There is a bad bug in the handing of time for Newton OS 2.1, which is used on most Newtons still around today. Details of the bug have been collected on the 40hz site. There is one 'fix' that doesn't completely work. What is needed is a real system patch, and those are just not [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bad bug in the handing of time for Newton OS 2.1, which is used on most Newtons still around today. Details of the bug have been collected <a href="http://40hz.org/wiki/index.php/Newton_Year_2010_Problem">on the 40hz site</a>. There is one 'fix' that doesn't completely work. What is needed is a real system patch, and those are just not possible anymore, not without massive help from Apple itself.</p>
<p><span id="more-263"></span>Here is a posting back in 1999 from John Arkley, newton engineer about creating system patches. This collection was forwarded on the Newton Talk list by Jon Glass, who collected these.</p>
<p>I've edited for spelling.....</p>
<p><strong>Q. What would I need to do to make my code an OS patch that others could apply?<br />
</strong></p>
<blockquote><p>Well i am not sure how you have been doing this development but i assume you did it with the Newton C++ Tools for Macintosh? or do you just have a prototype algorithm running on a desktop? or did you use NTK? I suggest you just ship a complete app and forget about trying to make a Newton OS "patch". Why? A Newton System Update or "system patch" is a complex intermixed collection of MMU tables, 40-70 assembler "fixes" all packed together in a collection of ordered 4K RAM pages. Building and testing a System Update is complex and expensive process and no single engineer could do it. The Newton OS only supports ONE system patch, so ALL the existing "fixes" and any new ones have to be combined together to combined to create the "next" System Update. Newton OS is unusual in this reqard; it like only allowing ONE "init" in the MacOS instead of a whole folder full of "Extensions". You can't do this "as a system patch"; Apple is the only one who has the tools to build a new System Update and all the engineers who know how to do it don't work for Apple any more (me for example) although _maybe_ there is one remaining employee who could eventually do a new one given enough time. A new NewtonScript GC is not very likely something you could complete and test without the ROM sources. The performance of MANY MANY things in the OS change if the GC is messed with and you probably wouldn't find out just how sensitive the SYSTEM is to changes. Making GC "faster" probably would have negative side effects you couldn't anticipate and it would thus break all kinds of stuff. Having GC happen at the wrong time can have just a bad an effect on the Newton OS as changing it speed would. If you can engineer a new GC for newton OS without documentation and source, i suggest you should be working as a programmer for someone who will pay you well for your effort.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2009/02/16/why-the-best-newtons-could-die-next-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 and the Newton</title>
		<link>http://dillernet.com/apple/2008/12/22/2008-and-the-newton/</link>
		<comments>http://dillernet.com/apple/2008/12/22/2008-and-the-newton/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 05:23:45 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=249</guid>
		<description><![CDATA[Genghis7777 has a great roundup of 2008 Newton Developments. I haven't used my Newton much, but I'm actually considering taking it back up again since the iPhone is not able to track all the notes and things I need to keep around. There is still a strong community, still developing and making the Newton relevant [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://myapplenewton.blogspot.com/2008/10/new-software-and-hardware-developments.html">Genghis7777 has a great roundup of 2008 Newton Developments</a>. I haven't used my Newton much, but I'm actually considering taking it back up again since the iPhone is not able to track all the notes and things I need to keep around. There is still a strong community, still developing and making the Newton relevant in 2008. The newton does things that the iphone may never do; it's strange that something with so much more power is still fundamentally missing the boat. </p>
<p>The post over at My Apple Newton is worth the read, if just to prove that the newton is still here.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2008/12/22/2008-and-the-newton/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenEinstein build 48 for Nokia 770</title>
		<link>http://dillernet.com/apple/2007/07/28/openeinstein-build-48-for-nokia-770/</link>
		<comments>http://dillernet.com/apple/2007/07/28/openeinstein-build-48-for-nokia-770/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 22:58:16 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/28/openeinstein-build-48-for-nokia-770/</guid>
		<description><![CDATA[I've complied OpenEinstein 2007-07 build 48. Current as of today. You can download it below. It's about 1.8 megs, bzipped. It will expand into a 16 meg file. Feel free to download the binary here. You'll need this file also: Einstein.rex. The last thing you need of course is a real Newton ROM, so please [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/logo-light.gif" border="0" height="241" width="161" alt="logo_light.gif" align="left" vspace="10" hspace="10" />I've complied <a href="http://code.google.com/p/einstein/">OpenEinstein</a> 2007-07 build 48. Current as of today. You can download it below. It's about 1.8 megs, bzipped. It will expand into a 16 meg file.</p>
<p>Feel free to download the binary <a href="http://dillernet.com/apple/downloads/einstein_770_2006_b48.bz2">here</a>. You'll need this file also:  <a href="http://dillernet.com/apple/downloads/Einstein.rex.bz2">Einstein.rex</a>. The last thing you need of course is a real <a href="http://en.wikipedia.org/wiki/Apple_Newton#Newton_Emulation">Newton ROM</a>, so please have that handy. Directions are in the <a href="http://einstein.googlecode.com/files/UserManual.pdf">manual</a>-- it's worth the read if you are going to try and run this.</p>
<p>I'm still trying to figure the best way to make this run on the 770. I like killing the maemo_af_desktop, so that the OpenE isn't locked into it, but sometimes OpenE won't start. If someone has it going full screen on the 770, please add a comment for your exact startup line. I still haven't gotten it to go the full 800x480 on the 770.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/28/openeinstein-build-48-for-nokia-770/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>iPhone vs N800 Quick Comparison</title>
		<link>http://dillernet.com/apple/2007/07/18/iphone-vs-n800-quick-comparison/</link>
		<comments>http://dillernet.com/apple/2007/07/18/iphone-vs-n800-quick-comparison/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 05:31:40 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/18/iphone-vs-n800-quick-comparison/</guid>
		<description><![CDATA[Apple iPhone: ARM CPU @ 667mhz [Samsung], 128Mb ram, 8GB Flash Nokia N800: ARM CPU @ 320mhz [TI], 128Mb ram, 256Mb Flash N800 has dual SD cards for more Flash, iPhone has no way to extend the 8Gb. N800 has a bigger screen, higher DPI but doesn't have the light-touch touch-screen like the iPhone. I'd [...]]]></description>
			<content:encoded><![CDATA[<p>Apple iPhone: ARM CPU @ 667mhz [<a href="http://www.samsung.com/global/business/semiconductor/productInfo.do?fmly_id=229&amp;partnum=S3C6400&amp;&amp;ppmi=1427">Samsung</a>], 128Mb ram, 8GB Flash<br />
Nokia N800: ARM CPU @ 320mhz [<a href="http://focus.ti.com/general/docs/wtbu/wtbuproductcontent.tsp?contentId=4671&amp;navigationId=11990&amp;templateId=6123">TI</a>], 128Mb ram, 256Mb Flash</p>
<p>N800 has dual SD cards for more Flash, iPhone has no way to extend the 8Gb. N800 has a bigger screen, higher DPI but doesn't have the light-touch touch-screen like the iPhone. I'd still consider getting a N800 to replace my 770 if the price drops. I'd like to use ITOS2007 and have Flash 9 available for browsing-- especially now since Mozilla has just been released for ITOS2007. We'll probally never see Flash in the iPhone, but who knows. I just don't think Apple will do it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/18/iphone-vs-n800-quick-comparison/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Building Open Einstein</title>
		<link>http://dillernet.com/apple/2007/07/18/building-open-einstein/</link>
		<comments>http://dillernet.com/apple/2007/07/18/building-open-einstein/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 05:01:10 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/18/building-open-einstein/</guid>
		<description><![CDATA[Here are some more detailed instructions on getting Open Einstein built on MacOSX Intel, using the JAM complier and targeting the Nokia 770. I also built it for MacOSX, to run locally on my macbook. The published directions are here, and you should read them first and familiarize yourself with them. Install MacPorts * MacPorts-1.5.0-10.4.dmg [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some more detailed instructions on getting Open Einstein built on MacOSX Intel, using the JAM complier and targeting the Nokia 770. I also built it for MacOSX, to run locally on my macbook.</p>
<p>The <a href="http://code.google.com/p/einstein/wiki/BuildInstructions">published directions are here</a>, and you should read them first and familiarize yourself with them.</p>
<h3> Install MacPorts<br />
</h3>
<p>* <a href="http://svn.macosforge.org/repository/macports/downloads/MacPorts-1.5.0/MacPorts-1.5.0-10.4.dmg">MacPorts-1.5.0-10.4.dmg</a></p>
<p>Open a terminal and then use macports to install the following packages:</p>
<pre>
$ sudo port install gettext
$ sudo port installlibffi
$ sudo port install jam
$ sudo port install arm-none-linux-gnueabi-gcc
</pre>
<p>Then you must add
<pre>/opt/local/bin</pre>
<p> to your $PATH on the Mac (edit .bash_login in your home directory), then restart your terminal or read in the new bash_profile.</p>
<h3>Pull down Klibs and Build</h3>
<p>K is located at SourceForge (<a href="http://sourceforge.net/projects/KLibs/">http://sourceforge.net/projects/KLibs/</a>)</p>
<pre>
$ cvs -d:pserver:anonymous@klibs.cvs.sourceforge.net:/cvsroot/klibs login
[Enter] for password

$ cvs -z3 -d:pserver:anonymous@klibs.cvs.sourceforge.net:/cvsroot/klibs co -P K

$ cd $PATH_TO_KLibs/_Build_/Jam

$ jam -starget=nokia2006
</pre>
<p>Klibs should build with out problems. If you want to build for the Mac, just leave off the -starget parameter.</p>
<h3>Pull down Open Einstein and Build</h3>
<pre>
$ svn checkout http://einstein.googlecode.com/svn/trunk/ einstein

$ cd einstein/Einstein/_Build_/Jam

$ jam -sK=$PATH_TO_KLibs -starget=nokia2006 -sjittarget=GENERIC
</pre>
<p>Now there is a new folder in the /_Build_/Jam directory called build.ARM-LINUX-Nokia2006. This folder will contain the einstein binary for the Nokia 770.</p>
<h3>Move files over to 770</h3>
<p>You need three files:</p>
<li> einstein - the ARM binary of einstein.</li>
<li> Einstein.rex - the ROM extension for einstein (it has the NewTest app to test your emulation speed).</li>
<li> ROM file - the actual ROM file from a newton. Read the <a href="http://einstein.googlecode.com/files/UserManual.pdf">Open Einstein Manual</a> on how to create one using your existing Newton and a Tcp/Ip connection.</li>
<p>[You should <a href="http://tabletblog.com/2005/12/step-by-step-sshd-on-nokia-770.html">set up sshd on 770</a>, change password of 'user' to something you know, change the ip address below to match your 770 local ip. Use ifconfig -a to check the local 770 ip.]</p>
<p>Now copy the files:</p>
<pre>
$ scp $PATH_TO_EINSTEIN/_Build_/Jam/build.ARM-LINUX-Nokia2006/einstein user@192.168.155.155:
$ scp $PATH_TO_EINSTEIN/_Data_/Einstein.rex user@192.168.155.155:
$ scp $NEWTON_ROM user@192.168.155.155:
</pre>
<p>Once they are copied over, you can start Open Einstein like this:</p>
<pre>
/home/user # ./einstein -l log2 -m 737041 .
Welcome to Einstein console.
This is Einstein Platform 2007.
Creating image...
Max units count = 986
Max units count = 1026
Booting...
Type help for help on available commands.
einstein> power
</pre>
<p>And you should see the Newton Start up on your device. Below is a screen shot of the Newton running on my MacBook, in Xwindows:</p>
<p><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/oe-mac-1.png" border="0" height="502" width="321" alt="oe_mac_1.png" align="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/18/building-open-einstein/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Open Einstein booting on 770</title>
		<link>http://dillernet.com/apple/2007/07/16/open-einstein-booting-on-770/</link>
		<comments>http://dillernet.com/apple/2007/07/16/open-einstein-booting-on-770/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 05:50:11 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/16/open-einstein-booting-on-770/</guid>
		<description><![CDATA[After some trial and error, and some help from Paul G, I managed to build Open Einstein for both my Intel Mac and for my Nokia 770, using just my Macbook. I followed the directions to build at the Google Code site. I'll have more explicit directions soon, but the code does build and run [...]]]></description>
			<content:encoded><![CDATA[<p>After some trial and error, and some help from <a href="http://paul-guyot.com/">Paul G</a>, I managed to build Open Einstein for both my Intel Mac and for my Nokia 770, using just my Macbook. I followed the directions to build at the <a href="http://code.google.com/p/einstein/">Google Code site</a>. I'll have more explicit directions soon, but the code does build and run on the 770. And you don't need scratchbox to build it! Excellent work Paul.</p>
<p>Here are some screen shots (click for bigger versions):</p>
<p><a href="http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-2.png" onclick="window.open('http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-2.png','popup','width=399,height=533,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-2-tm.jpg" height="100" width="74" border="1" hspace="4" vspace="4" alt="Einstein2007 2" /></a></p>
<p><a href="http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-1.png" onclick="window.open('http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-1.png','popup','width=400,height=458,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/einstein2007-1-tm.jpg" height="100" width="87" border="1" hspace="4" vspace="4" alt="Einstein2007 1" /></a></p>
<p>After Einstein was built, the directions for starting it are <a href="http://dillernet.com/apple/2006/01/21/booting-einstein-on-the-770/">the same as before</a>. The easiest way to control einstein is via SSH into the 770, so that you can shutdown all the Hildon interfaces.</p>
<p>Full directions to build this will be up soon.</p>
<p>Update: There is a new Einstein Platform 2007.7 User Manual at <a href="http://www.kallisys.com/newton/einstein/">Paul's Einstein Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/16/open-einstein-booting-on-770/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Newton ARM Emulation Goes Open Source</title>
		<link>http://dillernet.com/apple/2007/07/14/newton-arm-emulation-goes-open-source/</link>
		<comments>http://dillernet.com/apple/2007/07/14/newton-arm-emulation-goes-open-source/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 15:30:41 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/14/newton-arm-emulation-goes-open-source/</guid>
		<description><![CDATA[At the 2007 Worldwide Newton Conference in Tokyo on July 8th, Paul Guyot announced that his most excellent Newton Emulator for ARM, Einstein, was now open source and available immediately on Google Code. His announcement to the NewtonTalk mailing list is worth the read. One improvement that sounds enticing: "the heavy work done these past [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/newton2.jpg" border="0" height="213" width="184" alt="The Newton" align="left" vspace="10" hspace="10"  /><br />
At the 2007 Worldwide Newton Conference in Tokyo on July 8th, <a href="http://www.kallisys.com/newton/einstein/">Paul Guyot</a> announced that his most excellent Newton Emulator for ARM, Einstein, was now open source and available immediately on <a href="http://code.google.com/p/einstein/">Google Code</a>. His <a href="http://www.newtontalk.net/archive/newtontalk.2007-07/0166.html">announcement</a> to the <a href="http://www.newtontalk.net/">NewtonTalk</a> mailing list is worth the read. One improvement that sounds enticing: </p>
<p><cite>"the heavy work done these past weeks allowed me to design a new experimental module where NewtonOS instructions are executed natively on ARM PDAs. "</cite></p>
<p>There have been other improvements to Einstein since last year- the biggest (to me) is  the ability to cross-compile and build Einstein on your Mac while targeting the Nokia 770.  No more waiting for binaries to be released. The 800 was tested and the binary didn't run--  ITOS2007 has some different libraries (from ITOS 2005 and 2006), which probably <a href="http://code.google.com/p/einstein/wiki/NokiaBuildInstructions">caused issues</a>. I'm attempting to roll a build for my 770 this weekend. We'll see how it goes.</p>
<p>Here are my <a href="http://homepage.mac.com/dillera/PhotoAlbum6.html">screen shots of my 770</a> from the release of Einstein last year.</p>
<p>Also announced was the release of <a href="http://www.ff.iij4u.or.jp/%7Engc/eng/newtwave.htm">Driver Labo</a>, the wifi drivers for Newton by Hiroshi Noguchi. AFAIK, these are the only available drivers in the world that support WEP on the Newton. I had purchased licenses back when they were available, but since 2005 Hiroshi hadn't ever responded to requests and pleas to accept payment for new licenses. As a result many Newtons can't participate in locked-down Wifi networks. The release of these drivers as Open Source is a welcome event.</p>
<p>There is an <a href="http://makkintosshu.dyndns.org/journal/wwnc-2007-roundup">overview of the WWNC '07</a> with some pictures of course. </p>
<p><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/jot-newton.jpg" border="0" height="240" width="288" alt="jot_newton.jpg" align="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/14/newton-arm-emulation-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone Development- Old School</title>
		<link>http://dillernet.com/apple/2007/07/12/iphone-development-old-school/</link>
		<comments>http://dillernet.com/apple/2007/07/12/iphone-development-old-school/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 05:16:32 +0000</pubDate>
		<dc:creator>dillera</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Newton]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/2007/07/12/iphone-development-old-school/</guid>
		<description><![CDATA[There was immediate and critical response to Steve Job's announcement of the SDK for iPhone.... use html. But is Apple on to something? Forcing eager developers to use the open standards of the web? Forsaking almightly Flash? No IDE? Apple seemed by many to be channeling the Reality Distortion Field at full blast. But the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dillernet.com/apple/wp-content/uploads/2007/07/nscript.gif" onclick="window.open('http://dillernet.com/apple/wp-content/uploads/2007/07/nscript.gif','popup','width=102,height=103,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://dillernet.com/apple/wp-content/uploads/2007/07/nscript-tm.jpg" height="100" width="100" border="1" hspace="4" vspace="4" alt="Nscript" /></a></p>
<p>There was immediate and critical response to Steve Job's announcement of the SDK for iPhone.... use html. But is Apple on to something? Forcing eager developers to use the open standards of the web? Forsaking almightly Flash? No IDE? Apple seemed by many to be channeling the Reality Distortion Field at full blast.  But the more I read about this, especially in regards to dumping Flash (and I don't think Apple will release it for iPhone) it seems that Apple may be helping foster a new, more open, standards-based category of web applications-- freed from the sluggish, cpu hogging stinking pile of crap that is Flash. Because what has been happening so far, and so rapidly, is amazing to me. A growing hot bed of activity is the google groups organized by <a href="http://www.iphonewebdev.com/">iPhoneWebDev</a>. How hot is this? So hot that a few old skool Newton developers are kicking around with web apps for iPhone. Both <a href="http://order.kagi.com/cgi-bin/store.cgi?storeID=HM&amp;&amp;" title="Catamount Software">Hardy Macia</a> and <a href="https://order.kagi.com/cgi-bin/store.cgi?storeID=AR" title="Serg's Kagi Software Page">Serg Koren</a> have posted recently, and I'm not surprised that they are embracing the iPhone development as it stands now. Javascript is probably pretty easy compared to <a href="http://home.satx.rr.com/dumbstart/tutorial/tutorial1.htm">NewtonScript</a>.</p>
<p><a href="http://technorati.com/tag/iPhone" rel="tag"><img style="border:0;vertical-align:middle;margin-left:.4em" src="http://static.technorati.com/static/img/pub/icon-utag-16x13.png?tag=iPhone" alt="iPhone " />iPhone</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2007/07/12/iphone-development-old-school/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated Newton Emulator for 770</title>
		<link>http://dillernet.com/apple/2006/05/31/updated-newton-emulator-for-770/</link>
		<comments>http://dillernet.com/apple/2006/05/31/updated-newton-emulator-for-770/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 01:22:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=124</guid>
		<description><![CDATA[Paul Guyot released this email to the NewtonTalk (a Newton list). He had a special showing of his latest build of Einstein Platform 2006 at the Apple store in Ginza. Here is a picture of the participants, Newtons in hand. The 770 build is going to be released shortly-- if you have a Zaurus, you [...]]]></description>
			<content:encoded><![CDATA[<p>Paul Guyot  released this email to the NewtonTalk (a Newton list). He had a special showing of his latest build of <a href="http://www.kallisys.com/newton/einstein/">Einstein Platform 2006</a> at the Apple store in Ginza. <a href="http://newton.so-kukan.com/gravity/wp-content/uploads/2006/06/P1010313.jpg">Here is a picture</a> of the participants, Newtons in hand. The 770 build is going to be released shortly-- if you have a Zaurus, you can grab it now and try it out. I'll post more when he releases the 770 build.</p>
<p>Here is Paul's Message:</p>
<p><span style="font-family:monospace;font-size:9pt;">Hi all,</p>
<p>I'm pleased to announce the release of Einstein Platform 2006.6 for<br />
MacOS X (PowerPC and Intel) and for arm-linux.</p>
<p></span><strong>What is Einstein Platform?</strong><span style="font-family:monospace;font-size:9pt;"></p>
<p>Einstein Platform is a way to transform a computer in a Newton<br />
device. It's NewtonOS taking over existing architectures.</p>
<p>Einstein Platform 2006.6 was revealed yesterday night at the Einstein<br />
Night at AppleStore Ginza. It features full screen support (with<br />
rotation) as well as Relativity.</p>
<p></span><strong>What is Relativity?</strong><span style="font-family:monospace;font-size:9pt;"></p>
<p>Relativity is Einstein Platform latest technology. It allows the<br />
merge of host and newton technologies inside Einstein Packages. It is<br />
easy to use and developers can take advantage of anything on the<br />
host, from OpenGL on the Mac to Japanese Handwriting Recognition on<br />
the Zaurus.</p>
<p></span><strong>URL</strong><span style="font-family:monospace;font-size:9pt;"></p>
<p>Einstein Platform, with the documentation and two relativity sample<br />
codes, can be downloaded from my website:</p>
<p>http://www.kallisys.com/newton/einstein/</p>
<p>You can also download the Einstein Night slides as well as the<br />
previous slides.</p>
<p>A Nokia 770 version will be available soon.</p>
<p></span><strong>What's new?</strong><span style="font-family:monospace;font-size:9pt;"></p>
<p>- Initial release of Relativity for Einstein.<br />
- Accelerated some transfers between Einstein and Host.<br />
- Einstein Platform now runs full screen on MacOS X.<br />
- Included several keyboard mappings.<br />
- Update of PortAudio (from CVS).<br />
- Included a new set of icons by Michael Vacík. The toolbar icons<br />
reflect the state of Einstein.<br />
- The state is now shown on the screen (instead of just: screen is off).<br />
- Improved the Cocoa preferences panel.<br />
- Included AppleScript support to evaluate newton script code and to<br />
install packages.<br />
- Fixed an endianess problem with the Cocoa screen manager on Intel<br />
machines.<br />
- Fixed a bad bug in the memory emulation that caused crashes,<br />
especially with the JIT page cache.<br />
- Fixed a bug yielding to an abort when the platform was quitted.<br />
- Fixed a bug with CoreAudio sound on Intel machine.<br />
- PortAudio sound driver now reverts samples an little endian targets.<br />
- The tablet region was incorrectly limited to 1023x1023. It's now<br />
set to NewtonOS size (2047x2047).</p>
<p></span><em>update</em>: the Nokia 770 version should be out this weekend (june 10/11)<span style="font-family:monospace;font-size:9pt;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2006/05/31/updated-newton-emulator-for-770/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Einstein on 770 mini-update</title>
		<link>http://dillernet.com/apple/2006/02/27/einstein-on-770-mini-update/</link>
		<comments>http://dillernet.com/apple/2006/02/27/einstein-on-770-mini-update/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 00:59:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=110</guid>
		<description><![CDATA[For those of you interested in the Einstein Project (emulation of an Apple Message Pad 2000 on your Nokia 770), I have some news. Good and bad of course. The Good news: Paul has his own 770, which was donated to him. This will certainly help the eventual development of Einstein on the Nokia platform. [...]]]></description>
			<content:encoded><![CDATA[<p><img width="83" hspace="15" height="99" border="0" align="left" alt="3798newton_logo-thumb.gif" src="http://www.dillernet.com/apple/wp-content/uploads/2006/02/images/3798newton_logo-thumb.gif" /></p>
<p>For those of you interested in the <a href="http://www.kallisys.com/newton/einstein/en">Einstein Project</a> (emulation of an Apple Message Pad 2000 on your Nokia 770), I have some news. Good and bad of course.</p>
<p><strong>The Good news</strong>: Paul has his own 770, which was donated to him. This will certainly help the eventual development of Einstein on the Nokia platform.</p>
<p><strong>The Bad news</strong>: Paul is very busy working on his dissertation, so work on Einstein is paused.</p>
<p>Below is his reply to me (<em>posted with permission</em>):</p>
<blockquote><p>Hello Andrew,<br />
There is no progress regarding Einstein so far. I am currently very busy with writing my dissertation.<br />
I know it's currently too slow to be usable.<br />
Regards,<br />
Paul</p>
<p>--Ministre ultrapl&eacute;nipotentiaire en disponibilit&eacute;. Mobile. Sans baignoire fixe.</p>
<p>http://www.kallisys.com/</p>
<p>http://www-poleia.lip6.fr/~guyot/</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2006/02/27/einstein-on-770-mini-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Booting Einstein on the 770</title>
		<link>http://dillernet.com/apple/2006/01/21/booting-einstein-on-the-770/</link>
		<comments>http://dillernet.com/apple/2006/01/21/booting-einstein-on-the-770/#comments</comments>
		<pubDate>Sat, 21 Jan 2006 22:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=101</guid>
		<description><![CDATA[After a fews days of experimentation, I have a workable recipe for using Einstein with the 770. There is work that remains to be done to Einstein, but it does run, just slowly and it is buggy. This is not ready to be a production Newton yet. First there are some things I'm assuming you [...]]]></description>
			<content:encoded><![CDATA[<p>After a fews days of experimentation, I have a workable recipe for using Einstein with the 770. There is work that remains to be done to Einstein, but it does run, just slowly and it is buggy. This is not ready to be a production Newton yet.</p>
<p>First there are some things I'm assuming you have already done:</p>
<ul>
<li>have <a href="http://maemo.org/maemowiki/HowDoiBecomeRoot">root enabled</a></li>
<li>have either SSH over wifi, <a href="http://maemo.org/maemowiki/HOWTO-BluetoothNetworking">BT</a> or <a href="http://maemo.org/maemowiki/HowToSetUpUsbNetworkingDebian">USBnet</a></li>
<li>have a Newton ROM</li>
<li>have the <a href="http://www.kallisys.com/newton/einstein/">Einstein package</a> for 770</li>
</ul>
<p>First, move the einstein package and the ROM over to your 770. You need to run it from the built-in memory, unless you have your flash card partitioned and mounted as a ext2- if so, it will run fine from there.</p>
<p>You don't have to have any swap enabled, it runs the same with or without it.</p>
<p>You will be ssh'ing into the 770 then running the script below which kills OSS/Maemo/Hildon to free up ram, then finally run Einstein.</p>
<p>The script was provided by Simon Budig (Nomis on #Maemo) who was kind enough to share it with me. I was first killing processes by hand, using the kill command- but in order to do this you must enable the <em>--set-rd-flags=no-lifeguard-reset</em> with the flasher to avoid having the 770 reboot as you kill 'critical' processes. Using the script below, and stopping them via the init scripts is the proper way to do this.</p>
<p>Once Einstein is running you type 'power' to power it on. It should take about three minutes to start up the first time. After awhile it gets flakey and may disappear from the screen- use the power command once to power it back on.</p>
<p><strong>Note: Run einstein as root</strong>!</p>
<p><strong>Nomis' Script- for USB networking</strong><br />
(this will kill any wifi session- see my modification below if you are using ssh over wifi)</p>
<pre>#!/bin/sh

export PATH="$PATH:/sbin:/usr/sbin"
/etc/init.d/ttyusb0 stop
/etc/init.d/lessertunjo0 stop
/etc/init.d/osso-ias stop
/etc/init.d/af-base-apps stop
/etc/init.d/btname stop
/etc/init.d/af-startup stop
/etc/init.d/maemo-launcher stop
/etc/init.d/osso-ic stop
/etc/init.d/wlancond stop
/etc/init.d/btcond stop
/etc/init.d/osso-systemui stop
/etc/init.d/esd stop
/etc/init.d/osso-hss stop
/etc/init.d/bme-dbus-proxy stop
/etc/init.d/bluez-utils stop
/etc/init.d/dsp-init stop
/etc/init.d/kdbusd stop
/etc/init.d/btpin stop
/etc/init.d/af-services stop
/etc/init.d/x-server.sh stop
/etc/init.d/mce stop
/etc/init.d/dbus-1 stop
/etc/init.d/dnsmasq stop
/etc/init.d/ppp stop

/etc/init.d/x-server.sh start

export DISPLAY=":0.0"
/einstein --machine=737041 .</pre>
<p><strong>My slightly modified script for SSH via wifi</strong>:</p>
<pre>#!/bin/sh

export PATH="$PATH:/sbin:/usr/sbin"
/etc/init.d/ttyusb0 stop
/etc/init.d/lessertunjo0 stop
/etc/init.d/osso-ias stop
/etc/init.d/af-base-apps stop
/etc/init.d/btname stop
/etc/init.d/af-startup stop
/etc/init.d/maemo-launcher stop
#/etc/init.d/osso-ic stop
#/etc/init.d/wlancond stop
/etc/init.d/btcond stop
/etc/init.d/osso-systemui stop
/etc/init.d/esd stop
/etc/init.d/osso-hss stop
/etc/init.d/bme-dbus-proxy stop
/etc/init.d/bluez-utils stop
/etc/init.d/dsp-init stop
/etc/init.d/kdbusd stop
/etc/init.d/btpin stop
/etc/init.d/af-services stop
/etc/init.d/x-server.sh stop
/etc/init.d/mce stop
/etc/init.d/dbus-1 stop
/etc/init.d/dnsmasq stop
/etc/init.d/ppp stop

/etc/init.d/x-server.sh start

export DISPLAY=":0.0"
echo 'done'</pre>
<p>I like to start mine by hand. So after the script is run i type:</p>
<pre>Nokia770-51:/home/user/newton# ./einstein --machine=737041 .
Welcome to Einstein console.
This is Einstein Platform Preview 1.
This program will expire on July, 14, 2006.
Checksum-0: 4AFD2193
Checksum-1: 18710BD6
Checksum-2: 68481A07
Checksum-3: BBB55D42
Checksum-4: 25B60EB7
Checksum-5: 41061AF3
Checksum-6: FFFFFFFF
Checksum-7: FFFFFFFF
Checksum-8: FFFFFFFF
Checksum-9: FFFFFFFF
Booting...
Type help for help on available commands.
einstein&gt; power</pre>
<p>and after a few minutes you should see the Newton booting on the screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2006/01/21/booting-einstein-on-the-770/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A new Era Dawns</title>
		<link>http://dillernet.com/apple/2006/01/18/a-new-era-dawns/</link>
		<comments>http://dillernet.com/apple/2006/01/18/a-new-era-dawns/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 17:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Newton]]></category>
		<category><![CDATA[Nokia 770]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://dillernet.com/apple/?p=99</guid>
		<description><![CDATA[NewtOS/Einstein works on the 770! This is developing, but it works at this point, once you disable the kernel-watchdog and kill Matchbox to free up enough RAM for Einstein to launch. I'll post a more detailed receipe of what I did later today, when I get some free time. Screenshots: Photos of Newton Booting on [...]]]></description>
			<content:encoded><![CDATA[<p>NewtOS/Einstein works on the 770!</p>
<p>This is developing, but it works at this point, once you disable the kernel-watchdog and kill Matchbox to free up enough RAM for Einstein to launch. I'll post a more detailed receipe of what I did later today, when I get some free time.</p>
<p>Screenshots:</p>
<p><a href="http://homepage.mac.com/dillera/PhotoAlbum6.html">Photos of Newton Booting on Nokia 770</a></p>
<p><a href="http://homepage.mac.com/dillera/PhotoAlbum6.html" /><br />
Paul has put up the <a href="http://www.kallisys.com/newton/einstein/">Einstein Platform 2006 ( for Nokia 770) on his site.</a></p>
<p>Don't forget that you'll need a Newton ROM to make this work. Paul has a Newton Emulator for the Mac (on that same page) that has a special application that will dump a Newton ROM over the network to your Macintosh. Using a MP2100 ROM is the best idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://dillernet.com/apple/2006/01/18/a-new-era-dawns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

