Brendon
Brendon
> hi @Orbif I want to know how to use your patch. Thx ! 1. Download libimobiledevice-socket-mingw-compatibility.patch and move it to libusbmuxd(and libimobiledevice) folder 2. `git apply libimobiledevice-socket-mingw-compatibility.patch`
I got same error on mac, but actually the files are successfully downloaded. It seems that _download return false by mistake. `_download with_referer "$2" "$3" || download_ok=false; ` I just...
I noticed that. But it would be troublesome if i need to press many other keys in the meantime in a short period of time since I need to hold...
Yes, the former one is partially right. I usually open a live streaming page, put it in the background and leave the sould open when I am browsing other pages....
Thank you. I think that can be avoided by not providing default shortcut.
I tried your last commit but unfortunately it didn't work. You are right that my workaround fails when switching windows, which can be fixed by adding `browser.windows.onFocusChanged.addListener(OnMenuShown);`. I'm using macOS....
Inspired by @opa334 's script, I implemented an experimental second toolchain support in my theos fork. https://github.com/brendonjkding/theos/commit/873a2fa0be0aeef37bccd6d4e57e78405129da74 Xcode 11 toolchain and `plipo` is also needed. The only difference is to...
Downgrading is always available on my repo. Debs are always available at https://github.com/brendonjkding/brendonjkding.github.io/tree/master/debs
It's a known issue. Doesn't work on iPad, and may work on iPhone.
Perhaps I was not clear, so let me clarify. This Tweaks works on iOS 14.3 (and iPadOS 14.3). If any function not works, it's not an iOS version-specific issue. Currently...