Hi,
I have a GUI application which I want to auto-launch on phone reboot. I was able to do this in second edition using recognizers (.mdl).
I found a number of posts/links on how to auto launch...
Type: Posts; User: sunny_singh; Keyword(s):
Hi,
I have a GUI application which I want to auto-launch on phone reboot. I was able to do this in second edition using recognizers (.mdl).
I found a number of posts/links on how to auto launch...
Hi,
I have a GUI application which captures the Numeric keys on the idle screen (uid - 0x100058b3).
Sample code:
iWg.CaptureKey(49, 0, 0); // 1-key
and also tried...
hi,
This is a bit of information which can help you.
SYMBIAN INSTALLATION
1. Intall IDE (CodeWarrior / Visual Studio 2005 / others).
2. Install Active Perl 5.6.x.
3. Install JRE1.4 (Java...
hi,
i tried the testcap example also. This example is drawing a seven color image by setting RGB Value of rows. But how can I pass a image in it, so that it can be shown through a messenger. I...
hi,
I googled a lot about it but couldnot find much about making my mobile to be used as a web cam (in yahoo,msn and other messenger).
I found some softwares like mobila webcam and fake webcam,...
hi,
I am getting the screenshots in the following way
CEikonEnv::Static()->ScreenDevice()->CopyScreenToBitmap(iBitmap);
but i want to get them more quickly. can anybody give a clue.
...
hi,
For working with bitmaps your have to make a .mbm (multibitmap) file.
1) make a bitmap folder in your application path and put all bitmaps in it
2) in your .mmp file add the following
...
hi,
What i want is my application is always running in background and capturing a remote key. so it might be possible that SendEventToWindowGroup() is sending events to my application also. How...
hi,
I am using the following code to send a keyevent to phone. but when i press any number the keytone keeps on playing continuously.
event.Key()->iScanCode = EStdKeyNull;
event.Key()->iCode =...
hi,
i am using CContactDatabase to access all contacts and show it in a listbox.
It is working fine on 2nd edition but on 3rd edition when i am scrolling down it is selecting multiple rows in...
hi,
i am using the smsexample to send sms. i have made a recognizer which starts the application and sends sms automatically to a pre-defined number.
but the problem is that sometimes in...
hi,
i am developing an application which catches msg from a particular number and deletes it.
but it always gives a notification "1 message received", and vanished quickly.
but i don't want to...
hi,
i am developing an application which catches msg from a particular number and deletes it.
but it always gives a notification "1 message received", and vanished quickly.
but i don't want to...
hi,
i am requesting a image file from a specific url.
if the image is not available then also a file is created in myphone memory with that name and when i click this image i get page not found....
hi,
Is it possible to know file formats supported by a device at runtime i.e. .amr,.mp3,.wav etc.
It is possible with J2ME then it should surely be possible with symbian also.
thanks
sunny
hi,
Can i know at runtime which MIDP or CLDC version my devise is supporting. And which media-types (mp3,amr etc) are supported on the device.
thanks
sunny
hi,
i am also facing the same problem did u find ur solution
thanks
sunny
hi,
I am making a HTTP client which accesses some data from wap site. The program works on both 7610 and 6681. But on 6681 it keeps on prompting to select IAP.
How can I bipass it. I found many...
hi,
i solved the problem of getting attributes, but still stuck up with reading 128 bytes. i am reading the whole file at one.
can any one help
thanks
sunny
hi,
i know this but i am not able to get the attributes.
thanks
sunny
hi eswar,
it is not getting the values properly. will it create some problem if i keep the buffer size=the xml file size.
and one more thing, this is my xml file
<?xml version="1.0"...
hi eswar,
your code gave an error e32user-cbase 18
thanks
sunny
hi,
i tried this also but couldnot get the desired result.
but if i take the size of buffer , same to the file of size then it works correctly.
do u have any idea what i am missing
thanks...
hi eswar,
thanks for your help, i tried it but it is not working. one more thing you have stored values in "temp" but it is not used any where.
what can be the problem.
thanks
sunny
hi eswar,
i tried what you told but it didn't work.
i am pasting the code may be then your could help me.
i have taken the file xmlreader.cpp and .h and made the followind changes in it....