Hi,
You have to encode the data as per HTTP standard.
Type: Posts; User: abhijeetguptag; Keyword(s):
Hi,
You have to encode the data as per HTTP standard.
Could you paste your code in forum so that we can find if some code is missing. This could help for early solution of your query.
Try to remove "TextField.ANY" as an constraint. Masking could be creating an problem.
try this method
openRecordStore(String recordStoreName,boolean createIfNecessary)
throws RecordStoreException,RecordStoreFullException, RecordStoreNotFoundException
pass valus of...
Yes you can make font bold with the help of over writing paint() method.
In new Sony Ericsson phone you can autostart ur application and can be run in background
http://developer.sonyericsson.com/site/global/techsupport/tipstrickscode/java/p_autostarting_jp7midlets.jsp
You can test your application using WTK.
In WTK go fot File >>> Utilities >>> WMA Console >>> Send SMS
Here you can define port where did you want to send SMS.
Now run yur application through...
I hope LWUIT is the solution for your query. You can create this type of List with the help of LWUIT.
LWUIT is an open source project from Sun.
Hi,
I had stucked in an issue of Nokia N96 as when i try to create image from byteArray provided by application image got rotated by 90 degree.I want to send correct image to server means image...
hi,
can you help me in finding correct encoding for Nokia N96 so that it will not rotate image in preview screen.
Tried with PNG also but not worked correctly.
Hi,
This problem occurs in N96 when i try to capture image from application, captured image rotates by 90 degree in preview screen.This behaviour is by default and not happening in any other...
This line is giving error while i am retieving image from rms.
image = Image.createImage(imgebytes, 0, imgebytes.length);[[/
length of bytes stored and retieved are same. Unable to found...
Hi,
I had .jpeg image and convert this images into byteArray in rms.
code used is
int raw[] = new int[tempimage.getWidth() * tempimage.getHeight()];
tempimage.getRGB(raw, 0,...
Hi,
I had .jpeg image and convert this images into byteArray in rms.
code used is
int raw[] = new int[tempimage.getWidth() * tempimage.getHeight()];
tempimage.getRGB(raw, 0,...
Hi ,
Could you know the technique or method by which a normal NOKIA phone recognize voice call command.
We can try some technique for this.
Thanks,
Abhijeet Gupta
Hi All,
Could any one could help me in implementing voice commands in J2ME. I am unable to identify and recognize different voice commands.
Could any one work in this scenario or implemented voice...
Hi All,
We are developing an application in which we have to identify some voice command and according to that command we have to perform some specific actions.
And we have tried FFT(Fast fourier...
Hi Friends,
I am had developed an application for phone.When i am opening the phone using sliding , all my command options got disappeared.
they will appear only when i am pressng some key.
how...
Hi, Could u help me in finding code for series 60 2nd edition.
I will be very thankfull to you.
Thanks and regards,
Abhijeet
Hi Friends,
I am using SMS send example given in forum nokia site.when i am going to compile this example i am getting numbers of error and this difficult to remove errors.
Could some one have...
Hi,
The SMS stored at Outbox is sending when i am creating new message and send that application, pending SMS are automatically send at that time.
Is i am missing with some event that is needed...
Hi Friends,
I am using nokia SMS Example, i make changes only to SMS text body remaing code is same.
When i am pressing send button the new message created is stored at Outbox witth staus of...
Hi Friends,
Is there any solution exist to find the current city name or zip code where my mobile is currently locating.
I am able to trace location area code and location string. What more is to...
Hi Friends,
I want to add new command button to my program. I am newbie in symbian and as per my symbian knowlegdge i had made entry in
.rss file(for resource entry)
.hrh file(for issueing...