Thank you so much. I've checked the site you recommended, but no clue for the undisplayed icon on Phone after repackaging it in Qt SDK 1.2
I'm using QML. The project worked fine on N900 when it...
Type: Posts; User: zhubc123; Keyword(s):
Thank you so much. I've checked the site you recommended, but no clue for the undisplayed icon on Phone after repackaging it in Qt SDK 1.2
I'm using QML. The project worked fine on N900 when it...
Dear All,
In QtSDK 1.2, I opened my Qt project file created in Qt SDK 1.1, the Qt project can run on N900, but the icon can not be displayed, instead, a pure green icon was displayed.
I...
Hi.
I intend to display time in Meego QML:
Here is the tcmtime.js file for fetching and returning current time:
function gettime() {
var currenttime;
var today=new Date();
var...
Nokia Qt SDK supports mobility. If we add mobility code in maemo app, shall we sign deb file before install it onto the phone, like for S60 platform? if yes, how to sign it. After sign deb app, will...
Build for Symbian and get sis file is not a problem. How about Maemo?
How to build and install deb file onto Maemo device from Nokia Qt SDK? Not only use Maemo device as a emulator, instead, the...
The link for Nokia Qt SDK Beta: http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html
does not allow downloading offline on online version.
Is...
Hi,
We encounted problem when install Qt app to N900. Our app name is Popcorn which is built using Qt4.6.2. *.deb file is transferred to N900.
After typing dpkg -i Pop* under directory...
Any extra codes to make sure teh codes run on both emulator and phone?
Best Rgds.
zbc
Best Rgds.
zbc
Hi, All,
Notice that the URL is GMAPS_STATICMAP_URL_TEMPLATE = "http://maps.google.com/staticmap?center=%1,%2&zoom=14&size=%3x%4&map...
I'm learning Qt sample application: Google maps from
http://wiki.forum.nokia.com/index.php/Qt_sample_application:_Google_maps.
I can run and show Beijing Map on emulator. but when I change to...
I encounted the same problem.
I tried to locate
\nokia_plugin\openc\s60opencsis\pips_s60_<version>.sis
\nokia_plugin\openc\s60opencsis\openc_ssl_s60_<version>.sis
...
Thanks.
I've defined the mailbox and 5800 can retrieve email. Still writemessage cannot send sms/email from 5800.
By the way, I can run qts60sms and send SMS from 5800.
Happy New Year!
zbc
Thanks,Nokia experts.
I tried to build fetchgooglemaps and logfilepositionsource examples, sign the application. But when I click the icons on the phone, there is no respone.
Not like...
Thanks.
I tried using Opensign from https://www.symbiansigned.com/app/page, the same result is the same.
When codes run to service.send(message), the application just clos without any prompt...
Thanks for your reply.
I'm using Nokia 5800 xpressMusic. The telco is SingTel(Singapore Telecom). By the way, the *.sisx file is signed using the certificate obtained from http://cer.dospy.com/....
When I tried to run writemessage example on 5800, at first phone screen showed:
Application closed:
Main
E32USER-CBase 65
after clicking "OK", the program will continue. But when click "send"...
Hi, All,
I add in debug info, like subject, body which are showed correctly to the phone,but when click "send", the application will ends without showing successful or fail as programmed in teh...
Hi, All,
I can compile/build and sign writemessage example from qt-mobility-src-1.0.0-tp2. It can be launched from 5800, but after I key in phone No., subject and body text, then click "send"...
Thanks. No wonder.When I tried to build writemessage example from Carbide for emulator, the error message is: '\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\WINSCW\udeb\QtMessaging_tp.lib' not...
By adding path to INCLUDEPATH += C:\QtMobility\qt-mobility-src-1.0.0-tp2\src\global, now in carbide, there is no error after build for Emulator. Are the *.lib or *.lib files to be genreated? But I...
Thanks for your reply.
I downloaded and upzip qt-mobility-src-1.0.0-tp2( hope this is the right version for competiiton), and following instruction from...
Hi,
I've compiled TelephoneEx, LocaitonEx for both emulator and phone(release), TelephonyEx can be launched on emulator, but LocationEx cannot be launched from Emulator. Both Telepnony and...
Thanks a lot. It seems we have to use the alternative way.
Is it possible to allow user to key in data and save it to phone during Midlet installation?
PC software allows user to key in license No., company name, etc during installation and send the data...