QuTe Translation

Team:

  1. Rostislav Malevich
  2. Oskar Sonninen
  3. Petri Ryhänen

Idea

QuTe Translation is targeted on people that are living abroad and on those who doesn't handle local language. QuTe Translation provide them an integrated tool for their mobile phones to translate incoming messages to language user handle. Also, QuTe Translation make it easier to response for those kind of messages, that are written on foreign language. All use needs is to write message in his own language, and it will be delivered to receiver in a language receiver use.

QuTe Translation is daemon styled application, that waits for a incoming message, that user might not understand. By this approach low user interruption is achieved.

Features

  1. Incoming translation
  2. Outgoing translation
  3. Daemon style

Implementation Plan and Goals

- Environment and language are QT creator and QT using C++.

- Translation is made using Google translate, connection provided by network module and QHttp class.

- User interface is QT based.

Feature Priority Status
GUI1Done
Translation1Done
Daemon implementation 2 Done
Language detection3Done
User data saving 3Done

Design

Screen shots

  • Screen-shot 1: New incoming message and it's translation is shown to user.

  • Screen-shot 2: View for searching already received messages user want to translate.

  • Screen-shot 3: User is sending reply in German, that will be delivered in English.

Project Artefacts

Presentation slides

Report document

Source Package

How to run software

  1. Open project in QtCreator
  2. Deploy it to the phone
  3. Wait for incoming message

OR

  1. Open project in QtCreator
  2. Build and run project in simulator
  3. Simulate incoming sms with simulator control panel

Conclusion

QT was not very clear to start with. Signal and slots took time to understand.But as it becomes clear, they are really handy to use and data can be delivered through classes that are no time synchronized. But we are positively surprised with QT, with it we've managed to get all information we wanted from device, messages, contacts, etc.

During week of studying and coding, we've successfully done all our major tasks within project.