<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - How use BAK? - Comments</title>
 <link>http://www.newlc.com/forum/how-use-bak</link>
 <description>Comments for &quot;How use BAK?&quot;</description>
 <language>en</language>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43849</link>
 <description>&lt;p&gt;Thank you all.&lt;/p&gt;

&lt;p&gt;It&#039;s extremely helpful for me. I think I got you ideas.&lt;/p&gt;</description>
 <pubDate>Thu, 10 Jan 2008 02:14:25 +0100</pubDate>
 <dc:creator>nosame@china-isi.com</dc:creator>
 <guid isPermaLink="false">comment 43849 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43840</link>
 <description>&lt;p&gt;A by-the-book virus cannot propagate on Symbian based devices at all without the user actively installing the app.&lt;/p&gt;

&lt;p&gt;Symbian 9 and Platform Security adds further restrictions.&lt;/p&gt;

&lt;p&gt;Trojan horse approach or outright commercial spyware apps can still be created.&lt;/p&gt;

&lt;p&gt;Read this article about Symbian viruses and the &quot;threat&quot; they pose (or don&#039;t, really) : &lt;a href=&quot;http://3lib.ukonline.co.uk/viruses.htm&quot;&gt;http://3lib.ukonline.co.uk/viruses.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your ambition is writing a virus scanner, then you can do so, but need to cooperate with the device manufacturers to get it done and working (being any sort of Symbian OS licensee BAK, DevKit, whatever, will not be sufficient). And once you&#039;ve create such a product, it is primarilg going to waste consumer&#039;s money (if it isn&#039;t free), and waste the battery power, CPU cycles, storage and RAM space on their devices with no real benefits to the user (except unnecessary sense of security, if they&#039;re ignorant enough to think they need it).&lt;/p&gt;</description>
 <pubDate>Wed, 09 Jan 2008 10:34:00 +0100</pubDate>
 <dc:creator>N_A</dc:creator>
 <guid isPermaLink="false">comment 43840 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43832</link>
 <description>&lt;p&gt;If you define &quot;virus&quot; as a program that can infect a PC or a phone against your will, without your help and secretely, as far as I know the number of such virii for Symbian OS 9 so far is exactly ZERO.&lt;/p&gt;

&lt;p&gt;I would guess that there are two main reasons for this: The first reason is all the security built into Symbian together with probably few bugs that you could exploit to circumvent the security, and the second reason is that Symbian is not in the focus of malware authors. The bad boys just don&#039;t try very hard, because they know it&#039;s very difficult, and after all: What is there to gain if your virus gets into a phone?&lt;/p&gt;

&lt;p&gt;And writing a successful Symbian malware is certainly way beyond the means of the proverbial youth that just wants to hack something to show the world that he is a hero.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 09 Jan 2008 08:25:28 +0100</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 43832 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43830</link>
 <description>&lt;p&gt;Thank you so much. you&#039;re so great.&lt;/p&gt;

&lt;p&gt;I have an extra question want to ask you,&lt;/p&gt;

&lt;p&gt;How a virus work in symbian OS? I mean in such a restricted system, how can a virus work invisually to user,&lt;/p&gt;

&lt;p&gt;from transmit, inbreak, launch, to run?&lt;/p&gt;

&lt;p&gt;Is it the only way, to run an application in \sys\bin directory, Symbian accepcted?&lt;/p&gt;

&lt;p&gt;Is it the only way, to put an executable into this directory through a .sis file for must of people?&lt;/p&gt;

&lt;p&gt;If so, is that means, we do &quot;run&quot; the virus in our cells?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</description>
 <pubDate>Wed, 09 Jan 2008 06:17:18 +0100</pubDate>
 <dc:creator>nosame@china-isi.com</dc:creator>
 <guid isPermaLink="false">comment 43830 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43828</link>
 <description>&lt;p&gt;The link works now. On that page, there&#039;s also a segment that reads:&lt;/p&gt;

&lt;p&gt;&lt;div class=&quot;bb-quote&quot;&gt;&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;br /&gt;
Do I need a Symbian Kit for Server-side File System Development?&lt;/p&gt;

&lt;p&gt;Yes.&lt;/p&gt;

&lt;p&gt;Symbian OS provides file services through a public user-side client API. Server-side, file requests are passed to registered file system hook plugins (for anti virus vendors), then to specific file system plug-ins (e.g. FAT, LFFS), then (optionally) to file system extensions, which in turn write to hardware though media drivers (specialist device drivers).&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;&lt;span style=&quot;color:red&quot;&gt;Development of a file system plugin using BAK is theoretically possible as the required headers are present. However this would be extremely difficult as there is only API reference documentation (no guide) and no example code.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;A DevKit is required in order to get the source code for existing file systems and media drivers; it is highly recommended in order to develop new ones.&lt;/p&gt;

&lt;p&gt;Notes:&lt;/p&gt;

&lt;p&gt;    * File System plugins require TCB capbility, which can only be granted by the phone manufacturer&lt;br /&gt;
    * During development you should install file system plugin on an MMC card so that you can remove the card to restore the phone to a bootable state in the event of a crash.&lt;br /&gt;
    * FAT32 file system source is not supplied in the DevKit.&lt;br /&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 08 Jan 2008 21:38:01 +0100</pubDate>
 <dc:creator>N_A</dc:creator>
 <guid isPermaLink="false">comment 43828 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43823</link>
 <description>&lt;p&gt;Thank you N_A,&lt;/p&gt;

&lt;p&gt;Actually I need that kit.&lt;/p&gt;

&lt;p&gt;I&#039;m writing a file system driver.&lt;/p&gt;

&lt;p&gt;Do you still have any ideas at how to use it?&lt;/p&gt;

&lt;p&gt;Ha, Symbian&#039; web server is suffering problem recently. It&#039; inaccessable.&lt;/p&gt;

&lt;p&gt;Thank you again.&lt;/p&gt;</description>
 <pubDate>Tue, 08 Jan 2008 17:13:46 +0100</pubDate>
 <dc:creator>nosame@china-isi.com</dc:creator>
 <guid isPermaLink="false">comment 43823 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak#comment-43822</link>
 <description>&lt;p&gt;What kind of software are you developing? That determines whether you need the BAK at all, or whether you should just use the &quot;regular&quot; published SDKs (for S60, UIQ or whatever you&#039;re targeting).&lt;/p&gt;

&lt;p&gt;Read also this overview:&lt;br /&gt;
&lt;a href=&quot;http://developer.symbian.com/wiki/pages/viewpage.action?pageId=1859&quot;&gt;http://developer.symbian.com/wiki/pages/viewpage.action?pageId=1859&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 08 Jan 2008 16:44:28 +0100</pubDate>
 <dc:creator>N_A</dc:creator>
 <guid isPermaLink="false">comment 43822 at http://www.newlc.com</guid>
</item>
<item>
 <title>How use BAK?</title>
 <link>http://www.newlc.com/forum/how-use-bak</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I wonder how to use the BAK develop kit.&lt;/p&gt;

&lt;p&gt;I can&#039;t found any APIs reference or related documents when I have it installed.&lt;/p&gt;

&lt;p&gt;And now I have no idea with it.&lt;/p&gt;

&lt;p&gt;Could you tell me,&lt;/p&gt;

&lt;p&gt;How use it? &lt;/p&gt;

&lt;p&gt;And what make Symbian make such a clumcy BAK for his partner?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/how-use-bak&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/how-use-bak#comments</comments>
 <category domain="http://www.newlc.com/forums/nokia-series-60-applications">Nokia Series 60 Applications</category>
 <pubDate>Tue, 08 Jan 2008 16:07:44 +0100</pubDate>
 <dc:creator>nosame@china-isi.com</dc:creator>
 <guid isPermaLink="false">19961 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
