How long did you wait when you simply did the Network one, maybe what you should try is allow it to run for atleast two - five minutes to see how long the nan does keep coming back for. Could be that...
Type: Posts; User: sidneib; Keyword(s):
How long did you wait when you simply did the Network one, maybe what you should try is allow it to run for atleast two - five minutes to see how long the nan does keep coming back for. Could be that...
Hi tittu, what is your debugging process now ? How do you actually do your development ? Are you using the cable or bluetooth.
Sometimes you can speed things up by simply using better environment...
Sux if that really is the course of pys60.
Anyway i guess its our job to write great apps on pys60 so that the world does know about it :)
Hi All, do you guys think what jtullis is true ? I have only been in the community for a brief period of time and i am seriously enjoying pys60 so im not quite sure, but somehow I kind of get the...
Thanks for the feedback guys.
If you are interested in trying it, whenever your ready just send me an email to the address that is on the frontpage of fonetraka.com and i will send the sis file...
Hi Guys,
I just wanted to say i have finally finished my first Pys60 nokia application yesterday and am ready for testing *woohoo*. I wanted to also say thanks to the great guys on this forum with...
BTW just to add you can visit http://library.forum.nokia.com/ and type in makesis in the search bar. There are some really good notes there on how to use the makesis and how it ties the packages...
OK i have ran the upload type functions in a seperate thread as the socket.accept thread and no longer any more crashes , woohoo ! :) BUT now everytime i want to upload something it prompts me to...
Hi Guys,
I think i may have found a defect/bug that i would like to let people know about. I guess the experts here can verify whether it is. Below is the way i found the problem.
1. I have a...
Hi All,
I have this code
def send_media(self, servlet_call):
packet_data = {
'upload_file' :...
Oh ok, thanks for that, will check out the site :)
Hi Guys,
Question on SymbianError. What does that mean ?! I have a process which periodically sends updates to a webservice and what happens is at times it generataes an error from getHostByName...
Yes if someone can help that would be greatly appreciated. I had the same problem with an app i wrote. I had a blocking call to socket.accept which was spawned from a thread.
Then when i recieved...
Hi all, is appswitch still present on 2.0.0.0 , did a search on web and wiki but cant seem to find any docos. when i import it in 2.0.0.0 it says no module. Does it go under a different name like...
OK will do, thanks gaba88
You need python and pips, + your app then you sign it all as one large sis file.
However at the moment i am still distributing my python runtime + app together as one sis and the pips file...
Hi Marcelo !
As of 2 mins ago i fixed this problem and was just about to post my solution but it seems you have touched on what i had to do. Basically what i had to do was ...
Yep thankyou guys, i just wanted confirmation that it wasnt actually present cause i thought i may have missed the examples of it somewhere. i will check out the 2 line listbox as i havnt seen that...
Hi
I guess the drag bar is not so important, the main thing im looking for is a pre-defined list that is simialr to the settings page wtihin tools->settings->General->personalization->display for...
Hi All, im having a play with different widgets in pys60 and i was wondering whether pyS60 has a settings widget. You know for example when you click into ...
Hi All i have a question, i am uploading files to a server using the following code
media_upload = file(self._image_location).read()
...
Hi All,
I am packaging my code into a standalone app. I have included the runtime + my code into one sis file signed it and it seems to work however if i install it on a completely bare phone what...
i went through the debugging route and logged various stages of the program execution into a log file as suggested marcel.
What i found was that it crashes in different areas. One point that it...
Hi All,
I have a question, been testing my script for sometime and it works prior to adding any UI elements. Now i want to add UI elements and i have run into a problem.
Whats happened is i...
Simon, that is an excellent thread, should solve the problem when i get around to packaging it !
Thanks :)