r/W10M

What happend to MetroTube
▲ 28 r/W10M+1 crossposts

What happend to MetroTube

Yesterday morning i used MetroTube as normal but then it stopped working and just displays: Video is unavilable. Can someone help?

u/Ill_Comment301 — 1 day ago
▲ 35 r/W10M+2 crossposts

Stable Update - Unison UWP 1.5.0

Unison 1.5.0

Unison is a WhatsApp Multi-Device client for Windows 10 Mobile (Lumia first, desktop UWP second). Your phone stays primary; Unison is a linked companion, Baileys-style.

1.3.0 was the new socket stack. 1.5.0 is the chat you actually live in.

What’s new

  • Ukrainian in Settings, plus missing strings on the other languages
  • Login asks for Background apps so the session can stay linked
  • QR layout on 4.5" Lumias (the old margin was clipping the code)
  • Scroll to bottom like official WhatsApp
  • Sending while history is still syncing lands in the right time, not always at the end
  • Chat-list last message during a big sync shows Video / Image / Message, not raw junk
  • Open a chat → header first, then messages. Chats open at the bottom
  • Today / Yesterday / date chips; bubble times follow the phone time zone
  • Group @mentions show names (bubbles and the list preview)
  • Tap a reaction to see who reacted
  • Stickers are stickers, not photos
  • Group member photos load in the background; tap a name/avatar for member info (groups in common too)
  • Add to contacts opens the Windows People card (1:1 with a phone number)
  • Settings: Show Unison contacts in Windows (off by default) — a Unison list in People, not mixed into your agenda
  • Narrow screen: chat info goes full screen
  • Media / Files in chat info load when you open the tab (spinner). No crash on Creators Update
  • Status list + viewer in the shell (view only — posting isn’t in yet)
  • Updating… shouldn’t stick after connect; history import shows Syncing conversations…

After you install: restart once. If old quotes, pins, reactions, or @mentions look wrong, resync that chat from the phone.

Still true / not in this build

  • Phone stays the primary device
  • Status: watch only (no post / receipts / reply)
  • Background broker socket handoff is still not wired
  • Group send can still time out on some group queries

Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session. Download Repositories:

  • WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.
  • Metrostore: Another great Microsoft Store replacement but requires manual install of apps... GDrive Repositories (Unison/WinArchive/Metrostore): https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing Github Source Code:
  • Since its a preview feature still isnt merged on main, so check the release pages to grab the correct source code... If you're willing to help , feel free to do Pull Requests. And give us feedback here and suggestions MaskNinjaSquared/Unison: UWP WhatsApp client aimed primarily for Windows 10 Mobile
u/ThiagoAraujoReal — 2 days ago
▲ 13 r/W10M+2 crossposts

LibreSpotUWP v1.0.3 update!

Thank you u/megabytesme

LibreSpotUWP v1.0.3

Release Notes

In this release, I have added:

  1. Live Tile support (with ability to click-through on the random tiles):
  • Now Playing
  • Recent Songs
  • Recent Artists
  • Recent Playlists
  • Recent Albums
  • Random Artist
  • Random Playlist
  • Random Album
  • Random Spotify Playlist
  • Profile
  1. Bugfix - Prevent services from initialising more than once (if user opens app twice, via live tile or app draw etc)
  2. Refinement - Improved Media Bars (narrow and wide layout) content updates
  3. Bugfix - Improved offline launch reliability
  4. Bugfix - Fixed ANSI text encoding issues (migrated to UTF-8)
  5. Sign-in improvement - Spotify Free accounts are now detected and rejected with a clear Spotify Premium requirement message
  6. SMTC Refinement - SMTC now uses offline album art cache instead of remote URLs
  7. Bugfix - Prevent repeated API usage when offline (caused skipping issues and stuttering in songs)
  8. Refinement - Massively improved reliability during offline playback, so playback does not get interrupted during poor internet connections
  9. Added settings to control online to offline transition playback - Random song, next available song and wait for internet
  10. Optimised problematic API calls with backoffs
  11. Refactor - Improved consistency of all logging within the app

Available here: Release LibreSpotUWP v1.0.3 · megabytesme/LibreSpotUWP

Also LibreSpotUWP Login Helper: Release LibreSpotUWP Login Helper v1.0.0.3 · megabytesme/LibreSpotUWPLoginHelper

u/JabbaDuHutt69 — 3 days ago
▲ 8 r/W10M

You should be using Unison, NOW!

I've been using 1.1.1 for several days, and I just installed 1.3 on both my backup and primary WhatsApp accounts. Guys, it's so nice to have even basic 1:1 chats again for WhatsApp on W10M!

More features are in store, so let's support these awesome devs and show the app some love!

reddit.com
u/JabbaDuHutt69 — 3 days ago
▲ 87 r/W10M+3 crossposts

[HUGE FEATURE UPDATE] Unison 1.3.0 (Whatsapp UWP)

Unison 1.3.0

This release introduces the new Baileys 7.0.0-rc14-based socket architecture, alongside major improvements to messaging, media handling, synchronization, UI, shell management, and reliability.

Architecture

  • Introduced the new Unison.Socket project (netstandard2.0), mirroring the Baileys 7.0.0-rc14 src/ structure.
  • Isolated socket responsibilities in ConnectionHandler, covering Noise, queries, keepalive, pairing, and tag-based dispatch.
  • Added WhatsAppSession to compose the new protocol modules.
  • Added ~38 use cases covering messaging, receipts, retries, media, groups, profiles, USync, app-state, history, and authentication.
  • Added UWP facades for ConnectionMessageContactChatProfile, and History.
  • Refactored ViewModels to consume facades instead of the previous monolithic service.
  • Added SocketBridge to connect the new session to the existing UI while the legacy layer is progressively removed.

Protocol & Synchronization

  • Ported the Baileys 7.0.0-rc14 session, messaging, group, USync, app-state, media, and history flows.
  • Added QR and phone-number pairing support.
  • Added buffered event processing during history synchronization.
  • Added sequential offline node processing.
  • Added MessageRetryManager with LRU tracking and retry reasons.
  • Added formal LID ↔ PN mapping through LidMappingStore.
  • Updated pre-key generation to the rc14 volume.
  • Added USync support for contacts, devices, and LID.
  • Added app-state patch synchronization.
  • Added media encryption and downloading.
  • Added group metadata synchronization.
  • Logout now properly notifies the server.
  • Chat pin/unpin synchronization is persisted locally.

Messaging & Media

  • Refactored chat message bubbles into ViewModels.
  • Added support for media, reactions, quoted messages, and interaction events.
  • Improved audio and video message handling.
  • Added proximity-based audio playback.
  • Added audio recorder UI.
  • Added media grids for images, videos, and audio.
  • Added thumbnails, placeholders, and download support.
  • Added file lists with view/save actions.
  • Added video viewer.
  • Fixed image viewer pinch-to-zoom and pan interactions.

Chat & Organization

  • Added chat pin/unpin support.
  • Added synchronization of pinned chats with WhatsApp.
  • Added Start screen / Live Tile pinning.
  • Added mute options for 8 hours, 1 week, or always.
  • Added chat and group information views.
  • Added a New Chat dialog.
  • Added separate information layouts for individual and group chats.

Shell & UI

  • Added an animated boot shell with extended splash screen support.
  • Added language selection to the boot and settings shells.
  • Added white theme support.
  • Added shell reload support.
  • Added account information and disconnect actions to Settings.
  • Added QR code popup support for low-resolution devices.
  • Fixed navigation bar initialization on Minimal.
  • Added additional internationalization across chat information and overflow menus.
  • Updated menus for the Mobile theme.
  • Added IconFont-based empty states for Windows 10 build 15063.
  • Fixed language pack installation issues.

Notifications & Platform

  • Updated notification behavior to match WhatsApp UWP.
  • Added WinUI 2.7 support.
  • Updated settings collaborators with GitHub links.
  • Removed hardcoded strings from the Baileys Core layer.

Reliability & Fixes

  • 1:1 messaging now works correctly after closing and reopening the application, with authentication and session state persisted.
  • Disconnect and unpair now properly close the session.
  • Fixed QR sessions becoming stuck after _authState was set to null.
  • Added QR refresh after timeout.
  • Added on-demand full history resynchronization through HistoryFacade.
  • Fixed history synchronization getting stuck during the initial handshake.
  • Self-chat is now correctly marked as read.
  • Updated Me synchronization, contact names, and group avatars to follow the rc14 LID flow.
  • Unified input/output processing through OopHandlerService.
  • Fixed LayoutCycleException when opening 1:1 chat information.
  • Improved audio/video playback and media interactions.

Architecture Transition

Unison 1.3.0 establishes the foundation for the migration from the legacy WhatsApp implementation to the new Baileys 7.0.0-rc14-based architecture.

The existing UWP application continues to operate through SocketBridge, allowing the new socket and facade layers to be introduced without requiring the entire UI to be rewritten at once. The legacy WhatsAppService remains temporarily for compatibility while the migration continues.

Known Limitations

  • Group message sending remains postponed due to a timeout during group queries.
  • WhatsAppService is still present for compatibility during the migration.
  • The raw socket has not yet been transferred to the out-of-process background broker.

Credits (Github Ids):

Installation note: Install the new APPX as an update. Uninstalling the app will remove your linked WhatsApp session.

Download Repositories:
- WinArchive: A amazing Microsoft Store Replacement with Software Update and even webstore.

- Metrostore: Another great Microsoft Store replacement but requires manual install of apps...

GDrive Repositories (Unison/WinArchive/Metrostore):

https://drive.google.com/drive/folders/1nI6XezesNzj7dTbyL1XqV4X4iOMUoHcC?usp=sharing

Github Source Code:
- Since its a preview feature still isnt merged on main, so check the release pages to grab the correct source code... If you're willing to help , feel free to do Pull Requests. And give us feedback here and suggestions

MaskNinjaSquared/Unison: UWP WhatsApp client aimed primarily for Windows 10 Mobile

u/JabbaDuHutt69 — 5 days ago
▲ 4 r/W10M+1 crossposts

Basic Dropbox client I made in Github/Co-pilot

https://github.com/ZuneTracks/SyncBoxMobile/releases/

App supports version 15063 of W10M, and includes the necessary .cer file (install it first to your device) and then the two dependencies, and then the main appx file. The UI is VERY basic. I ran into a XAML compatibility issue with the UI and first and had to scale it back to a much more basic one because it refused to start up.

You will need to sign in to your dropbox account on the web, and then go to https://www.dropbox.com/developers/apps/ and then create a new app. Call it whatever you want it to be. Apply the permissions you want it to have. I suggest Read-only at this point.

Once you have the new app created in your Dropbox developer profile, go down to the OAUTH2 section and click on "Generate" under "Generated access token", this is what you will use to by-pass OAUTH and MFA for Dropbox. Once you enter this in the app, and then save it, the key is saved in the system, so whenever you remove it and install another version, it retains the token. The token is a mile long, so be sure to copy it to a txt file, upload it to your phone, and then copy/paste it in the field, then save it.

This is a barebones client, and I just wanted to see if I could even do it. I did this completely in Githbu/Co-pilot. Remember, this is a alpha, at best. I have no idea what I'm doing with this vibe-coding stuff. Don't come for me if this thing messes up your Dropbox.

Edit: as an aside, I did discover that in my previous 1.0.0.20 release, it was re-uploading my entire camera roll. I put in a checker to ensure it only uploads pictures taken AFTER the app is installed, and it is supposed to verify existing image hashes in Dropbox with whats on your phone, and avoid any duplicates...SUPPOSED to, again I'm new to this.

u/JabbaDuHutt69 — 7 days ago