<?xml version="1.0"?><rss version="2.0">
<channel>
  <title>Alan&#039;s Ramblings - nokia tag</title>
  <link>http://bleaklow.com:80/tags/nokia/</link>
  <description>My opinions may be incorrect, but they are my own</description>
  <language>en</language>
  <copyright>Alan Burlison</copyright>
  <lastBuildDate>Wed, 29 Feb 2012 20:50:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  <image>
    <url>http://bleaklow.com/images/misc/logo.gif</url>
    <title>Alan&#039;s Ramblings</title>
    <link>http://bleaklow.com:80/</link>
  </image>
  <item>
    <title>Benchmark your phone</title>
    <link>http://bleaklow.com:80/2005/03/20/benchmark_your_phone.html</link>
    <description>
          &lt;p&gt;
I stumbled across a rather interesting website that provides benchmarks and test results of the Java implementations on a wide range of phones.  Being an ex-benchmark engineer, this rather appealed to me ;-)  The results can be found &lt;a href=&#034;http://www.club-java.com/TastePhone/J2ME/MIDP_Benchmark.jsp&#034;&gt;here&lt;/a&gt;.  You are supposed to be able to download the MIDlet by browsing the WAP page at &lt;code&gt;http://wap.club-java.com/en&lt;/code&gt;, but I had problems reading that page.  The direct URL of the MIDlet is &lt;code&gt;http://www.club-java.com/TastePhone/TastePhone.jad&lt;/code&gt;, and that worked fine for me.
&lt;/p&gt;</description>
      <category>Tech</category>
    <comments>http://bleaklow.com:80/2005/03/20/benchmark_your_phone.html#comments</comments>
    <guid isPermaLink="true">http://bleaklow.com:80/2005/03/20/benchmark_your_phone.html</guid>
    <pubDate>Sun, 20 Mar 2005 12:16:57 GMT</pubDate>
  </item>
  <item>
    <title>IRC on the Nokia 6820</title>
    <link>http://bleaklow.com:80/2005/02/10/irc_on_the_nokia_6820.html</link>
    <description>
          &lt;p&gt;
Whilst the SSH clients I found for my phone were an interesting gimmick, to be honest they weren&#039;t actually much use because of the small screen on the phone - a simple &#039;ls&#039; fills up screen after screen, even on the tiniest (i.e. unreadable) font setting.  I thought IRC might just be doable, and in fact there are several Java IRC clients available for phones.  I tried &lt;a href=&#034;http://wirelessirc.sourceforge.net/&#034;&gt;WLIrc&lt;/a&gt; and &lt;a href=&#034;http://jmirc.sourceforge.net/index.html&#034;&gt;jmIrc&lt;/a&gt;.  jmIrc was originally a fork of WLItrc, and the shared heritage is evident.  I couldn&#039;t load either of the clients over WAP onto the phone, but they both installed fine after I downloaded them and squirted them into the phone via the IR link.  Once on the phone, both clients were configured as detailed in step 5 of my SSH client post.
&lt;/p&gt;
&lt;p&gt;
WLIrc proved to be less than usable as it kept dying with a Java null pointer exception.  jmIrc however seems to work fine, with just one minor quirk that I&#039;ve been able to find so far - If you modify a connection profile and then quit rather than saving the entry it loses the entry, and the next time you start it it dies with an array bounds exception, the only fix is to reinstall.
&lt;/p&gt;
&lt;p&gt;
Once you have started up the client you can set up profiles to connect to your favorite IRC servers, specifying which channels you want to join, your nick etc.  When you connect to a server each channel is indicated by a small coloured square on the screen.  Backgrounded channels that have had traffic since you last viewed them are highlighted by changing the colour of the indicator square for that channel.  You can switch channels with left and right with the joystick, and you can scroll up and down with the joystick as well.  The number keys can be used to page up/down a screen at a time, home/end etc.  When entering text with the fold-out keyboard closed you can use the phone&#039;s predictive text feature to compose your messages in the same way that you would if you were composing an SMS message.  All in all it&#039;s an impressive illustration how careful interface design can yield a truly useful application even when the platform it is running on is limited.  If I had any boring meetings to sit through I&#039;d certainly be using it to chat to people I&#039;d rather be communicating with, but one of the benefits of being a remote employee is that I very rarely have to sit through any such meetings :-)
&lt;/p&gt;</description>
      <category>Web</category>
    <category>Tech</category>
    <comments>http://bleaklow.com:80/2005/02/10/irc_on_the_nokia_6820.html#comments</comments>
    <guid isPermaLink="true">http://bleaklow.com:80/2005/02/10/irc_on_the_nokia_6820.html</guid>
    <pubDate>Thu, 10 Feb 2005 10:44:56 GMT</pubDate>
  </item>
  <item>
    <title>SSH on the Nokia 6820</title>
    <link>http://bleaklow.com:80/2005/02/06/ssh_on_the_nokia_6820.html</link>
    <description>
          &lt;p&gt;
I was reading a &lt;a href=&#034;http://www.theregister.co.uk/2004/05/29/nokia_6820_review/&#034;&gt;review&lt;/a&gt; of the Nokia 6820 over at &lt;a href=&#034;http://theregister.com&#034;&gt;The Register&lt;/a&gt; and I was intrigued to see that &lt;a href=&#034;http://www.idokorro.com&#034;&gt;Idokorro&lt;/a&gt; had written a &lt;a href=&#034;http://www.idokorro.com/imssh_nokia6800.html&#034;&gt;Java app&lt;/a&gt; for it that would give you SSH and telnet access.  A bit more digging revealed that there was a free alternative in the form of &lt;a href=&#034;http://xk72.com/midpssh/index.html&#034;&gt;MidpSSH&lt;/a&gt;.  The idea of being able to log in to my server from my phone appealed to the inner geek, so I downloaded both to have a play.  There are several variants available for the MidpSSH client, for the Nokia 6820 you need the &#034;SSH2 Lite Build (SSH1, SSH2, reduced functionality)&#034; for MIDP 1.0 - the phone only supports MIDP 1.0, and it won&#039;t accept applications bigger than 64K.  The first problem I had was getting either of them to connect over GPRS - they both just hung when trying to connect.  An email conversation with Idokorro tech support ensued, and that helped me get thinking along the right lines to solve the connection problem.  The default GPRS profile that&#039;s supplied by Vodafone for the phone (&#034;Vodafone GPRS&#034;) is set up for WAP access - it uses the wap.vodafone.net GPRS access point (APN) and uses a proxy between you and the outside.  I figured that this was probably the problem, either the APN and/or the proxy wasn&#039;t passing the SSH traffic on port 22 through.  I set up an alternate GPRS profile and everything started working.  Here&#039;s what you need to do - note that these instructions will only work for Vodafone, you&#039;ll need to google for the correct settings if you use another service provider.
&lt;p&gt;
&lt;blockquote&gt;
1. Go to Menu -&gt; Services -&gt; Settings -&gt; Connection settings -&gt; Active service settings
and pick an empty service settings slot.  
&lt;p&gt;
2. Choose &#034;Edit active service settings&#034; then edit as follows:&lt;br /&gt;
Setting&#039;s Name: I called mine &#034;Vodafone GPRS Direct&#034;&lt;br /&gt;
Homepage: I set mine to http://www.google.com/wml which gets you the Google WML search page, specially designed for phone use.&lt;br /&gt;
Proxies: Disable&lt;br /&gt;
Data bearer: GPRS&lt;br /&gt;
&lt;p&gt;
3. Choose &#034;Bearer settings, then configure as follows:&lt;br /&gt;
GPRS access point: Internet&lt;br /&gt;
Authentication type: Normal&lt;br /&gt;
Login type: Automatic&lt;br /&gt;
User name: leave blank&lt;br /&gt;
Password: leave blank&lt;br /&gt;
Note: Some websites recommend you use &#034;web&#034; as the username/password, but it doesn&#039;t seem to be needed.
&lt;p&gt;
4. Now exit the configuration screens, select &#034;Services -&gt; Home&#034; and the phone should create a GPRS connection and display the Google homepage.  Press cancel until you get to the default phone screen.
&lt;p&gt;
5. Menu -&gt; Applications -&gt; Collection -&gt; Select Application&lt;br /&gt;
and select the SSH application you wish to configure, then &#034;Options&#034; and configure as follows:&lt;br /&gt;
Web access: Allowed&lt;br /&gt;
Connect via -&gt; Internet&lt;br /&gt;
then select &#034;Vodafone GPRS Direct&#034; or whatever you called your new connection profile in step 2 above.
&lt;p&gt;
6. Press &#034;Back&#034; until you get to the &#034;Collection&#034; selection screen, fire it up and you should be able to open a SSH connection to the machine of your choice.
&lt;/blockquote&gt;
&lt;p&gt;
Both clients are hampered somewhat by the small screen size on the phone, but the Idokorro one seems to cope with the limitations of the platform best - inputting text in MidpSSH was kinda clunky, but then for $45 (which seems a little steep) I&#039;d expect the Idokorro client to be better.  I don&#039;t have an immediate need for SSH access from my phone, but it was kinda cool to see it working all the same.
&lt;p&gt;
There&#039;s one other major advantage of setting up your own direct GPRS profile that I haven&#039;t mentioned yet - it apparently bypasses the abysmal Vodafone proxy and content management mess - Vodafone have decided it&#039;s their job to reformat and censor the internet, but unfortunately they&#039;ve done an appalling job of it.  Pictures that the phone can display just fine are removed, it&#039;s as slow as hell and it decided at one point that Ikea are providers of porn rather than of furniture.  It even decided that this site contained adult content at one point, which offended me greatly - I&#039;ve been accused of many things, but being an adult isn&#039;t one of them.
&lt;p&gt;</description>
      <category>Tech</category>
    <comments>http://bleaklow.com:80/2005/02/06/ssh_on_the_nokia_6820.html#comments</comments>
    <guid isPermaLink="true">http://bleaklow.com:80/2005/02/06/ssh_on_the_nokia_6820.html</guid>
    <pubDate>Sun, 06 Feb 2005 06:14:36 GMT</pubDate>
  </item>
  <item>
    <title>Nokia 6820</title>
    <link>http://bleaklow.com:80/2005/02/05/nokia_6820.html</link>
    <description>
          &lt;p&gt;&lt;img alt=&#034;Nokia 6820&#034; src=&#034;images/2005/nokia6820.gif&#034; border=&#034;0&#034;  style=&#034;float: left; padding-right: 20px;&#034; /&gt;My old Motorola Timeport finally gave up the ghost recently.  To be honest it was always less than excellent anyway - I only got it because it was the only tri-band phone available at the time.  The user interface was at best idiosyncratic, at worst unusable - certainly for sending SMS messages it was a joke - I used to challenge people in pubs to send a SMS in less than five minutes.  I had a scan through the list of phones we can choose from, and quite liked the look of the &lt;a href=&#034;http://www.nokia.co.uk/nokia/0,,48641,00.html&#034;&gt;Nokia 6820&lt;/a&gt; as it has a really cute flip-out QWERTY keyboard - I figured that even I could sent a SMS using it!  I paired it up with a &lt;a href=&#034;http://www.jabra.com/JabraCMS/EM/EN/MainMenu/Products/WirelessHeadsets/JabraBT250/&#034;&gt;Jabra BT250&lt;/a&gt; bluetooth headset so I&#039;m car-legal as well.
&lt;p&gt;
I&#039;m really happy with the phone so far, and yes, &lt;strong&gt;even I&lt;/strong&gt; can send text messages with it!  The  fold-out keyboard is quite useable, I can type quite comfortably with my thumbs on it.  When you open the phone up to use the keyboard the display rotates around to match the orientation of the keyboard which is kinda cool.  The phone has lots of toys, it supports GPRS, SMS, MMS, WAP, yada, yada, yada.  It also has a simple inbuilt PIM so I can keep my diary and to-do notes on it.  I used to use a Psion 5mx, but to be honest I couldn&#039;t be bothered carrying it around with me all the time.  I&#039;ve already started using the phone as my main diary, and it has got the balance between simplicity and usefulness just about right.  I&#039;ve also had endless fun downloading stupid ringtones onto it, however I have noticed that if you set up ringtone groups it doesn&#039;t always pick the correct one, which is a little annoying.  It also has a 352x288 camera, but quite frankly it&#039;s useless - it&#039;s not only that it&#039;s low resolution but it produces pictures that look like they have been drawn by a three year old in wax crayon - and then left on a radiator for a week.
&lt;p&gt;
The phone also comes with some PC software that allows you to manage the address book and upload/download files to the phone.  The phone shipped with version 5.8, but I subsequently noticed that version 6.41 was available from the Nokia website.  I duly removed 5.8 and installed 6.41, and that&#039;s where my problems started.  6.41 couldn&#039;t see the address book entries I&#039;d created with the earlier version, even after I&#039;d de/reinstalled 6.41.  And to cap it all, the 6.41 version was distinctly inferior to 5.8 - for example the address book editor wouldn&#039;t let you assign  contacts to caller groups, and wouldn&#039;t allow you to assign email addresses to contacts either.  I tried rolling back to 5.8, but that also didn&#039;t work any longer.  In the end I had to uninstall the software and manually delete all files and directories it had created, and then go and manually delete all the registry keys that had &#039;Nokia&#039; in them - eek!  However, on reinstalling 5.8 everything started behaving.  I contacted Nokia tech support and they gave me a strong hint that 6.41 was to be avoided in favour of 5.8, so 3 out of 10 for the software, Nokia!
&lt;p&gt;
The phone has a web browser which is OK in a &#039;WAP is pretty crap&#039; way - I used it to check the reviews for the rather good Gurkha restaurant we ate at in Fleet when we were down there on Monday, and I suspect it might also be useful for cheating at pub quizzes ;-)  The other thing that intrigued me was that the phone has an email client that includes IMAP support.  My service provider (&lt;a href=&#034;http://vodafone.co.uk&#034;&gt;Vodafone&lt;/a&gt;) supplies it&#039;s customers with a &lt;a href=&#034;https://www.vodafone.net/WRP/frames.asp&#034;&gt;free email account&lt;/a&gt; - if you register and upgrade your voicemail account you can manage your voicemail from the web, and if people email your vodafone.net email address you can get the emails read out to your phone by an electronic lady, which is kinda spooky.  The website gives instructions for how to set up Microsoft Outlook to work with the email system and from that I figured out how to do the same for the email client on the phone.  I thought I&#039;d document it here as it will probably work for any similar Nokia phone.  The first step is to &lt;a href=&#034;https://www.vodafone.net/WRP/frames.asp&#034;&gt;register&lt;/a&gt; to upgrade your voicemail account, then configure the phone as follows:
&lt;div class=&#034;textbox&#034;&gt;
1. Menu -&gt; Messages -&gt; Voice messages -&gt;Voice mailbox number&lt;br /&gt;
and set your voicemail number to 242 instead of 121.
&lt;p&gt;
2 . Menu -&gt; Messages -&gt; Message settings -&gt; E-mail messages -&gt; Edit active e-mail settings&lt;br /&gt;
and configure as follows:
&lt;p&gt;
Mailbox name: vodafone.net&lt;br /&gt;
E-mail address: yourname@vodafone.net&lt;br /&gt;
My name: Your Name&lt;br /&gt;
Outgoing (SMTP) server: smtp.vodafone.net&lt;br /&gt;
Incoming server type: IMAP4&lt;br /&gt;
Incoming (IMAP4) server: imap.vodafone.net&lt;br /&gt;
IMAP4 user name: yourname&lt;br /&gt;
IMAP4 password: yourpassword&lt;br /&gt;
&lt;p&gt;
Then go into the &#034;Other settings&#034; submenu and configure as follows:
&lt;p&gt;
Use SMTP authorisation: Yes&lt;br /&gt;
SMTP user name: yourname&lt;br /&gt;
SMTP password: yourpassword&lt;br /&gt;
&lt;p&gt;
Then go into the &#034;SMTP connection settings&#034; submenu and configure as follows:
&lt;p&gt;
Proxies: Disable&lt;br /&gt;
Data bearer: GPRS&lt;br /&gt;
&lt;p&gt;
Then go into the &#034;Bearer settings submenu&#034; and configure as follows:
&lt;p&gt;
GPRS access point: Internet&lt;br /&gt;
Authentication type: Normal&lt;br /&gt;
Login type: Automatic&lt;br /&gt;
Username: leave blank&lt;br /&gt;
Password: leave blank&lt;br /&gt;
&lt;p&gt;
Then select &#034;back&#034; twice and go into the &#034;IMAP4 connections settings&#034; submenu and configure exactly the same as the &#034;SMTP connection settings&#034;.
&lt;/div&gt;
&lt;p&gt;
If you now fire up the email client you should be able to both send and receive emails via your vodafone.net account.  One thing to note: the phone email client doesn&#039;t delete messages on the server even if you delete them from the phone, so you&#039;ll occasionally have to log on via the web interface to delete them.  You can use the web browser in the phone do do this - the web-based email system is linked to from the Vodafone mobile homepage.
&lt;p&gt;</description>
      <category>Tech</category>
    <comments>http://bleaklow.com:80/2005/02/05/nokia_6820.html#comments</comments>
    <guid isPermaLink="true">http://bleaklow.com:80/2005/02/05/nokia_6820.html</guid>
    <pubDate>Sat, 05 Feb 2005 08:03:21 GMT</pubDate>
  </item>
  </channel>
</rss>

