During the actual application of the PythonS60 mobile phone, will you also find some headaches, for example, the actual application of the thons60 mobile phone's content related to several major steps in the building process. The following is a detailed description of the article. I hope you will gain some benefits.
Step 1: Build a mobile running platform
To run the PY development software on the S60 mobile phone, you must first set up the mobile phone PY runtime environment. The Nokia mobile phone itself does not support Python, so install the Python plug-in. PS: Be sure to install it on the C drive! When I first installed E, a serious problem occurred! However, I recently found an e-drive version on the Internet. You can test it on your own,
- PythonScriptShell_1_4_5_3rdEd.SIS
- PythonForS60_1_4_5_3rdEd.sis
The above two components are required to run Python and are official.
PY plugin 1.5.2 Chinese version. sis
Although this is not official, it must be installed because many of the tools used later depend on this component.
These plug-ins can be easily found online. You can find the latest version for installation. well, after these three software are installed, you can run the Python program. You can also install those Python-based programs on the forum.
Step 2: Build a development platform on mobile phones
Here is a piece of software. The official name is Ped and the Chinese name is script editing. it is an IDE development environment that directly uses PY programming on mobile phones. It is very powerful and easy to use. it is a pity that it is limited by the keyboard and screen of the mobile phone. If you have been programming for a long time, it is better to edit it on the computer.
Step 3: Download The PythonS60 API reference documents and Examples
For mobile phone Development of PYS60, there is certainly no relevant API documentation. In addition, the best way to learn programming is to study the source code! The following is the API documentation and 100 super simple routines,
Step 4: Compile and Package
The program has been written. If you want to publish it and share it with everyone, you should compile and package it into an executable sisfile. For details about this part, refer to my blog: to package the Py code into the SIS installation package.
Step 5: sign the software
The third version of S60 requires a signature before installation and use. This has brought a lot of troubles to program developers. Fortunately, we have a solution. Please have your own blog post: solution to the signature issue of mobile phone software released in S60 3