Sorry for bad description. here your number means a fixed number where the sms will send automatically from the application and provider can detect the number of the user.
Type: Posts; User: apus29; Keyword(s):
Sorry for bad description. here your number means a fixed number where the sms will send automatically from the application and provider can detect the number of the user.
If you really need the phone number of a mobile you can do trick like most of the application do. Can send a SMS of your number.
which example you are testing?
Hi,
Is it possible to change the payload size of g729 codec from APS api?
Should it be worked properly then?
By default the PTime is 10 ms. And I want to change it to 40 ms.
Thanks
Hi,
I am using CPeriodic to implement a timer on my application view. Callback is called every after 1 second (KPeriodicTimerIntervalSec(1000000)). But the problem is i am getting a delay in...
have anyone solve the problem?
using BrCtlSampleApp application i can browse the google web page but can't input anything to search...
Please shade a light on this..
Thanks
Hi,
I Just put a link(www.google.com) to open the page using the example given in S60 docs. Browsing is ok. And i can click on the images/settings or something and it goes through . But the...
Hi,
Is there any size limitations for http data receiving.. in this function
ClientBodyReceivedL(
CWebClientEngine& anEngine,
const TDesC8& aBodyData )
{
Is there any size limitations for "aBodyData" ?
Thanks for your reply.
total data size is 1764 byte and i am getting 1224 byte.
one things to add that during recieving this function (callback) is called
void...
Hi,
Can anyone please tell me what is the problem with this code? If the received data size is less then it behaves ok. But for the large size of data it cant receive all the data.
Thanks
...
Thats ok.
But i didn't get in the offerKeyEventL sometimes so that i can control them. Like if the text box is blank then it doesn't go to the offerkeyeventL (or I am missing something?)
Thanks Yucca for your great reply!
You are absolutely right.Here is my offerkeyeventL code:
TKeyResponse CBansBuddyContainer::OfferKeyEventL(
const TKeyEvent& aKeyEvent,
TEventCode...
Hi,
I saw that if there is a text box in the container view then the tab is not working.
For example:
I i have a listbox view and a container view and have two tabs which can be change by...
Hi,
If i use these code for selecting access point then my capture key doesn't work. That is when i press RED key my application close.
TCommDbConnPref connectPref;
// setup...
Hi,
I have created a CAknDoubleStyle2ListBox.
Now I want to change the default font size of the list box. Like first element will remain same as by default but the second element will be...
Yeah,
Thanks for your reply.
here is the offerkeyEventL code
TKeyResponse CDynamicTabContainer::OfferKeyEventL(
const TKeyEvent& aKeyEvent,
TEventCode aType )
{
Hi,
If i press Enter key (Scancode 167) then my application shows the option menu. Which should be shown if i press left soft key.
Anyone ever faced this kind of problem? Any solution would be...
case CTelephony::EStatusAnswering:
send the application to background
There is an Example(\devices\S60_3rd_FP2_SDK\S60CppExamples) too in the SDK folder if your version is FP2.. dont know about others.
you can find it in sdk docs.
Also if you are using Carbide 2.0 there is an UI desginer.. you can find many options there.
This may help you
http://searchforhelps.blogspot.com/
May be it can help you
http://nowireworld.blogspot.com/2006/06/conference-call-on-symbian-phones.html
Thanks for your prompt reply. I have found one.............
What about this option...?
IF EXISTS("z:\system\install\Series60v3.1.sis")
@"abc(1).sis", (xxxxxxxxxx)
ELSEIF...