On 13.04.2010 09:03, ext Thomas Tsang wrote: > I am just a newbie in Qt, when I open the examples under > Qt4.6.2\Examples\Webkit, build them with S60_5th_Edition_SDK_v1.0, > create the SIS package and install it to my mobile (S60 5th Edition). I > can open the application in the mobile but the internet connection > feature is not work. > But there is not problem if I run it in my PC (with normal build). > Anyone can give me some advise? > Regards, > Thomas
Hi Thomas! Please use the Qt mailing lists for Qt related questions. Symbian each application comes with a list of capabilities that are used to restrict what a application may or may not do on the phone. Internet access is one of those. So my guess is that your application is lacking the required capability. See http://www.forum.nokia.com/Technology_Topics/Device_Platforms/S60/Platform_Security/Capability_Descriptions.xhtml for a list of capabilites and what they are required for. Best Regards, Tobias -- Tobias Hunger Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
