Update README.md

This commit is contained in:
Nguyễn Đạt 2021-10-28 14:39:55 +07:00 committed by GitHub
parent d8622e6c4b
commit ab153aac7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,93 +92,8 @@
# Building (optional)
## Method 1: azule (simple way)
1. Setup [Azule](https://github.com/Al4ise/Azule) on your machine (macOS/Linux/iOS).
2. Download all the tweaks you want to inject.
> - [**iOS Repo Updates**](https://www.ios-repo-updates.com/) is a trust-able source. [**cydownload**](https://github.com/borishonman/cydownload) and [**Windows Repo Tool**](https://github.com/SarahH12099/Windows-Repo-Tool) are good alternative.
>
> - The sideloaded version of iSponsorBlock is here ([Luewii's fork](https://github.com/Luewii/iSponsorBlock)).
3. Prepare the **decrypted** YouTube IPA.
4. Run `azule` in any Terminal window and follow the instruction.
5. Select `1. Inject tweaks`, then Drag & drop the **decrypted** YouTube IPA and your prepared tweaks into the azule window. Other options are optional.
6. Done! Azule will take care of the rest!
## Method 2: theos-jailed (complex way)
1. Setup [theos-jailed](https://github.com/kabiroberai/theos-jailed/wiki/Installation)
2. Clone this repo:
```
git clone https://github.com/qnblackcat/uYouPlus.git
```
3. **Important:** Open `Makefile` and edit the path to your decrypted YouTube IPA.
4. Optional: Modify the app the way you want. I suggest you take a look at the [theos-jailed wiki](https://github.com/kabiroberai/theos-jailed/wiki/Usage) and my `Makefile`.
5. `cd` to the project folder, run:
```
make clean package
```
See [Building - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/Building).
# FAQ
**Q**: Wait a second, how do I install the IPA???
**A**: Use AltStore, Sideloadly, appdb, or whatever you prefer. If you don't know what are these tools, I suggest you learn about **_Sideloading_** on Goolge.
##
Q: Does it require jailbroken?
A: Absolutely NOT.
##
**Q**: Why can't I see 2K/4K quality?
**A**: Make sure you enable **YTUHD** in _YouTube Settings => Video quality preferences_
##
**Q**: Why does it take so long to active PiP?
**A**: Have you enabled native YouTube PiP in YouTube Settings => General? This is where **YouPiP** shines!
##
**Q**: PiP stop playing when I turn off the screen?
**A**: iOS behave. Sorry! Feel free to submit a feedback to Apple ;))
##
**Q**: What is **Legacy PiP**? Should I enable it?
**A**: No. I wouldn't suggest you enable Legacy PiP. It is a workaround for the speed-up bug that happens on iOS 14.0 - 14.3. I already mentioned about **Legacy PiP** in [Known issues](#known-issues)
##
**Q**: Why can't I disable Background playback?!? Background playpack is disabled in uYou Settings!
**A**: FYI, **YouPiP** enables background playpack by default. Therefore, you can't completely disable background playback.
> In case you hate Background playback that much: Extract the IPA, go to `Payload => YouTube.app => Frameworks`, delete **YouPiP.dylib**, and then re-create the IPA. Or you can just make your own version without YouPiP.
##
**Q**: What is the difference between uYou normal download and uYou Local download?
**A**: MiRO explained it here ([Reddit](https://www.reddit.com/r/jailbreak/comments/p5jekg/update_uyou_added_uyoulocal_feature_and_much_more/))
##
**Q**: Slow download speed?
**A**: Well, YouTube slows down the download speed for some reasons. Nothing we can do about it.
##
**Q**: uYou download is not working! (Error 200)
**A**: For appdb users: see [Known issues](#known-issues). For other signing services (ex: Esign...): there is no way to fix it, unfortunately.
See [FAQ - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/FAQ).