yup, that one.
I can't manage it to work.
I try to build it without doing any changes. I already put the API plugin. But still can't install it.
Type: Posts; User: oslario; Keyword(s):
yup, that one.
I can't manage it to work.
I try to build it without doing any changes. I already put the API plugin. But still can't install it.
My UID is the text that I set bold. ( 0xe4afd39d )
It's the UID that used by the example. I never change it.
I already check that article.
- Self-signed installation package uses package UID from protected range ( < 0x80000000 ). ( my UID 0xe4afd39d)
- Self-signed installation package has EXE that uses...
Hi,
I try to compile this example using carbide C++ and self sign. without change anything.
But every time I try to install it on my device (nokia 6120), on the middle of installation it show an...
so can I use that CameraApplicationEngine API library for GCCE compiler?
Currently I'm trying to run Camera example. This example are using CameraApplicationEngine API plug-in. And this plug-in only available for armv5. I installed the API, then try to build that APP...
hai wouterteepe, can you tell me which document that mention the default key? And on which page?
thanks,
Oslario
It seems set the security mode to WPA (not WPA2) will make the TKIP setting set to "allowed".
But I'm curious why we need to change the security mode to change the TKIP setting? Why there is no API...
Yes, I already try that. But still the TKIP settings doesn't change, it still on "not allowed" state. I must manually change it to "allowed", it's the same when I use WPA mode.
ps: What I mean by...
hi er.khalid, thanks for reply.
In my case, I want to enabled the TKIP programatically. On the AP that I created, I still can change the TKIP to enable, but I need to do this programmatically.
...
Hi, I try to create a WLAN access point with WPA security mode. And it's works.
I got the code from WLAN Example. But I don't know how to enabled TKIP setting.
Can anyone explain to me how to do...
I was trying to read/write to the internal mifare card on nokia 6131 NFC.
I can read/write the internal mifare card using the external contactless card reader.
But if I use a MIDlet, it's alway...
I think my problem is the same with djdirkj's.
I have search the entire forum but give me no sulution, does anybody can help me?
Hai, I have the same problem with bro sebgie.
And I already check the certificate, it's say "YES".
So where is the problem?
Because I still get "No Card Connection" error.
regards,
Oslario
if using CSendUi I can't send sis file. So I must user RSendAs. But the status dialog when sending is not use theme color. It's only white.
When I use SendUi the status dialog is theme capable, but...
It's seems this code can use Infra red too by changing KSenduiMtmBtUid with KSenduiMtmIrUid.
The other problem is the UI for sending status not use theme. The color of the dialog is white. Anyone...
same with me, I can't run the example on 3rd MR. There are no mmferrors.h and mmfcontrollerframework.lib files. Where can I find those files?
Why I can't debug if I'm using CodeWarrior with SDK 3rd FP1?
My PC alway hank, and I must manually restart my PC. But if I was using SDK 3rd MR, there are no problem.
Are there someone that have...
How to create the lib and dll for THUMB and WINSCW ?
On WINSCW I always failed to create lib. And on THUMB the lib and dll are created but always get this warning:
WARNING: Frozen .DEF file...
why I can't compile the syExpat. I use CW for compile it. Can someone explain it to me step by step to build the syexpat dll?
thanks,
Oslario
Why I always failed to build syexpat. I was using SDK 2.1 for CW. Can some one help me?
thanks,
Oslario
Hai Nokia Ron, I tried to use REL_OPTIMISATION=-O2 -fno-unit-at-a-time , compiled it on command line the size of my application.exe are smaller. But if I compile it using CodeWarrior the .exe file...
Why my app still have the same size with before if I build it using codewarrior? But if I build it using command line, it's create smaller size.
Can someone help?
thanks,
Oslario
Yes, I already think of it. So there aren't other option about it.
regard,
osla
I want to save a file that contain all data about registration ( the date, the key, ect). At first I think if I put that file in app private folder and not include it on the pkg, the file will not...