| Reply | « Previous Thread | Next Thread » |
|
I have to develop an application which runs on all symbian phones . That application has to read SMS from inbox ,IMEI, send it to a URL . I found out that this is possible in python . I also found out that it is possible to create a .sis file for the application . But I think I cant run the .sis file without python runtime environment . Now I cant expect my customers to run python run time environment . I want to give them one package that runs out of the box after installing . Now Can I do this in python or I have to look after Symbiam C++ as with j2me I cant read the SMS inbox
|
| anandnarayan891 |
| View Public Profile |
| Find all posts by anandnarayan891 |
|
And is there a way I can give the python runtime also . Please advice if i should follow symbian or python
|
| anandnarayan891 |
| View Public Profile |
| Find all posts by anandnarayan891 |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
You can use Ensymble's mergesis function to combine the Python runtime sis and your application into one sis. Read the documentation about mergesis carefully:
http://ensymble.googlecode.com/files/README-0.28.txt There is a short overview of this situation here: http://developer.symbian.org/wiki/in...ur_Application You should tell us what version of PyS60 you want to use (1.4.5 or 1.9.x) As for deciding between Python and Symbian C++, it really depends on what you're more confortable with and whether that language gives you access to what you need. I'd recommend Python because you can achieve a lot with very little work.
Last edited by bogdan.galiceanu : 2009-11-03 at 20:51.
Reason: Version question
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| py2sis on your symbian 3rd | Maxim6630 | Python | 44 | 2009-09-17 18:12 |
| [Request] rebuild PyS60 runtime version 1.4.5 for 5th edtion compatibilty | dehlerm | Python | 1 | 2009-09-02 17:03 |
| Easier runtime deployment | tvijayan | Python | 27 | 2009-07-06 08:30 |
| Python for S60 1.9.3 released | tvijayan | Python | 40 | 2009-04-03 16:00 |
| Runtime memory limits in Nokia phones | anand_amarsh | Mobile Java General | 5 | 2005-05-22 17:17 |