USB OTG support in windows phone

Does nokia Lumia 925 support USB OTG.

So no, it's not supported
Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

Similar Messages

  • Level of local SQLCE/other DB support in windows phone 8.1/using linq to sql from dll?

    I have had a mixed opinion for SQLCE support in windows phone 8/8.1. Is their still support for a local SQLCE or other database in windows phone 8.1? (A lot of different blog articles created their own handlers it appears and one used
    an visual studio app called SQLmetal) I am hoping to at least figure out the libraries to use for Linq to SQL in windows phone 8.1 in order to access a local Database. I only need to retrieve data from a simple Database with one -
    two tables and one of the tables has three fields.
    I wish to access the local DB from a dll file even if I have to use Linq to SQL. The reason for this is to store data for a simple game while the app is running. However, I may need to send data to the database and would like to separate that
    from the main application if possible. The only other question is: how do I add local database support to a dll file in windows phone 8.1? (This is my main objective but I need to know my database options first)
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr

    Windows Phone Silverlight 8.1 apps can still use LINQ to SQL (System.Data.Linq) see:
    http://msdn.microsoft.com/en-us/library/windows/apps/hh202860(v=vs.105).aspx
    For Windows Phone 8.1 [runtime] app you would need to use an external library like
    SQLite 
    There is a jumpstart training talk on using SQLite in Windows Phone 8.1 apps here:
    http://channel9.msdn.com/Series/Building-Apps-for-Windows-Phone-8-1/19
    I'm not sure what you mean by: "...access the local DB from a dll file..."  Do you mean you want the library used to access the database to be portable across
    platforms?
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.
    I saw the first link and I think I have already been through some of that tutorial on channel 9 already.
    I'm not sure what you mean by: "...access the local DB from a dll file..."  Do you mean you want the library used to access the database to be portable across platforms?
    This would be a yes. I need use it to submit an application to the store (I wish to have the data and business logic in the dll file while having the GUI separate). I am currently using the portable dll but if you think using another dll type would help
    I will try that. I am a VB.NET programmer and so I can see where some programmers get their worries about SQLCE (It seems a lot of VB and VB.NET programmers like it from my time helping on the VB.NET forums second to SQL Server only).
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering
    - Yoda. Blog - http://www.computerprofessions.co.nr
    Nevermind, I changed the dll type to "Silverlight" and I can use the System.Data.Linq reference at least.
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - "Sherlock holmes" "speak softly and carry a big stick" - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to
    suffering - Yoda. Blog - http://www.computerprofessions.co.nr

  • SVG support in Windows Phone store apps

    Hi,
    I would like to know that is SVG format supports in Windows Phone store apps.
    If yes , how to use svg files in xaml?
    Thanks
    -RomeshDB

    only in html / js runtime apps. xaml need to use webview
    Microsoft Certified Solutions Developer - Windows Store Apps Using C#

  • WCF Add Service Reference Not Supported for Windows Phone 8.1 XAML Applications

    Windows Phone 8.1 XAML applications does not support the System.ServiceModel namespace, and therefore you are not able to right click references in the project and choose Add Service Reference.   The recommended solution is to add a REST endpoint
    to your WCF endpoint, and access the WCF application through the REST endpoint using HttpClient.
    Bret Bentzinger (MSFT) @awehellyeah

    My opinion on this subject is that someone in management needs to get rid of the "Yes Man" and hire someone with a backbone.
    A project (such as this one) suffered big time because of your excuse of meeting a deadline. Did nobody do feasibility studies to determine the effects of removing the ServiceModel namespace and how it would break migration? It wasn't removed from the other
    project types, so it wasn't a point that it wouldn't fit on the device, so it came down to testing and someone dropped the ball. This is poor management, and deadlines should be extended for critical points within a project. Think about the public relations
    that has already been set backwards by this move. I believe that it meets the critical criteria only because you are talking about targeting the mobile devices which consume external data sources as a key component. Lacking the ServiceModel namespace was a
    monumental error on the teams part.
    This is a perfect case of "we can ship the car", but the wheels will have to wait...they can "Flintstone it" until we get the wheels ready.
    Thomas Mullen
    Thomas Mullen

  • Will MDM for windows phone 8.0 support for windows phone 8.1

    We have successfully implemented MDM solution for windows phone 8.0 . Enrolment and polling working properly.
    Now devices will come for windows phone 8.1 .Will this existing system work for 8.1 also? Or is there any changes need to be done?

    As far as I am aware it will be ok. 8.1 just exposes additional functionality and CSP's available to be manipulated.
    I will double check on that to be 100% sure.

  • USB Port support for windows?

    Hi,
    There is JavaComm API for Serial and Parallel Port in Java.
    and also USB support on Linux platform?
    What about the USB Port for windows platform? How Can communicate through USB Port?
    plz, suggest me the sides, code
    Thanks
    Pramod Kadam

    You've posted this twice...
    read the reply I sent to you the previous day
    http://forum.java.sun.com/thread.jsp?forum=23&thread=288926

  • Chase Banking app not supported on Windows Phone

    I used to check my bank account on my Nokia Lumia 925 smartphone, but it is no longer available. I asked at my local Chase Bank and was told that Microsoft no longer wanted to support this app. This is a major inconvenience for me, enough for me to consider
    getting rid of my phone and getting an Android or Apple phone instead.
    TwidaleM

    Hi,
    Probably you have to try with Sencha support as well.
    As you mentioned two of your apps are working, problem must be with the APIs which you used on third platform.
    Generally, your app should work on WP8.1 also with out changes. But it is difficult to analyze the problem with out knowing what you have written.
    -Malleswar

  • How to check if filetype or MIME type is supported on windows phone 8 or above ?

    Hi, 
    I want to write a simple functionality to know if filetype/MIME type is supported on device.
    This function will take filetype (e.g. pdf) and MIME type (e.g. application/pdf) as input parameter and returns true or false according to result.
    I searched for sample with this functionality but couldn't get one. If anyone have any idea or sample for this, that will be a great help.
    Thanks in advance !
    Regards,
    Anurag 
    Anurag_24

    Hi Anurag,
    >>I want to write a simple functionality to know if filetype/MIME type is supported on device.
    It seems like that there are some misunderstanding here, if a filetype can be opened by an app, it does not mean that the OS supports this type, it should be in application level.
    I think you expect that there are some places to store all supported filetype/mime type in OS, but I've not heard that the OS forced an application to register supported filetype/mims type.
    So your idea is good, but firstly, as far as I know, there is no such API to retrieve all available file types, secondly, even if there are some ways, they should not get all information you expected.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • USB OTG SUPPORT

    Hello i am using xperia z but i can't not connect my pendrive through an otg cable. Should i have to use any kind of specific formant like fat32 or ntfs?

    Fat32 or exFat is preferred as I don't think NTFS or other formats are compatible but I wonder if your cable is working or if your pen drive is compatible
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Usb otg for nokia 500

    Hi. I know that nokia 500 does not support uab otg. I like to know that does usb otg require hardware in phone to support it. If not tell me which software do i use to connect pendrive in nokia 500.

    shaar2401 wrote:
    But some websites says that it is a software feature
    Compare "Connectivity" specification of 500 with say N8 which does have USB OTG 1.3 here:
    http://www.developer.nokia.com/Devices/Device_specifications/500/
    http://www.developer.nokia.com/Devices/Device_specifications/N8-00/
    Happy to have helped forum with a Support Ratio = 42.5

  • Re: USB OTG Cable...

    i have nokia lumia 710 and i want to know can i use usb otg cable on this phone so that i can connect my pendrive and watch movie.

    The Lumia 710 does not support this I'm afraid. 

  • GPS Collection in Background task for Windows phone 8.1 ?

     
     I don't know some best and good features were  complicated  in Windows Phone 8.1 when compare to Windows Phone 8 ,
    1 ) Simple Camera option makes it Complicated in Windows Phone 8.1 , no preview option ?
    2) Background GPS Collection is not working in Windows Phone 8.1 , In my case i need to collect GPS in short time interval ( 1 or 2 mins ) But Windows phone 8.1  support Timer Triggers for 30 mins in Back ground Task .
    3) Zxing is works good and gives robust out put . it is not supported in windows phone 8.1 takes too much time intervals and giving false data output .
    4) Need to maintain same installation (XAP/APPX ) file for all version of Windows Phone because end user makes ambiguity to use old and new version installation .  
    Thanks to Help ,
    Please provide make sure answers for the 2 and 3 .
    Venugopal

    My Client mentioned our application needs to works on Windows phone 8.1 and above .
    Xap file can not run in Windows phone 8.1 so we need to develop Windows phone 8.1 (Appx).
    So existed and simple things are made complicated in Windows phone 8.1  .
    Please suggest answers for these :-
    1) Background GPS Collection is not working in Windows Phone 8.1 , In my case i need to collect GPS in short time interval ( 1 or 2 mins ) But Windows phone 8.1  support Timer Triggers for 30 mins in Back ground Task .
    2) Zxing is works good and gives robust out put . it is not supported in windows phone 8.1 takes too much time intervals and giving false data output .
    Venugopal

  • Is Cisco VPN posible for Windows Phone 8.1

    Hello,
    Microsoft released Windows Phone 8.1 on April and it supports VPN connections.
    So I would like to ask:
    Is Cisco going to release Anyconnect Secure Mobility Client for Windows Phone 8.1?
    Maybe someone managed to make clientless connection with ASA 9.1( for example IKEv2 or SSL-VPN) ?
    Or should I abandon idea of connecting WP 8.1 with ASA?
    Thanks.

    Hi  aurimas88 ,
    Looks like AnyConnect Secure Mobility Client 2.5  is supported for windows phone , however W 8.1 mobile has not been tested by Cisco , We cannot guarantee compatibility. 
    AnyConnect Secure Mobility Client 3.0 Windows Mobile Devices Not Supported
    AnyConnect version 3.0 and later do not support Microsoft Windows Mobile or Windows Phone. However, you can continue to use the ASA to deploy the AnyConnect 2.5 or earlier client for Windows Mobile even after loading the AnyConnect 3.0 package files to the ASA for web deployment.
    AnyConnect Secure Mobility Client 2.5 Windows Mobile Devices Supported
    We designed AnyConnect 2.5 for compatibility with Windows Mobile 6.5, 6.1, 6.0 and 5.0 Professional and Classic for touch-screens only. Users have reported success with most touch-screens running these versions of Windows Mobile. However, to ensure interoperability, we guarantee compatibility only with the devices we test, as follows:
    HTC Imagio running Windows Mobile 6.5
    HTC Tilt 2 running Windows Mobile 6.5
    HTC Touch running Windows Mobile 6.0
    HTC TyTN running Windows Mobile 5.0
    Samsung Epix running Windows Mobile 6.1
    Samsung Omnia Pro 4 running Windows Mobile 6.5
    Samsung Omnia running Windows Mobile 6.1
    Samsung Saga running Windows Mobile 6.1
    Source: 
    http://www.cisco.com/c/en/us/td/docs/security/asa/compatibility/asa-vpn-compatibility.html#pgfId-181897
    Hope this helps 

  • I have a Windows phone and I am trying to download Adobe flash player and can't. how can i?

    I have a windows phone and I am trying to install Adobe flash player and can't. How can I install it to my phone?

    Hello,
    Flash Player is not supported on Windows Phone.  At this time, there are no plans to support Windows Phone.  I am not aware of alternatives on Windows Phone OS for viewing Flash content.
    Maria

  • How do i get flash player on my windows phone?

    i have tried to download flash player on to my Nokia windows phone and followed the steps but i still cant get it and am not sure how to do it.

    Hello,
    Flash Player is not supported on Windows Phone.  I'm not aware of any plans to support Windows Phone at this time.
    Maria

Maybe you are looking for

  • New E3000 shuts computer off when turning on

    Just got a new E3000 and when I turn it on it shuts the computer to blue screen warning. Two other laptops are unaffected, but, cannot even install the cisco connect software. I've reset the E3000, plugged it in further away, cleaned the registry of

  • Help!- aperture library disappeared after copy

    I'm screwed...After a long holiday with my macbook and my aperture (3.0) library (90GB) on an external drive I finally get home and decide to copy the library onto my iMac (pictured folder). I always keep a copy in my external drive as a backup and f

  • Rapidwiz did'n ask for many other screen intputs

    I did'n check express install, I installed R12 and rapidwiz did'n ask for many screens like characterset , licence additional products, country specific functionalities, primary apps node configuration etc, any idea why? & how to adjust all those stu

  • Authenticated User group

    We have following doubt regarding Authenticated User group in Windows 7 1. When this user group is added to a Drive/folder/file automatically. 2. As per our observation, mostly it shows in the drive in which OS is installed. On some machines it shows

  • Transaction for this user exit

    Hi how can i find out to which transaction user exit SDVAX001 belongs?