JSR 169 - Location API

Hello,
Would Nokia series 40 supports JSR 169?

u should see mobile phone's configuration of jsr before using jsr 179 i.e location api..
s40 is not concerned but mobiles supporting jsr file is of main concern.
well jsr 179 used for location based services. so u mite b working for lbs..
i m also analyzing for lbs application.. if u have any updates then feel free.

Similar Messages

  • JDBC API ( JSR 169 ) Implementation for accessing oracle lite database

    We are developing an application using IBM J9 (CDC and Foundation Profile) on Pocket PC 2003 environment with SWT as the front end development. We are using Oracle Lite 9i as the Client database.
    We have sucessfully installed Oracle Lite and was able to create tables in the database.. however we could not find the JDBC API (java.sql and javax.sql packages which is JSR 169 JDBC 2.0/3.0) inorder to load the JDBC driver(OLITE40.jar) and access the oracle Lite Database on Pocket PC.
    IBM J9 Micro Environement does not have this support.
    I am wondering if Oracle provides this implementation.
    If not is there a get around.
    the client database is crucial to the application and i would really appreciate an answer to our problem.

    Check out
    http://groups.google.com/groups?hl=en&lr=&threadm=cjgl3g%248hhm%241%40news.boulder.ibm.com&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dibm.software.websphere.studio.device-developer
    I have had the same issue before.
    Regards,
    Ron

  • Use Location API (JSR 179)

    Hello everybody!
    I'm studying JavaME and its APIs, especially the API JSR 179 (Location). Until I found tutorials on the Internet, though, as I am beginner, I can not locate me in code.
    The code was to take pictures, and imbuing it the geographical location of latitude and longitude, and write to a specific folder. However, only that the program captures the Latitude, Longitude and Altitude, and throw in the display.
    I ask your help to solve this problem.
    Thanks
    PS = To determine the speed, the API Mobility would be better, right?

    following tutorial will help you.
    http://wiki.forum.nokia.com/index.php/Mini_App_With_Location_API_and_Google_Maps_in_Java_ME
    Edited by: 795848 on Nov 20, 2010 1:15 AM

  • Java Location API,  Siemens SK65,  Irish network operators

    Hi,
    I'm a senior java developer, just starting to experiment with J2ME.
    I wrote a real simple Midlet to request my location from the Java Location API.
    It runs in the emulator (Eclipse, WTK 2.3) but hangs on my Siemens SK65 phone, which supports JSR 179 ( the java location api ).
    Anyone got any experience of the Java Location API.
    I've a couple of suspects...
    a) that the Irish phone network ( O2 ) doesn't support location based
    services. I previously tried listening for nearby cell broadcasts, but O2
    don't seem to send them out.
    b) that the phone needs GPRS and/or bluetooth settings enabled (tried both)
    This isn't urgent, simply experimenting, but if anyone has any information to point me in the right direction, it'd be appreciated.
    regards,
    Owen

    Cheers deepspace,
    I'll do some research into "AGPS".
    Failing that, I've seen an application "PlaceLabs" which looks interesting, and seems to triangulate your position based on Cell ids.
    duke dollars on their way :-)
    regards,
    Owen

  • Porting location api to own device

    Hello,
    I am currently looking into the possibilities of porting the j2me location api (jsr 179) on my own device. So far I found out, that I have to port the cldc reference implementation first, to have a VM that runs on my device. But now I am not sure how to continue. Is there any example sourcecode available how the api works, or do I have to implement it on my own, specifially for my device? If I do have to program it myself, would I do that in C and add it to the CLDC sources, or would I do that in java as a library?
    Thanks in advance

    Hi,
    You should google on Fortuna GPS ClipOn and API
    Kaj

  • How  to build jdbc-jsr 169

    Hi,
    I read some instuctions about how to build jdbc-jsr 169 but I could not understand them. Can somebody tell me in details how to build and where to put it?
    I am tring to connect cdc app with derby 10.1.
    Thanks.
    Regards,
    tron

    You need to add a comma and asterisk to your pattern:
    Object Name pattern = new ObjectName("resin:type=ServerConnector,*");The pattern you are using will only match a single MBean with that exact name. There has to be an asterisk in the string in order for it to match like-named MBeans which have key/value pairs other than those in the string.
    For more on this, search in this javadoc for the string "property pattern":
    http://java.sun.com/j2se/1.5.0/docs/api/javax/management/ObjectName.html

  • DOS 11g SOA have the Locator API's - How to Invoke a BPEL process from Java

    In BPEL 10.1.3.1, a java client could use the "Locator" API's to look up a BPEL service and invoke it directly from Java,
    Is that still present in SOA 11g ? Or is there another way to look up the BPEL process ...
    Here's an example of the 10g BPEL Service locator facilities :
    Get the BPEL service locator. This is retrieved as follows:
    loc = new Locator(domain, domainPassword);
    The initial installation BPEL domain is "domain" and the initial password is "bpel". We then use the locator to get the delivery service. We could also use the locator to retrieve the workflow service.
    IDeliveryService svc = (IDeliveryService)loc.lookupService(IDeliveryService.SERVICE_NAME);
    Now we have the delivery service we can "deliver" requests to the BPEL process. To do this we first need to create a new message.
    NormalizedMessage msg = new NormalizedMessage();
    String content = "<SyncHelloWorldProcessRequest xmlns=\"http://antony.blog/SyncHelloWorld\">"+
    "<input>"+
    name+
    "</input>"+
    "</SyncHelloWorldProcessRequest>";
    msg.addPart(msgPart, content);

    Can you please tell me how to include adf binding.ws in composite.xml ? My composite.xml for your ref:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!-- Generated by Oracle SOA Modeler version 1.0 at [11/1/10 5:41 PM]. -->
    <composite name="BPEL2"
    revision="1.0"
    label="2010-11-01_17-41-11_593"
    mode="active"
    state="on"
    xmlns="http://xmlns.oracle.com/sca/1.0"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy"
    xmlns:ui="http://xmlns.oracle.com/soa/designer/">
    <import namespace="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1"
    location="BPELProcess1.wsdl" importType="wsdl"/>
    <service name="bpelprocess1_client_ep" ui:wsdlLocation="BPELProcess1.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1#wsdl.interface(BPELProcess1)"/>
    <binding.ws port="http://xmlns.oracle.com/CallBPEL_jws/BPEL2/BPELProcess1#wsdl.endpoint(bpelprocess1_client_ep/BPELProcess1_pt)"/>
    </service>
    <component name="BPELProcess1">
    <implementation.bpel src="BPELProcess1.bpel"/>
    </component>
    <wire>
    <source.uri>bpelprocess1_client_ep</source.uri>
    <target.uri>BPELProcess1/bpelprocess1_client</target.uri>
    </wire>
    </composite>
    Eric, when I select the BPEL wsdl file in "Create Web Service Data Control" wizard, immediately I am getting the error. When I click 'OK', the 'Service' dropdown is disabled and blank in the wizard.
    Thanks for pointing to the sample application URL. But it is built in jdev 10g. Can I migrate it to 11g?
    Thanks both of you!

  • Simple Java ME Database Application Question -JSR-169

    Howdy,
    Using Netbeans to make a simple DB app using Derby's EmbeddedSimpleDataSource, show here:
    [http://wiki.apache.org/db-derby/JavaMESupport]
    I'm almost there except for adding the JSR-169 jar file. Apparently you cant just add the folder to the class path. I don't quite understand why they say the JSR-169 jar file needs to be built? I tried adding the classes to the project - no dice. Tried adding the folder to the class path, which usually works, but still no dice.
    Is there a link or anyplace that the JSR-169 jar file can be downloaded? I/m on windows - to be honest I am not sure how to make that file. Forums show a lot of people having trouble trying to make it.

    If you follow the steps from the above link, you should not get any Security Exception. Please note that Derby folks say that you should add jdbc.jar (or jsr169.jar) to your boot class path, not to your class path. This is exactly what needs to be done to avoid the Security Exception. Alternatively you can add the jar to the extension directory (e.g. /lib/jclFoundation11/ext if you use j9 foundation 1.1).

  • Can't locate API module structure `mod_auth_ntlm_winbind'

    Hi, I am trying to use modauth_ntlmwinbind with OS X Server 10.5.7. I can compile it for the four architectures with:
    sudo ./configure APXS_CFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64' APXSLDFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64' --with-apxs=/usr/sbin/apxs
    otool -fv modauth_ntlmwinbind.so
    Fat headers
    fat_magic FAT_MAGIC
    nfat_arch 4
    architecture ppc7400
    cputype CPUTYPEPOWERPC
    cpusubtype CPUSUBTYPE_POWERPC7400
    capabilities 0x0
    offset 4096
    size 22792
    align 2^12 (4096)
    architecture ppc64
    cputype CPUTYPEPOWERPC64
    cpusubtype CPUSUBTYPE_POWERPC64ALL
    capabilities 0x0
    offset 28672
    size 23000
    align 2^12 (4096)
    architecture i386
    cputype CPUTYPEI386
    cpusubtype CPUSUBTYPE_I386ALL
    capabilities 0x0
    offset 53248
    size 22336
    align 2^12 (4096)
    architecture x86_64
    cputype CPUTYPE_X8664
    cpusubtype CPUSUBTYPE_X86_64ALL
    capabilities 0x0
    offset 77824
    size 22872
    align 2^12 (4096)
    When I start Apache with httpd or apachectl I get:
    httpd: Syntax error on line 93 of /private/etc/apache2/httpd.conf: Can't locate API module structure `modauth_ntlmwinbind' in file /usr/libexec/apache2/modauth_ntlmwinbind.so: dlsym(0x100200560, modauth_ntlmwinbind): symbol not found
    It is not fixed by commenting out the DYDLDLIBRARYPATH env variable.
    line 93 in httpd.conf
    LoadModule modauth_ntlmwinbind libexec/apache2/modauth_ntlmwinbind.so
    LoadModule authnfilemodule libexec/apache2/modauthnfile.so
    line 94 works and is included to show it is the same. I'm stumped. What symbol is it looking for?
    Thank you for any help.

    It really doesn't matter that the other libraries/modules are built as UBs. The OS is going to load only those portions that work with the specific hardware/OS capabilities. It will not load/run a x86_64 binary on a PPC64 machine.
    A question; are you trying to compile an x86 module on a PPC machine or a PPC module on a PPC64 machine? If you are you aren't going to get this to work without cross-compiling. The module may build correctly but won't load/run because the machine code is going to be wrong.

  • How to use Landmark & LandmarkStore classes in Location API

    hi
    i have some problem to use Landmark & landmarkStore classes in location api . any one give source link to use these calsses.

    1) why not simply create two different timer objects, one for one image, the other for the other. I would caution you that you may wish to limit the area of your repaint so as not to slow down your app repainting everything when you only need to repaint the area around your sprites.
    [http://www.java-forums.org/awt-swing/14590-how-use-multiple-timer-classes-swings.html]
    2) Please note that cross-posting can frustrate anyone who tries to help you only to find out later that the same answer was given hours ago in a cross-posted thread. No one likes wasting their time, especially a volunteer. The polite thing to do would be to not do this, but if you feel that you absolutely must, to at least provide links in both cross-posts to each other.

  • How to use Location API .

    What is reqired to use Location API on Mobile Phone.
    Please Help me.

    do visit
    http://developers.sun.com/techtopics/mobility/apis/articles/location/
    and search this web site lots of information is avlb here
    bye

  • BPEL locator apis in 11g

    Is the locator apis for invocation of BPEL process using rmi deprecated in 11g? can anybody give me more input about the same? What is the recommended way of invoking BPEL processes?

    In 11g technology preview the BPEL process cannot be created as per the info in the forums. I wanted to clarify myself regarding that.
    This is going to be added later.

  • Using JSR 75 FileConn API + JSR 135 to display an image

    Hi Guys:
    How would one select an image file (let's say JPEG) from a folder that is exposed on a device and then resize and display on screen using a midlet.
    Do you read the file using JSR 75 FileConn API and the transform it using JSR 135 and the display?
    Also can reading a large or high res image file cause an out of memory exception?
    Thanks in advance!

    I don't know if your already found a solution.
    You are correct about the fact that you need JSR75 to load the file. Then to show it on screen you can use the Image class and use a form or a canvas to show it. What I don't know is how to resize it to fit the screen. And also I guess you can't open large files with it.
    To load the image i use this code:
    public Image image;
    DataInputStream is;
    is = new DataInputStream(Connector.openDataInputStream(fileName));
    image=Image.createImage(is);Take into account that every time a file is opened, a security warning will appear asking for permission. As far as I know it can't be avoided unless you sign your application with a certificate.
    Is it useful for you?
    Marc

  • How to make jdbc - jsr 169

    Attempting to build jsr-169 for pocket pc, wm5. Trying to execute make command against makefiles but to no avail. What cmd. should be used to properly build this jsr?
    any help is appreciated.
    Edited by: wrappingduke on Feb 23, 2008 11:48 AM

    Hi Deep,
    There is a how-to posted on SDN regarding how to connect and configure the BI JDBC Connector.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    This document describes the jdbc driver to use etc.
    Hope this helps,
    Cheers,
    Scott

  • Which PDA supports Location API?

    Hello,
    I recently saw advertised an Acer N35 PDA which has a GPS reciever built into the hardware.
    Does anyone know if this Acer PDA would support the j2me and the Location api, so I could access the log, lat values from the GPS?
    Or do you think I would need to buy a PDA from one of a particular group of manufactures, and buy an add-on to plug in the PDA which recieves the GPS?
    If the GPS is not built into the PDA would I need to purchase a bluetooth add-on which links into the PDA viva a cable? I am trying to understand the technology.
    Thank you

    Use 10G, V11 or normal to schedule the report using the services.

Maybe you are looking for