My UI app need DialNewCall function to finish some thing. The dial function is perfect using codes as:
void CMyTelephony::DialNewCall(const TDesC& aTelNumber)
{
CTelephony::TTelNumber...
Type: Posts; User: zzf073; Keyword(s):
My UI app need DialNewCall function to finish some thing. The dial function is perfect using codes as:
void CMyTelephony::DialNewCall(const TDesC& aTelNumber)
{
CTelephony::TTelNumber...
Hi! I use CEikEdwin control to get user's input infomation. So when user finishing input, I want to catch(capture) the finish event. The finish key in virtual likes a (V). When users click it, the...
I need use it's Api to Encode and decode some data, But after I have checked all of the apis I find that i can't use them to .......
So if you could, please give me some example codes?
APIS:...
能力不够?手机有没有gps模块?不能进入程序,在程序入口出写本地log看看
I want add some info to note the users, So how can i do this. Is there some api just as ::settext(TDesC&) to do this. If No,......
Hi all:
I try to test the BrowserLauncherAPI function using carbide. When I compile my test project, there is a link error:
Creation Time Description Resource Path Location Type...
Hi All:
I use these codes:
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
CAknsItemData* item = skin->GetCachedItemData(KAknsIIDQsnBgAreaControl);
if(item==NULL)
{
item =...
Hi all.
I has a sis file a.sis. It has the functions of preinstall an autostart when finishing install(FR,RI).
1) Put a.sis in e:\private\10202dce
2) Insert the card in the first phone, it...
I have tried to delete them using:
RFs xFs;
User::LeaveIfError( xFs.Connect() );
xFs.Delete(_L("e:\\private\\10202dce\\2002d569.sis"));//_L("c:\\data\\SInstall\\test\\")
xFs.Close();...
Some things missed:
The Cactive object has done this:
void CMyTelephony::GetSubscriberId()
{
Cancel();
iRequest = CTelephony::EGetSubscriberIdCancel;
iTelephony->GetSubscriberId(iStatus,...
Hi all:
If I have more than one CActive object in my project and just one CActiveScheduler, and the CActiveScheduler is controled by frame(started or stoped by frame). If I use
void...
Hi all
I meet one problem when I use RProcess::Open(). Codes:
void DelDupProcess()
{ // delete duplicated processes
_LIT(KFind,"AA*");
TFindProcess findProcess(KFind);
TFullName...
Hi all
Here is a function to translate Unicode to gbk:
void CSocketsEngine::ConvUni2Gbk(const TDesC& original, TDes8& res)
{
return;
RFs aFileServerSession; ...
these codes just log the result to my phone.
when I add codes:
if(mImsi.Find(_L("00"))!=KErrNotFound)
LOG_DEBUG((_L("NETID 00")));
else if(mImsi.Find(_L("01"))!=KErrNotFound)
LOG_DEBUG((_L("NETID 01")));
else
LOG_DEBUG((_L("NETID 11")));...
I just envelop it with CActive
the oringinal codes:
RMobilePhone::TMobilePhoneSubscriberId iImsi;
TRequestStatus iImsiStatus;
RTelServer::TPhoneInfo info;
User::LeaveIfError(iServer.Connect());...
Thank you. The program just run on 2nd phone(N3230). And after removed the CActiveScheduler::Start()/Stop ,the result is same to before.
CNetWorkInfo::CNetWorkInfo():CActive(EPriorityStandard)
{
CActiveScheduler::Add(this);
}
CNetWorkInfo* CNetWorkInfo::NewLC()
{
CNetWorkInfo* result = new (ELeave) CNetWorkInfo();
...
Problem just as the title.
Thanks
The program just executes these codes, but has not any error.
thanks
Thanks for all of your help!
It can work now!
When I copy the install related parties of the pkg file of the project(b.exe) which will be launched to the startup project's(a.exe) pkg as this:...
Thank you,It can work now when install with two sis files.
codes(it just works on emulator):
RFavouritesSession iSession;
User::LeaveIfError(iSession.Connect());
CleanupClosePushL(iSession);
RFavouritesDb db;
// KBrowserBookmarks...
And I have done one test for the startup function using codes:
both the two methords can work on emulator but neither on phone e50.
thanks!
void LaunchexeL(const TDesC& )
{
#if defined...