Thanks Michael.
Can I store my entity name as note or message in the tags to differentiate between the entity tags ???
Thanks
Cheers,
Manmeet
Type: Posts; User: manmeet_narang; Keyword(s):
Thanks Michael.
Can I store my entity name as note or message in the tags to differentiate between the entity tags ???
Thanks
Cheers,
Manmeet
Hi all,
In my project , I am using NFC tags for three different entities.
So I want each entity to be start with different UID series in NFC tags.
To accomplish these I want to set the UID of...
Hi,
Actually,i have checked on Server:- http://localhost:8080 .It is showing homepage of Tomcat.
http://localhost:8080/Connectd .It is showing homepage...
Hi all,
I am developing a mobile application which will get and post some data in the database on the server using Servlet in Apache Tomcat on Server.
Earlier we have our own server to keep the...
Hey Gorec,
I am getting the same issue:
java.io.IOException: Error in HTTP operation
But in my case,Neither my application working on mobile nor emulator.
Can anybody plz help?
Manmeet
Hi all ,
I hv created an application for Nokia 6212.
After reading the article :
http://developers.sun.com/mobility/m...icles/picture/
In this application I hv created a player which takes...
Hi Friends,
I hv developed a new application using NFC for Nokia 6212.
From the application,i am reading the outer RFID Tag and then some processing.
When my application exits ,if my phone...
Hi,
I am preparing mobile application for Nokia 6212 .
I hv used three Rms to store required data at different times.
Sometimes its giving exception in opening recordstore.
Why? Any...
Hi,
I developed a mobile application for Nokia 6212.
Its core functionality is almost completed.
Now i want to beautify my application using some simple graphics like background color...
Hi all,
I got my application file certified.I have installed it on mobile.
Now it is not asking for any user permissions for "network access".
But their is one problem.
Earlier(when i was just...
Hi all,
I apologize,I did mistake in writing.I hv provided "&" in between event and image parameter.
My actual code is:
http = (HttpConnection) Connector.open(url);...
Hi all,
I apologize,I did mistake in writing.I hv provided "&" in between event and image parameter.
My actual code is:
http = (HttpConnection) Connector.open(url);...
Hi all,
I hv developed a midlet which is storing some string data and image in database on server.
Currently i am using two separate httpconnections to accomplish this .
Is their any way by...
Hi bhanu,
Thanks for ur advice.
I hv tried like:
String msgbfr = "User=" + user + "&" + "Event=" + event + "Image="+ stringImage;
I retrieved the correct user and event like:
...
Hi,
I am getting invalid image if i am transferring the data and image together in one connection.
If u hv some other way to send and retrieve in one connection then let me know.
I have...
Hi all,
I hv developed a midlet which is storing some string data and image in database on server.
Currently i am using two separate httpconnections to accomplish this .
Is their any...
Can i get any trial certificate ar any other any alternative from which i can assure that certification would solve my problem?
If it resolves, then i will buy certificate.
My project is abt to...
Hi all,
Thanks Avdesh for ur advice.
I hv already set my device network settings to "Ask First time".
In my device " Always allow" option is disable. May be because my application is...
Hi all,
I am developing a mobile application for Nokia 6212 phone.
The application is accessing database on my company server for fetching and storing data in it.
To accomplish this,I hv made...
I am new for mobile development applications . Anybody pls let me know how should i proceed to connect to server and access the sql database?