Hi all,
I've been trying to find anything about the new HELP files format introduced in 3.2 but found nothing.
All existing post about how to build help files relate to the old format from...
Type: Posts; User: thedawn1977; Keyword(s):
Hi all,
I've been trying to find anything about the new HELP files format introduced in 3.2 but found nothing.
All existing post about how to build help files relate to the old format from...
Hi all,
I've noticed that on the new E75 (and possibly on other new E-Series devices) the native email client seem to be integrated into the MTM architecture but in fact it isn't.
Well, it...
Hi all,
S60 3.2 introduced theme effects of sliding in/out, fading, sliding up popups, etc. screens.
All these are nice, but they consume time, and for a time critical application it is a real...
Hi,
Is there any release yet for VAS API?
Where can i get it?
Is the plugin itself already installed on FP1 & FP2 devices?
Best,
Shahar
To finally finish this thread, the memory leak (and possibly some other visual problems like skin problems on some devices that were not mentioned here) are caused by a missing ConstructL():
...
caixiaowei586,
Did u manage to have non-custom controls (phone native controls like a message box, list box, etc) be drawn on the secondary screen correctly?
I'm able to detect the clam...
I've already tried that, and it doesn't draw on the small screen.
I have an app which is triggered on voice call connect, and sends itself to foreground. But on the N76 my app isn't drawn on the...
Did you manage to find out how to use the secondary screen?
mateen,
Forgive me for the confusion, but are you talking about a different solution than sending keys to the phone application?
Actually the *, *, * is not the problem.
The 3rd edition name for the platform has changed and it is now "S60ProductID" (not Series60ProductID).
Correct platform dependency line for 3rd edition:...
Hi,
I've moved my files out of /System to /data but still backup doesn't work.
Did u manage to have backup work for you? in what device?
I've just discovered that backup doesn't work for other software on the device as well.
I know for sure that a certain app on the memory card has the backup_registration.xml file, but when i tried...
Hi all,
After my messing arround trying to have my app support backup on s60 3rd edition rendered void, i decided to check it on the hello world app, and found that the simplest instructions in...
Workaround for the locale file text displaying:
IF Language=2
"Readme1st_fr.txt" -"!:\system\apps\test\Readme1st.txt",FT,TC
ELSEIF Language=3
"Readme1st_gr.txt"...
What device are you using?
Am I all alone here?
Did anybody get the same effect, or do I have some screwed up SDK tools, or mobile device (which is btw N91)???
I stumbled on the same problem, did anybody find a solution for this?
Hi,
I was trying to use FILERUN and FILEMIME in 3rd edition SIS, and i noticed that they only work when the SIS is first installed (or installed after uninstall).
When re-installed, FILERUN and...
I would guess that you're constructing your container in the DoActivate, and if that is true, you can't call any function on it right after ActivateLocalViewL since it hasn't been given the chance to...
Put an edwin on a container of a view, and add a menu command that clears the text of the edwin.
Now try editing the text and leave it in T9 (underlined), and select the menu command - BOOM,...
1. Setting values in SetAudioDeviceMode()
2. Creating the CMdaAudioRecorderUtility after/before the call is established
3. Setting volume and gain to 0 and other values (doesn't have any effect at...
I want to play a wave file while in a call, and the played wave file is heard both on the other side of the line, and on the local loud speaker.
You'd expect it to be heard only on the ear speaker -...
Is it possible to open a com port in MIDP 2.0 on series 60.
the "microedition.commports" property returns 0,1 (i.e. com0, com1), but when I'm trying to open either com ports, I get an error:...
Is it possible to use the javax.microedition.media package to record or capture sound in the series 60, or is there another way to do so ?
I'm asking because...
Is there a way to turn on/off the microphone mute on the 7650 ?
Any API call or even AT-command.
According to a PDF i found, the AT+CMUT command which is supported by many phones, is not supported...