Hello,
I was going through some web resources on LWUIT and stumbled upon this site
https://projects.developer.nokia.com/LWUIT_for_Series_40
where nokia provides LWUIT package with its...
Type: Posts; User: ravindrashenoy; Keyword(s):
Hello,
I was going through some web resources on LWUIT and stumbled upon this site
https://projects.developer.nokia.com/LWUIT_for_Series_40
where nokia provides LWUIT package with its...
package ravi.vibrationClass;
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
public class Vibrate extends MIDlet implements CommandListener{
Form form;
Display...
Hi Shanthi Jeyachandhren,
I have tried making my phone vibrate and was successful. I used nokia e63.
Were there any errors when you tried?
are there any workarounds to get the imei in s40?
The issue is resolved now. Problem was that the server was sending response without a header.
Thanks Vishal and Petrib
PS: now im wondering how it worked on s60 :P
petrib,
We found out one thing, Im getting this "[B@d590dbc" as a response from the server. When converted to string, it becomes null.
It worked on on models like e63, e5. but its failing in phones like 5310 and x2
We are using GPRS to connect to the server.
No sir, its not.
Yes, the built-in browser works fine with the...
We have developed an application that requires data exchange between server and mobile device. The mobile device makes a request to the server and server sends a response.
This app is working...
Is there any work around to get the coordinates?
I can obtain the cell id, so can i externally use supl.nokia.com for lookup?
Also, any idea how google gets my current location?
hi skalogir,
Thanks a lot for the header. Ill begin working on it. Thanks again
Hello,
I use nokia e63, a non gps device. I have tried to run this http://www.developer.nokia.com/Community/Wiki/Finding_position_in_Java_ME#Ravindrashenoy_-_Not_working_for_E63
example, but its...
Please tell us how you resolved this issue