Small list of issues from taking an existing app from Symbian to Android

İsmail Dönmez ismail at namtrac.org
Sun Jun 26 16:30:41 CEST 2011


Hi;

On Sun, Jun 26, 2011 at 4:26 PM, Espen Riskedal <espen at cutehacks.com> wrote:

> We're doing the WiMP (Spotify competitor, http://wimp.no) version for
> Symbian, and it's just about to go into the Nokia app store.
> It's a fairly complex app using multiple threads, Qt Quick, Boost and
> Thrift. As a test I'm trying to get it running properly on Android,
> here is a short list of the issues we're having at the moment:
>
> 1 - Fonts renders blocks (now fixed to some degree with the font
> fallback code we added)
>

Android really only uses Droid Sans Mono anyway.


> 2 - QSettings doesn't work (seems to fail to save)
>

Can be a permission problem?


> 3 - Pixmap are rendered wrong (gradients stored in .png's are rendered
> very crudely)
>

Screenshot?

5 - https:// connections fail because of SSL errors (using
> ignoreSSLErrors() makes it "work")
>

I did fix this for WinCE back in the day, you need to add certicate store
support for Android. Shouldn't be too hard.

Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/necessitas-devel/attachments/20110626/0f7f9998/attachment.htm 


More information about the Necessitas-devel mailing list