MyPhone icon indicating copy to clipboard operation
MyPhone copied to clipboard

Publish Releases

Open TippyLion28 opened this issue 2 years ago • 15 comments

Hi, I am having trouble building this app. It would be great if you could publish a release :)

TippyLion28 avatar Apr 29 '22 15:04 TippyLion28

I will publish to Microsoft Store, ETA is mid-July.

BestOwl avatar Apr 29 '22 18:04 BestOwl

Sorry for the late ETA, but I don't have time to work on this project right now, lots of coursework this mouth.

BestOwl avatar Apr 29 '22 18:04 BestOwl

Understandable, focus on your coursework :)

TippyLion28 avatar Apr 30 '22 13:04 TippyLion28

I was able to install the app from GitHub Actions artifacts

Phone and PC were successfully paired, but pressing "Connect" didn't do anything.

Semro avatar Jun 28 '22 15:06 Semro

I was able to install the app from GitHub Actions artifacts

Phone and PC were successfully paired, but pressing "Connect" didn't do anything.

A more stable version will be released next month, stay tuned!

BestOwl avatar Jun 28 '22 16:06 BestOwl

I was able to install the app from GitHub Actions artifacts

Phone and PC were successfully paired, but pressing "Connect" didn't do anything.

Just try make a phone call, you will see the popup on the right. you dont need to connect

Thank you @BestOwl - its a great tool! the only similar tool that i know so far is https://www.justremotephone.com/ but it has a really old interface....

4388450 avatar Jun 28 '22 17:06 4388450

Hello everyone! Sorry for not being able to publish a release in July. But we are almost there. Here are some things that still need to be done before the release:

  • [x] Improve the reliability of the OBEX stack (the backbone of SMS and phonebook access features).
    • [x] Bug fixes
    • [x] Unit tests
  • [ ] UI
    • [ ] SMS
    • [x] Phonbook

I'm currently working on OBEX. Once the OBEX is stable, UI could be very easy to implement.

BestOwl avatar Aug 02 '22 15:08 BestOwl

Hello everyone! Sorry for not being able to publish a release in July. But we are almost there. Here are some things that still need to be done before the release:

  • [x] Improve the reliability of the OBEX stack (the backbone of SMS and phonebook access features).

    • [x] Bug fixes
    • [x] Unit tests
  • [ ] UI for SMS and phonebook.

I'm currently working on OBEX. Once the OBEX is stable, UI could be very easy to implement.

can't wait :)

Void48 avatar Aug 21 '22 21:08 Void48

@BestOwl do we have a ETA? :-)

dvidebaek avatar Sep 02 '22 06:09 dvidebaek

@dvidebaek Still need about 3 days to finish the SMS UI, but unfortunately I am very busy this week. So ETA is postpone to Sept 15.

BestOwl avatar Sep 03 '22 09:09 BestOwl

I had install the MyPhoneTestingCert_GithubAction.cer, But I can not install it.

PS E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64> .\Install.ps1
Found bundle: E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\MyPhone_1.0.0.0_x86_x64_ARM64.msixbundle

Installing app...
Found dependency package(s):
E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Dependencies\x86\Microsoft.WindowsAppRuntime.1.1.msix
E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Dependencies\x64\Microsoft.WindowsAppRuntime.1.1.msix
Add-AppxPackage : Deployment failed with HRESULT: 0x800B0109, A certificate chain processed, but terminated in a root
certificate which is not trusted by the trust provider.

error 0x800B0109: The root certificate of the signature in the app package or bundle must be trusted.

NOTE: For additional information, look for [ActivityId] 55a82cbf-c6d7-0001-1905-bc55d7c6d801 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 55a82cbf-c6d7-0001-1905-bc55d7c6d801

At E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Add-AppDevPackage.ps1:487 char:13
+             Add-AppxPackage -Path $DeveloperPackagePath.FullName -Dep ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (E:\downloads\My...RM64.msixbundle:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Error: Could not install the app.
Press Enter to continue...:

image

jianboy avatar Sep 14 '22 21:09 jianboy

Where did you install the certificate? The certificate must be install in either store: LocalMachine\TrustedRootCertificateAuthorities or LocalMachine\TrustedPeople (Note that you can delete the certificate after you installed the app.)

From: @.> Sent: Thursday, September 15, 2022 5:10 AM To: @.> Cc: @.>; @.> Subject: Re: [BestOwl/MyPhone] Publish Releases (Issue #11)

I had install the MyPhoneTestingCert_GithubAction.cer, But I can not install it.

PS E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64> .\Install.ps1

Found bundle: E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\MyPhone_1.0.0.0_x86_x64_ARM64.msixbundle

Installing app...

Found dependency package(s):

E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Dependencies\x86\Microsoft.WindowsAppRuntime.1.1.msix

E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Dependencies\x64\Microsoft.WindowsAppRuntime.1.1.msix

Add-AppxPackage : Deployment failed with HRESULT: 0x800B0109, A certificate chain processed, but terminated in a root

certificate which is not trusted by the trust provider.

error 0x800B0109: The root certificate of the signature in the app package or bundle must be trusted.

NOTE: For additional information, look for [ActivityId] 55a82cbf-c6d7-0001-1905-bc55d7c6d801 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 55a82cbf-c6d7-0001-1905-bc55d7c6d801

At E:\downloads\MyPhone_1.0.0.0_x86_x64_ARM64\Add-AppDevPackage.ps1:487 char:13

  •         Add-AppxPackage -Path $DeveloperPackagePath.FullName -Dep ...
    
  •         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (E:\downloads\My...RM64.msixbundle:String) [Add-AppxPackage], Exception

    • FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Error: Could not install the app.

Press Enter to continue...:

[image]https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fuser-images.githubusercontent.com%2F11532015%2F190262818-c23ae4c2-40c7-4b5d-a359-55694ec83a7a.png&data=05%7C01%7C%7C16c6eb3e4d314706025708da969590ec%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637987866374106475%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=BBfeRGsKTacpUlmTJaGBS0d8cboU%2BakWKLkPKodqdxg%3D&reserved=0

― Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FBestOwl%2FMyPhone%2Fissues%2F11%23issuecomment-1247306072&data=05%7C01%7C%7C16c6eb3e4d314706025708da969590ec%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637987866374106475%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=18TJdeLpnLYCs8FW8HpYJv5cH7K%2FmJFMjmX9Yn5rjnk%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FACEIKUSHV5J2P4MHLKJUITTV6I5MVANCNFSM5UWN456A&data=05%7C01%7C%7C16c6eb3e4d314706025708da969590ec%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637987866374106475%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=QGktlgcno%2FA6pMXzPE%2FA1OE7uZ7n0lEu4M6FnF2zBnA%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

BestOwl avatar Sep 20 '22 15:09 BestOwl

Sorry, I become very busy last month, so the release date has to be postponed again (I cannot give an ETA for now) 😢.

BestOwl avatar Oct 18 '22 13:10 BestOwl

take your time I'm just commenting here so I get an email when there's an eta update

Skywalker8510 avatar Nov 06 '22 23:11 Skywalker8510

@Skywalker8510, you don't need to comment to subscribe.

Click here to subscribe.

image

image

RokeJulianLockhart avatar Dec 30 '22 02:12 RokeJulianLockhart