Great work SajiSoft!
It will be a excellent guideline for developers to create their own extensions and improve even better this PyS60 Platform.
Regards,
Marcel
Type: Posts; User: marcelcaraciolo; Keyword(s):
Great work SajiSoft!
It will be a excellent guideline for developers to create their own extensions and improve even better this PyS60 Platform.
Regards,
Marcel
Hi McLightning,
Are you developing for Maemo OS ?! If so, you'll probably are using the PyGtk library for the GUI of your app.
In this case, you should take a loook at Multi-threading with...
Gaba,
I've watched at your code that you store the default access point into a file. When do you access it ?! Since you're only writting to it. I didn't understando. Do I need to everytime before...
Hi all,
I am finishing a simple app with PyS60 that uses the network in order to access and fetch some remote data. The problem is that during the execution of the app at every request for...
Yeah,
I think so. Anyway I've sent an email for the current responsible for the Lightblue, showing the problems. I think it's a bug also. I tested with another macbook with Python 2.5.4 and Mac OS...
Hi Christian!
Thanks for the kinds word! Indeed I haven't tested yet with the Mac OS Snow Leopard (10.6). My Mac OS is still 10.5, but I'll look after a user who has so i can make some tests and...
Hi all,
I'd like to share a new article/ snippet code that i've developed during a project about geoLocation at my master thesis work. I've used the Yahoo Maps API library in order to show my...
Hi Ballgam,
Take a look at this snippet code , it may help you! I haven't tested yet. Try it first. Take a look at the comment below the snippet, it might help you since the Python 2.0 is now...
Hi,
I remembered another source that could help you:
Check this article at the Wiki Forum Nokia, it may help/inspire you:
http://wiki.forum.nokia.com/index.php/Using_graphs_in_PyS60
...
Hi rajendra007,
I've developed some time ago some charts for PyS60. A library for plotting Line, Bars and Pizza Chart. It's outdated but i believe it could help you at the creation of the...
Hi flying_hipo,
Take a look at this thread:
http://discussion.forum.nokia.com/forum/showthread.php?t=193619
I've answered about this at the previous topic! It may be useful for your...
Hi flying_hipo,
What's the OS you trying to use as server?
I have some open-source apps that you may take a look.
For linux some projects using bluetooth and Bluez!
...
Hi flying_hypo,
I've done an article about this topic here at Forum Nokia Wiki. You can check it out:
http://wiki.forum.nokia.com/index.php/How_to_connect_Mobile_to_PC
The mobile part...
I don't think that the args from sys will work.
You can still "emulate" the arguments coming from the console by:
1 - Putting a appuifw.query dialog for requesting the appropriate arguments.
...
Those are wonderful news!!
I'd like to know if now it's possible to upload apps at Ovi Store written with PyS60!
The releases now will be frequently? (Every month) ?
I expect so,
Hi Marcelo,
Indeed, it's a good acquisition the Apple notebooks! I recommend it for all! As i promised here the link for the simple demo of the application running! I expect that you enjoy!
...
Hi all,
I'd like to share with the pyS60 community a simple application that I developed for my personal use, and now i decided to distribute it as an open-source project hosted at the...
Great Application Marcelo!!
I've tested it, it works perfectly! And the idea of extension/plugins is amazing! I was thinking in a way to extend it and send the to-do-list via bluetooth to my PC....
Yeah Marcelo, Indeed your article about REST API inspired me a lot to start writing this library. I'm also developing a second library to upload photos now to TweetPhoto:
You can see it here:
...
I'd like to announce the Wiki Forum nokia article that i wrote about uploading photos with PyS60 to Twitter. I've developed a simple library for uploading pictures to the web service TwitPic. Anyone...
I faced the same problem with my 5800 XM. Update failed for Python for S60 2.0. Ah, it came also a application Scribble for download. Nice Paint touch drawer for PyS60 provided by Nokia. It has...
I am trying to connect to the PC and use this piece of code:
I am using btsocket module from PyS60 1.9.7. The problem is when i run this twice i have an error:
error(13, 'Permission...
Hi all,
I am Marcel Caraciolo, and i am studying the master candidate degree course at computer science in Recife - Brazil. One of my goals is to join the mobile computing and machine learning...
Thanks Rafael for your answer.
But i am facing the problem that when i tilt the phone to the left, since the callback sensor is called everytime, it checks the phone is in the left, and makes the...
Hi all,
Do you have any samples of shaking movement (left and right), i am trying to interpret the Next and Back of a music player that i am developing with accelerometers. Thanks,
Marcel