Hi all,
I solved my problem by using the CActiveSchedulerWait class to synchronize with the client code and also initialized the iStatus.
void CActiveListHotspots::LookupWIFI()
{
iStatus =...
Type: Posts; User: emurai; Keyword(s):
Hi all,
I solved my problem by using the CActiveSchedulerWait class to synchronize with the client code and also initialized the iStatus.
void CActiveListHotspots::LookupWIFI()
{
iStatus =...
Thanks a lot symbianyucca but as I could not figure out the issue I changed the code a bit, skiping the CAknWaitNoteWrapper's callback interface and using CAknWaitDialog. Have a look in my Active...
First, I have used the code published in the Nokia Library :
http://americas.forum.nokia.com/Technical_Library/FNTL/Scanning_for_available_WLAN_networks.htm
but this code hangs the application...
Kernel-exec 3. Any idea?
Hi all,
I need to run a asynchronous call and display a wait dialog on S60 3rd (Nokia N80). I tried to use CAknWaitNoteWrapper calling the following code wrapped in a MAknBackgroundProcess class...
Thanks guys, but I am Still with no solution.
I also got the same error while testing my application with Nokia N93 !!!
What happened to RConnectionMonitor class ???
I have installed the V4.0623.0.41 FW thru Nokia Software Updater on my N80 :
V4.0623.0.41
26-07-2006
RM-92
Nokia N80 (11)
Rather than getting my phone improved, it has broken my application...
I have installed the V4.0623.0.41 FW thru Nokia Software Updater on my N80 :
V4.0623.0.41
26-07-2006
RM-92
Nokia N80 (11)
Rather than getting my phone improved, it has broken my application...
I have installed the V4.0623.0.41 FW thru Nokia Software Updater on my N80 :
V4.0623.0.41
26-07-2006
RM-92
Nokia N80 (11)
Rather than getting my phone improved, it has broken my...
I need to know this information as well.
Nokia experts, Is there some documentation available?
Solved. There is a recent post in the Nokia Tech library about this.
It is for a NOKIA N80, S60 3rd Symbian 9.1.
How can I create a Access point pre-configuration using CApDataHandler??
Which columns should I write?? the following code gives me an error -39!!
CCommsDatabase* commDB = ...
I have to get the IAP id from available connections in the hotspots. I know how to list SSID names and signal strength using GetPckgAttribute:
RConnectionMonitor monitor;
...
I was able to solve the second issue. That message was concerned to CAPABILITIES restriction (certificate and MMP defs). The following code worked fine :
TUint IAP_ID = 12; // my IAP ID...
You must call iBrCtlInterface->ActivateL() before calling LoadUrlL.
Symbian is really tricky and hard! we have to guess about how the components work.
I am in need of openning the OSS browser (html browser) of S60 3rd edition for a Nokia N80 and set it up for a specific IAP connection in a Wi-fi network.
I dont want the default Nokia connection...
Check out this post :
http://discussion.forum.nokia.com/forum/showthread.php?t=83143
Hi guys,
I also was in need of such feature. I found out a working solution in a chinese post which is copied here. Thanks to Hoolee contributor!
I have successfully tested it on a nokia...
Hello,
I have the same issues in my project, an open source product for mobile phones.
Dustin, could you tell me what your conclusions were ??
Anybody else can help?