I find reason!
When I created the program in Carbide, I gave her a name - senduiTest, send...tra-ta-ta etc.
and carbid automatically set my app resourse id in .rss file as SEND
// RESOURCE...
Type: Posts; User: lexamor; Keyword(s):
I find reason!
When I created the program in Carbide, I gave her a name - senduiTest, send...tra-ta-ta etc.
and carbid automatically set my app resourse id in .rss file as SEND
// RESOURCE...
Hello!
I sign my app dev cert for RDA devices
but when I 'm trying install my app on remote device
i get error - "Required Application access not granted"
My app capability (3 exe files):...
Yes, of course ...
I sent you email ...
Thanks!))
I can not understand what leads to this problem ...
I found my old project where are using this API and it works well...
I also created another empty project as you described, and he also earned...
Hello!
Yes, in this case all works...
What do you mean ... ?
I use normal gui application my appui class inherit from CAknAppUi or CAknViewAppUi...
but result not changed...
Hello!
I have same problenm as erobeta...
my app crashes with CONE 14 ("Environment cannot find the specified resource in any resource file")
when i use code
CSendUi* sendAppUi =...
Hello!
It's posibble implement Address Space Layout Randomization (ASLR) on Symbian (S60)?
I would be very grateful for any examples, links, articles, books etc.
Thanks.
Hello izinin !
You used library from native inneractive symbian sdk (5th ed) to build application with Symbian^3 or Qt inneractive sdk?
Hello all!
I have same problem with compiling app to device target (gcce)
S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\ARMV5\urel\InnerActiveAdLib.lib: could not read symbols: File format...
How i can implement symbol (message length) counter on Belle device?
Earlier i used this solution from wiki How_to_insert_text_on_navi_pane_of_an_application
but this don,t work on Belle...
Hello!
This code works fine, but on the Nokia 700 field EPbkFieldIdCodImageID don't contain path to the original image, but only the name of the icon.
(eg _63500571115471125_2012-03-21-001.jpg)...
Link to file: http://www.2shared.com/file/xLLHplVZ/symbiansql_v92.html
2. http://www.sendspace.com/file/1mcw96
If you get positive results please let us know..))
EDIT: To phone installed...
In my you are wrong...
S60 3rd Edition 3.0 9.1
S60 3rd Edition, Feature Pack 1 3.1 9.2
S60 3rd Edition, Feature Pack 2 3.2 9.3
...................
Hello!
I need to use SQL API (RSqlDatabase ...) for my program (inc FP1 devices)..
I install to support this feature on device symbiansql_v9.2.sis
But when i start my app - i get "Unable to...
Hello!
I need to use different icons for different platforms fp5/ s3
i make diff mif files and use this code in pkg
IF EXISTS("z:\system\install\Series60v5.2.sis")
OR...
No, this image is displayed for unknown contacts that are not in phone book or do not have installed image..
Hello!
User can go to settting->themes->call image and set user defined image...
How get path/thumbnail this image?
Maybe it possible get this info during the incoming call by number?
...
I have no problem accessing the original image ...
My code work fine:
TBuf<256> imagePath;
TContactItemId aId = -1;
aId = GetIdByMobileNumberL(aPhoneNumber);
CPbkContactItem* contact =...
Hello!
To get the path original image that is set to contact, I use field EPbkFieldIdCodImageID;
It's work fine, but in symbian^3 (E7, X7 devices etc.) user can set the image as follows:
Menu...
What are the keys in the standard messenger on FP5 devices in landscape mode?
Cba? CAknButtons? Other...
http://img545.imageshack.us/img545/5238/scr000006im.jpg
And how can I make such a...
I draw png files (e.g. ball) with transparensy using CImageDecoder, mask and BitBltMasked func...
As described here:...
Button does not appear...
In coecntrl.h file this func listed as deprecated
IMPORT_C void SetContainerWindowL(RWindow& aWindow); // deprecated from 9.2
Hello!
It is possible to use CaknButton on RWindow? (Symbian^3/FP5 devices)
_LIT(KFirstButtonText,"First");
_LIT(KFirstButtonHelpText,"Help First Button");
iFirstButton =...
I was able to change profile to silent (Profiles Engine API), but the current call is not switched to silent... Once next calls..