Nokia support, would you please communicate to people on OVI plans?
First it was week of May 4.
Now - silence.
Simple "Opening of the OVI store is delayed for aprox. ... weeks due to reasons...
Type: Posts; User: DmitryZayats; Keyword(s):
Nokia support, would you please communicate to people on OVI plans?
First it was week of May 4.
Now - silence.
Simple "Opening of the OVI store is delayed for aprox. ... weeks due to reasons...
Ha, this is one of the e-mails I received from OVI back in April
It's week of May 8 and there was no communication whatsoever on any new date.
It all looks like a farce to me.
First...
Hello Everyone,
After watching Publishing to OVI webinar, reading this forum and submitting my application today I have a very big concern.
Basically billing scheme used by OVI is very poorly...
Hello All,
Does anyone know how is billing implemented in the OVI store?
I couldn't find any document explaining billing.
It looks like there are 3 options
1) Credit Card
2) Operator billing...
Both, Available and Biggest
Hello All,
Does anyone know what is the dimension returned by User:Available() ?
SDK doc says
But it doesn't say is in in KB, MB, bytes or what.
Hi sriramadasu,
was you able to fix this problem?
I have exact same case.
In my application I run
CTelephony::GetSignalStrength
in active object every 3 seconds
Hello cha9651,
Was you able to figure out what's the problem with Samsung ?
I kind of have the same problem, as you mentioned it works on Nokia but gives exception on Samsung.
Hello All,
I have following problem.
I'm using WebClientEngine.cpp from the SDK examples as my web engine.
When I send request for the first time on this line
iSession.OpenL()
(iSession...
Thanks for the hint.
I ended up using method described here http://wiki.forum.nokia.com/index.php/How_to_launch_an_application_with_its_UID
As UID I used { 0x101F875A } - UID of the Symbian...
Hello,
In my application I send request to server asking whether there is a new version of my application.
If there is - it's downloaded from server.
I would like to implement method that can...
OK, I found workaround
It's not what I would like, but it works
I had to declare one TBool var in my Container class
like this
TBool iModelSelected;
On EEventKeyUp - infinite loop, scenario 2
On EEventKey - scenario 1
I tried all 3.
On KeyDown I have scenario 1 (described in my original post).
On Key - scenario 1.
On Up - scenario 2.
Or, sorry just realized, here
In my OfferKeyEventL upon pressing Left...
Was you able to solve this?
I'm having exact same scenario and I figured that new dialog indeed process still not consumed key.
The only question is - how to get around it.
Hello,
Mine look like this
if( aType == EEventKeyDown )
{
switch(aKeyEvent.iScanCode)
{
Hello All,
I have following problem
In my OfferKeyEventL upon pressing Left Soft Key or Enter I call function which checks some condition and outputs a note dialog with the warning.
The...
Hello group,
I'm facing a following problem:
I need to lock flash content using OMA DRM.
I use forward lock to do that and on new Nokia phones (E51, N95) that have flash lite 2.0 player...
SID is found programmatically, not by copying SID from MMP file
Below is what I pass to WriteData method
aFile = C:\\Private\\eaf119b5\\Config.txt
aPath = C:\\Private\\eaf119b5\\
UID3...
Hello All,
One of my books says that application doesn't need any capabilities to write to \private\<sid> folder.
I'm trying to do something like this
1 void MyClass::WriteData(TDesC...
Found solution,
In my container.cpp I had to edit function HandleResourceChange
after adding this command :
SetExtentToWholeScreen();
I have full screen even after calling Confirmation...
Hello All,
I try to make a Full Screen application for S60 3rd.
In AppUI in InitializeContainers I use this command
Cba()->MakeVisible(EFalse);
And when Creating Container I use this...
Thanks man, it worked very well.
Hello
I use CarbideC++ 1.3 to generate simple GUI application.
In my Container I place Image control and load bitmap.
Then based on Navigation key press - right or left I change this bitmap....
Carbide 1.3
SDK S60 3rd
Since I asked this question I found some other cases where on device debugging and epoc debugging gives very strange results with descriptors (in particular with HBufC).