Getting cell info via a J2ME application

Hi All,
I want to get the cell info i.e. Location String of the BTS, that gets displayed on the mobile phone. Is there any method by which I can get this information in to my J2ME application.
Regards,
Ashish

Just a guess, as I didn't try it yet. But I'm interested on the subject myself, and I think you need the Location API. Try googling for "j2me location api" or take a look at this:
http://www.lbszone.com/index2.php?option=com_content&do_pdf=1&id=176

Similar Messages

  • To get selected cell info in table for WDA.

    i'm developping in netweaver2004s.
    a view has a table and a button.
    another view has input fields.
    i want to get cell info(selected field name not value)
    so i use that info in another view.
    i want to know same command 'GET CURSOR' in WDA.
    please let me know that method.

    Hi,
    You can specify the importing parameter ID as type string in the action handler of the button. It will contain the ID of the button.
    Best regards,
    Thomas

  • J2ME applications

    Hi Everyone,
    Where can I get free downloads of pure J2ME applications?
    I found few free application downloads developed in Java but not specifically mentioned that they have used J2ME API by Sun. They may have used vendor specific Java APIs. I want apps which are purely developed using javax.microedition.*.
    Please provide me few links, it will be a great help to me.
    Actually I have developed one application, but its GUI is not much attractive. So I want to see the various possibilities with J2ME, what can be achieved by just using Sun's J2ME i.e. javax.microedition [and NOT using vendor specific Java API]
    Regards

    Thanks db, I'll try Canvas/CustomItem. I hope there is material available about this on the Sun's site.
    I knew about of LWUIT and J2MEPolish. I think LWUIT provides good GUI options but applications are slower. Also, It may not look proper and work good on wide range of devices, I want to target large number of devices, so I dropped LWUIT. I may be wrong, so please correct me if I am doing any mistake about knowing LWUIT.
    About Polish, Is it cross-platform? Is there any difference in installing Polish midlets and installing pure Java ME midlets? I mean do I need to provide additional libraries along with the Project JAR and JAD file? Is it possible to convert Java ME midlet to Polish midlet? Thanks and Regards.

  • How monitor (OID needed) number of registered GM on GET VPN KS via monitoring tools?

    I have to monitor number of registered GM on GETVPN KS on monitoring tool like PRTG. I need SNMP OID for this custom sensor.
    In IOS CLI it is possible to get requeste info via command 
    #sh crypto gdoi ks | inc  Group Members
    KS works on ISR G1 Cisco 3825

    Hi all,
    I could able to solve the issue by using VRF-specific key configuration.
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    crypto keyring key-MBT vrf MBT
      pre-shared-key address 19.1.1.1 key Cisco
    Regards...
    -Ashok.

  • Retrieve GSM cell info

    Is it possible to retrieve the current GSM cell info with a MIDP application running on a mobile phone?
    As a reference, take a look at miniGPS that runs as a native Symbian application (http://www.psiloc.com/?id=prod&nrp=44)

    Regarding the discussion you have some time ago... I have never programmed a midlet but on the other hand I would like to develop a midlet that retrieves handset information and displays it in a way such as the "old" Nokia net monitor (the locked menu). The mobile is not a GPS device, but performs or receives an number of measurements or newtork paramaters such as the signal strength, the signal quality, the timing advance, BCCHs lists, offset values etc. I would like to know if we can have access to this information (through the Location API?) in order to process and display it accordingly as it is very difficult or impossible to find an midlet application that acts like a "network monitor". For example, the mobile displays the signal strength in the form of five bars. Hence, it is already capable of processing the measured in dBm signal strength value. Is there any news about that functionality during this year?

  • How to get the cell info?

    You all know that, on our mobile we used to get the cell info ( Tower Name ). How to access that in our J2ME application?
    John

    Hello txflwr48! I regret the difficulties you've been having while activating your new phone. I'd love to help, but I recommend that we take our conversation to direct message instead of here in the public forum. If you have not yet gotten your device activated, please follow these steps to follow my handle (DionM_VZW) send me a direct message: http://vz.to/1gBiqkv
    DionM_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • How to get the Mobile information by using J2ME application

    hi all,
    I am lakshman.I am developing an application in j2me,I want my program compatible to all mobile devices.
    I want to know properties and the device information with the help of a j2me application.I got the information with the help of System.getProperty(String).I found some of the information like sms,videocapture,and some of the values and the variables ... in the following
    platform...null
    encoding...ISO-8859-1
    configuration...CLDC-1.0
    profile...MIDP-2.0
    locale...null
    fileconnection...1.0
    comport...null
    hostname...iwmc-07
    sms...null
    smartcard...null
    location version...null
    sip version...null
    m3gversion...null
    mms...null
    videocapture...false
    videoencoding...null
    snapshotencoding...encoding=png encoding=jpeg encoding=gif encoding=bmp
    audioencoding...null
    supaudcap...false
    suprecod...false
    supmixing...false
    mediaversion...1.1
    streamcont...null
    I want to know these are the only variables or is there are lot...
    Now my question is I want to get the information of the service provider and also the present location that the mobile was present.I think there was some method to get that ...I want to get what firmware it was using .
    Can anybody tell me that way and also the package to get the information
    thanks in advance
    lakshman

    hi all,
    I am lakshman,I found the answer for my question,By using the Location API(jsr179).It was not include in the WTK2.2.for that i have downloaded the WTK2.3 then i have implemented the location api in the application and it was working.
    And I have the following warning...
    Warning: To avoid potential deadlock, operations that may block, such as
    networking, should be performed in a different thread than the
    commandAction() handler.
    I am running the application from my Emulator(by using the default color phone).I have to check that in the device.
    Can any body please give me the way to fix that,i want to test my application from my emulator is that is possible if possible ...how?.what is the procedure to implement..
    thanks in advance

  • How to get detail info of application acknowledgement in BPM send step

    Hello
    in BPM we will send an async message to SAP backend system, we need to know if the message is successfully process or not, if not, we need to get the detail info which is returned in the acknowledgement message.
    As you know in PI monitor, you can open the acknowledgement message and you can see the error texts that are sent by the SAP backend system to PI in the acknowledgement message. However seems like there is no standard way in PI BPM to get the error texts inside the acknowledgement. In the send step you can only specify that application ACK is required, if negative ACK comes in, an exception is raised and you can handle the exception in the exception branch. However there is nowhere to capture the acknowledgement message to get the detail error texts.
    Anyone has good idea to get the error texts from the application acknowledgment message inside BPM/
    Thanks

    we need to know if the message is successfully process or not, if not, we need to get the detail info which is returned in
    the acknowledgement message
    One way to have the above requirement done is make the process synchronous (if RFC/ Proxy). The response message should contain the state of processing of the message inside SAP....now in the BPM make a check on the response message to see if it is a success or failure....you can apply logic like is success terminate the BPM without any alert.....if failure raise an alert/ send a mail.
    Regards,
    Abhishek.

  • Getting cell-id and location using j2me/symbian

    Hello frens
    i m beginner to j2me and task is
    get cell id location of mobile terminal by sending a sms to that mobile terminal ,
    How to achieve this

    JSR-179 points you to how to do this in J2ME . The problem is that no one has implemented the Location API on their fones as yet. Ok apart from Nokia and then only for some of their high end fones. Any one been able to create a JNI wrapper and get the details from handset? If you have you can save me hours of pain! :-)

  • How can I fix the Runtime Error R6034 so that I can correctly install iTunes on my PC ? I get a notice that states ' An application has made an attempt to load the C runtime library incorrectly - Please contact the application's support team for more info

    How can I fix the Runtime Error R6034 so that I can correctly install iTunes on my PC ? I get a notice that states ' An application has made an attempt to load the C runtime library incorrectly - Please contact the application's support team for more info

    Hey Debbiered1,
    Follow the steps in this link to resolve the issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    When you uninstall, the items you uninstall and the order in which you do so are particularly important:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

  • How can we get Cell Id in j2me

    hi ,
    i want to get cell id , i am using nokia phones n95, e71 etc
    help plez!

    S40_cell_id = System.getProperty("Cell-ID");
    S60_cell_id = System.getProperty("com.nokia.mid.cellid");Are you sure, Cell-ID and com.nokia.mid.cellid are valid system properties? The link I gave you doesn't have these properties.
    s60_new=System.getProperty("com.nokia.mid.networkid");Did you miss that this property works only with Nokia S60 3rd Edition FP2 phones.
    Please check your the OS version of your phone.
    Atul

  • Location String Cell info message

    Hi all,
    i want to get location string cell info display message from j2me application.. Can anybody help?
    Umer
    http://www.umerrasheed.com/

    Umer wrote:
    location string cell info display messageWhat would that be? Anyway, whatever it is, you probably won't be able to get it from J2me, and definateny not if you want to have it working on any j2me device.

  • Can a J2ME application download a mobile content to the handset?

    Hi, I'm a newbie here.
    I've a question about whether the J2ME application can be implemented to trigger a Http download via OTA to download a mobile content. let's say using the J2ME application, the user can actually download a MP3 by selecting the option on the application screen, from the content server to the user handset's folder.
    I know that another alternative way is to use platform request to trigger the handset's wap browser to do the downloading, however I'd like the user to do all the things with only one J2ME application.
    Please help, any information is very much appreciated.

    Hi JunJie
    I'm also new so don't expect any code snippets from me. But from what I've read both on the forums here and elsewhere --
    Yes, your midlet should be able to read in a mp3 file from a web server, the best wy to find out is just to TRY but your MIDlet will be able to access the phone's file system only if it's digitally signed. To the best of my knowledge, obtaining a digital signature would cost you at least US$ 199.
    rms has a limit of 200 kB per application, so you can't save it there either.
    One way out might be to download the file and then transfer it to a listening PC application via bluetooth.
    Don't know whether you would get an 'Out of memory' error if the mp3 is fairly large.
    Wish you luck, Darryl

  • Get ias Version via URL

    Hello,
    Is there any possibility to get the Version of the Application Server via a URL? I have to verify if an Applicatoin Server is Version 10.1.2.0.2 or on 10.1.2.3 from remote...?
    regards

    Yes I know that; Problem is: I cannot be sure that Enterprise Manager console is up running on every AS I want to collect the version, also the port of EM may differ from AS to AS, and also EM is password protected and the users/passwords may also be different from AS to AS. As I have to collect the IAS versions in Batch this could be quite difficult.
    The only way I'm aware by now is to use the reports servlet:
    http://<ias>/reports/rwservlet/getserverinfo?statusformat=XMLwhich tells me the exact version...Problem is: if I have an Infrastructure Server, it gives me an error as long as I haven't specified a Reports Server where I want to get the infos from...And I can't also be sure if this particular Reportserver is up and running.
    So a simple page which states "Oracle Application Server 10g (10.1.2.0.2) running" which gets also updated when I apply a patchset would be enough for my script to parse those infos...
    any ideas?
    regards

  • Query reagrding certificates for J2ME applications

    Hello frnds,
    I have completed my J2ME application. Now can anybody tell me what is the procedure to take certificates for J2ME applications? And also can u suggest names of vendors who provides certificates for J2ME application & which of them are cost effective?
    Can anybody plz provide me this info?
    Thanks in advance

    I am not sure if I understood your point.
    MIDlet can receive SMS from outside and it can be started on incoming SMS.
    You can also get an phone call while the MIDlet is running and take proper action. I am not sure if you can do all the Phone Call controls you mentioned though.

Maybe you are looking for

  • Bluetooth USB dongle stopped working

    I have an unbranded USB bluetooth dongle. I'm running osx 10.4.11 on a G4 Dual Optical. The dongle worked fine, plug and play and I have used it to Sync my Sony Ericsson mobile using iSync. I do not leave it plugged in as I use it on my work PC too.

  • Starting over with Users

    I'm trying for various reasons to make my ibook and mini config match. I did this with a G3 and the IBook previously, but screwed up when setting up the mini. What I need to do is recreate the ibook accounts in the same order on the mini. Is there aw

  • How do we know if adapter is installed?

    Hi all, Except IDOC adapter, no adapter is working(FILE/RFC/HTTP.,). The error I get is "INVALID ADAPTER NAME". How do I know if an adapter is installed or not? We are using XI3.0, is it we have to install the adapter seperately? I appreciate your re

  • Call func 'BAPI_GOODSMVT_CREATE' problem

    hi ı have a trouble with 'BAPI_GOODSMVT_CREATE' in this code its giving error like this "Error in function Update control of movement type is incorrect (entry 301 X X _ Q)" ı give manually in migo it says ok FORM bapi. if sy-subrc <> 0.   message id

  • Don't want RSS in Inbox

    I have a specific area for my RSS feeds -- now they're also coming into my "Inbox" and I don't want it to come to both. How do I get it permanently out of my inbox and only in my RSS mailbox, so to speak. jen