Closed pvsvamsi closed 2 years ago
I have retargetted the solution to the latest versions and got into this error now
What version of Visual Studio are you using? It might be related to #8 The current packaging method is a little bit tricky, so the latest version of Visual Studio might not work. Last tested working Visual Studio versions are v16.9 and v17.0 (preview 4.1)
I am recently working on #9, which will refactor the project into a single Win32 app and solve #8.
@BestOwl Thank you for the update. Any timeline for #9 ? Also I want to contribute to this repo, any guidelines or documentations to begin with?
@BestOwl Thank you for the update. Any timeline for #9 ? Also I want to contribute to this repo, any guidelines or documentations to begin with?
I will try to prepare some documents tonight.
For #9, maybe mid June.
@pvsvamsi I just updated the README in the 9-win-app-sdk
branch, you may now follow the guide to build this project.
@BestOwl I'm getting this error now
You need to install the single project MSIX VS extension https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/single-project-msix?tabs=csharp#install-the-single-project-msix-packaging-tools
@BestOwl It's working now. Thank you
For #9, maybe mid June.
Forget about this timeline. I spent some time working on this over the past few days. By now, all existing features from the original UWP app have been implemented.
Since the problem has been resolved, this issue will be closed.
BTW, I just added a GitHub Action CI to ensure the app can be built successfully.
In debug mode, do you see any phone line GUIDs?
If so, please select one, and then press the call button below
When you build, executable will be generated in MyPhone\bin\x64\Release\net6.0-windows10.0.19041.0\win10-x64
.
However, you can not launch the executable directly because WinUI 3 apps currently need to run inside the MSIX app container.
In debug mode, do you see any phone line GUIDs?
If so, please select one, and then press the call button below
I'm not able to see any phone line GUIDs. I'm getting incoming call, outgoing call notification though.
In debug mode, do you see any phone line GUIDs?
If so, please select one, and then press the call button below
Not it's not visible. But call are getting connected to the PC if directly initiated from the mobile
When you build, executable will be generated in
MyPhone\bin\x64\Release\net6.0-windows10.0.19041.0\win10-x64
. However, you can not launch the executable directly because WinUI 3 apps currently need to run inside the MSIX app container.
Any other way to share the build with other pc?
@pvsvamsi Please open a new issue for the call problem and provide more information including steps to reproduce the bug, your phone model, phone OS version, PC OS version, and Bluetooth driver version.
If you can receive calls, a corresponding PhoneLine
should exist. I think the bug is related to the PhoneLineWatcher
inside DiagnosisPage and DeviceManager
To share a build with other PC, you have two options:
MyPhone
project, then click Package and Publish > Create App Packages@BestOwl Thank you for the update. Any timeline for #9 ? Also I want to contribute to this repo, any guidelines or documentations to begin with?
I will try to prepare some documents tonight.
Please share the documents to contribute to this repo.
@pvsvamsi Sorry, I didn't have time to provide a complete contributing guideline and document, I am currently busy working on the first beta release. Anyway, which feature would you like to contribute? If you have any questions regarding contributing, I can answer them right now.
@BestOwl I don't have experience in developing windows applications. Can you point me towards starter guides for the same?
@pvsvamsi You will need to learn the following to get started:
I have tried these steps,
Getting this error
MSB4018: The task failed unexpectedly
Can you please help me with the steps to resolve this?