Cập nhật phần mềm chạy trên nền Python

Thảo luận trong 'ỨNG DỤNG CHẠY TRÊN NỀN PYTHON' bắt đầu bởi ChiêuTrúc, 24 Tháng ba 2006.

  1. tichau

    tichau Guest

    Python v1.9.1








    [​IMG][​IMG]






    Python for S60 (hereafter PyS60) is intended for developers looking to create
    programs that use the native features and resources of the S60 phones, using the
    Python programming language.


    About this release
    ==================


    This is the new 1.9.1 development series of PyS60. This release is intended
    only for S60 3rd edition, S60 3rd edition FP1, S60 3rd edition FP2 and
    S60 5th edition devices.


    Note on versioning: The versioning scheme in PyS60 releases is such that the
    releases with an even minor version (1.0.x, 1.2.x ...) are "stable" and releases
    with an odd minor version (1.1.x, 1.3.x ...) are "development" releases. This is
    thus a development release, meaning that it includes functionality that has not
    been tested as extensively as the stable releases. This release is provided as a
    preview to developers who wish to experiment with Python on S60 before the next
    final stable release.


    What is new when compared with PyS60 1.9.0?
    -------------------------------------------
    - Better interpreter startup and sis installation time!


    - All the Python files in the runtime sis are compiled into .pyc files and
    included in a zip file. sys.path is updated with the path of this zip file.
    This reduced the interpreter startup time considerably.


    - A more generic error message is displayed when trying to load an application
    without the PyS60 Dependencies installed.


    - Support for building just a <subsystem> is provided. Refer build, build_emu,
    build_device help of setup.py


    - Unlike 1.4.x, a single SDK zip contains both gcce and armv5 link libraries.
    Separate SDK zips are provided for 3rdEd, 3rdEdFP1 and 3rdEdFP2.


    - The default mode of ensymble py2sis command is changed to 'pycore'. All
    scripts which refer to pys60 modules socket and calendar should use the new
    names - btsocket and e32calendar to use the S60 functionality in pycore mode.
    Also renamed "Prioritize PyS60 module library" to "1.4.x compatibility mode"
    on the UI of application packager.

    Mã:
     
     [IMG]http://www.ipmart-forum.com/images/attach/rar.gif[/IMG] [URL="http://www.mediafire.com/download.php?lqtiwk4idzi"]Python_1.9.1_3rdEd.rar [/URL]
     [IMG]http://www.ipmart-forum.com/images/attach/rar.gif[/IMG] [URL="http://www.mediafire.com/download.php?52mwobbm1oz"]Python_1.9.1_3rdEdFP2.rar[/URL]
    
    Handuong, tantaimk, mtn and 3 others like this.
  2. tichau

    tichau Guest

    PyNetMony v2.00 - CellTrack analog program
    PyNetMony v2.00

    PyNetMony is a GSM, UMTS, WLAN and Bluetooth Monitor tool with support for internal, external or assisted GPS.

    [​IMG][​IMG]

    It shows and logs GSM and UMTS network information like Cell ID, Location Area Code, Mobile Network Code , RX level and so on. It supports Nobbis clf v3.0 format, but only decimal at this time, please read the readme.txt for details.

    The white headline shows always the current cell, how many WLAN and Bluetooth devices are in range, how many GPS satellites are fixed and the current time.

    If you use a clf V3.0 with cell coordinates, the radar shows the cell position from your GPS position. The Map feature downloads a map centered with the current cell or your own GPS position in 12 different zoom levels.

    All found WLAN and Bluetooth devices in range are logged into a file on e:/data/others/pynetmony/ You can also start a GSM/3G measurement log file, and a WLAN measurement log file, that logs the RX Lev and coordinates. If you press the upper arrow key you can toggle between SSID and MAC address.

    With a detailed clf file, it is possible to calculate a neighbour cells list around your current GPS or cell position within a certain radius.

    PyNetMony supports all display sizes. And it is freeware!

    Please see readme.txt for installation notes! You have to use Symbian Online Signing with your own email address!!!

    Note: You can view and edit your PyNetMony database using PyNetMony PC-Tool.

    Please convert all your clf, wlan and bt files to UTF-8 before installing PyNetMony if not done before!

    Changelog:
    v2.00
    · added WLAN radar with zoom
    · added function to upload own position to a server
    · added automatic online tracking
    · added online update function
    · added option to set heading to north (toggle with Select button in radar)
    · added option for GSM logging only on cellchange
    · added vibration alert when found new open AP (needs to install miso)
    · fixed bug in sorting APs

    Các file đính kèm:

    Handuong, nhu*hieu, vathava and 2 others like this.
  3. tichau

    tichau Guest

    OpenGPX v0.3.0 S60v3 SymbianOS9.x Python FreeWare

    [​IMG] [​IMG]

    [​IMG] [​IMG]

    OpenGPX is an application for paperless Geocaching for Symbian S60 mobiles. It is written in Python and uses several additional modules.
    Here are some key features of "OpenGPX":

    · Simple usage: download GPX files from Geocaching.com and copy it on your S60 phone to the folder E:/Geocaching (you have to be a Geocaching premium member to access GPX files)
    · Browse through all Caches
    · Show cache text incl. coordinates, country/state, difficulty/terrain, distance and heading from home
    · Show all waypoints (including extracted waypoints from the cache description and from logs)
    · Add user defined waypoints (e.g. calculated waypoints)
    · View waypoints (this enables invoking of a navigation or mapping application to directly navigate to a specific waypoint)
    · Export waypoints to the location database of the phone
    · Show all logs for the cache
    · Show travelbugs (only names)
    · Show cache hint
    · Show spoiler images (images are resized and rotated automatically)
    · Built in calculator, Geocaching de/encoder, Caesar chiffre en/decoder, Convert text to numbers (A=1, ...)
    · Show the content of a specific file ('info.txt'), e.g. for some user defined notes



    What's New in This Release:

    S60:

    · added: Settings for GPX folder and home coordinates
    · changed: Installation is not limited to drive E: any more
    · added: Hints can be read (text2speech) now (just for fun ;-))
    · fixed: temporary waypoints (when using "view waypoint..." are automatically deleted now
    · changed: waypoint name of non-traditional, non-webcam and non-earthcache caches has been changed to "Header-Coordinates"
    · changed: Some information is being shown, if no GPX file is available
    · added: Waypoint list contains extracted waypoints from cache description
    · added: Cache description contains coordinates and distance from home
    · changed: Cache description doesn't include additional newlines if short description is empty
    · changed: logo: public domain geocaching logo with geocaching colors and text "OpenGPX - You Are The Search Engine[​IMG]"
    · changed: config file has to contain only relevant information now
    · fixed: Some minor html2text conversion issues
    · fixed: "Didn't find it" log text is red now

    Library:

    · added: waypoints can be added to gpx files now (and optionally saved to a file)
    · changed: got rid of the settings template file
    · added: settings can be saved now
    · changed: coordinate format has been polished a bit
    · changed: cache class handles cache types better
    · added: waypoint-coordinates (groundspeak:log_wpt) to log class
    · changed: log text HTML text are being replaced by ASCII characters
    · added: function to extract waypoints from cache description
    · added: homecoordinates to settings
    · added: function to parse coordinates from text to Coordinates class
    · added: functions to calculate Distance and Bearing of two Coordinates
    · added: properties D, DM, DMS, latitude, longitude to Coordinates class
    · added: properties D, DM, DMS to Coordinate class


    Requirements:

    · Python for S60 (PyS60)
    · appuifw2
    · Landmarks

    Các file đính kèm:

    Handuong and nhu*hieu like this.
  4. tichau

    tichau Guest

    pySave messsages v1.35

    this program for save your all messages with password
    and saved like format ".txt"

    if you want format your mobile send messages over bluetooth in computer with this program

    and more

    new:
    fix few things


    [​IMG]

    Các file đính kèm:

    Pháp Sư, tienthembg and Handuong like this.
  5. manbk401

    manbk401 Thành viên

    Bài viết:
    478
    Được Like:
    782
    {Python}pyBudzik 2.0, final English version

    [​IMG]

    Radio and Music Alarm Clock For your Phone!

    pyBudzik is application that interacts with audio players and brings new dimension and functionality to alarm clock. Actually this is small Python utility allows you to use your phone as the Radio Alarm Clock on the very easy way.

    Các file đính kèm:

    Pháp Sư, nhu*hieu, max-ant1 người khác thích bài này.
  6. manbk401

    manbk401 Thành viên

    Bài viết:
    478
    Được Like:
    782
    StandByPlugger

    I was annoyed at how many threads R running on this standby screen modification.

    I packed the stndby.py with icon in2 sis.....

    These are the options 2 turn on or off:

    1) Shortcut
    2) Search
    3) Organizer
    4) ToDo
    5) Media player
    6) Aioperatorplugin
    7) Wlan
    Cool Share
    9) Radio
    10)Printintent

    So make sure of this:

    1 - turn off active standby (settings)
    2 - copy from z:\resource AIPluginDefinition.rsc to c:\resource
    3 - Set caps off (with latest firmware hack; sec.man or rompatcher)
    4 - change the layout, save and set active stand on!
    5 - Exit app with long menu press, choose it from the grid and close with c button

    You just have to remember to disable active standby before you save the file and enable it afterwards.
    It is python based (get those programs as well) so needs 2 be in c:

    It only works on hacked phones...

    [​IMG][​IMG]

    [​IMG]

    Các file đính kèm:

    tiendat84 and Hoang An like this.
  7. tichau

    tichau Guest

    pypiwo with cocacola-by ali
    pypiwo

    pypiwo is an app. Which works with accelerometer
    its of fun-looks like ur drinking coc or beer

    installation guide--
    1-install pypiwo
    2-copy images to c drive in ur mob.
    3-add image in the app.




    [​IMG]

    Các file đính kèm:

    manbk401, Pháp Sư, rain_ho and 5 others like this.
  8. tichau

    tichau Guest

    SpyMe v0.5 by KloNom


    You are suspecting somebody that he/she takes a look in to your phone while your a short time away? Here is SpyMe, a Software with which you can proof those suspects! Run SpyMe and start the "SpyMe Mode". Then put it to background and leave your phone alone with the suspected person. SpyMe makes unnoticeable screenshots every time period you can adjust (default is every 10 sec). So when you return to your phone, exit SpyMe and have a look at your C:\ Images Folder. There will be a folder called SpyMe which contains the sceenshots when you where gone. That you can proof it, SpyMe names the pics as default *DATE; TIME*. But you can adjust that too. It can name the pics to *DATE; TIME*, *TIME; DATE*, *TIME* or the picture number.

    Requirements:
    ~ Python installed
    ~ MegaPyModulePack 1.4 or above

    [​IMG] [​IMG] [​IMG] [​IMG]

    Các file đính kèm:

    awp1323, tantaimk, Hoang An and 2 others like this.
  9. tichau

    tichau Guest

    ResPY and SwiPY: Pys60's reply to EQ-Restart/Shutdown [updated]


    ResPY And SwiPY are python based Phone restart and switchoff utility .
    Edit: If your phone is not hacked You may have to sign the above apps with a dev cert or opensign them online here:
    Mã:
     [URL="http://www.symbiansigned.com/"]http://www.symbiansigned.com[/URL]
    

    Các file đính kèm:

  10. tichau

    tichau Guest

    pyCalls!nfo v1.0.0 S60v3 {Enhance your phone's Call Log function} FIXED



    [​IMG]

    Calls!nfo is basically a enhanched way of representing the normal call logs in S60 phones. Call!nfo breaks the monotonous way of getting the call logs infomation and gives you details about your logs in a new graphical fashion. Following are the details about the application:

    [​IMG] [​IMG] [​IMG]

    Features:

    * Recent Calls:A graphical analysis of your recent incoming and outgoing Calls.
    * Calls Distribution:Know the persons who you contacted the most in recent days. It finds 6 most contacted numbers and shows the total call duration of each of them. It compares it to the rest all other calls' duration.
    * SMS Info:Now get to know how many SMS you sent to a particular number and know the total umber of SMS sent.
    * Estimate Bill:Calculate your monthly amount spent on SMS and Calls and get to know the total bill at the end of the month.

    with all the above mentioned features there are some tasks which we are kept for future development and we will try to complete them as early as possible.

    Future Plans:

    * Location Tagging : Know at which location you have made the calls and receive the calls.
    * Itemized Bill: Upload all your data to a particular secure server and fetch it when you want no need to pay extra to the operator for itemized bill.

    FIX : If you are facing problems with the sis file functioning , then you can download the code package.


    Contents FIX folder:
    1)callsinfo folder
    2)callsinfo.py script
    3) readme.txt

    Just read the readme.txt and get going with the application.

    Các file đính kèm:

    tienthembg and chapidream like this.