Hi Sivan,
Each Player has upper limit for recording at once(in your case 20 min). Recording is not only thing going on behind the scene. In fact, 20 mins of recording is a huge amount of data....
Type: Posts; User: bharatpatel85; Keyword(s):
Hi Sivan,
Each Player has upper limit for recording at once(in your case 20 min). Recording is not only thing going on behind the scene. In fact, 20 mins of recording is a huge amount of data....
Hi Kartik,
I don't think you can modify your application. As far as I know, AirtelLive is a WAP browsing and this is not useful to you anyway. Sending Image is equals to sending packet data, and...
Hi,
thanks for the reply. I have written such abstruse code intentionally :), just to reduce mess. The actual code is really confusing. Let me try to make it more clear (please also take a look at...
Hi all,
Take a look at following code snippet:
Player soundPlayer = Soundplayer.getInstance(String fileNmae) ;
//This creates a player to play a simple midi file. ...
Hi hw,
as far as i know, there's nothing in JavaME that invokes your midlet on a voice call. Contrarily your running midlet gets "paused" upon receiving call.
But you can invoke a midlet upon...
Hi,
I am using JSR-72 (File Connection API) in my application. It gives me following exception when I run it on Nokia 3120 Classic (S40).
IOException: Too many file handles open.
After...
Hi jappit,
Well I tried it on Nokia Emulator S60 E3. Also on Nokia E90.
The url points to a video file(.mpg) on server.
http://myServer/../myfile.mpg
Is there any constraint on type of...
Hi folks,
public void run ()
{
System.out.println ("Media URL : " + videoURL) ;
try
{
myCanvas.setFullScreenMode(true);
player =...
Hi sis1986,
I think you want to stream contents.
How are you fetching the file from server ??
Is it Player p = Manager.createPlayer("http://myServer/../myFile.mp4") ;
If so than it's no...
You can use double buffering in coding. Make a dummy scaled image from the original one & display it. Change the scaling factor & make another dummy and refresh the last one displayed.
Regards,...
There is nothing extra have to do with it. Just read data from your text repository. But if your device does not support that character s it will display some garbage values.
You also can gather information for J2ME-Polish site :
http://devices.j2mepolish.org/interactivedb/searchdevices.faces
Regards,
Bharat
Thanks for your valuable replies.
But can anyone throw more lights on this?? Like, is this behavior observed in Series40 devices(Nokia 6500 is S40 family)?
As Nokia 5700 gave the same exception.....
MIDlet.platformRequest("sms:" + phNo) does not work on Nokia 6500 (Serise 40 E3_FP1) Slider. On this request it throws ConnectionNotFoundException : Invalid URL.
Has anyone encountered such...
Hi all,
After searching little, i found that we also can send SMS using "MIDlet.platformRequest(String url) " in J2ME. but when i tried this on My Nokia 6500(Slider) it gave an exception.......
"KNIEXT_NewGlobalRef failed" can also come when you try to access local file system. I got the same error on Nokia 6131, first according to this topic i considered it as a mis-configures GPRS...
Hi folks,
I want to know. if there is any way capture keypad slider & camera cover events in J2ME.
Regards,
Bharat
Hi folks, i am new to this forum.
Well i am trying to write an application in which i need to upload the video captured by the camera to the server.
the little code for it is :
...
hi all,i am new to this forum.
well my problem is that, when i try to display video content on two different canvas (of course one at a time :D), only 1 canvas is rendered with the video content....