hello
i want to know how to get cell id in Nokia 6600 handset mobile. I have tried cell track application and its working but the problem is that i want cell id in java for my project.
kindly help me to know how to get rid of this problem.
thanks
hello
i want to know how to get cell id in Nokia 6600 handset mobile. I have tried cell track application and its working but the problem is that i want cell id in java for my project.
kindly help me to know how to get rid of this problem.
thanks
Unfortunately this is not possible directly with Java on the (old) Series 60 -based 6600. One workaround is to have a native Symbian application running on the background and the MIDlet gets the information over a local socket connection. If you are interested in this workaround search the net with "MIDP JNI" and you should find some guidance.
Hartti