Hi sandhyac
In my understanding, regardless of whatever it might be the reason, you cannot fix it. IAP payment dialog shows all payment methods available from your network operator.
Type: Posts; User: izinin; Keyword(s):
Hi sandhyac
In my understanding, regardless of whatever it might be the reason, you cannot fix it. IAP payment dialog shows all payment methods available from your network operator.
Hi
it looks like you application is working . In fact i did not know you can leave empty TEST_MODE.txt in the application and it will be working in live mode. Good to know. Thank you
Hi
indeed without SIM card IAP callback does not come even on getting product metadata call. However -- you cannot execute IAP live mode until your application is published on Store. Thus you...
Hi
The behavior is different for Qt and Series 40. For Series 40 TES_MODE.txt is indeed "mandatory" because In Series 40 IAP Store live mode is not available until the app is published and thus...
Hi
you are getting GENERAL_HTTP_ERROR -35 , to check connectivity before testing make sure browser on device can work. Try already made solution that is proved to be working : this or that. The...
Hi
when submitting to Nokia Store please remove "TEST_MODE.TXT" from the application package -- Missing "TEST_MODE.TXT" in the application package means the test mode is off and in-app payment...
-- correct
-- i guess you observe that IAP behavior in test mode. In live mode you should be able to buy the same item multiple times. Here live mode means application id is not the default value...
You cannot implement multiple purchase with Nokia DRM model -- even if you set automatic restoration flag to false -- user will not be charged next time and you will get purchase status "RESTORABLE" ...
yes, that is correct,
Maybe that explanation the difference between the models will help you to select proper one: When your application resources are bundled with the application package it is...
Hi Grego
Your understanding is correct for Nokia DRM protection model. For non-DRM protection model Restoration flag does not make sense because in that case restoration policy implementation is...
Hi
there is no errors in your log, perhaps you have posted something not relevant to your problem. If you confused by warnings in your log -- they do not affect build process -- it seems it has...
Hi Pettrer
To create animation in Silverlight, Expression Blender is the best tool. It allows you animation creation visually without single line of code. I hope the tutorial will give you some...
Hi
I have seen similar problem with streaming video . Can you try to re-create QML Audio dynamically? like that :
// --- MainPage.qml
//…………………….
function createVideo(){
var...
Hi
the latest release pys60 was February 10, 2010 -- there is no pys60 run-time for Symbian^3.
Hi,
Do i understand your question correctly you want to activate a textinput field without poping up virtual keyboard? That is impossible on touch devices.
Hi
for restricted API use you have to sign your application. That is not problem if you are going to publish it on Nokia Store, Store can sign it for your for free as part of publishing process....
hi bandarap
have you seen LCDUI possibilities in that project ? --- that can be done without LWUIT --- with default minimal toolset
Hi ChinLoong
That screenshot you have posted definitely shows LCDUI Form and button made like that way:
StringItem loginBtn = new StringItem(null, "Login", Item.BUTTON);...
You cannot
Please examine Upload/Download example implementation --- after uploading file and closing the result window user is not shown previous file upload form but main application page....
Hi
For Series 40 neither of statements is correct :) -- in fact N20X (the devices with keypad only) supports Clipboard but FullTouch device as N30X does not. So i suggest you to implement feature...
Hi
Please check Upload/Download example It uses Form for uploading. After the upload is done it displays interim dialog window that gets user back to the main application
You approach is...
Hi
So what is the point in change a thread priority? You need to pause the whole process. That won't work , i think. There is no other easy way as to handle go-to-background/foreground events in...
Hi
Check Nokia symbian DBMS_Example project source code . It demonstrates all things you need. Database creation , table indexing and seeking for a record. Also it implements the both access to...
Hi
Is it possible you accidentally have loaded some different version of nokia plugin ?
Please check the difference in nokia plugin geoservice protocol parser mainline and some commit where...
Hi
What wrong in using IMPORT_C TBool RDbTable::SeekL(const TDbSeekKey &aKey, TComparison aComparison=EEqualTo); instead of explicit looping through the recordset in your app?