

- #WINDOWS PHONE 7 CONNECTOR FOR WINDOWS HOW TO#
- #WINDOWS PHONE 7 CONNECTOR FOR WINDOWS ANDROID#
- #WINDOWS PHONE 7 CONNECTOR FOR WINDOWS PC#
- #WINDOWS PHONE 7 CONNECTOR FOR WINDOWS WINDOWS 8#
Thank you for your time reading this and answers/comments.īuild a REST webservice with ASP.NET Web API ( ) which returns objects (those objects will be translated to json automatically).
#WINDOWS PHONE 7 CONNECTOR FOR WINDOWS HOW TO#
So I would like to ask you if there is any step-by-step guide how to connect WP8 and Sql Server? If someone would be that kind and edit my code here to make it work. I think I need some step-by-step guide how-to.
#WINDOWS PHONE 7 CONNECTOR FOR WINDOWS WINDOWS 8#
I also found question Connect Windows Phone and Windows 8 apps to SQL Server which was quiet helpful for me. So as I was searching deeply the only way to do that is using WebService I followed some step-by-step guides on YouTube but as I mentioned before, the problem was with displaying data as the guide led me to using ListBox because it was for Windows Phone 7.1 and in Windows Phone 8 is only LongListSelector. But even if it would work it simply copy the Sql server database to Sql Compact and doesn't work with data directly on Sql Server (which is understandable because it is Sql Server Compact). I also checked Sql Server Compact guide but that can only work under CE 4.0 (When exporting data from Sql Server to Sql Compact) which doesn't support Windows Phone 8. If the editing would work I need to edit them directly on Sql Server to which I'm connected. This is where I failed.įirstly I would like to display data - this is most important, I don't need to edit them yet. I tried to search through the internet and found only few guides which didn't worked for me Linq-to-Sql using WebService.
#WINDOWS PHONE 7 CONNECTOR FOR WINDOWS PC#
Next time, you can just connect your phone to your PC and directly open Scrcpy from platform folder.As I'm not that skilled in Windows Phone 8 development I would like to discuss/ask what is the best way to connect my Windows Phone 8 to Sql-Server Database. double-click and open scrcpy in platform tools folder Step 4: Now just open ‘Scrcpy’ file added to platform tools and your mirrored phone will pop-up on your PC. Step 3: When propted, choose to replace files in the platform tools folder Step 2: Now extract the zip folder in the same Platform tools folder you extracted for adb. Scroll down to assets and chose from files highlighted below. Step 1: Download the latest scrcpy release from GitHub. Now that you have authorized adb connection on your phone.
#WINDOWS PHONE 7 CONNECTOR FOR WINDOWS ANDROID#
Check ‘remember this PC’ option while authorizing adb access.Īlso Read: How to check HDR or SDR playback details on Fire TV Stick How to set-up Scrcpy to mirror Android phone on Windows PC.

\adb.exe devices ‘ in powershell window and authorize adb connection on your phone. Now write ‘ Adb devices ‘ in the command window or write ‘.Shift + Right-click anywhere in the folder where you extracted Platform tools and select open command window here (or ‘Open Powershell here’ in Windows 10).Now connect your phone to your PC via USB cable. Enable Developer Options on your Android phone and turn on ‘USB Debugging’.Download Platform Tools for Windows and extract them to any folder on your PC.Microsoft’s Your Phone app is also a decent option for mirroring android phones to Windows PCs, but it’s still limited to certain phones and Scrcpy still has a few extras.Īlso Check: 10 Cool ADB tricks to try on your Android phone How to set-up ADB on your Windows PC If you are a developer, you probably already know about Scrcpy, but if you are a beginner this guide will walk you through steps to setup Scrcpy for Windows. However, it requires a rudimentary understanding of operating the ADB command line. It supports seamless copy-paste between your phone and PC, work for both Macs and Windows PCs, and it’s also absolutely free. It allows you to mirror your Android phone to your PC and to directly operate it using PC peripherals like the keyboard and mouse. Scrcpy is one of the best screen mirroring tools for Android.
