<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Nokia N95 new firmware update version 21.0.016 released</title>
	<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/</link>
	<description>Find all information on the Nokia N95!</description>
	<pubDate>Thu, 20 Nov 2008 17:12:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Nitrio Mobile Blog &#187; Blog Archive &#187; Nokia N95 new firmware update version 21.0.016 released</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-6157</link>
		<dc:creator>Nitrio Mobile Blog &#187; Blog Archive &#187; Nokia N95 new firmware update version 21.0.016 released</dc:creator>
		<pubDate>Thu, 08 May 2008 14:50:41 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-6157</guid>
		<description>[...] Nokia N95 new firmware update version 21.0.016 released  [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Nokia N95 new firmware update version 21.0.016 released  [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Bluetooth News &#124; News &#124; Programmierung &#38; Software Entwicklung Java J2ME Android</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5827</link>
		<dc:creator>Java Bluetooth News &#124; News &#124; Programmierung &#38; Software Entwicklung Java J2ME Android</dc:creator>
		<pubDate>Wed, 16 Apr 2008 22:54:17 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5827</guid>
		<description>[...] Nokia N95 new firmware update version 21.0.016 released [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Nokia N95 new firmware update version 21.0.016 released [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5667</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:26:01 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5667</guid>
		<description>hi i tried the nokia software updater and it keep telling me that my n95 has the latest verison already but the verison is 11.3.009 so what should i do to fix it so i can get the verizon 21</description>
		<content:encoded><![CDATA[<p>hi i tried the nokia software updater and it keep telling me that my n95 has the latest verison already but the verison is 11.3.009 so what should i do to fix it so i can get the verizon 21</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitflung</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5662</link>
		<dc:creator>bitflung</dc:creator>
		<pubDate>Mon, 07 Apr 2008 14:37:43 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5662</guid>
		<description>@Marco
can't 'find demand paging'?  it's not a program that you run, it's a feature of the operating system. 

updating the memory manager to include demand paging just alters teh way the phone allocates memory to applications, as well as how some of the built in applications request memory.  that might sound like a trivial thing, but in all this feature is responsible for freeing up a HUGE amount of RAM (huge by N95 standards).

if you have an app that can show you your free RAM (i use Handy Taskman, it is by no means the only app capable of this - there is a free trial available for this and others) -- you can use this sort of app to see how much RAM you have at any given time.

on my N95, pre v20, on a fresh boot i would have (iirc) about 16MB of ram available.  that means that i only had 16mb to share between any apps i wanted to run.  if anything behaved poorly and leaked memory, i'd run out all the sooner.  back then i couldn't open my web browser and maps at the same time - one or the other would just quit unexpectedly.

now, with demand paging, apps that come preinstalled in the firmware require far less memory,  this is because the phone doesnt copy all the of code into ram -- it allows some of it (data sections) to be read dynamically from the ROM (actually flash memory, but its the place your firmware resides - this is the place that gets altered when you update your phone).  it also allows apps to only load code into ram that is actually required (text-sections, this is the stuff that actually runs on the CPU inside... the instructions of the app).  with demand paging, you might load MAPS without connecting to the GPS and so the maps program doesnt have to load the positioning libraries (pure hypothetical: i dont know that maps supports this.  but the OS supports it now and thats the point.  without OS support, maps would NEVER be able to do this.  now, maps MAY do this, even if it CAN not, yet).

thats my understanding.
hope this clears up demand paging a bit for you.

-bit</description>
		<content:encoded><![CDATA[<p>@Marco<br />
can&#8217;t &#8216;find demand paging&#8217;?  it&#8217;s not a program that you run, it&#8217;s a feature of the operating system. </p>
<p>updating the memory manager to include demand paging just alters teh way the phone allocates memory to applications, as well as how some of the built in applications request memory.  that might sound like a trivial thing, but in all this feature is responsible for freeing up a HUGE amount of RAM (huge by N95 standards).</p>
<p>if you have an app that can show you your free RAM (i use Handy Taskman, it is by no means the only app capable of this - there is a free trial available for this and others) &#8212; you can use this sort of app to see how much RAM you have at any given time.</p>
<p>on my N95, pre v20, on a fresh boot i would have (iirc) about 16MB of ram available.  that means that i only had 16mb to share between any apps i wanted to run.  if anything behaved poorly and leaked memory, i&#8217;d run out all the sooner.  back then i couldn&#8217;t open my web browser and maps at the same time - one or the other would just quit unexpectedly.</p>
<p>now, with demand paging, apps that come preinstalled in the firmware require far less memory,  this is because the phone doesnt copy all the of code into ram &#8212; it allows some of it (data sections) to be read dynamically from the ROM (actually flash memory, but its the place your firmware resides - this is the place that gets altered when you update your phone).  it also allows apps to only load code into ram that is actually required (text-sections, this is the stuff that actually runs on the CPU inside&#8230; the instructions of the app).  with demand paging, you might load MAPS without connecting to the GPS and so the maps program doesnt have to load the positioning libraries (pure hypothetical: i dont know that maps supports this.  but the OS supports it now and thats the point.  without OS support, maps would NEVER be able to do this.  now, maps MAY do this, even if it CAN not, yet).</p>
<p>thats my understanding.<br />
hope this clears up demand paging a bit for you.</p>
<p>-bit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5658</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Sun, 06 Apr 2008 20:32:37 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5658</guid>
		<description>I can´t find demand paging, anyone else having same problem?
I skipped 20.0.015 and updated straight to 21.0.016, could this be the reason for that?</description>
		<content:encoded><![CDATA[<p>I can´t find demand paging, anyone else having same problem?<br />
I skipped 20.0.015 and updated straight to 21.0.016, could this be the reason for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5657</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 06 Apr 2008 18:07:47 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5657</guid>
		<description>Plug your N95 in your PC and update software through PC Suite</description>
		<content:encoded><![CDATA[<p>Plug your N95 in your PC and update software through PC Suite</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cenzored_04</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5625</link>
		<dc:creator>cenzored_04</dc:creator>
		<pubDate>Sat, 05 Apr 2008 15:48:16 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5625</guid>
		<description>pls help me!
where can i download the new firmware v21 for n95-1?</description>
		<content:encoded><![CDATA[<p>pls help me!<br />
where can i download the new firmware v21 for n95-1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitflung</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5606</link>
		<dc:creator>bitflung</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:12:07 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5606</guid>
		<description>@UKBOY - what happened?  i think the overall impression of this firmware has been that it is at least as fast as v20, making these two firmware revs the fastest of all i've seen.  can you describe what's gone wrong with yours?</description>
		<content:encoded><![CDATA[<p>@UKBOY - what happened?  i think the overall impression of this firmware has been that it is at least as fast as v20, making these two firmware revs the fastest of all i&#8217;ve seen.  can you describe what&#8217;s gone wrong with yours?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UKBOUY</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5605</link>
		<dc:creator>UKBOUY</dc:creator>
		<pubDate>Fri, 04 Apr 2008 22:17:29 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5605</guid>
		<description>N95 now running as slow as a tortoise :-(</description>
		<content:encoded><![CDATA[<p>N95 now running as slow as a tortoise <img src='http://n95blog.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitflung</title>
		<link>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5589</link>
		<dc:creator>bitflung</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:22:47 +0000</pubDate>
		<guid>http://n95blog.com/nokia-n95-new-firmware-update-version-210016-released/#comment-5589</guid>
		<description>@James Stewart
RAM reporting: i don't know about the My Device app - i just looked for it and didnt find one - could be that it was removed, or isn't part of the firmware for this product code?  regardless, you could install the Device Status app (beta labs) though it goves LOTS more info and is likely less pretty than the app you are asking about.  personally, i use Handy Taskman, it replaces the standard task switcher and gives free RAM when you press and hold Menu button.

VoIP: which one do you use?  i use truphone, but i'm on at&#38;t in the us - so i cant connect via 3G (n95-1 doesn't talk to their 3G).  truphone doesn't even try to complete a call over EDGE.

my solution so far: i keep Fring connected to Gizmo/Skype/Gtalk automatically switching between EDGE and wifi.  and i let truphone automatically roam onto wifi as well.  i cant remember if i had to change the default port on truphone or not... but the option is there.  so i've got myself logged in to 2 SIP accounts plus Skype almost 100% of the time.  did i call this a solution?  its more of an experiment: i'm still holding out to see which service will work BEST for me.  i'm thinking i can likely connect via truphone using Fring instead if i want to - but gizmo is cheaper (except that truphone forwards to gsm for free, gizmo doesn't)

just curious, what do you use?
-bit</description>
		<content:encoded><![CDATA[<p>@James Stewart<br />
RAM reporting: i don&#8217;t know about the My Device app - i just looked for it and didnt find one - could be that it was removed, or isn&#8217;t part of the firmware for this product code?  regardless, you could install the Device Status app (beta labs) though it goves LOTS more info and is likely less pretty than the app you are asking about.  personally, i use Handy Taskman, it replaces the standard task switcher and gives free RAM when you press and hold Menu button.</p>
<p>VoIP: which one do you use?  i use truphone, but i&#8217;m on at&amp;t in the us - so i cant connect via 3G (n95-1 doesn&#8217;t talk to their 3G).  truphone doesn&#8217;t even try to complete a call over EDGE.</p>
<p>my solution so far: i keep Fring connected to Gizmo/Skype/Gtalk automatically switching between EDGE and wifi.  and i let truphone automatically roam onto wifi as well.  i cant remember if i had to change the default port on truphone or not&#8230; but the option is there.  so i&#8217;ve got myself logged in to 2 SIP accounts plus Skype almost 100% of the time.  did i call this a solution?  its more of an experiment: i&#8217;m still holding out to see which service will work BEST for me.  i&#8217;m thinking i can likely connect via truphone using Fring instead if i want to - but gizmo is cheaper (except that truphone forwards to gsm for free, gizmo doesn&#8217;t)</p>
<p>just curious, what do you use?<br />
-bit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
