What you could do, ciro (btw, my name's Aniello, not Daniel ), is to allow for personalitation. You could load an image called "logo.png" into that place and let the user choose whichever they want. By default, put whatever free image as you like, and let people personalize they way they want. I could put in the maemo logo, someone the penguin mascotte and so on... About the power save feature, that is an important thing. When the screen dims down or the tablet goes in "sleep mode" (i.e. the tablet is in low power consuption), and same when it wakes up, it sends out events. Python for Maemo have APIs that let you handle this events accordingly. This allow your application to stop handling refresh events when the tablet's screen is dimmed down and start again (refreshing the application) when it receives the wake up event. Is not that much difficult to develop in. Probably you should start from here: http://maemo.org/development/documen...o_devicestate/ Great app, btw