Can I enable phones gps in my application?

hi, i developed an application for my nokia N95 to see my current location.
i used the location api to get the latitude and longitude.
but if i disable phones gps option(from tools menu) then i can not get my location from my application.
i want to know, is it possible to enable the gps option from my application.
it's urgent. please help if anybody knows the answer.
regards,
shamim

hi
thanks for u r kind attention.
i want execute simple jndi program on WinXPwhich uses ldap sevices.
in the JNDI Tutorial it is given that u can make use of ldap service provided by JDK.i am using a latest version of jdk.
where the programs for enabling ldap sevice is located in JDk ?how can i enable it?
and also i have down latest releases of openLDAP software?if the earlier is not possible u tell me how to configure openLDAP?
thanks in advance

Similar Messages

  • Can not enable SandBox on mi Webcenter application

    Greetings
    i have developed a webcenter application ...and i have tried to enable sandbox in order to show a save button on my composer panel in edit mode...and a pop-up message to save changes if i close before clicking the save button.
    In the adf-config.xml file, i add the following lines:
    <pe:page-editor-config>
    <pe:security-config>
    <pe:security-policies>
    <pe:security-policy name="customPagePolicy" override="pagePolicy">
    <pe:policy-class>oracle.webcenter.security.policy.WCPageSecurityPolicy</pe:policy-class>
    </pe:security-policy>
    <pe:security-policy name="customTFPolicy" override="taskFlowPolicy">
    <pe:policy-class>oracle.webcenter.security.policy.WCTaskflowSecurityPolicy</pe:policy-class>
    </pe:security-policy>
    </pe:security-policies>
    </pe:security-config>
    <pe:sandbox-namespaces>
    <pe:namespace path="/pages"/>
    <pe:namespace path="/pageDefs"/>
    </pe:sandbox-namespaces>
    <session-options-factory>view.AppsSessionOptionsFactoryImpl</session-options-factory>
    </pe:page-editor-config>
    In the web.xml file, i add the following lines:
    <filter>
    <filter-name>WebCenterComposerFilter</filter-name>
    <filter-class>oracle.adf.view.page.editor.webapp.WebCenterComposerFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>WebCenterComposerFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>WebCenterComposerFilter</filter-name>
    <url-pattern>/faces/*</url-pattern>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    the thing is that i am getting this errors on my weblogic server and when i choose CLOSE in the composer of the page...it does not ask if i want to save changes
    Pragma: no-cache
    Cache-Control: no-cache
    ]] Root cause of ServletException.
    javax.servlet.ServletException: No tiene permiso para editar la página
    at oracle.adfinternal.view.page.editor.mds.SandboxActionHandler.handleSave(SandboxActionHandler.java:117)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:93)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:153)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1450)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = localhost.localdomain TXID = CONTEXTID = 11d1def534ea1be0:-4c1c6cca:12c600c1b0f:-8000-00000000000010f0 TIMESTAMP = 1290156579857
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Nov 19, 2010 3:49:39 AM COT> <Warning> <oracle.dfw.incident> <DFW-40125> <incident flood controlled with Problem Key "BEA-101017 [HTTP][javax.servlet.ServletException]">
    does anybody know what i am missing during this configuration??
    thanks for your help

    I think below steps are required too.
    Open the adf-config.xml file located in the ADF META-INF folder under Descriptors in the Application Resources panel.
    Under the <metadata-namespaces> element, ensure that <namespace> elements are defined for all metadata for which you want to enable sandbox creation, as shown in Example 22-1.
    Example 22-1 Namespace Definitions in the adf-config.xml File
    <!-- Your jspx customizations alone go here -->
    <namespace path="/pages" metadata-store-usage="WebCenterFileMetadataStore">
    <namespace-restriction type="CUSTOMIZATIONS"/>
    </namespace>
    <!-- Your pagedef customizations alone go here -->
    <namespace path="/pageDefs" metadata-store-usage="WebCenterFileMetadataStore">
    <namespace-restriction type="CUSTOMIZATIONS"/>
    </namespace>
    For more help please check this link,
    http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_page_editor_mds.htm#CHDBJBJF

  • Track nokia gps enabled phone from pc

    hey, im starting this post to get info for me and for others because i believe that this is such an important feature in our nokia phones that we must maximise.
    my question is, are there any programs where users can track there gps enabled phones from their pc?? Im sure all you nokia lovers would love to feel safe knowing that if your expensive smartphones go missing or stolen, you can track it down very easily.
    i have heard of a shareware app called "phone guardian" for phones where the phone can be tracked via gps, however this can be removed via a hard reset. there must be a FREE way to access gps info of our phones at anytime from our pc without our phones needing to connect to any networks whatsoever and just the free gps satellite.
    if ANYONE on this forum who knws anything about this topic, plz comment below because im sure every nokia user would want to knw the answer to this question.
    thanks
    If iv helped in anyway, hit the kudos button

    Mate no one got offended in any reply. i said his tone seemed negative because i was up for possibilities, not impossibilities. haha dont know how this line could ever started something like this
    Anyways, since we are all grown ups here, when you want to act as a peer mediator, try to exclude statements such as "I don't think there was anything offensive in Psychomania's 1st reply" because statements like these dont solve anything, they just show that you're being biased and taking sides... and so if i were you, the only post i would remove from this thread is your own
    plz anyone feel free to comment on this post, and i hope the comments arn't gonna be about sissy talk but actual answers to my question because isnt that the reason why there is a discussion board for nokia users?
    If iv helped in anyway, hit the kudos button

  • Can I use a normal wap enabled phone for MI

    Suppose I have a simple wap enabled phone like sony erickson
    K310i or nokia 6600 or any other normal wap enabled phone will it support MI application.I mean can I use MI application in a normal wap enabled phone or it is only possible in blackberry phones or some specific phone models?

    Ameer Bhai
    I am getting the following error while synchronising MI2.5 SP13 Client
    "Synchronisation problems: Format of the synchronization inbound file is not supported; Check sync gateway "
    The servive pack of my WebAs and Server is SP13.
    Is there any syncbo setting necessary If yes please specify.
    Please help me with this .
    Also tell me where we get MI server IP address
    Edited by: anzar naik on May 12, 2008 3:46 PM

  • Performance testing of gateway of GPS enabled phone

    Hi All,
    We have a GPS enabled phone which uses Apache/Tomcat as the gateway server. We want to do Stress/Load testing on this gateway server for say 500,1000....users. This web server (Apache/Tomcat) is the phone gateway that allows coomunication from & to the phone. This server typically handles communication with the phone like GET POSITION, SEND MESSAGE, SHUT DOWN....
    We are told to use the Motorola iDEN Emulator for i730 to emulate a phone. We have the GPS position information for the tests in a txt file.
    (1) Has any one in the forum done this type of testing? If yes can you please send me ur e-mail ID so that I can discuss things out.
    (2) Does the above mentioned emulator have the capability like we feed the GPS position of say different users & the emulator can transmit the data to the Gateway server or Will we have to write some piece of code to make this happen?
    (3) Can anyone let me know of any load testing tool that can be used in this scenario?
    Anyone willing to get in touch with me directly can send a direct e-mail to me at [email protected]
    An urgent reply from all you techies will be appreciated.
    Warm Regards,
    Afroz

    Note: I wrongly typed my e-mail ID. It is ACTUALLY
    [email protected]

  • My phone has been disabled, how can I enable it back?

    my phone has been disabled, how can I enable it back?

    Yes it does. Also, if you were using iOS 7+ and had Find my iPhone activated, you will need your apple id and password to be able to use the phone again.

  • I have Iphone 3G, it is disabled because kids can't remember password.  Trying to reset/restore/erase the device, but the phone says No Service??  It is not finding the WiFi.  Any ideas on how I can get this phone enabled?

    I have Iphone 3G, it is disabled bec kids can't remeber the password.  trying to enable thru Itunes but phone won't connect to wifi.  it says no service.  have also tried to erase/restore the phone thru icloud, but with no internet, it can't be found.
    any ideas on how i can restore this phone and reset it??

    You cannot go back
    Basic Troubleshooting
    Reset
    Restore with back up
    Restore as new
    After updating did you reset the iPhone ,if not it is like not rebooting after an update to a PC

  • How can I beam one or several contacts to a bluetooth enabled phone?

    I recently wanted to beam several contacts to a friend with a bluetooth enabled phone, but don't know how. Any suggestions?

    you can suggest/request this feature here: http://apple.com/feedback/iphone.html
    be well

  • Hello, i lost my iphone5 32gb and i want to track it but the thing is that in my iphone5 i did not setup the find my iphone application :'( ...so, is there any option where i can track my phone or block it that nobody can use it..please help me out

    Hello, i lost my iphone5 32gb and i want to track it but the thing is that in my iphone5 i did not setup the find my iphone application :'( ...so, is there any option where i can track my phone or block it that nobody can use it..please help me out

    Unfortunately if you did not set up 'Find My iPhone', there is no way to remotely track or wipe the device.

  • MB BIOS 2.2TB MBR limitation: Can add-on drive controller BIOS enable UEFI/GPS on a non-bootable data drive?

    I am working on older hardware that is not UEFI enabled so it is subject to the 2.2TB volume limitation under Windows Server 2012 R2 resulting in 11.6TB of unusable drive space. I installed an Adaptec Series 7 2274500-R 71605E controller card and created
    a striped RAID 10 totalling 13.6 TB of drive space. During boot, the Adaptec BIOS is installed on the system, which prompts the following question:
    Since the boot utilizes the motherboard BIOS, clearly the boot partition cannot exceed the 2.2TB limit. But what about a separate logical data drive? If I shrink the boot partition to 1TB, create a second volume at RAID level of 12.6TB formatted with GPT
    NTFS, would the Adaptec BIOS enable UEFI/GPT (since the MB BIOS would not boot to the second logical drive) and Windows Server see the full 12.6TB second drive volume?
    Yes, I am aware that I can create multiple 2.2TB partitions, but that would be an inefficient option for this installation.
    Any thoughts or suggestions will be greatly appreciated.
    Thanks!

    Hi,
    According to your description, my understanding is that you want to use add-on drive controller to enable UEFI/GPS on a non-bootable drive.
    In order for an operating system to fully support storage devices that have capacities that exceed 2 TB, the device must be initialized by using the GUID partition table (GPT) partitioning scheme. If the user intends to start the computer from one of these
    large disks, the system’s base firmware interface must use the Unified Extensible Firmware Interface (UEFI) and not BIOS. Windows support for hard disks that are larger than 2 TB, and there are some prerequisites are needed.
    Detailed information reference link:
    https://support.microsoft.com/en-us/kb/2581408
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • TS3694 I am using iphone 3gs, I upgraded my i-os to 6.0 from 5.1.1 however I am facing performance issue, along with this all the applications including settings or any other shuts down automatically. Is there any way by which I can use my phone in better

    I am using iphone 3gs, I upgraded my i-os to 6.0 from 5.1.1 however I am facing performance issue, along with this all the applications including settings or any other shuts down automatically. Is there any way by which I can use my phone in better way?

    No, downgrading from any version of iOS to an earlier version is not supported.

  • Can iPhone create feature which enable authorized user to key in password before switch off the phone? When phone is lost, it may prevent unauthorized user to switch off the phone, by this we can detect our phone's exact location.

    Can iPhone create feature which enable authorized user to key in password before switch off the phone? When phone is lost, it may prevent unauthorized user to switch off the phone, by this we can detect our phone's exact location.

    http://www.apple.com/feedback

  • I am planning to buy an Ipod touch here in saudi but the facetime application is unenabled, if i bought here and bring it to other country, can i enabled the facetime?

    i am planning to buy an Ipod touch here in saudi but the facetime application is unenabled, if i bought here and bring it to other country (open country), can i enabled the facetime?

    The only way you're going to get facetime is if you purchase your device is a country that hasn't banned its use. However, I'm not sure if it'll even work if you do that. As in the program is disabled on the server level....for example I can bring my US device into Saudi but Facetime will not work until I get outside of the country's borders.
    Skype is a program that's often mentioned as a work around for that country's ban on Facetime. (I know it exists for iPad, not sure if there's an iPod version)

  • Can you enable both Windows Based Authentication and Forms Based Authenication for the same web application?

    Hello Community
        In WS2012 and SharePoint 2013 Server is it possible when creating a
    web application to enable both Windows Based Authentication/Negotiate
    (Kerberos) and enable Forms Based Authentication or does the web application
    use either one or the other?
        Thank you
        Shabeaut 

    Yes , you can use dual authentication on same web application. You can use same web application , at OOB login page you will have option to use windows or form login.
    Or you can extend your web application to a new web app and configure extended web application to use Form Based Authentication(Note extended web application will also show same content database , so the content will same only url will be different)
    http://blogs.technet.com/b/ptsblog/archive/2013/09/20/configuring-sharepoint-2013-forms-based-authentication-with-sqlmembershipprovider.aspx
    http://gj80blogtech.blogspot.in/2013/11/forms-based-authentication-fba-in.html
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • How can one get a skype enabled phone in Trinidad?

    Where can someone get a skype enabled phone in Trinidad-Tobago? The Skype Store does not allow sales of phones outside of the US. Can anyone help?

    If the Firefox user interface (menu bar) is in the wrong language or if you want to change the current language then you can get Firefox in the language of your choice here:
    * Firefox 5.0.x: http://www.mozilla.com/en-US/firefox/all.html

Maybe you are looking for