Answered Testing app on device (Samsung Series 7 Slate)

  • Wednesday, September 19, 2012 5:29 PM
     
     

    I have made a metro app that I want to test on a Samsung Series 7 Slate.

    I only get simulator, local machine and remote machine as options when running the apps. Is remote machine the choise to make? How do you set it up?

    Help would be appreciated!

All Replies

  • Wednesday, September 19, 2012 6:48 PM
     
     Answered
    you need to install the remote debugging tools then choose remote machine. see: http://msdn.microsoft.com/en-us/library/bt727f1t.aspx#BKMK_Installing_the_Remote_Debugger
    • Marked As Answer by Panzertax Thursday, September 20, 2012 6:27 PM
    •  
  • Thursday, September 20, 2012 6:28 PM
     
     

    Thanks

    Is it possible to send the binaries so that someone can test it on another device? I dont want to send the source code but just the app.

    Is it possible for them to load the binaries to their samsung slate?

  • Thursday, September 20, 2012 6:30 PM
     
     Answered
    right mouse click on the project, store -> create app package. in the wizard choose not to upload it to the store. Copy the package to the other machine and run the powershell script.
    • Marked As Answer by Panzertax Thursday, September 20, 2012 8:18 PM
    •  
  • Thursday, September 20, 2012 8:18 PM
     
     
    Very nice!! Thanks a lot for taking the time to help!