Hi all,
Thank you for your helpful posts. But I had a quick question. Isn't the binary format supposed to REDUCE file sizes? I have the following code, which is based on the aforementioned...
Type: Posts; User: hyon; Keyword(s):
Hi all,
Thank you for your helpful posts. But I had a quick question. Isn't the binary format supposed to REDUCE file sizes? I have the following code, which is based on the aforementioned...
Hi,
I have a program that connects to the internet via urllib and httplib modules. For the httplib part of the code, I open and close connection as follows:
conn =...
Is there a capability I need to add, when signing on Symbian Open Signed, in order to play audio files?
for example,
sound = audio.Sound.open(soundFile)
sound.play(1,0)
ah ha! it works now.
although, it is VERY redundant, since i specify those capabilities on symbian signed...
thank you all for your help!
Hyon
The following is a test script that I wrote solely to test the urllib.urlopen command in a sis file:
import appuifw
import urllib
import os
import e32
file =...
Just to add some details to my previous post:
I'm using a 3rd Ed machine (Nokia 5500) and using Ensymble v0.26.
The program closes when it gets to the aforementioned line of code.
I have a similar problem, but with Ensymble. My code works fine in Python Script Shell, but when I package it into a sis file, it stops at the following line:
onlineFile = urllib.urlopen(URL +...
I'd like to use it on multiple phones, but I do not have a dev cert. Does a signed version not exist?
Hi,
I tried to install keypress102_unsigned_dev_certfree.sis on my 3rd Ed machine. But, because I don't have a dev cert, I used ensymble's built-in one and it doesn't seem to work.
I can get...
Hi,
I also have a similar inquery. Please refer to my post here.
Thanks!
Hi all,
I'm actually trying to do the opposite - having the query close after a few seconds.
I am reading data off the accelerometer on my Nokia5500, and prompting queries when a particular...
I just wanted to add a few things that I found out during my struggle to understand the Symbian Signed system and the deal with TC TrustCenter's Publisher ID's.
You can perform basic capabilities...
Thank you for your kind advice. I am still learning about the new world of PyS60 development. Now, I have two questions:
1. What is SwEvent?
2. Is there another way to access the keys?...
I've recently tried the above code with PyS60 v. 1.4.1
I still get the same bug. Has anyone found a solution to the Permission Error problem? Am I just missing something?
I'd like to have my...
That solved my problem. Thank you!
Is this really the only way to get more granularity - to use C++ code?
How do you execute another py script with a py script? I've been searching the forums, but can't seem to find it.:( Thanks!
Did you try with four different wav files?
I have a feeling it may be a hardware problem. I'm using a 5500.
After extensive searching on the net, I still could not find the answer to my problem. It may be very trivial to you guys, but help would be much appreciated!
I have the following code that works...
I read that the audio module for PyS60 may have a memory leak problem - is this true? Has anyone experienced this first hand?
I'm coding on a Nokia 5500 and plan to use audio. Are there any...
Thanks so much for your help - your code does exactly what I wanted it to do.
I just have a few more questions:
How is it that you didn't have to loop anywhere, but it loops?
I am using a...
I wrote the following code to count steps that I take:
1 import pyextaccel
2 import appuifw
3 import e32
4
5 def printout (x,y,z):
6 global steps
7 global high