Projects tagged ‘nokia’ and ‘pys60’


Jump to tag:

Projects tagged ‘nokia’ and ‘pys60’

Filtered by Project Tags nokia pys60

Refine results Project Tags python (21) s60 (16) symbian (10) series60 (5) mobile (4) sms (3) cellphone (3) gps (2) monitor (2) gsm (2) java (2) phone (2)

[26 total ]

1 Users

PedMobile Python IDE for Nokia S60 platform.Ped is a mobile application created using Nokia's Python port for the S60 mobile platform (PyS60). It is a text editor focused on writing, executing and ... [More] debugging Python code directly on the mobile device. Additional features like comfortable built-in Python Shell make it a true mobile Python IDE. Check out the screenshots and see for yourself. Screenshots Want to try it? Download Which build should I install? If you would like to reward the author for his hard work, please consider donating using the PayPal button above. Even the smallest amounts are very appreciated. Thank you! Main featuresText editing features Multi document interface Flexible file browser to open files at any location Easy editing with page up/down functionality Find string / find all functionality Selectable font, size and color Works on S60 2nd and 3rd platform editions Python IDE features Built-in Python Shell with IDLE-like features Sophisticated Auto-Complete feature Smart auto indentation Easy execution Automatically moves to line which caused an exception Code browser Extensible using Python plugins [Less]
Created 12 months ago.

1 Users

Now you can enjoy playing and watching internet Go/Igo/Baduk/Weiqi on your Symbian mobile device. No proxy or fuss, minimal bandwidth usage, cool zoomable anti-aliased graphics, watch or play many ... [More] games simultaneously, hear the moves being spoken by your phone, easy-to-use interface which saves your settings, all designed to make it an enjoyable experience. This multi-threaded Python for S60 application can be modified to suit your own requirements. Would you like an SGF reader? Post your vote here. Made by Francois Luus, proudly South African. [Less]
Created 8 months ago.

1 Users

Remote monitoring of home power presence - remote intrusion detection system By means of monitoring battery charger status (connected or not), this program allows knowing if home power grid is ... [More] working or not, and it sends an SMS in case of power failure. By inserting the charger into a circuit which monitors doors/windows for opening, the SMS can be triggered by doors/windows opening. Program written in Pys60 and tested on nokia 6600/6680. [Less]
Created 12 months ago.

0 Users

Talking Points 2 is an open-source project whose purpose is to assist visually-handicapped individuals in navigating a city through the use of Bluetooth beacons placed inside points of interest. When ... [More] in the vicinity of a beacon, the software will query a remote database, using the beacon's unique MAC address as key. The returned information will be displayed, as well as read to the user through the use of text-to-speech. Prototypes are being coded coded in Java and Python for S60. [Less]
Created 12 months ago.

0 Users

This suit of programs allow using any cellphone equipped with stereo output to be used as a remote control for device controlled by infared remote control. Suite is for DOS/Windows O.S., but the ... [More] final needed WAV files can be created in any O.S.by hand. No IRDA port is required on the phone. IR signal is produced by attaching IR LEDs to cellphone audio output. Written in Pys60, tested on nokia 6680. Not working on nokia 6600 (maybe stereo outout required). Not working on n70 with single LED, to be tested with double LED. [Less]
Created 12 months ago.

0 Users

Simple Python application that takes care of running the programs included in the profiles created by the user.
Created 3 months ago.

0 Users

Killer Game,a miind game,also called "werewolf" or "mafia".This project devotes to develop the game's assistant software used in smart phone(eg.Nokia N72).Develop Language is pys60
Created 12 months ago.

0 Users

pybtkeyboard - PC keyboard as bluetooth keyboard for mobile Allows the use of your PC keyboard as bluetooth keyboard for inputing text and controlling your mobile See btkeyboardphone.py to define ... [More] your own mappings Uses keypress from http://cyke64.googlepages.com (modified to allow raw event input) Installation btkeyboardpc.tar.gz Requires python, pyblues, nucurses run "python btkeyboardpc.py" in terminal btkeyboardphone.tar.gz install keypress-0.1.sis copy btkeyboardphone.py to python dir e.g e:\python add your PCs bluetooth address to btkeyboardphone.py run btkeyboardphone.py voidonic@gmail.com [Less]
Created 12 months ago.

0 Users

This program allows using any phone supporting phone and equipped with a camera to decode numerical data of LCD displays and to store them in text/binary form for further processing. Currently work ... [More] in progress, program does not work unless target display is under good ligthning conditions. Written in Python (Pys60). Any "timelapse recording" program is suitable to produce image sequence to be then processed by means of PC or phone itself. [Less]
Created 12 months ago.

0 Users

OverviewThis program allows turning any GSM phone supporting python and bluetooth into a GPS car antitheft. Upon receiving properly formatted SMS, phone replies with an SMS containing its GPS position ... [More] and/or uploading position to a web server. Program can work in "one reply" and "tracking" mode; in the second case, upon receving the triggering SMS is starts sending location-SMSs (or uploading data)at user-defined time intervals, to allow real time tracking. No subscription to online service required, just a cellphone subscription is required. Variant with SMS sending can be useful in case no PHP-supporting server is available. Written in Pys60, tested on Nokia 6600/6680. DetailsAlternativesThere are several programs around capable of tracking a phone via GPS, but looks like all of them require "free subscription" to some services, or they only allow tracking through GoogleMaps, or just export KML files to be manually loaded into GoogleEarth. Boring. I have a better idea: I publish the source of a PHP script which anyone can store on any server he likes, possibly a free hosting service (which must support PHP, such as http://www.altervista.org ). How it worksThis script receives position data from a program installed on your phone, which can be: LCCarTrack or Trakkcor The first is written by me, in python, and it's currently under development. First version sent position by SMS directly to the phone. New version (currently UNstable) sends data over GPRS; being it a matter of a few hundreds of byte, each upload should cost much less than 1 cent (with my plan I pay 6 euro/MB, i.e. 0.000006 euro/byte , or 0.0006 euro per upload!). The biggest issue with my program is that pys60 does not support socket timeout, so in case of missing network the program locks up! The second program is an opensource j2me midlet: just like my program it allows sending data to any webserver (in my program you have to manually edit the source, in Trakkcor you just edit an option). The main advantage is that (I guess) java is more robust in case of missing network, so it shouldn’t lock up. I think my final choice will be to "couple" trakkcor to LCCartrack, getting it called by LCCarTrack every time an upload is needed. In the meantime, you can use Trakkcor alone to track your mobile: once you authorize it to connect to gprs, it does not ask anymore, so you can start autoupload ("Live tracker") and put the phone on the car (or whatelse) you want to track. Try it: See your current position on a web page or in GoogleEarth!You can try it with these parameters: URL: http://jumpjack.altervista.org/lccartrack/upload_trakkcor.php NMEA message type: $GPGGA HTTP method: GET Your upload will be stored into two files: http://jumpjack.altervista.org/lccartrack/trakkcor.txt (history) http://jumpjack.altervista.org/lccartrack/trakkcor.kml (current position) You can add the second address to GoogleEarth (menu ADD->Network Link) and set your favourite refresh: this will result in your position being continuously updated as you move. :) Don't have a GPS receiver right now? Manually send a fake position and chek it on GoogleEarth, just by opening this url (specify your own coordinates, LAT and LON): http://jumpjack.altervista.org/lccartrack/upload.php?pos=42.0,12.0 Then check your position on http://jumpjack.altervista.org/lccartrack/lccartrack.txt and (in GoogleEarth) http://jumpjack.altervista.org/lccartrack/lccartrack.kml GoogleEarth on phone?But not all people has a notebook PC, so here it is another idea: use MGMapsto track the phone on another phone; this program allows displaying position on a map without downloading maps from network, but rather using cached maps, which you can for example produce using Microsoft MapCrunch, to obtain maps even from scanned images! After installing MGMaps, open Application Manager of phone, select MGMaps, and grant permission to allow file system reading: this will prevent MGMaps from asking you for permission every time it loads map from phone. Then, launch MGMaps, and choose Services->View KML : insert the above address for KML file. This will result in MGMaps loading position from network and displaying it on a map on the screen. Unfortunately there is no auto-update option (AFAIK) at this moment, so you have to manually refresh the waypoint. But fortunately an SDK for MGMaps exists (http://www.nutiteq.com/ ), which should allow writing own midlets which just show position on a map (without all other MGMaps options) and implements autorefresh. [Less]
Created 12 months ago.