Logo

Download Python for S60 1.9.5

Acaba de ser liberado una nueva actualización de Python para S60 “PyS60 1.9.5” basado en Python 2.5.4.

PyS60 1.9.5 soporta dispositivos con Symbian S60 3rd edition, S60 3rd edition FP1, S60 3rd edition FP2 y S60 5th edition.

Lista de cambios:
- Added an option to package the application sis as bycode or source code.
- Default heapsize for PyS60 applications is increased to 100k,4M from 4k,1M
- Added an option “Continue with missing dependencies”.
- Many defects are fixed with this release. Refer release notes for more details.
- There is an additional dependency to the OpenC libraries, which must be installed for the runtime to work.
- Sadly, S60 2.x devices are not supported by the new code-base, and never will be. This is because OpenC libraries aren’t available for S60 2.x.
- Binary compatibility between 1.9.x versions isn’t guaranteed until 2.0. We won’t break it without good reason, but it can happen.
- API compatibility of new sensor module isn’t guaranteed until 2.0. We won’t break it without good reason, but it can happen.

Python for S60 1.9.4(PyS60) para Nokia 5800 XpressMusic

Ya se encuentra disponible Python 1.9.4 para móviles Symbian S60 como el Nokia 5800 XpressMusic y Samsung 5800. Entre las novedades se incluye el soporte para pantalla completa en los dispositivos touchscreen. También incluye un único paquete firmado en tiempo de ejecución (para la edición 3 y 5)

PyS60 1.9.4 Changelog
- 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)
- Mejor empaquetador de aplicación: 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.
- Despliegue de tiempo de ejecución más fácil: 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)
- Dos nuevas APIs agregados al módulo de socket -- access_points() and set_default_access_point() which have similar functionality to the APIs present in btsocket module.
- Dos nuevas APIs  agregados al módulo e32 -- 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.
- Nuevo modo a 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).

S60 Resource Cleanup: eliminar ayudas e idiomas no usados de tu Nokia

S60 Resource Cleanup es un script desarrollado en Python que nos permite borrar recursos de ayuda e idiomas de nuestro Nokia S60 3Ed, con ello incrementar el espacio de nuestra memoria.

Requiere tener CapsOn y CapsOff, interprepete y Shell Python para S60.

Para su instalación descargar y copiar rescleanup.py en la carpeta c:\python (o e:\python) del celular, habilitar el CapsOff, abrir el Python Shell y correr el script.
S60ResourceCleanup Python script

Libros sobre Symbian OS: C++, Python

symbian_os_logoSymbian OS es uno de los principales sistemas operativos existentes para dispositivos móviles. Usado por la mayoría de empresas de telefonía móvil como: Nokia, Sony Ericsson, PSION, Samsung, Siemens, Arima, Benq, Fujitsu, Lenovo, LG, Motorola, Mitsubishi Electric, Panasonic, Sharp
A continuación presento algunos enlaces externos conteniendo algunos libros importantes relacionados con Symbian

The Symbian OS Architecture Sourcebook: Design and Evolution of a Mobile Phone OS
Por que los telefonos son diferentes, La historia y prehistoria de Symbian OS, Introducion a la aquitectura Symbian OS, Introduccion a Oriantado a Objetos, Modelo de capaz de Symbian OS, UI Framework Layer, The Application Services Layer, The OS Services Layer, The Comms Services Block, The Base Services Layer, The Kernel Services and Hardware Interface Layer, The Java ME Subsystem, Notes on the Evolution of Symbian OS, The Use of Object-oriented Design in Symbian OS, Just Add Phone, One Size Does Not Fit All: The Radical User Interface Solution, System Evolution and Renewal, Creative Zoo or Software Factory?.

Multimedia on Symbian OS: Inside the Convergence Device
Introduction, Multimedia Architecture, The Onboard Camera, Multimedia Framework: Video, Multimedia Framework: Audio, Image Conversion Library, The Tuner API, Best Practice.

Developing Software for Symbian OS 2nd Edition: A Beginner’s Guide to Creating Symbian OS v9 Smartphone Applications in C++
Smartphones and Symbian OS, Symbian OS Quick Start, Symbian OS Architecture, Symbian OS Programming Basics, Symbian OS Build Environment, Strings, Buffers, and Data Collections, Platform Security and Symbian Signed, Asynchronous Functions and Active Objects, Processes, Threads, and Synchronization, Client–Server Framework, Symbian OS TCP/IP Network Programming, GUI Application Programming

S60 Programming: A Tutorial Guide
Introduction to Mobile-Phone Systems, Introduction to Symbian OS, The Console Application, A GUI Application, Storing Data, Complex Interfaces, Communications, Routes to Market.

Symbian OS Internals: Real-time Kernel Programming
Introducing EKA2, Introducing EKA2, Threads -- Processes and Libraries, Inter-thread Communication, Kernel Services, Interrupts and Exceptions, Memory Models, Platform Security, The File Server, The Loader, The Window Server, Device Drivers and Extensions, Peripheral Support, Kernel-Side Debug, Power Management, Boot Processes, Real Time, Ensuring Performance.

Games on Symbian OS: A Handbook for Mobile Development
Introduction, Symbian OS Game Basics, Graphics on Symbian OS, Adding Audio to Games on Symbian OS, Multiplayer Games, Exploiting the Phone Hardware. C/C++ Standards Support for Games Developers on Symbian OS, The N-Gage Platform, MIDP Games on Symbian OS, Games In Japan, Flash Lite Games on Symbian OS

Symbian OS C++ for Mobile Phones
Getting Started, A System Introduction to Symbian OS, Symbian OS C++, Objects – Memory Management, Cleanup and Error Handling, Descriptors, Active Objects, Files and the File System, Interprocess Communication Mechanisms, Platform Security and Publishing Applications, Debugging and the Emulator, The Application Framework, A Simple Graphical Application, Resource Files, Views and the View Architecture, Controls, Dialogs, Graphics for Display, Graphics for Interaction, Plug-ins and Extensibility, Communications and Messaging Services, Multimedia, Introduction to SQL RDBMS.

Common Design Patterns for Symbian OS: The Foundations of Smartphone Software
Introduction, Error-Handling Strategies, Resource Lifetimes, Event-Driven Programming, Cooperative Multitasking, Providing Services, Security, Optimizing Execution Time, Mapping Well-Known Patterns onto Symbian OS

Symbian OS Communications Programming
Introduction, Overview, An Introduction to ESOCK, Bluetooth, Infrared, IP and Related Technologies, Telephony in Symbian OS, Receiving Messages, Sending Messages, OBEX, HTTP, OMA Device Management, Setting Up for Development, The Future

Mobile Python: Rapid prototyping of applications on the mobile platform
Introduction and Basics, Getting Started, Graphical User Interface Basics, Application Building and SMS Inbox, Sound, Interactive Graphics and Camera, Data Handling, Bluetooth and Telephone Functionality, Mobile Networking, Web Services, Effective Python for S60, Combining Art and Engineering

The Symbian OS Architecture Sourcebook: Design and Evolution of a Mobile Phone OS
Symbian OS Communications Programming rename Lemon to rar (pass: www.lemonshare.net)
Multimedia on Symbian OS: Inside the Convergence Device
Developing Software for Symbian OS 2nd Edition: A Beginner’s Guide to Creating Symbian OS v9 Smartphone Applications in C++
S60 Programming: A Tutorial Guide
Symbian OS Internals: Real-time Kernel Programming (pass: books_for_all)
Symbian OS C++ for Mobile Phones
Games on Symbian OS: A Handbook for Mobile Development
Common Design Patterns for Symbian OS: The Foundations of Smartphone Software

Mobile Python: Rapid prototyping of applications on the mobile platform

Python 3.0

Quizá les parezca raro leer sobre sobre Python en mis anotaciones , pero desde que tengo un teléfono móvil con sistema operativo Symbian y además exista un intérprete Python para SymbianOS he decidido aprender este fabuloso lenguaje de programación. sobre todo la tendencia del mercado se dirige hacia los Scripting Language.

Hoy se lanzó Python 3.0 también conocido como “Python 3000” o “Py3K”. los principales cambios son:

- Fixes to many old language warts
- Removal of long deprecated features and redundant syntax
- Improvements in, and a reorganization of, the standard library
- Changes to the details of how built-in objects like strings and
dicts work

- Descargar Python 3.0 código fuente
- Descargar Python 3.0 Windows x86 MSI Installer
- Descargar Python 3.0 Windows x86 MSI Installer

PyS60 v1.45 y megaPyModulePack v2.01: Ejecutar aplicaciones Python en tu Nokia N95

En los móviles Nokia S60 es posible ejecutar aplicaciones escritas en Python gracias al intérprete Python for S60 o PyS60. Es por ello que se considera imprescindible tenerlo instalado en nuestro Nokia S60. El PyS60 está basado en Python 2.2.2.

El megaPyModulePack v2.01 contiene módulos, librerías y extensiones de Python necesarias para el desarrollo y funcionamiento de aplicaciones que requieran de ella.
python1.45 and megaPyModulePack v2.01
Entre los módulos incluidos tenemos: ppswitch, cenrep, feature, fgimage, hack, iapconnect, keypress, misty, pathinfo, uikludges, uitricks, dialog, miso, misoalarm, pyextaccel, xprofile, lite_fm, minidb, easydb, mbm, powlite_fm, sets , cerealizer, proshivka, rusos, fonts, prgbar, ftplib, prodb, clipboard, error, datetime, smidi, aes, _pyexpat, xml, akntextutils, envy, tsocket, RDAccelerometer, blues, aXYZ, pys60usb

Instalación:
- Desinstalar alguna versión anterior del Python e instalar Python1.45.sis
- Desinstalar alguna versión anterior megaPyModulePack
- Desinstalar el N95 RD Accelerometer, específicamente el N95AccelerometerPlugin.sis
- Instalar el MegaPyModulePack.v2.01.sis

Nota:
Recomendable verificar y desinstalar los módulos que forman parte del megaPyModulePack antes de proceder a su instalación, de lo contrario será imposible un resultado satisfactorio. Para ello ir Menú – aplicaciones – Administrador de aplicaciones.