I just want to find the location name using cell tower in j2me.
Also how to redirect the incoming call to our own application from where the caller number is shown to user like the normal calling information?
[as of now when some one calls someone the mobile number is shown,]
I want to show the receiver of the call the location of the caller with his/her mobile number.
This Cell info is broadcasted as CBS (Cell Broadcast Service) message by the cell towers and received by all the GSM phones connected to this tower on certain predefined Channel (generally 050) by most of the service providers. Thus our Java ME application can listen to this CBS Channel using Push Registry and capture this information.
Follow the steps,
Import libraries
Register your Midlet for Listening to CBS port 50 and setup a Message Listener
To Retrieve the CBS message payload.