<?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 - SIS Info tool for Symbian 9.1 SIS files - Comments</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html</link>
 <description>Comments for &quot;SIS Info tool for Symbian 9.1 SIS files&quot;</description>
 <language>en</language>
<item>
 <title>Re: SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-40960</link>
 <description>&lt;p&gt;some more tools for SiS extraction&lt;br /&gt;
&lt;a href=&quot;http://www.symbian-toys.com/sisxplorer.aspx&quot;&gt;http://www.symbian-toys.com/sisxplorer.aspx&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Aug 2007 13:45:37 +0200</pubDate>
 <dc:creator>dennis_george</dc:creator>
 <guid isPermaLink="false">comment 40960 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-39721</link>
 <description>&lt;p&gt;very useful , work perfect thanks&lt;/p&gt;</description>
 <pubDate>Thu, 05 Jul 2007 08:19:35 +0200</pubDate>
 <dc:creator>VMarinov</dc:creator>
 <guid isPermaLink="false">comment 39721 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2689</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I have just added a piece of lines to the code and it solved the IOError problem.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;from line 130-137 in sisinfo.py:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;os.makedirs(path)&amp;lt;BR&amp;gt;
try:&amp;lt;BR&amp;gt;
 newFile = file(path + os.sep + parts[len(parts) - 1], &quot;wb&quot;)&amp;lt;BR&amp;gt;
 newFile.write(self.fileDatas[f.fileIndex].findField(sisfields.CompressedField)[0].data)&amp;lt;BR&amp;gt;
 newFile.close()&amp;lt;BR&amp;gt;
except IOError, (errno, strerror):&amp;lt;BR&amp;gt;
 print &quot;I/O error(%s): %s&quot; % (errno, strerror)&amp;lt;BR&amp;gt;
for s in self.signatureCertificateChains :&amp;lt;BR&amp;gt;&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Take care with the idents (TABS)!&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Hope this helps&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 08 Feb 2007 11:50:00 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2689 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2688</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;I&#039;m also using Python 2.5 on Windows and the latest version of SisInfo, but get the error shown in the previous post.&lt;/div&gt;</description>
 <pubDate>Sat, 06 Jan 2007 13:35:20 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2688 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2687</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;I am having trouble installing this tool.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I am brand spanking new to python and don&#039;t know why I am getting file not found errors and permission denied errors.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;This is what I have tried:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;placing the folder &quot;sisinfo&quot; in the python directory and in the lib directory.  I also extracted the sysinfo.py and setup.py files and put them in both the python directory and in the lib directory.  Just to keep things simple I went ahead and placed the object file &quot;file.sisx&quot; into the python directory so that I could call python without changing directories or altering my Windows &quot;PATH&quot; variable.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Any help would be greatly appreciated.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 16 Nov 2006 07:24:36 +0100</pubDate>
 <dc:creator>wise33</dc:creator>
 <guid isPermaLink="false">comment 2687 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2686</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;V0.5 works much better, thanks very much.  I tested on 3-4 sis files.  -e option worked fine on all except one.  The one it failed on gave error below:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Traceback (most recent call last):
  File &quot;C:\Program Files\sisinfo\sisinfo.py&quot;, line 201, in &amp;lt;module&amp;gt;
    handler.execute(options)
  File &quot;C:\Program Files\sisinfo\sisinfo.py&quot;, line 130, in execute
    newFile = file(path + os.sep + parts[len(parts) - 1], &quot;wb&quot;)
IOError: [Errno 2] No such file or directory: u&#039;C:\\Temp\\sisinfo_test\\out\\*.*&#039;&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 06 Oct 2006 14:27:56 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2686 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2685</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;I have updated the sisinfo tool to version 0.5. In version 0.4 there were problems with unicode strings and it sometimes produced the error message reported above when extracting files. I fixed the error and the version 0.5 is available: &lt;a href=&quot;http://www.niksula.cs.hut.fi/~jpsukane/sisinfo.html&quot; class=&quot;spip_out&quot;&gt;http://www.niksula.cs.hut.fi/~jpsukane/sisinfo.html&lt;/a&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 27 Sep 2006 11:05:30 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2685 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2684</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;I&#039;m also using Python 2.5 on Windows and the latest version of SisInfo, but get the error shown in the previous post.&lt;/div&gt;</description>
 <pubDate>Wed, 27 Sep 2006 09:08:09 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2684 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2683</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;The -i option works fine, but -e option gives error below?  Why?  Have tried with a couple different SISX files each of which give same error.  Thanks.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;C:\development\workspace\UrlLauncher\sis&gt;python sisinfo.py -f UrlLauncher.SISX -i
   ! : \ s y s \ b i n \ U r l L a u n c h e r . e x e
   ! : \ r e s o u r c e \ a p p s \ U r l L a u n c h e r . r s c
   ! : \ p r i v a t e \ 1 0 0 0 3 a 3 f \ i m p o r t \ a p p s \ U r l L a u n c h e r _ r e g . r s c
   ! : \ r e s o u r c e \ a p p s \ U r l L a u n c h e r . m i f
   ! : \ p r i v a t e \ 0 7 5 7 5 4 0 2 \ b a c k u p _ r e g i s t r a t i o n . x m l&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;C:\development\workspace\UrlLauncher\sis&gt;python sisinfo.py -f UrlLauncher.SISX -i -e C:\development\workspace\UrlLaunche
r\sis\unsis
   ! : \ s y s \ b i n \ U r l L a u n c h e r . e x e
Traceback (most recent call last):
  File &quot;sisinfo.py&quot;, line 201, in &amp;lt;module&amp;gt;
    handler.execute(options)
  File &quot;sisinfo.py&quot;, line 130, in execute
    newFile = file(path + os.sep + parts[len(parts) - 1], &quot;wb&quot;)
TypeError: file() argument 1 must be (encoded string without NULL bytes), not str&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 26 Sep 2006 09:49:32 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2683 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2682</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Works here perfectly. I just tried with Python 2.5 for Win and the latest version from the SISInfo homepage.&lt;/div&gt;</description>
 <pubDate>Fri, 22 Sep 2006 11:57:12 +0200</pubDate>
 <dc:creator>Aki</dc:creator>
 <guid isPermaLink="false">comment 2682 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2681</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;strong class=&quot;spip&quot;&gt;this doesnt work unfortuantly :( it would be a very cool thing if such thing did exsist, but it doesnt&lt;/strong&gt;&lt;/div&gt;</description>
 <pubDate>Wed, 06 Sep 2006 19:08:40 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2681 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2680</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;To use the sisinfo.py tool, you have to have python installed and somewhere in your PATH variable. To inspect a sis-file, you have to start command prompt and issue for example command &quot;python sisinfo.py -f sisfile.sisx -i&quot; (without the quotes).&lt;/div&gt;</description>
 <pubDate>Thu, 31 Aug 2006 09:16:37 +0200</pubDate>
 <dc:creator>jari</dc:creator>
 <guid isPermaLink="false">comment 2680 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2679</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi Pawel, thanks for the improvement idea. I will implement support for generating the pkg-file as soon as I have time for it.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Meanwhile, check the version 0.2 of the tool &lt;a href=&quot;http://www.niksula.cs.hut.fi/~jpsukane/sisinfo.html&quot; class=&quot;spip_out&quot;&gt;http://www.niksula.cs.hut.fi/~jpsukane/sisinfo.html&lt;/a&gt;. The new version has support for printing certificate information of the sis file.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;(I could not find a way to update the article, is I posted update information like this...)&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Jari&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 31 Aug 2006 09:14:54 +0200</pubDate>
 <dc:creator>jari</dc:creator>
 <guid isPermaLink="false">comment 2679 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2678</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;how do we use this? im trying to unpack a SISX extention, i downloaded phyton but when i click on sisnfo it wont work, wat should i do????&lt;/div&gt;</description>
 <pubDate>Mon, 28 Aug 2006 18:01:57 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 2678 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comment-2677</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hello Jari,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;A quick suggestion for a small improvement that would make the scripts significantly more useful:&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Add a feature where a PKG file is generated from the SISX file - this would make the scripts immensly more useful in verification testing and prototyping.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;Thanks in advance,
Pawel&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 24 Aug 2006 22:32:17 +0200</pubDate>
 <dc:creator>Pawel</dc:creator>
 <guid isPermaLink="false">comment 2677 at http://www.newlc.com</guid>
</item>
<item>
 <title>SIS Info tool for Symbian 9.1 SIS files</title>
 <link>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;There are plenty of utilities to extract the contents of a SIS file from the pre Symbian 9.1 SIS files. However, I could not find that kind of tool for the new SISX file format.
So, I wrote a small python utility that is able to parse the SIS file, print some information about its contents and extract the contained files.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/SIS-Info-tool-for-Symbian-9-1-SIS.html#comments</comments>
 <category domain="http://www.newlc.com/taxonomy/term/27">Utilities</category>
 <category domain="http://www.newlc.com/taxonomy/term/41">Symbian OS</category>
 <category domain="http://www.newlc.com/taxonomy/term/138">Packaging</category>
 <pubDate>Thu, 24 Aug 2006 10:43:29 +0200</pubDate>
 <dc:creator>jari</dc:creator>
 <guid isPermaLink="false">926 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
