Hi,
Does anyone has any sample which invokes midlet in phone through a SMS message?
My requirement a SMS application on desktop should send SMS such that the midlet gets invoked.
Thanks for...
Type: Posts; User: j2me_raj; Keyword(s):
Hi,
Does anyone has any sample which invokes midlet in phone through a SMS message?
My requirement a SMS application on desktop should send SMS such that the midlet gets invoked.
Thanks for...
Hi,
Does anyone has any sample which invokes midlet in phone through a SMS message?
My requirement a SMS application on desktop should send SMS such that the midlet gets invoked.
Thanks for...
Hi All,
I am using Nokia_Series_60_MIDP_Concept_SDK_Beta_0_1 emulator and when i tried to display message in a form i m unable to do it. the same sample is working fine in 7650 emulator. can you...
Hi All,
sorry if this is wrong place to post this message.
i have been using nokia 6100 (series 40) from past one year and now i bought new mobile nokia 6600 and now is there any possibility...
ohh:)
the basic reason might be invalid format of the message.
no sorry
i am a purely java guy :)
here is the sample code
write this in constructor
factory = MMSDriverFactory.getInstance(props);
engine = factory.createEngine();
engine.connect();
//engine is MMSEngine
yes you can include video clip in the MMS.
create a cotent part
ContentPart cp = new ContentPart ();
//retrieve video file
cp.setContent(video file, mimetype);
give the region width and height in a proper way to render png image. try changing those values.
hi there is no relation between wml and smil. the only relation ship is both are displayed in the mobile phones.
SMIL is the synchronised multi media integrated language. and WML is related to...
yeah i know that....
byt my question is i want to bypass that in my application? do you have solution to do that.
thanks
raj
Hi All
how can we show preview of midi files in WAP site? we are able to show preview in samsun mobiles. but its not working in other mobile phones like nokia and so on. can anyone help me out?
...
Hi All
how can we show preview of midi files in WAP site? we are able to show preview in samsun mobiles. but its not working in other mobile phones like nokia and so on. can anyone help me out?
...
Currently except Samsung rest of the phones
doesn't have the inherent capability to preview the ringtone
before user decides to download on his phone.
To provide this feature on all the phones...
Currently except Samsung rest of the phones
doesn't have the inherent capability to preview the ringtone
before user decides to download on his phone.
To provide this feature on all the phones...
hi cyberabi
can you please list out series 40 phones which support JSR-135.
Thanks
raj
Hi
I have written an application which reads records from "transaction" table and inserts in another table ("master") and deletes the record from "transaction" table from where it picked. Later it...
you can never play wav in series 40 phones.......
:(
hi
yeah even i have the same requirement....but streaming using midp1.0 is impossible......but i made an alternate solution which is not advisable....
i played .wav files from http site using...
go to nokia site.....and search for your phone model...it gives total specs of your phone......
no you cant change the runtime memory....may be you can try removing some un important applications...
HI
this is not a bug or problem with java interpreter.......it is just bcoz the runtime memory differs from phone to phone and if it reaches the maximum limit it wont work.......its all the problem...
hi preverifier occurs if the jar files/zip files are not correctly set in the class path...
i face this problem many times......normally if we install the software newly...or if we disturb...
hi here is some sample code hope this will help you all....
private final static byte[] SOUND_BYTES =
{
(byte)0x02, (byte)0x4A, (byte)0x3A, (byte)0x79, (byte)0x39, (byte)0xBD,
...
boss
java.lang.* is a default package in java...no need to import explicitly....
the solution i have given above will definitely work...as one of my member to whom i am giving training...