But the issue is to stop/cancel/break the long running procedure (like realize/prefetch in MMAPI). If we talk about manual data prefetching with HttpConnection: What is the longer operation: opening...
Type: Posts; User: cryptoalex; Keyword(s):
But the issue is to stop/cancel/break the long running procedure (like realize/prefetch in MMAPI). If we talk about manual data prefetching with HttpConnection: What is the longer operation: opening...
Are you sure? What makes you think so about HttpConnection? I wrote a small test where a connection was created to read a big MP3 file (about 8 MBs): InputStream was opened pretty fast (sure that it...
Well, the problem is with a long-running call. Not a big issue of the nature of this call: realize or prefetch, but the issue is in inability of application developer to cancel the call...
Hi, Graham.
Thanks for the answer.
Yeah, to bypass the situation this is the only possible solution, but the requirement is to do fast-switching between the songs upon user's request. By the...
Same issue happens not regularly on Nokia N95, Nokia E51, Nokia E71.. Seems to be critical issue: midlet just crashes without errors or exceptions (I am sure on this since all of the places are...
Hi!
Has anyone observed the problem on N95 with playing video/audio using RTSP streaming?
I receive prefetch error -39 when trying to play it from midlet and in the same time this URL is played...
Thanks, Sorcery, and you're right: we receive yuv422 frames from camera in N95 and we're interested in the fastest way of conversion to some smaller (in bytes) format than yuv422 (for VGA size yuv422...
Hi!
I found out information that in Symbian 9.2 (Nokia N95) it is possible to use YUV image as possible input for conversion in ICL.
Does anybody have an example/confirmation of this?
Thanks...
He installed using JAD, as this is the only URL we gave him :).
However I am closing this topic as soon as the problem disappeared suddenly. Our midlet stopped to ask user permissions. I suspect...
No problem if they will really help.
Nope, they're really selectable. Our user insists on it.
Yes, I am sure. I did not give other versions to the user.
Is it possible for user to update firmware in 6230i? Like it is done with modern Nokias?
We've got a problem with signed midlet (Thawte) and permissions requests on 6230i.
Application manager shows "Ask once" and "Allowed" options in 6230i for files and network access for our midlet....
I was forced to use the approach david.caabeiro mentioned: hiding my application reg. file in c:\data :(
If smb would propose better way - I'd be glad to hear about it.
Аналогично :).
PM в области мобильных проектов (хотя и другие проекты попадаются). В этой области с 2003, до этого еще пара лет Win32.
http://www.forum.nokia.com/devices/N95
CPU:
Dual CPU
CPU Type: ARM 11
CPU Clock Rate: 332 MHz
3D Graphics HW Accelerator
Thank you for the link! Really interesting information. At least there is a way to open some standard application views..
I'm talking about 3rd FP2 emulator from SDK which have been released this week.
Will return with more info on my midlet and error..
Starting midlet which works with no problem on S60 3rd MIDP SDK emulator fails on S60 FP2 with the next error:
Application closed:
!jes-bf-java-comms@dc8e5e0
KERN-EXEC 0
Really thank you for this!
Small question left: How do you think what folder will be suitable for storing these small files if not in private folder?
c:\private\
c:\data\<my application name>
?...
Yep, seems to be the only possible approach.
I'm going to upload this application version to SymbianSigned. Don't you know if "left after uninstall files with trial data" will conflict with their...
Thanks, but since private folder is deleted, there is no sense to store trial data in this folder because it will be deleted after uninstall. And registration process in my application should not...
Where do you propose to create trial data files?..
Of course, an application might create a file somewhere and store some trial data in it, but since private folder is wiped by uninstaller, where to create such file?
And, besides, how doesnot such...
Well, I don't need 2 input lines. Only single text editor line for user input:
------------------------
LONG read-only text here
------------------------
Text editor line here...
But together with long prompt text I need to have single editor line like CAknTextQueryDialog has.
As far as I see CAknMessageQueryDialog contains read-only text window only.