Resule as bellow after adjust block size
if image size is 1MB.
block size = 1k, server will received 7-8k only
block size = 50k, server will received 350-400k only
then the phone will prompt...
Type: Posts; User: icq98hk; Keyword(s):
Resule as bellow after adjust block size
if image size is 1MB.
block size = 1k, server will received 7-8k only
block size = 50k, server will received 350-400k only
then the phone will prompt...
hartti,thx for your reply.
but other question is how to release memory??
something like that:
block = null;
System.gc;
call next block upload
???
the process is to upload image to server, the flow as bellow
1.separate image data as particular size of blocks
2.send to server and wait message
3.receive message then send next block
it is...
the program have one CustomItem which will listen "center key" press, i append it to form , and the form have one Command which placed at the left, we know as "LSK: Left Softkey".
the problem is...
i have found the problem. cos some api can't use at the n73 like "import com.sun.midp.io.Base64;"
Dear all,
i have a signed Midlet(the program will read / write user data.) that was success install and run in the N90, but when i install into N73 then it throw "Authorization failed". Any body can...
my program flow is here
display self(this);
press key
deleteAll();
append(image);
.
.
(some image);
here is my code. it is work.....
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import javax.microedition.io.Connector;
import...
How can let one object collision with line??
Eg: Have a line which slope is 2 and the object (ball ) sleep is 5 and then fly toward to that line. how can let it reflect when the object (ball)...
How can let one object collision with line??
Eg: Have a line which slope is 2 and the object (ball ) sleep is 5 and then fly toward to that line. how can let it reflect when the object (ball)...
Dear Everyone,
i want to show loading screen when game started.
After game main was load completed the it will auto switch to playing the game.
how to do that??
I use IR to send my game in 7210, but it assign game in application file. how can i do , can select file to place??
I try to load 3.8 kb size of image in fullCanvas and run in 7210 sim machine but it can't load. and i try run same program in serial 40 and it can run?
if fail to run in sim 7210 and will the...
How can i let picture 30 or other degree or rotate reference by time??
how can i let picture rotate in my degree??
is it fullcanvas only can rotate in 90,180,270 ??