Hi,
Is there any way, I can set the access point in Video player's Application settings to 'None' on belle device. This is because after settings the set the Access point to any particular WiFi...
Type: Posts; User: aficianado_001; Keyword(s):
Hi,
Is there any way, I can set the access point in Video player's Application settings to 'None' on belle device. This is because after settings the set the Access point to any particular WiFi...
Hi,
Is there any way, I can set the access point in Video player's Application settings to 'None' on belle device. This is because after settings the set the Access point to any particular WiFi...
You might be getting KErrNotSupported and this is known issue.
...
Hi I tested the code on emulator and its working flawlessly. Tested for
* SDK MR
* On default path "C:\\Data\\Others\\"
* created a directory (Not by Windows explorer) in "C:\\Data\\others" and...
For step by step installation http://developer.symbian.org/wiki/index.php/Qt_Quick_Start
If you are using FP1 Sdk, have a try with SWInstaller API for FP1 and not MR from http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in
But you said you are using "S60_Platform_Camera_Example_v3_0_en.zip". Although I have not tested but try new version for FP1 as you are compiling with FP1 SDK....
Yes, you should use MR SDK for maximum support list of devices and it will support all the new SDK version after it.
If you want to know the extended panics try Y-Tasks and set crash monitor ON.
What problem are you getting in using the logging code
What exactly are you doing? Try getting bmp file from multi bitmap file (mbm). look for mbm in SDK
Just see and find code of any application that exits well from TaskList like HelloWorldbasic
Key point is you can Access the Descriptor Part of HBufC* temp; or HBufC8* temp8; (like TBuf) as *temp or temp->Des();
Check SDk for Using HBuf
Download Camera Example for FP1 from http://www.forum.nokia.com/info/sw.nokia.com/id/9a3e1226-79db-4c8e-bd70-7d9d22aaa6eb/S60_Platform_Camera_Example.html and put in it workspace of carbide or...
It seems your AppUi is derived from CAknAppUi and you are trying to implement it as multiple View/container architecture. If this is the case derive your AppUi from CAknViewAppUi and refer to...
Pay attention what kamalakshan has told. Try with increased priority
Try to import in Crabide from its workspace
Can you try with camera example for FP2 N96. http://www.forum.nokia.com/piazza/wiki/images/e/ef/S60_Camera_Example_AutoFocus_3rd_Ed_FP2.zip
How are you creating and activating your view?
You can install Y-Browser and Y-tasks as Dev tools for creating folders and getting crash codes. Can download them from page suggested by Yucca
How are you exiting from Task list?
Better thing is you try with HelloWorldBasic and exit that from Task List. It will Exit for sure and you can check why your app is not exiting.
Connect might be returning some error code. Check for return value.
The error codes for SWInstSvr are documented here...
Usually I capture key events in console exe as they run in background with any user interactions and do what I need to do on getting the key press.
Although you can see here how the problem was...
Then it should exit normally.
Have you implemented the CaptureKeyUpAndDowns as explained in thread. Also try to debug the app whether it is getting capturing events on device.
CTelephony doesn't work well, when using synchronously.
The example code with CTelephony is here http://www.forum.nokia.com/piazza/wiki/images/6/61/SignalStrengthReader.zip