-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.backup
56 lines (32 loc) · 2.21 KB
/
README.md.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# 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.19
- Improvements to Auto Updater (.18 fails to download this build, this build expects .20 as next release)
- Fixed issue with UI going off screen in Cab Downloader
- Removed Device Portal Page due to release of [WPDevPortal](https://github.com/Empyreal96/WP_Device_Portal)
- Slightly changed UI colours.
**[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 *
*For Cab Lists go [here](https://github.com/empyreal96/WPCabLinks.db)*
![](/screens.jpg)
## 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