You Are Here:

Community: Developer Discussion Boards

#1 Old Talking Python for S60 1.4.3 released - 2008-05-05, 12:17

Join Date: Dec 2007
Posts: 44
tvijayan's Avatar
tvijayan
Offline
Forum Nokia Expert
Python for S60 1.4.3 is now released. This is an officially signed release.

You can download the release from the usual place in SourceForge:

http://sourceforge.net/project/showf...roup_id=154155

This release runs on S60 2nd edition (and all FPs) and 3rd edition.

The release includes:
- source code
- device and emulator binaries for 2.0, 2.6, 2.8 and 3.0
- emulator binaries for armv5 (RVCT)
- documentation PDF.

The release is officially Nokia signed. The capabilities for the PythonForS60 component are "ALL -TCB -DRM -AllFiles", so the DLLs are usable with almost all applications as is and thus there is no longer a need for a separate unsigned-freedevcert version of this package.

The script shell package is signed with the user-grantable capability set (ReadUserData WriteUserData NetworkServices LocalServices UserEnvironment). If you need more capabilities, you need to obtain a devcert and sign the unsigned_testrange script shell package with it. The UID for unsigned_testrange script shell package is updated with untrusted range (0xE0000000...0xEFFFFFFF)

Changes in 1.4.3 from 1.4.2:
-----------------------------
* Added functionality to set the recipient name in messaging.sms_send().
* Added to the positioning module the last_position() function which fetches the last obtained position without powering up the GPS device.
* Increased the maximum length of the message that can be sent using messaging.sms_send()to 39015 characters.

Corrected defects:

1891830: positioning.stop_position()does not shutdown GPS
1833627: sms content is truncated to the first 256 characters

Note: The UIDs for officially signed 3rd edition packages (1.4.x) are different from the prereleases (1.3.x). The 1.4.x releases have UIDs assigned from the protected range, while the 1.3.x releases had UIDs from the unprotected range. If your software depends on the UIDs it may need changes. Especially note that it may not be possible to directly upgrade an application package that embeds a 1.3.x runtime package into a new version that embeds a 1.4.x runtime package without removing the old runtime package first.

The UID changes relevant to application programmers are as follows:

- PythonForS60 package: old 0xF0201510 new 0x2000B1A0
- PythonScriptShell package: old 0xF0201515 new 0x2000B1A5

All users are recommended to upgrade.

This release is the same as 1.3.11 in that ***you need to install both the PythonforS60 _and_ the PythonScriptShell package to get the same functionality as before on 2nd edition. ***

Bug reports, patches and feature requests are welcomed in the usual places:

Bugs: http://sourceforge.net/tracker/?grou...55&atid=790646
Patches: http://sourceforge.net/tracker/?grou...55&atid=790648
Feature requests:http://sourceforge.net/tracker/?grou...55&atid=790649

Yes, really - if you find a clear bug file it in SourceForge. That's what we track regularly, not every thread in the discussion board. If you post a bug report only in the DiBo, we might miss it.

When filing bugs, include the device you used, its firmware version (you can see this by entering *#0000# in the idle screen), the PyS60 version and a minimal test case (if applicable).

Happy hacking!
Reply With Quote

#2 Old Re: Python for S60 1.4.3 released - 2008-05-05, 15:57

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hi everybody
its great that the officially new version of Pys60 is announced. we were thinking abt the inclusion of extensions like xprofile and misty into this version but that are not there.
then also a change is good
best regards


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#3 Old Angry Re: Python for S60 1.4.3 released - 2008-05-05, 16:34

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by gaba88 View Post
hi everybody
its great that the officially new version of Pys60 is announced. we were thinking abt the inclusion of extensions like xprofile and misty into this version but that are not there.
then also a change is good
best regards
Hello ,

I'm wondering why you have announced this release after one week ! There were more than 5000 downloading since your release on 28th April 2008 !

BR
Cyke64


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Reply With Quote

#4 Old Re: Python for S60 1.4.3 released - 2008-05-05, 16:39

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Quote:
Originally Posted by cyke64 View Post
Hello ,

I'm wondering why you have announced this release after one week ! There were more than 5000 downloading since your release on 28th April 2008 !

BR
Cyke64
Hi Cyke64,
I remember there was some problem with the UID of the unsigned Script Shell. So maybe they only announced it now because they only got it fixed now. At least that's what I think.
Reply With Quote

#5 Old Re: Python for S60 1.4.3 released - 2008-05-05, 17:01

Join Date: Feb 2008
Posts: 2,542
Location: Bhavnagar, Gujarat, India
Send a message via Yahoo to gaba88 Send a message via Skype™ to gaba88
gaba88's Avatar
gaba88
Offline
Forum Nokia Champion
hi cyke64
the question is really of point that why they have officially announced it late after one week.


Gargi Das- http://gargidas.blogsot.com

Forum Nokia Python Wiki


Learn Python at http://mobapps.org/PyS60
Reply With Quote

#6 Old Re: Python for S60 1.4.3 released - 2008-05-05, 17:20

Join Date: Dec 2007
Posts: 50
Location: Kuopio, Finland
ilpo55
Offline
Regular Contributor
Quote:
Originally Posted by tvijayan View Post
Python for S60 1.4.3 is now released. This is an officially signed release.

The release is officially Nokia signed. The capabilities for the PythonForS60 component are "ALL -TCB -DRM -AllFiles", so the DLLs are usable with almost all applications as is and thus there is no longer a need for a separate unsigned-freedevcert version of this package.

Happy hacking!
It looks, that to read internal GPS module we still need to use (and sign) PythonScriptShell_1_4_3_3rdEd_unsigned_testrange.sis.

If so, I wonder why?

Ilpo
Reply With Quote

#7 Old Re: Python for S60 1.4.3 released - 2008-05-06, 10:12

Join Date: Feb 2005
Posts: 1,353
Location: Belgium (Europe)
cyke64's Avatar
cyke64
Offline
Super Contributor
Quote:
Originally Posted by ilpo55 View Post
It looks, that to read internal GPS module we still need to use (and sign) PythonScriptShell_1_4_3_3rdEd_unsigned_testrange.sis.

If so, I wonder why?

Ilpo
It's a matter of capabilities (need Location ). But you can use extern GPS module with your N95 with PyScriptShell selfsigned
This restriction doesn't exist anymore for 3rd FP2

BR
Cyke64


pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 !

pys60 extension modules on http://cyke64.googlepages.com/
Last edited by cyke64 : 2008-05-06 at 10:23.
Reply With Quote

#8 Old Re: Python for S60 1.4.3 released - 2008-05-06, 10:44

Join Date: Dec 2007
Posts: 50
Location: Kuopio, Finland
ilpo55
Offline
Regular Contributor
Quote:
Originally Posted by cyke64 View Post
It's a matter of capabilities (need Location ).
Is it in theory possible that Nokia could sign the next version of PythonForS60 with Location capabilities?

Ilpo
Reply With Quote

#9 Old Smile Re: Python for S60 1.4.3 released - 2008-05-06, 13:02

Join Date: May 2007
Posts: 2,738
Location: 21.46 N 72.11 E
croozeus's Avatar
croozeus
Offline
Forum Nokia Champion
Quote:
Originally Posted by cyke64 View Post
This restriction doesn't exist anymore for 3rd FP2
Well thats good. Eager to work on those devices. I wonder if any other capabilities would be granted too in 3rd FP2...

Best Regards,
Croozeus
Reply With Quote

#10 Old Re: Python for S60 1.4.3 released - 2008-05-23, 12:04

Join Date: May 2008
Posts: 88
rishabhgupta
Offline
Regular Contributor
Problem in installing the 1.4.3 version on my Nokia 6681
Hi Guys,
I am currently having the 1.3.1 version on my cell and I want to upgrade it for the logs module but I am facing a problem.I am able to install it on my cell but I cant find the Icon as before to launch the python application.Can neone suggest if I m doing something wrong.
Rishabh
Reply With Quote

#11 Old Re: Python for S60 1.4.3 released - 2008-05-23, 13:13

Join Date: May 2008
Posts: 88
rishabhgupta
Offline
Regular Contributor
hey can nebody help me with this version....i m able to install it but i m able to see the icon tolaunch it.....i used this file to install on my NOKIA 6681 ::
PythonForS60_1_4_3_2ndEdFP2.SIS...i have uninstalled the previous version before installing this one.
yaar plz help me...
Rishabh
Reply With Quote

#12 Old Re: Python for S60 1.4.3 released - 2008-05-23, 13:34

Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
bogdan.galiceanu's Avatar
bogdan.galiceanu
Offline
Forum Nokia Champion
Quote:
Originally Posted by rishabhgupta View Post
hey can nebody help me with this version....i m able to install it but i m able to see the icon tolaunch it.....i used this file to install on my NOKIA 6681 ::
PythonForS60_1_4_3_2ndEdFP2.SIS...i have uninstalled the previous version before installing this one.
yaar plz help me...
Rishabh
Hi,

All you did was install the Python interpreter, in order to see the icon you need to install the script shell too.
Download PythonScriptShell_1_4_3_2ndEdFP2.SIS and install it.
Reply With Quote

#13 Old Re: Python for S60 1.4.3 released - 2008-05-23, 13:55

Join Date: May 2008
Posts: 88
rishabhgupta
Offline
Regular Contributor
Quote:
Originally Posted by bogdan.galiceanu View Post
Hi,

All you did was install the Python interpreter, in order to see the icon you need to install the script shell too.
Download PythonScriptShell_1_4_3_2ndEdFP2.SIS and install it.
Thnx for the help.....i am able to do this now
Cheers
Rishabh
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump
Similar Threads
Thread Thread Starter Forum Replies Last Post
Python for Series 60 released on Forum Nokia! eriksmartt Python 5 2009-07-14 18:00
Python for S60 1.4.1 released jplauril Python 30 2009-02-07 15:09
Python for S60 1.4.2 released tvijayan Python 22 2008-04-15 20:20
Python for S60 1.3.22 released jplauril Python 14 2007-06-28 04:53
Python for S60 1.3.14 released jplauril Python 11 2006-11-27 18:43

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia