SIS stands for Software Installation Script. SIS file format is used in Symbian OS for software install (Packaging Files for development to a device).
Questions tagged [sis]
14 questions
3
votes
2 answers
How can I integrate Seaborn plot into Tkinter GUI
I am trying to plot using Seaborn in Tkinter. My approaches so far were different variations of this and I could not get it to work.
I tried the matplotlib.use("Agg"), which works fine one the normal Matplotlib graphs on the page but doesn't seem to…

Joan Arau
- 151
- 4
- 14
2
votes
2 answers
Making an unsigned sis - error: No rule to make target `unsigned_sis'. Stop
I'm trying to make an unsigned sis package of my application, however I get the aforementioned error from QtCreator.
What am I doing wrong?
Best regards

Gerstmann
- 5,368
- 6
- 37
- 57
1
vote
2 answers
Importing .ics into an iOS app
I am making an app that imports grades from a SIS (Student Information Service) known as PowerSchool. At first I thought that I would need to parse the HTML tags to get the information and organize it. I even found someone who had already…

Connor Mulcahey
- 36
- 2
1
vote
1 answer
Qt for Symbian S60 - "Feature not supported"
I'm developing an application with Qt for the Symbian platform, and I ran into a problem when testing the app on an S60 phone, Nokia E90.
The application compiles just fine, but when I'm installing the sis-file the phone notifies me that a "Feature…

Gerstmann
- 5,368
- 6
- 37
- 57
1
vote
1 answer
converting .wgz to .sis
Can I pack my .wgz widget to a .sis file?
Thanks for attention.

alexander
- 11
- 1
- 3
1
vote
1 answer
convert C executable file to SIS format
My task is to port flite tts to symbian os. we had tried to compile flite tts and convert it to sis format(the installation file for symbian os). There is a IDE called Qtcreator which will create executables for mobile devices , for eg…

user1324788
- 11
- 2
0
votes
2 answers
Single Instance File Storage with JAVA
I was storing some files based on a checksum but I found a flaw that 2 checksums can be identical sometimes.
I always try looking for API instead of reinventing the wheel, but I can't find anything.
I know theres the JSR 268 and JackRabbit as a…

javaNoober
- 1,338
- 2
- 17
- 43
0
votes
0 answers
Trouble whit installation and importing in PyQt4
I'm following a GUI aplication python course. And I can't handle with PyQt4.
I'm at manjaro linux, after some failed attempts, seems I have successfully installed PyQt4 and sis. But now, when trying to import, I can't.
When I run: import PyQt4…

Ajapollo Trukatila
- 463
- 1
- 4
- 12
0
votes
1 answer
SIS r Error in glm.fit(cbind(ones, x[, index], x[, condind]), y, family = gaussian()) : NA/NaN/Inf in 'x'
I am using SIS R. My data is numerical including the response variable.
It has 651 Columns. I standardized it and convert it to matrix form.
library("SIS")
model1 <- SIS(GTGTm, gGTym, family = "gaussian", penalty = "lasso",
tune =…

shafi Q
- 77
- 8
0
votes
1 answer
Symbian sis file installation failed
Im developing a QT application which includes QTMobility and QContacts, QMessaging and QSystemInfo.
Following this documentation.
my .pro file has following capabilities
symbian::TARGET.CAPABILITY = LocalServices ReadUserData WriteUserData…

user562701
- 11
- 4
0
votes
1 answer
Nokia QT Creator project, Error installing Qjson.sis
I am trying to run up an app in release mode on my Nokia N8. When it builds the phones asks me if i want to install it. i press yes and install it to the mass memory. This happens with out a hitch. Then it asks me to install Qjson.sis i choose the…
0
votes
1 answer
Who actually installs the Java MIDlet file
Suppose i have TicTacToe.jar (Collection of class files and resource files) & TicTacToe.jad (Descriptor File) files,
Who and How does this installation from jar file to some machine dependant files like (.sis and all)
Platform independant …

Vikas
- 1
0
votes
1 answer
Flashing and closing PyS60 SIS
I created a py script for S60 2nd Edition FP3 with a background image, database, sound files which are stored in a folder on c drive. After several hours, I have managed to convert it into sis which I sent to my mobile phone.
First, I installed the…

Matrich
- 183
- 2
- 16
0
votes
1 answer
Single Instance Storage layers
I have a data storage requirement which is an excellent candidate for single instance storage and deduplication.
Can anyone suggest any .Net compatible libraries or systems which handles SIS and deduplication, either with SQL Server as an actual…
user32826