I am using code similar to your test code . But, i am using getlocation() method inside of locationupdated().
Because, i am get satellite gps in setlocationlistener() and network gps in...
Type: Posts; User: DileepKumar; Keyword(s):
I am using code similar to your test code . But, i am using getlocation() method inside of locationupdated().
Because, i am get satellite gps in setlocationlistener() and network gps in...
Hi,
I am using setLocationListener method . set intervel 5 minutes. I am run this application means its asking each and every 5 minutes asking midlet permission(Allow applicationName midlet...
Hi,
I am find network based gps in nokia n95. i am run that application its shows latitude and longitude values.
I am using loc=LocationProvider.getLocation(120);
but, now its not working...
Hi,
I get satellite gps and network gps in seperate program.
Also i get anyone gps only once and other one get continuously.
But, I want get satellite gps and network gps (both)...
method()
{
Location loc=null;
LocationProvider lp=null;
LocationListener ll=null;
Criteria cr =new Criteria();
cr.setPreferredPowerConsumption(Criteria.POWER_USAGE_HIGH);
...
Hi,
I am find satellite based location frequently using[This satellite class]
public void locationUpdated(LocationProvider locationProvider, Location location)
{
}
also ,
Now , its working fine ..
I am using Class1 and Class2 in j2me .
New class name is class3. Now i am running class3 with thread.
class3 implements Runnable
{
public void run()
{
class1.run();
class2.run();
J2ME code:
clientConn.setMessageListener(this);
Error:
java.io.IOException: Cannot listen on client connection
How to solve this error?
Hi,
I want receive message for a specific phone number.but, i don't know when its send message to me.
then how to find and receive the message. Because, i am run my application before or after...
HTTPConnetion.Response code is not returned any value? Why?
How to solve the symbian OS errors?
I need your suggestion..
I am using 2G connection and Http GET method only once.
I get this error in my nokia n95 mobile. But i am running my Emulator means it give ConnectionNotFoundException only.
The Errors occurred...
Hi,
I am develop one application.I am using Nokia N95.
I am using HTTP connection in GET method.Its working fine.
Some times, The following errors occurred.
java.io.IOException: -3...
I need the some specific content only. Still i don't get any result.The jsp file output have only one string . i need that content only..
I do one project. I send client request using j2me. The server side code i make in jsp code . It display result. Now i read the result means it display in html code. But i need that output. Now , How...
I need related material. so you know any data or sample code then please send link.
Hi,
I am do one project . i want access net through my application .
I am using http get method . its connect successfully. But the page does not open . page source opened.
How to open web...
Hi,
I want to retrieve data from http://localhost:8080/data/loginpage.jsp
But, it display program code.
How to get the output and display in mobile screen.
Hi nokia forum,
I am now get gps (latitude and longitute) values . now i want update the , getting location fixes in a periodic intervals. that is, once in 10 mins.
I am use the...
ok. thank you very much..
Today i am test nokia 5800 (s60 5th edition). its does not find location(network based)
I am set criteria values
criteria.setCostAllowed(true);...
hi skalogir,
Its very urgent ...
Please help me..
hi skalogir,
I am studied your article fully.
But, now i am using Nokia n95(s60 3rd edition FP1).
I want to find network based positioning using j2me standard library only.
It's possible?...
I am read that thread .
But, i want to find latitude and longitude values using network based (using j2me standard library only).
I am understand ..
Then how to find current location latitude and longitude values using network based positioning use j2me standard library.(i am using nokia n95 mobile)
I am using nokia n95 mobile.
network based positioning is possible or not using j2me standard library.
please guide me...