I am seeing this on WTK 2.5.2. Do you know where to set the jam memory properties? I cannot see to locate it.
Type: Posts; User: skjolber; Keyword(s):
I am seeing this on WTK 2.5.2. Do you know where to set the jam memory properties? I cannot see to locate it.
Any updates on this? It is clear that we need access to the raw stream as it is recorded, frame for frame, using some intermediate format, a complete file will not be much help, really.
All good Tiger79! I attempted to add a note that the sourceforge page wasn't updated. ;)
Anyways, the ThinletJME package is indeed for J(2)ME and a demo MIDlet is included, tell me if any problems.
nmadrane,
can you not make this optional? What if I wanted to have some 3D graphics instead?
I do not know much about SVG implementations, but the question is whether you want to rely on...
Hi Tiger79,
did you check out the widget reference?
The demo MIDlet shows all the widgets, so that should get you a long way on what is possible. Play with the demo XML file and you will...
Thanks for your reply!
I am waiting for someone to release a phone which flushes the data during record in JME. I guess the data must be flushed to disk somewhere, but as far as I know, it is out...
Hi Nabil,
the points you make about the video overlay and flaws in the embedded playback implemententations are valid, although we have been seeing increasingly mature embedded playback...
Thanks! And do you receieve all the bytes when the recoding ends or do you get multiple byte[] writes during record, and if so, how often does the recorder flush to stream?
Which device are you using, and are you able to receieve the movie byte[] data continously during the recording using a custom OutputStream?
Best regards, Thomas
You question is not quite clear to me - are you looking for the rate or frequency when you are recording the file or when playing it back?
I am quite impressed over the effort, but will not this software-only approach deplete the battery rather quickly?
Video coding is *so hard* that I have a hard time believeing your codec is...
I've actually implemented a pure J2ME RTSP client recently, and since RTP is just UDP packets (AKA datagrams in j2me) it should work. I was able to receieve packets on my Sony Ericsson W800, but not...
Use the built-in mobile browser your phone should have, see for example this article.
Google is your friend;)
Build a tree representing your records to n levels? This is fast, but is consuming storage exponentially.
Try and see whether you can take a two-step approach:
1. Reduce the number of hits...
Hey, it is file:/// WITH the colon for the URL.
In general it is always <protocol>://.
If you use an obfuscator (for example proguard), it will usually remove the unused classes. Alternatively, you can download the source code of the library and copy only the necessary classes to your...
Hi all!
I have release a version of the open source Thinlet GUI toolkit for Java Micro Edition.
Overview on this page, download from Sourceforge.
Thanks,
Thomas
Hi,
a buisness assosiate of mine is now reporting that his n95 (standard edition) was bricked by a OTA midlet install initiated by me.
After installing, the phone started turning off and on...
Try changing permissions to non-optional in the Jad
The Carbide.j installer was for windows XP and so arguing that the problem is one of XP and could not be avoided is simply not true as long as the XP problem is deterministic.
However it is good...
I have a screenshot of the Carbide.j 1.5 installer locked up including my (lost) directories in explorer in the background. I will email it if you can send me your email address (the Nokia forum...
:mad: :eek: :confused: :confused:
I am REALLY disappointed and MAD over what just happended.
I chose to integrate with an eclipse directory in 'my c:/documents and settings/username' - my...
Hi,
have anyone tried code obfuscators / optimizers other than Proguard? I've been looking at the optimizer from Innaworks, anyone have any experience with them?
Thomas
J2SE 1.x (SDK 5.0 included) is not for mobiles (it is very much larger than anything you'd want to put on a mobile at this time).
What do you mean by treatment?