https://github.com/empyreal96/easy-fetch-uwp
Formally "Phone Helper": A simple tool to help WP users in downloading various things
https://github.com/empyreal96/easy-fetch-uwp
archive-extractor downloader ffu-downloader file-downloader uwp windows windows-10 windows-10-mobile youtube-downloader
Last synced: about 1 month ago
JSON representation
Formally "Phone Helper": A simple tool to help WP users in downloading various things
- Host: GitHub
- URL: https://github.com/empyreal96/easy-fetch-uwp
- Owner: Empyreal96
- Created: 2021-12-10T09:38:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T23:11:57.000Z (over 2 years ago)
- Last Synced: 2025-03-18T20:46:56.663Z (about 1 month ago)
- Topics: archive-extractor, downloader, ffu-downloader, file-downloader, uwp, windows, windows-10, windows-10-mobile, youtube-downloader
- Language: C#
- Homepage:
- Size: 4.85 MB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy-Fetch for Windows 10 (Mobile)
A Simple utility to help users Manage their device with Device Portal, Download Flash Files, Update Cabs, Store Apps and more!### What's new in v1.13.20
- Only change for now is updated certificate for PC Installs
**[Find the latest release here](https://github.com/Empyreal96/Easy-Fetch-UWP/releases/tag/1.13.16-prerelease)**
## What can it do?
- Download WP FFU Files and Emergency files.
- Download W10M Update Cabs
- Download Apps direct from the MS store
- Download YouTube Videos (Low Quality only for now*)
- General File Downloader
- Extract Common Archive Types
- Check for latest Github Release*Features, Name and Layout may change over time, screenshots to be updated soon*
**Youtube: Some HD videos will throw an exception, if this happens, reduce video quality**For Cab Lists go [here](https://github.com/empyreal96/WPCabLinks.db)*

## Requirements
- Windows 10 Mobile Build 14393+
- Windows 10 Desktop Build 14393+
## Credits and Open Source Used
- Thanks to [@BAstifan](https://github.com/basharast) for help with getting the Device Portal Wrapper, FFU Downloader and StoreLib working and providing some of the info classes used.
- [WindowsDevicePortalWrapper](https://github.com/Microsoft/WindowsDevicePortalWrapper) sample from Microsoft to connect to Device Portal securely.
- Device Path info is using parts of [UWP-SystemInfoCollector](https://github.com/validvoid/UWP-SystemInfoCollector)
- [SoReFetch](https://github.com/gus33000/SoReFetch)/[WPInternals](https://github.com/ReneLergner/WPinternals) for their original "LumiaDownloadModel.cs" class
- [UWP Packages Getter](https://github.com/colinkiama/UWPPackagesGetter) for Installed Packages listing
- [StoreLib](https://github.com/StoreDev/StoreLib) for the original lib to connect to MS Servers
- [libvideo](https://github.com/omansak/libvideo) for the basic YT download functionallity
- [SharpCompressUWP](https://github.com/basharast/SharpCompressUWP) an excellent fork by @basharast to help extract and compress archives