Before I start going down the path of using the Qt Mobile stuff for Mobile Phone development, I just wanted someone to answer a couple questions.

First, when deploying the Qt Mobile apps, do we still need to get them Signed/Verified when using the Phone's on-board devices and/or API's such as GPS and Internet access? This has been a major thorn for me with Java. The HTTP/Internet API's work great in the simulator but don't work at all when deploying to an actual phone due to the application not having the proper security key. Self-signing keys doesn't solve the problem either as I have learned. Brew apps ran into the same problem as I've found.

Second, what all Mobile phones are supported? I'm guessing Windows Mobile is definitely supported but what about Android, Blackberry,etc..?? Does the Qt code have to be re-written to support other Phones or can it remain pretty much the same but require recompiling? Is there a Qt webpage that details all the supported devices and OS's for Mobile Phones??

thanks,