miercuri, 12 martie 2008

Nseries PC Suite 2.0 graduates

Today Tommi announced via the Beta Labs blog that Nokia Nseries PC Suite has graduated. This means that it is no longer considered a beta, but a fully functional piece of software.

miercuri, 5 martie 2008

Top 10 classic smartphones as seen by Mr. Steve Litchfield

Allaboutsymbian has a very (well, for me, it was very very very very) interesting article on what Steve Litchfield considers to be the most significant presences in smartphone history. I don't agree with it 100% (in my opinion, 4 should have been the P900, 3 should have been the classic N95) but it's a great article, and you should definitely give it a read.

luni, 3 martie 2008

Forum Nokia Champion :)

Yours truly has joined the elite ranks of Forum Nokia Champions (well, they were elite until I joined them :) )

The list of champions should be updated soon, and exepect to see my blog over at http://blogs.forum.nokia.com

joi, 28 februarie 2008

A very small but illustrative Python app

I've made another Python application, very small, and am listing the source code here to show how easy it is to write programs in Python. This is a currency converter that converts EUR to USD and vice-versa.

Download it here (remember it's unsigned). Or, better yet, there's no need to download it, just try the code as a script.

Here is the code:

import appuifw, e32, graphics
from graphics import *

def quit():
app_lock.signal()
appuifw.app.set_exit()
def convert():
choice=appuifw.popup_menu([u"EUR to USD", u"USD to EUR"])
if(choice==0):
x=appuifw.query(u"Type the sum", "number")
appuifw.popup_menu([u"%f" % (x*1.473)])
if(choice==1):
x=appuifw.query(u"Type the sum", "number")
appuifw.popup_menu([u"%f" % (x/1.473)])

appuifw.app.exit_key_handler=quit
appuifw.app.title=u"Converter Lite"
appuifw.app.menu=[(u"Convert", convert), (u"Exit", quit)]
appuifw.app.screen='normal'
imgi=Image.new((240,240))
def handle_redraw(rect):canvas.blit(imgi)
canvas=appuifw.Canvas(event_callback=None, redraw_callback=handle_redraw)
appuifw.app.body=canvas

app_lock=e32.Ao_lock()
app_lock.wait()

miercuri, 20 februarie 2008

Nokia Text Messenger beta

A pretty nice app has made its way to the group of published beta applications of Nokia Beta Labs: Nokia Text Messenger.

Essentially, it's a Windows Vista gadget that lets you read, reply, forward and delete messages from your phone on the PC. You can even write new ones.







Oh, and before I forget: you have to have PC Suite 6.85 or later for it to work. Nseries PC Suite or earlier version will only result in an error upon installation.

luni, 18 februarie 2008

Some examples of what can be done in Python

Jürgen Scheible has made some very interesting projects with the help of his students. Using PyS60 they created various mobile phone applications. See for yourself :)

marți, 12 februarie 2008

Nokia at the Mobile World Congress 2008

Nokia announced three new handsets at the Congress (two of which have 5 megapixel cameras). Here's the lowdown:

Nokia N96 with its 16GB of extendable memory (!) and DVB-H


Nokia N78 which packs a 3.2 megapixel camera and a high quality display



Nokia 6220 classic with Xenon flash.