Python for S60 or PyS60 just got an update. New in v1.9.4 are a single signed runtime, an improved application packager, easier runtime deployment, new APIs and a full-screen mode for the likes of the Nokia 5800.
New features in PyS60 1.9.4:
* A single Nokia signed runtime package which can be installed on all S60 3rd ED and above devices is available.(size with dependencies=2.8MB, actual size if runtime ~1MB)
* Improved Application Packager: The PyS60 application packager now scans the Python application being packaged and picks up the missing Python modules on which the application is dependent and packages them along with the application files.
* Easier runtime deployment: Python runtime and its dependent components can be installed by just running any Python application packaged using 1.9.4 application packager. (Only available from S60 3rd edition FP2 devices onwards with latest firmware)
* Two new APIs added to the socket module - access_points() and set_default_access_point() which have similar functionality to the APIs present in btsocket module.
* Two new APIs added to e32 module - get_capabilities() and has_capabilities(). The former can be used to get the capabilities, the application has been signed with, and the latter to check if a given list of capabilities is granted to the application or not.
* New mode to appuifw.app.screen - ‘full_max’ which can be used to achieve fullscreen on devices that don’t have Left Soft Key and Right Soft Key(e.g.: Nokia 5800).
PyS60’s latest version can be downloaded from:
https://garage.maemo.org/frs/?group_id=854
Related posts:
Recent Comments