How to deploy galileo app in windows phone

Hi Everybody,
Could you please suggest how to deploy galileo app in windows phone ? .
I have built this app in C++
Seeking your co-operation and support..
Thanking you,

Only Metro/Store style apps can be installed on Windows phones - unless you're an OEM
 -Brian
Azius Developer Training www.azius.com Windows device driver, internals, security, & forensics training and consulting. Blog at www.azius.com/blog

Similar Messages

  • VS2013 - I cannot deploy and debug windows phone 8.1 store app to windows phone device

    Hello, I create a project from C#-> Store Apps -> Windows Phone Apps, but  I cannot deploy my apps to my blue device. There was a error message show "Element not found". I can run the app from Blend, and found Blend package the app to Appx
    file. Is any method that we can deploy store app into windows phone blue device directly and how to debug it on VS 2013?

    Hi,
    Welcome to MSDN.
    I am afraid that this is not the proper forum for this issue, since this forum is to discuss and ask questions about the Visual Studio Debugging tools, Visual Studio Profiler tools, and Visual Studio Ultimate IntelliTrace.
    Since your issue needs professional windows phone knowledge, and there is dedicated forums for windows phone development issues
    Windows Phone Development forums, you could choose one of its sub forums depends on your issue like  Tools
    for Windows Phone development or  
    Developing for Windows Phone .
    In addition, I did a research, you could check whether the following links help.
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
    http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402523(v=vs.105).aspx#BKMK_Runanddebug
    Thanks for your understanding.
    Regards.
    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.

  • How to publish Windows Phone 8.1 Silverlight app to Windows Phone store?

    I created Windows Phone 8.1 Silverlight app, and I can't to upload it into WP store. I want to use Create
    App Packages tool in Visual Studio 2013 Professional, but it's impossible for Silverlight apps. I read many guides
    on dev.windows.com. It's necessary to upload only .appx, .appxbundleor .appxupload files,
    but I have .xap file
    only in Bin\ARM\Release folder.
    May anyone help me?

    Appx packages are only for Windows Runtime apps. Windows Phone Silverlight apps use xap files. The Windows Phone Store will accept either xap (for Silverlight) or appx (for Runtime) apps.
    I discussed this in more detail in my blog entry: Why can’t I create an app package? Windows Phone Xap vs. Appx   

  • How to print a grid from windows phone 8.1 application

    Hello ,
    I want to print a grid from a windows phone application.
    For tablet I can print using this namespace:
    using Windows.Graphics.Printing;
    using Windows.UI.Xaml.Printing;
    But they are only for Tablet.
    Please suggest a solution of printing from windows 8.1 phone application.
    Thanks

    Hi waqar.haider.confiz,
    >>How to print a grid from windows phone 8.1 application                                 
    As far as I known, in Windows Phone 8.1 app it does not have such API for us to print a grid. I will recommand you submit this feature request on this
    UserVoice forum.
    Best Regards,
    Amy Peng
    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.

  • Playmemories app for Windows phone

    I have recently bought the HDR-AS100VR action cam, and has desperately beeb looking for the Playmemories app for my also recently acquired Windows phone. This however seems futile. I can find several post in here and others on the internet dating back from 2013 discussing why this app is not available for Windows smartphones. Sony (and Microsoft) please make an effort to help your loyal customers and see to it that this app is made available ASAP instead of pushing them into using other devices, which will be the result id nothing happens.

    Hi Kasper,
    The PlayMemories Mobile app is only available in iOS and Android devices. It is also available for Vaio running Windows 8 and 8.1. We understand that you'd want to control the camera or send pictures to your mobile device. We will take not of this and forward it to the engineering department for future product developments.
    Please refer to this other thread for suggestions on how to control the camera in a Windows phone. http://community.sony.com/t5/Cybershot-Cameras/Playmemories-app-for-Windows-phone/td-p/167875/highlight/true/page/8
    For further assistance with your concern, we recommend visiting our Sony Global Web site for information on contacting the Sony Support Center in your region at http://www.sony.net/SonyInfo/Support/.
    If my post answers your question, please mark it as "Accept as Solution". Thanks_Mitch

  • How to create android app from windows app ?

    i have windows 8.1 app and windows phone app created by app studio. i want to use these app in android or ios. how can i convert them ?

    Hi,
    I think there is no way to do this without the effort of programming. 
    Ether you use a cross-platform tools like Xamarin or you implement your app seperatly for each platform.
    http://appindex.com/blog/ten-best-cross-platform-development-mobile-enterprises/
    Regards,
    Markus

  • HP All-in-One Printer Remote App For Windows Phone 8.1 Troublesho​ot

    Dear HP,
    Device                Nokia Lumia 520
    OS                        Windows Phone 8.1
    Printer                HP Officejet Pro 8600 All in One Printer
    I have installed HP All-in-One Printer Remote on my smartphone as well as on my PC having Microsoft Windows 8.1. The PC app is running 
    fine but on my smartphone, app can't find my HP Wireless printer. All Devices(PC, Smartphone, Printer) are connected to same wireless LAN Network.
    Regards
    Sahyog Vishwakarma
    Mob.: +91-7206369455
    Yamuna Nagar
    Haryana

    Hi,
    The app for Windows phone is a BETA version. In my case (also a Nokia) it can find my printer but when sending something to printer, printer won't print. Again, it's only a BETA version.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Make a flashlight App for Windows Phone 8.1 (TorchControl not supported)

    I want to develop a simple flashlight app for Windows Phone 8.1 (non Silverlight). I used the TorchControl but it returns a false when i tried to run on my Device
    Here is the code i Used
    private async void SwitchOn(object sender, RoutedEventArgs e)
    var mediaDev = new MediaCapture();
    await mediaDev.InitializeAsync();
    var videoDev = mediaDev.VideoDeviceController;
    var tc = videoDev.TorchControl;
    if (tc.Supported)
    if (tc.PowerSupported)
    tc.PowerPercent = 100;
    tc.Enabled = true;
    else
    res.Text = "not Supported";
    Is there any other way to do that..
    Thanks In Advance.
    Gopal Kandoi

    Hi Gopal,
    I would also suggest you to try the solution from this post:
    https://social.msdn.microsoft.com/Forums/en-US/329c40e7-fa9a-4a27-8347-b4a80100842e/cant-turn-on-lumia-1520-wp-81-flashlight-use-videodevicecontrollertorchcontrol?forum=wpdevelop
    Start the video capture first and then start the torch control.
    --James
    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.

  • Is there port of "HP Printer Control " app for Windows Phone?

    Are there port of "HP Printer Control " app for Windows Phone? This is at the same time request if there is not.
    Regards.

    Hello Zubru,
    I saw your post, good question! There are no apps at this time available for the windows phone however here is the link to the HP ePrint site to keep an eye out for any possible changes to that.
    Click the KUDOS star on the left to say “thanks” for helping!
    Please mark a reply “Accept as Solution” if it solved your issue so others can find it.
    I work on behalf of HP.
    I worked on behalf of HP.

  • How to solve this error from window phone 80073cf9 lumia 630.

    any one know how to solve this error from window phone 80073cf9  lumia 630.

    Hello Muhammad,
    We appreciate the post, but this forum is for Windows Store and Phone Developer related questions. Your question can best be answered through the
    Windows Phone support page.
    Thanks!
    -Jonathan
    Windows Store Developer Support
    Office Store Developer Support

  • Open Question: question to those who comment about the lack of apps for Windows Phone 8

    We have read every Lumia review and we are listening. An open question to those who comment about the lack of apps for Windows Phone 8.Tell us which apps you miss? Nokia/MSFT Customer Care

    The major apps that are missing are Banking Apps.  There are a few, but major banks like Regions Bank, Capital One Bank, are nowhere to be found for Windows Phone.  Microsoft should be pursuing these banks to develop apps for the platform.  Maybe bribe them with free software or tech support or something.  Also some of the dating apps like Grindr for the gay community, Blender for the straight community, are lacking as well.  Perhaps Microsoft could assist them in developing the "unified" app for both Windows and Windows Phone?
    In fact, Microsoft would do well to begin a "Developer Assistance Program" where developers could (for a small fee) contact the DAP Center and get assistance with issues creating apps for the Windows Platform.  If developers know they have a source to go for assistance, they may be more inclinded to develop better apps.

  • Nokia HERE apps for Windows Phone 7.8

    Today Nokia released the HERE apps for the entire Windows Phone 8 family, that means, Nokia Lumia devices and HTC/Samsung/Huawei devices too. A few weeks ago it was even launched for iOS devices, that's iPhone. I've even heard that you people are working on porting those apps to Android. Now... why aren't Windows Phone 7.8 users like me stuck in the dark with no HERE apps? I currently have a Samsung Focus v1.3 which barely runs the integrated maps app, but honestly it sucks. I would love if Nokia could give us WP7.8 users some love, at least with the basic Maps app specially to have offline maps. Drive would be nice too, but it's not a really big deal to keep this devices "alive" for a couple of months. Currently my wife has a Lumia 800 and of course she's happy with it, looking forward to change it for a Lumia 920 when it arrives to her carrier, but since I use a prepaid line for better economy I'm not able to opt for a change and I'll have to stick with the Focus for a while as I can get a Lumia 920. So please, just think about it, I'm a developer for the platform, I know it's not hard to port that app for offline map catching, I realy doesn't matter if there's no 3D maps and all the navigation features, but it really would be nice and much of a need to have a decent offline maps app in Windows Phone 7.8.
    David Salazar
    Software Engineer

    Nokia Maps/drive has been made available to other OEMs to license for their devices afaik.. If Samsung or whoever choose not to that's up to them. For Windows Phone 8 this is a different story as maps is integrated much more deeply there.
    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..

  • Cisco Connect Cloud - Apps for Windows Phone.

    Are you planning to make apps for windowsphone?

    Hi! So far, what's indicated on cisco's site is that the mobile apps are only available for iOS and andoid only. But I came across this site: http://news.cnet.com/8301-17938_105-57460150-1/cisco-woos-developers-adds-802.11ac-support-as-connec... and quoting one sentence: "Cisco says this is just the beginning and that there will be hundreds of mobile apps that take advantage of the Cisco Connect Cloud platform, making home networking not just more convenient to use but also more fun and offering features that many people may not have imagined possible before."  With this statement, cisco might develop cisco connect cloud apps for windows phone.

  • How to disable webview cache for Windows Phone 8.1 Runtime universal app?

    Is it possible to disable cache for the Webview control for a Windows Phone 8.1 runtime universal app? My App seems to be remembering the information it received the first time. My app logs me into a service and when I go back to rerun app in the emulator
    (without completing shutting down the emulator) it logs me in automatically rather than giving me the prompt. This behavior is in the NavigationCompleted handler if that helps explain a bit more on where I am hitting this issue.
    If I were to shut off the emulator completely and then restart it then I am prompted for the login name and password again. I have gotten over this cache issue, when I was using the HttpClient in other part of my app, by sending the no-cache in the header
    as:
    client.DefaultRequestHeaders.Add("Cache-Control", "no-cache");
    Can I do something similar for the webview control?
    thanks
    mujno

    Hi mujno,
    As I know currently there is no programmatically way to clean cache for WebView, see Matt's blog:How to clear the WebView cache
    However if you are developing an enterprise app, you should be able to invoke some scripts to clean for you, see this for more information:Brokered
    Windows Runtime Components for side-loaded Windows Store apps
    --James
    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.

  • How to import MySql database to windows phone 8.1 app

    Hello everyone I'm Designing a new windows phone 8.1 app and I need some help from you.
    I have a database that Im using for the some app but for Windows.
    currently using db4free.net
    and use this code
      Mysqlconn = New MySqlConnection
            Mysqlconn.ConnectionString = "server=db4free.net;Port=3306; user id=%%%%%; password=%%%%%%%; database=%%%%%%%%"
            Dim READER As MySqlDataReader
            Try
                Mysqlconn.Open()
                Dim Query As String
                Query = "SELECT * FROM Manager WHERE Name='" & TextBox1.Text & "' AND Password='" & TextBox2.Text & " ' "
                Command = New MySqlCommand(Query, Mysqlconn)
                READER = Command.ExecuteReader
                Dim count As Integer
                count = 0
                While READER.Read
                    count = count + 1
                End While
                If count = 1 Then
                    MsgBox("Mire se vini'" & TextBox1.Text & "'")
                    FORMAKRYESORE.Show()
                    Me.Close()
                ElseIf count > 1 Then
                    MsgBox("Mire se vini'" & TextBox1.Text & "'")
                Else
                    MsgBox("Manager'" & TextBox1.Text & "' is not in the data")
                End If
                Mysqlconn.Close()
            Catch ex As MySqlException
                MsgBox(ex.Message)
            Finally
                Mysqlconn.Dispose()
            End Try
    this is the code that  I use to login.  but on windows phone cant import Mysql connector. not sure why... any suggestion how to deal with this?
    or should I use SQLite? I dont know nothing about the code on SQLite...

    If this is supposed to work just on the phone then SQLite or a Local database.
    https://msdn.microsoft.com/en-us/library/windows/apps/hh202860(v=vs.105).aspx
    For small amounts of data, serializing and deserializing classes to isolated storage is faster.
    Phones aren't always connected to the interweb.
    Even if you are planning on using a central database on some server and connecting via services, you will almost always also need to store some data locally.
    It's in your interest to ask questions in the appropriate forum for the technology you're using.
    As it is, you're asking wpf developers a question about windows store app development.
    It's similar but different.
    Which is probably why Magnus is unaware of local database and I probably omitted something else.
    It's not what we do.
    I've written a grand total of one windows store apps.
    Magnus probably has a similar level of experience.
    Hope that helps.
    Recent Technet articles:
    Property List Editing ;  
    Dynamic XAML

Maybe you are looking for

  • .mov files in Premiere

    I am having no luck getting some HD .mov files to import into Adobe Premiere. Premiere tells me I am missing a codec. Is there a Windows version of the Apple Intermediate Codec? The footage was recorded with a JVC camera onto a Firestore DR-HD100 dri

  • How to paste from Word and retain formating

    My co-worker and I are both running Dreamweaver. However for some reason I can copy and paste from Word into Dreamweaver and retain the formatting (bold/italic etc) but she can not. I've done searches on this board and online in general but haven't f

  • GPU Acceleration in Photoshop (Intel GMA 4500MHD)

    Does Intel GMA 4500MHD support GPU acceleration in Adobe Photoshop CS4? (According to recommendation about OpenGL and Shared Model this GPU should support it, but Intel GPUs are not included in Adobe list of supported GPUs at all and I have found 2 p

  • Plsql clob!!!!!

    hi! when a document attribute has the value of a plsql clob, the email attachment contains no content except for the name of the document attribute. The attachment is proper in the worklist. The notification mailer when run in debug mode also is not

  • How can I drag the edge/resize a text box on the 3rd row w/o changing all the rows above it?

    I am new to Acrobat and FormsCentral of course. I have three rows of text boxes, something like this: Name (other text fields) Primary Address I want the input box to be immediately following the label; for example (pretend the underline is the input