I suppose you should delete it before deactivating your list view.
Type: Posts; User: can_bal99; Keyword(s):
I suppose you should delete it before deactivating your list view.
hi WTFnokiapro,
I actually need this code as soon as possible.
Could we have a chance to deal on a prize and I get this code before next week? (If it is possible).
or Should I have to wait for...
Hi WTFnokiapro,
how can I buy your code (to control backlight for incoming call in 3rd edition phones)?
my email address is can_bal99@hotmail.com.
OK, I found it. (requires ReadDeviceData cap(means signing required))
TBool isRejectCallWithSMS;
CRepository* aRepository = CRepository::NewLC(TUid::Uid(0x101F877E));...
I need to know value of "reject call with SMS". (is it YES or NO)
It is under "Settings -> Call -> Reject Call with SMS".
Could you find a way of reading this setting item value?
could you find a way to get status of "reject call with sms"?
could you find a solution for this problem?
As far as i know, problem occurs in this way:
1) Install application (name:"DEMO1" SisUID:0xA0001234)
2) If you try to reinstall same application with different name (name:"DEMO2"...
I tried to run exe during installation.
N91 works fine but E60 and N71 dont work!!!
(I tried with self certificate)
This new 3rd Edition Platform is like a nightmare.
I have an embedded sis file including shared dlls(required by several applications).
Until 3rd edition, sissystem (sis type) handles installation, upgrading and uninstallation of shared dlls, but...
SDK Help says:
"Embedded SIS files are installed and removed together with the embedding SIS file. But note that an embedded SIS file is not removed if another installed component has declared a...
I have an embedded sis file including shared dlls(required by several applications).
Until 3rd edition, sissystem (sis type) handles installation, upgrading and uninstallation of shared dlls, but...
I added capabilities and it works.
Thanx a lot mgroeber9110.
I have an animation dll server (gifanimsrv.dll) which reads gif frames and displays animation.
When I try to load my animation dll using
TInt RAnimDll::Load(const TDesC &aFileName);
function, I...
Remove "edll.lib" from mmp file...
In 3rd edition SDK,
it says that:
"UserAgentStringL" is removed from "SysUtils" and added into "WebUtils" but WebUtils library does not exist.
How can I get user agent string in 3rd editon?
I dont know the reason but I had solved problem using asynch call.
I am calling the following function inside an active object:
void CPhoneDialer::DialNumber(const TDesC16& aPhoneNumber)
{...
If my application is changing default ringtone (or wallpaper) (after asking user), is it possible for this application to get symbian_signed certificate???
Thanx
I am trying to install an embedded sis called "Smartface.SIS". (SISSYSTEM)
This platform will be used by some other independent applications.
#{"MobilVideo"},(0x1020850E),1,38,0
(0x101F6F88), 0,...
I'm trying to initiate a VOICE CALL using:
//Create a connection to the tel server
RTelServer server;
CleanupClosePushL(server);
User::LeaveIfError(server.Connect());
//Load in the phone...
no solution yet
try this:
http://www.mcaleely.com/downloads/win32/EikonWizard12.zip
I dont know if "zlib" works for media files but you may try this one.
RFs fs;
fs.Connect();
CEZFileToGZip* gzip = CEZFileToGZip::NewL(fs,aCompOutputFile,inputFile);
TRAPD(err,...
Try this for compress:
(Don't forget to add Library "ezlib.lib")
#include <ezcompressor.h>
........
CEZCompressor::CompressL(outBuffer,inBuffer,CEZCompressor::EDefaultCompression);
#include...